SHOW:
|
|
- or go back to the newest paste.
1 | -- made by Avn | |
2 | -- works on https://www.roblox.com/games/156220906/Whatever-Floats-Your-Boat | |
3 | -- will higher your level and get you alot of cash within minutes | |
4 | -- also you will unlock all badges since it loopkills everyone else on the server | |
5 | -- join the discord for more free exploits; discord.gg/7SzPNUx | |
6 | -- btw you can also request me to exploit an game for you and ill look into it | |
7 | -- just hmu on the discord | |
8 | ||
9 | local event = game.ReplicatedStorage:FindFirstChild("DamageOrigin",true); | |
10 | while wait(5) do | |
11 | for i,v in next, game.Players:GetPlayers() do | |
12 | if v~=game.Players.LocalPlayer then | |
13 | for i = 1,11 do | |
14 | event:FireServer(v,Vector3.new(),10); | |
15 | end | |
16 | end | |
17 | end | |
18 | end |