local coins for i,v in pairs(workspace:GetDescendants()) do if v:IsA("BasePart") and v.CFrame == CFrame.new(-9139.81641, 131.866028, -3314.06689, 1, 0, 0, 0, 1, 0, 0, 0, 1) then coins = v end end local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local Window = Library:NewWindow("Neon Run") local Main = Window:NewSection("Main") Main:CreateTextbox("Set Time (Area 1)", function(text) game.ReplicatedStorage.ApplyTime:FireServer(text) end) Main:CreateTextbox("Set Time (Area 2)", function(text) game.ReplicatedStorage.ApplyTime2:FireServer(text) end) Main:CreateTextbox("Set Time (Area 3)", function(text) game.ReplicatedStorage.ApplyTime3:FireServer(text) end) Main:CreateTextbox("Set Time (Area 4)", function(text) game.ReplicatedStorage.ApplyTime4:FireServer(text) end) Main:CreateTextbox("Set Time (Area 5)", function(text) game.ReplicatedStorage.ApplyTime5:FireServer(text) end) Main:CreateButton("Free Crate", function() firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,coins,0) wait(.1) firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,coins,0) game:GetService("ReplicatedStorage").RemoteEvents.BuyCrate:FireServer("Basic") end) Main:CreateButton("Auto Get Coins (Rejoin to fix)", function() while wait() do firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,coins,0) end end) Main:CreateButton("Disable Anti-Cheat (For Fly)", function() game:GetService("Players").LocalPlayer.PlayerScripts.LocalScript.Disabled = true end) Main:CreateButton("Infinite Jump", function() game:GetService("UserInputService").JumpRequest:Connect(function() game.Players.LocalPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Jumping) end) end) Main:CreateButton("Rejoin", function() game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId,game.JobId) end) Main:CreateButton("Get All Gems", function() for i,v in pairs(workspace.Cash:GetChildren()) do firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v,0) end end)