Aimblox Kill All Script

This new script for Aimblox will literally automatically kill all players! All you have to do is execute the script and watch the script automatically taking out all your enemies. Definitely a very useful and overpowered script for Aimblox which you should check out.

59A46D4C 42EE 4C2E 9E72 D8A45E563814

Script Creator

  • Discord

    Not specified

All files uploaded to weinzspace website are checked for viruses. If this script turned out to be unsafe for any reason, please contact us immediately!

1. Copy the script that is at the bottom
2. Run the injector that suits you
3. After opening the injector, insert the script into it and put it into the game.

In order to contact the author of the script, scroll through the page a little higher and find the inscription "Script Creator". There will be the author's contacts that he indicated. If the author has not specified contacts, then unfortunately it will not be possible to contact him.

-- weinzspace.com / #1 roblox script database! --
local fireServerFn = nil do local gc = getgc() for i = 1, #gc do local fn = gc[i] if type(fn) == 'function' and islclosure(fn) and getinfo(fn).source:match('ReplicatedFirst%.B') and (not is_synapse_function(fn)) then local consts = getconstants(fn) if table.find(consts,'Instance') and table.find(consts,'RemoteEvent') then fireServerFn = fn break end end end end local bodyparts = { "Head", "HumanoidRootPart", "Torso" } while task.wait(.1) do for i,v in pairs(game.Players:GetPlayers()) do if v == game.Players.LocalPlayer then continue end local character = v.Character; local part = character and character:FindFirstChild(bodyparts[math.random(1,#bodyparts)]) local position = part and part.Position if not position then continue end for i = 1, 3 do fireServerFn(game.ReplicatedStorage.Remotes.GunShot, { v }, part, position, "Default") end end end
-- The script was copied from the site weinzspace.com ! --