All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the Coins Auto Farm

The Coins Auto Farm code is below. Copy & inject it into the game. Enjoy!

_G.coin = true
while _G.coin do
    wait()
for i,v in pairs(workspace["Air Race"]:GetDescendants()) do
if v.Name == "TouchPart" then 
    firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v,0)
    wait()
    firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v,1)
end
end
end