papapyst

Alt Account Controller Script FE

May 16th, 2025
3,942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. -- Credits: punchy39
  2.  
  3. -- CONFIG START --
  4. getgenv().Settings = {
  5. prefix = "/"; -- You can change prefix here
  6. mainAccount = "MainAccountName"; -- Your username here
  7. fpslimit = 25; -- Set fps limit here
  8. altAccounts = {
  9. ["AltAccountName1"] = true, -- Change to your alt account's username
  10. ["AltAccountName2"] = true,
  11. -- You can add more below (exemple):
  12. -- ["AltAccountName3"] = true,
  13. };
  14. };
  15. -- CONFIG END --
  16.  
  17. loadstring(game:HttpGet("https://raw.githubusercontent.com/Nuclearpotato69/Punchy-Alt-Control/main/main.lua", true))()
Advertisement
Add Comment
Please, Sign In to add comment