Tomcozzo

cosmos free alt control

Jun 19th, 2022 (edited)
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. -- [[ Settings ]] --
  2.  
  3. getgenv().prefix = '!' -- prefix which should run the commands
  4. getgenv().controller = 1234 -- id of controller, the guy who should be able to use commands!
  5.  
  6. getgenv().alts = { -- max 10 alts
  7. Alt1 = 1234, -- Alt3, etc make sure all have "," after each alt
  8. Alt2 = 1234,
  9. }
  10.  
  11. getgenv().commands = { -- change "drop" to any word you want drop to run when you say, same for others down
  12. ['COSMO_DropStart'] = "drop",
  13. ['COSMO_DropStop'] = "stop",
  14. ['COSMO_SetupAlts'] = "setup",
  15. ['COSMO_CrashCMD'] = "crashswag",
  16. ['COSMO_ShowOrHideWallet'] = "wallet",
  17. ['COSMO_SetTheFPSCap'] = 'fps',
  18. ['COSMO_AutoDestroyCash'] = 'loopdestroy',
  19. }
  20. getgenv().locations = { -- you can change "admin" to word you want to be used for adminbase location
  21. ['COSMO_InfrontBank'] = "bank",
  22. ['COSMO_AdminBase'] = "admin",
  23. }
  24.  
  25. -- [[ Launcher ]] --
  26.  
  27. loadstring(game:HttpGet("https://raw.githubusercontent.com/Husam-Dev/altcontroller/main/free.lua", true))()
  28.  
  29.  
  30.  
  31. must be inside the group
  32. https://www.roblox.com/groups/14007434/Cosmos-Control#!/about
  33.  
  34.  
  35.  
  36.  
  37. commands are:
  38.  
  39. !drop {alt name, "all", none=all} {100-10000}
  40. !stop {alt name, none=all}
  41. !setup {bank, admin, school, train, sz3, basket, taco, jail, undertrain, club, player username, none=controller}
  42. !fps {number}
  43. !wallet {alt name, none=all}
  44. !crash {times} {fps}
  45. !loopdestroy {alt name, none=all}
Add Comment
Please, Sign In to add comment