Advertisement
https_odd23456786543

alt control

Feb 21st, 2022
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Da hood gui MADE BY CENORE#0932", "Sentinel")
  3. local Tools = Window:NewTab("Seller Tools")
  4. local ToolsSection = Tools:NewSection("SELLING TOOLS")
  5. ToolsSection:NewButton("ALT CONTROL", "controls ALTS", function()
  6. getgenv().Seller = "cryliced" -- Seller EXACT USERNAME BETWEEN, "cryliced" ("cryliced")
  7. getgenv().altMsg = "SKID ON TOP" -- Message the alts will say when .chat
  8. -- MAKE SURE THE SELLER IS INSIDE THE SERVER BEFORE EXECUTING
  9.  
  10. --[[
  11. Commands:
  12. .commands
  13. .bringalts
  14. .drop (Drops money in the alts)
  15. .stop (Stops dropping cash)
  16. .lagfree (Reduces lag and boost FPS)
  17. .destroy (Destroys the cash on alts screen)
  18. .wallet (Shows alt's wallet)
  19. .unwallet (Un-shows alt's wallet)
  20. .crash (Shows crash menu to localplayer not alt's)
  21. .chat (Alt's chats the botMsg msg)
  22. .base (Tp's all alts to Admin Base)
  23.  
  24. Built in:
  25. Anti Afk
  26. Fire to [cryliced] 🔥
  27. Dropped Cash counter to [cryliced]
  28.  
  29. --]]
  30.  
  31. loadstring(game:HttpGet("https://raw.githubusercontent.com/GS21Official/Seller-Tools/main/Seller%20Tools%3A%20Script"))()
  32. end)
  33. local Guis = Window:NewTab("Other guis")
  34. local GuisSection = Guis:NewSection("Guis")
  35. GuisSection:NewButton("Els gui", "Opens els gui", function()
  36. getgenv().prefix = '.'
  37. loadstring(game:HttpGet('https://raw.githubusercontent.com/el0001/DHMarket/main/cutescript'))()
  38. end)
  39. GuisSection:NewButton("Crasher", "Crashs the game are you stupid lol", function()
  40. loadstring(game:HttpGet("https://raw.githubusercontent.com/22kristina/dhcrash_gen2/main/crash", true))()
  41. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement