Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- [[ Settings ]] --
- getgenv().prefix = '!' -- prefix which should run the commands
- getgenv().controller = 1234 -- id of controller, the guy who should be able to use commands!
- getgenv().alts = { -- max 10 alts
- Alt1 = 1234, -- Alt3, etc make sure all have "," after each alt
- Alt2 = 1234,
- }
- getgenv().commands = { -- change "drop" to any word you want drop to run when you say, same for others down
- ['COSMO_DropStart'] = "drop",
- ['COSMO_DropStop'] = "stop",
- ['COSMO_SetupAlts'] = "setup",
- ['COSMO_CrashCMD'] = "crashswag",
- ['COSMO_ShowOrHideWallet'] = "wallet",
- ['COSMO_SetTheFPSCap'] = 'fps',
- ['COSMO_AutoDestroyCash'] = 'loopdestroy',
- }
- getgenv().locations = { -- you can change "admin" to word you want to be used for adminbase location
- ['COSMO_InfrontBank'] = "bank",
- ['COSMO_AdminBase'] = "admin",
- }
- -- [[ Launcher ]] --
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Husam-Dev/altcontroller/main/free.lua", true))()
- must be inside the group
- https://www.roblox.com/groups/14007434/Cosmos-Control#!/about
- commands are:
- !drop {alt name, "all", none=all} {100-10000}
- !stop {alt name, none=all}
- !setup {bank, admin, school, train, sz3, basket, taco, jail, undertrain, club, player username, none=controller}
- !fps {number}
- !wallet {alt name, none=all}
- !crash {times} {fps}
- !loopdestroy {alt name, none=all}
Add Comment
Please, Sign In to add comment