Advertisement
asowes

🍏 New Best aim-bot script - Arsenal! 🍏

Mar 10th, 2023 (edited)
1,190
3
236 days
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | Gaming | 3 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Tactical Fighters Advantge Gui", "Synapse")
  3.  
  4. -- MAIN --
  5. local Main = Window:NewTab("Main")
  6. local MainSection = Main:NewSection("Main")
  7.  
  8.  
  9. MainSection:NewButton("Back/Front Flips", "Go BRRRRRR BRRRRRRRRRRR BRRRRRRRRRRRRR Bye bye!", function()
  10. loadstring(game:HttpGet('https://pastebin.com/raw/7wDcPtLk'))()
  11. end)
  12.  
  13.  
  14.  
  15. -- Local Player --
  16. local Player = Window:NewTab("Player")
  17. local PlayerSection = Player:NewSection("Player")
  18.  
  19.  
  20.  
  21. PlayerSection:NewToggle("Super Speed", "Go fast liek flawsh", function(state)
  22. if state then
  23. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  24. else
  25. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  26. end
  27. end)
  28.  
  29.  
  30. PlayerSection:NewSlider("WalkSpeed", "Slide The Slider for FLASH Speed", 350, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  31. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  32. end)
  33.  
  34.  
  35. -- Game Scripts --
  36. local Scripts = Window:NewTab("Game Scripts")
  37. local ScriptsSection = Scripts:NewSection("Games And Their Scripts")
  38.  
  39.  
  40. ScriptsSection:NewButton("Prison Life", "Destroy Their Fun and then you have fun :DDD", function()
  41. loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Prison%20Life/Script.lua"))()
  42. end)
  43.  
  44.  
  45. ScriptsSection:NewButton("Arsenal", "Destroy Their Fun and then you have fun :DDD", function()
  46. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
  47. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement