Advertisement
Guest User

alt control da hood

a guest
Aug 15th, 2022
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. -- [[ Settings ]] --
  2.  
  3. getgenv().prefix = '!' -- prefix which should run the commands
  4. getgenv().controller = 12345 -- id of controller, requirements: must be in the group
  5.  
  6. getgenv().FPS = 5 -- the default fps which alts should have when they join
  7. getgenv().ChatMessages = false -- toggle if you want alts to say messages on commands or not
  8.  
  9. getgenv().alts = { -- max 38 alts
  10. Alt1 = 2693496419, -- Alt3, etc make sure all have "," after each alt
  11. Alt2 = 2668208483,
  12. Alt3 = 3499106288,
  13. Alt4 = 3497081075,
  14. Alt5 = 3511781959,
  15. Alt6 = 3550424636,
  16. Alt7 = 3772078474,
  17. Alt8 = 3772081306,
  18. Alt8 = 3772082984,
  19. Alt9 = 3772080637,
  20. Alt10 = 3772079081,
  21.  
  22. }
  23.  
  24. -- [[ Launcher ]] --
  25.  
  26. loadstring(game:HttpGet("https://raw.githubusercontent.com/Husam-Dev/altcontroller/main/free.lua", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement