www.roblox-scripter.com

Сontent continues after AD

Sonic Ultimate RPG script – (farm emeralds, farm coins)

Functions: farm emeralds, farm coins

Script developer: Vep#1003
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

autofarm coins:

				
					ringsfarm = true

while ringsfarm do wait(5)
   pcall(function()
     for i,v in pairs(game:GetService("Workspace").Rings:GetDescendants()) do
        if v:IsA("Part") and v.Name == "Ring" then
         v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
      end
    end
 end)
end
				
			

autofarm emeralds:

				
					emeraldfarm = true
while emeraldfarm do wait()
   pcall(function()
     for i,v in pairs(game:GetService("Workspace").ChaosEmeralds:GetChildren()) do
        if v:IsA("MeshPart")  then
         v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
      end
    end
 end)
end
				
			
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments

Recent posts: