0% found this document useful (0 votes)
637 views1 page

Sonic Speed Simulator NEW FASTEST AUTO FARM

The document summarizes an auto farm script for the Sonic game on Roblox. It contains instructions to turn on auto rebirth, wait for the game to load, and check if the player is in the correct game place. It then loads a GUI button clicker, clicks the rebirth button, collects currency by teleporting to objects and destroying them, and rejoins the game every 4 seconds.

Uploaded by

arivmaheshwary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
637 views1 page

Sonic Speed Simulator NEW FASTEST AUTO FARM

The document summarizes an auto farm script for the Sonic game on Roblox. It contains instructions to turn on auto rebirth, wait for the game to load, and check if the player is in the correct game place. It then loads a GUI button clicker, clicks the rebirth button, collects currency by teleporting to objects and destroying them, and rejoins the game every 4 seconds.

Uploaded by

arivmaheshwary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

--[[AutoFarm]]--

AutoRebirth = true --false to turn off


repeat wait() until game:IsLoaded() wait(5) --you can change it if you want, i
recommend 5 but yeah.

if game.PlaceId == 9049840490 then --Sonic Game


local TS = game:GetService("TeleportService")
local LP = game:GetService("Players").LocalPlayer
local MapStuff = game:GetService("Workspace").Map.Objects
loadstring(game:HttpGet("https://raw.githubusercontent.com/FOXTROXHACKS/
UsefullScripts/main/Gui-Button-Clicker"))()

spawn(function()
for i, v in
pairs(game:GetService("Players").F0XTR0XX.PlayerGui.Main.Menus.Rebirth.Main.Rebirth
ButtonLocked:GetDescendants()) do
if v:IsA("TextButton") then
FireBtn1(v)
end
end
end)
spawn(function()
while wait(0.5) do --in case it doesnt collect some of the thing
for i,x in pairs(MapStuff:GetDescendants()) do
if x.ClassName == "Part" and x.Name == "Root" or x.Name == "Hitbox"
then

game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = x.CFrame

game:GetService("ReplicatedStorage").Knit.Services.WorldCurrencyService.RE.PickupCu
rrency:FireServer(x.Parent.Name)
x.Parent:Destroy()
end
end
end
end)
wait(4)
spawn(function()
while wait(4) do --in case it doesnt rejoin you
TS:Teleport(game.PlaceId, LP)
end
end)
end

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy