The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Soloware alt control script pastebin roblox
By Soloware alt control on 2024-09-22 08:00 am | Syntax: LUA | Views: 8



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. getgenv().Soloware = {
  2.     ['Owner'] = '', -- owners name!
  3.     ['AdvertMsg'] = '', -- advert msg for advert on/off
  4.     ['Prefix'] = '', -- prefix for the soloware selling tool e.g "."
  5.     ['FPS'] = 10, -- fps cap recommended is 10
  6. }
  7. getgenv().Settings = {
  8.     ['GOD'] = false, -- godmode
  9.     ['Hide'] = false, -- only hides the name!
  10.     ['Autosave'] = false, -- autosaves the alts when the their health is under 30
  11.     ['Buyer'] = '', -- buyers name
  12.     ['VibeID'] = 3189773368, -- id for the dance
  13. }
  14. loadstring(game:HttpGet('https://raw.githubusercontent.com/ZSIOffical/dh-selling-tool/main/sellertool.lua'))()



  • Recent Roblox Scripts