Advertisement
PasXaL

Rocket Clicker

Sep 19th, 2022
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Script 1 Auto Stars 1M/s : game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(60040, 2500000, 60000)
  2.  
  3. Script 2 GUI :
  4.  
  5. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  6. local Window = Library.CreateLib("[NEW] Racing Rocket", "BloodTheme")
  7. local Tab = Window:NewTab("Main")
  8. local Section = Tab:NewSection("OP Script")
  9. Section:NewButton("Infinite Click Power", ".", function()
  10. local args = {
  11. [1] = "ClickPower",
  12. [2] = 9999,
  13. [3] = 1
  14. }
  15.  
  16. game:GetService("ReplicatedStorage").RemoteEvents.Rocket_RemoteEvent:FireServer(unpack(args))
  17. end)
  18. Section:NewButton("Infinite Star (Click after pass first checkpoint)", ".", function()
  19. local args = {
  20. [1] = "CheckAdd",
  21. [2] = 9999
  22. }
  23.  
  24. game:GetService("ReplicatedStorage").RemoteEvents.Star_RemoteEvent:FireServer(unpack(args))
  25. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement