[New] Neon run Script

Photo of author
Published by

The [New] Neon Run Script is here to enhance your gameplay experience in Roblox! This script offers exciting features that can give you an edge while making the game even more enjoyable.

Benefits of Using the Neon Run Script

  • Enhanced Gameplay: Gain access to advanced abilities and functions that make the game more thrilling.
  • Save Time: Automate repetitive tasks and focus on the fun aspects of the game.
  • Competitive Advantage: Outshine other players with unique features and faster progress.

Key Features and Functionalities

  • Speed Boost: Amplify your running speed to complete challenges effortlessly.
  • Auto-Collect: Automatically gather in-game rewards and bonuses without manual effort.
  • Customization Options: Adjust script settings to suit your preferred gameplay style.
  • Anti-Ban Protection: Integrated safeguards to minimize the risk of detection while using the script.

Code


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)

Copying and Using the Script

  • Access the Script: Click the button above to access the script.
  • Copying the Code: Select and copy the entire script code.
  • Applying the Script: Use a script executor of your choice to implement the script in the game.
Click to rate this script!
[Total: 4 Average: 2]

Leave a Comment