Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- made by Avn
- -- works on https://www.roblox.com/games/156220906/Whatever-Floats-Your-Boat
- -- will higher your level and get you alot of cash within minutes
- -- also you will unlock all badges since it loopkills everyone else on the server
- -- join the discord for more free exploits; discord.gg/7SzPNUx
- -- btw you can also request me to exploit an game for you and ill look into it
- -- just hmu on the discord
- local event = game.ReplicatedStorage:FindFirstChild("DamageOrigin",true);
- while wait(5) do
- for i,v in next, game.Players:GetPlayers() do
- if v~=game.Players.LocalPlayer then
- for i = 1,11 do
- event:FireServer(v,Vector3.new(),10);
- end
- end
- end
- end
Add Comment
Please, Sign In to add comment