All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the Aimbot (May Be Buggy/Patched)

The Aimbot (May Be Buggy/Patched) code is below. Copy & inject it into the game. Enjoy!

game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
 if KeyPressed == "e" then
wait(0.65) -- change this to best match ur jumpshot
local args = {
    [1] = false,
    [2] = "Shooting",
    [3] = "Standing Shot"
}

game:GetService("Players").LocalPlayer.Backpack.PlayerEvents.Shooting:FireServer(unpack(args))
end
end)