For those who don't know how to use : First you need to find an executor. If you search on the internet, you come across free and paid ones. For your safety, I always recommend the paid ones, but if you want to try it, with a little research, you can find free and safe ones.
(more complicated scripts usually don't work for free you need higher level paid executor but this script usually fine.)
getgenv().enabled = true
game:GetService("RunService").RenderStepped:Connect(function()
if getgenv().enabled == true then
for _, v in pairs(game.Workspace:WaitForChild("Coins"):GetChildren()) do
local hrp = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
local hum = hrp.Parent:WaitForChild("Humanoid")
if hum.Health > 0 then
hrp.CFrame = v.Coin.CFrame
hum.Jump = true
repeat
hrp.CFrame = v.Coin.CFrame
hum.Jump = true
wait(0.01)
until v == nil or v.Parent == nil
end
end
end
end)
nice work, i will try itI recommend you to try it on vip or unpopular servers.
Game:Bağlantıları görmek için lütfen Giriş Yap
Kod:For those who don't know how to use : First you need to find an executor. If you search on the internet, you come across free and paid ones. For your safety, I always recommend the paid ones, but if you want to try it, with a little research, you can find free and safe ones.
Kod:getgenv().enabled = true game:GetService("RunService").RenderStepped:Connect(function() if getgenv().enabled == true then for _, v in pairs(game.Workspace:WaitForChild("Coins"):GetChildren()) do local hrp = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") local hum = hrp.Parent:WaitForChild("Humanoid") if hum.Health > 0 then hrp.CFrame = v.Coin.CFrame hum.Jump = true repeat hrp.CFrame = v.Coin.CFrame hum.Jump = true wait(0.01) until v == nil or v.Parent == nil end end end end)
this is insane codeI recommend you to try it on vip or unpopular servers.
Game:Bağlantıları görmek için lütfen Giriş Yap
Kod:For those who don't know how to use : First you need to find an executor. If you search on the internet, you come across free and paid ones. For your safety, I always recommend the paid ones, but if you want to try it, with a little research, you can find free and safe ones.
Kod:getgenv().enabled = true game:GetService("RunService").RenderStepped:Connect(function() if getgenv().enabled == true then for _, v in pairs(game.Workspace:WaitForChild("Coins"):GetChildren()) do local hrp = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") local hum = hrp.Parent:WaitForChild("Humanoid") if hum.Health > 0 then hrp.CFrame = v.Coin.CFrame hum.Jump = true repeat hrp.CFrame = v.Coin.CFrame hum.Jump = true wait(0.01) until v == nil or v.Parent == nil end end end end)
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?