Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- [[ Settings ]] --
- getgenv().prefix = '!' -- prefix which should run the commands
- getgenv().controller = 12345 -- id of controller, requirements: must be in the group
- getgenv().FPS = 5 -- the default fps which alts should have when they join
- getgenv().ChatMessages = false -- toggle if you want alts to say messages on commands or not
- getgenv().alts = { -- max 38 alts
- Alt1 = 2693496419, -- Alt3, etc make sure all have "," after each alt
- Alt2 = 2668208483,
- Alt3 = 3499106288,
- Alt4 = 3497081075,
- Alt5 = 3511781959,
- Alt6 = 3550424636,
- Alt7 = 3772078474,
- Alt8 = 3772081306,
- Alt8 = 3772082984,
- Alt9 = 3772080637,
- Alt10 = 3772079081,
- }
- -- [[ Launcher ]] --
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Husam-Dev/altcontroller/main/free.lua", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement