Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Script 1 Auto Stars 1M/s : game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(60040, 2500000, 60000)
- Script 2 GUI :
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("[NEW] Racing Rocket", "BloodTheme")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("OP Script")
- Section:NewButton("Infinite Click Power", ".", function()
- local args = {
- [1] = "ClickPower",
- [2] = 9999,
- [3] = 1
- }
- game:GetService("ReplicatedStorage").RemoteEvents.Rocket_RemoteEvent:FireServer(unpack(args))
- end)
- Section:NewButton("Infinite Star (Click after pass first checkpoint)", ".", function()
- local args = {
- [1] = "CheckAdd",
- [2] = 9999
- }
- game:GetService("ReplicatedStorage").RemoteEvents.Star_RemoteEvent:FireServer(unpack(args))
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement