Created by xtebite#6500
Features:
- INSTA KILL
- AUTO FARM
- HOW TO USE:
- 1. Make a private server and join it (private servers are free and the script will not work if you don’t do this)
- 2. Execute the first script
- 3. Execute the second script
- 4. Step into the join game box
while wait(0.01) do
game:GetService("ReplicatedStorage").Remote.Weapon.TakeDamage:FireServer()
end
while wait(0.1) do
for i,v in pairs(game.Workspace.Waves:GetDescendants()) do
if v.Name == "HumanoidRootPart" then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(0,0,5)
end
end
end