Categories > Exploiting > Scripts >

[Release] Fly Race noob farm

_Lucifer

Lucifer

vip

Posts: 15

Threads: 2

Joined: Aug, 2022

Reputation: 5

Posted

To use: Enable 'Auto-Run' in-game after executing. That's it.

FYI: I'm not that great at the exploit side of scripting - but it works.

 

[#1 Change-log]: Added a check for auto-run. Only works if auto-run is on and will not auto if it isn't enabled.

 


Let me know if you want any improvements or have any feedback.

 

 

[Game: https://www.roblox.com/games/6679968919/Fly-Race]

-- Made by me


local plr = game.Players.LocalPlayer
local char = plr.Character

local hrp = char:WaitForChild("HumanoidRootPart")

local landing = CFrame.new(150232, -103.86, 104719)

local isflying = plr:WaitForChild("IsFlying")
local autoRun = plr.PlayerGui.Main.SideTabs.AutoFly.Main.Button.Main.Switch

isflying:GetPropertyChangedSignal("Value"):Connect(function()
    if isflying and autoRun.BackgroundColor3 == Color3.fromRGB(127, 255, 189) then
        task.wait(.1)
        hrp.CFrame = landing
    end
end)
  • 2

warn("_Lucifer")

Posts: 205

Threads: 18

Joined: Sep, 2022

Reputation: 17

Replied

Really good

  • 0

_Lucifer

Lucifer

vip

Posts: 15

Threads: 2

Joined: Aug, 2022

Reputation: 5

Replied

Glad you like it @Pekka

 

 

Leave any notes on changes or feedback :)

 

It also works if you rebrith, you just need to re-execute the script. May change that as well.

  • 0

warn("_Lucifer")

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

Nice! It works fine

  • 0

Posts: 28

Threads: 7

Joined: Dec, 2021

Reputation: 0

Replied

great, but mine got under the landing zone a couple times

  • 0

MCV

_Lucifer

Lucifer

vip

Posts: 15

Threads: 2

Joined: Aug, 2022

Reputation: 5

Replied

@Mcvotrianh Thanks for the info!

 

I'll change that soon.

  • 0

warn("_Lucifer")

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )