Abendigo icon indicating copy to clipboard operation
Abendigo copied to clipboard

How to turn it into a Rage bot?

Open punkjj opened this issue 8 years ago • 13 comments

@Jire , When I put smoothing to 40f , it starts spinning and doesn't even kill a single enemy ? I have enabled , FOV Aim and ESP..

punkjj avatar Aug 25 '16 13:08 punkjj

Set smoothing to 40F, lock FOV to 360, and unlock FOV to 360.

Jire avatar Aug 31 '16 11:08 Jire

how i do this?

ghost avatar Sep 02 '16 15:09 ghost

i put 40f and i dont spin

ghost avatar Sep 02 '16 15:09 ghost

I was able to do an autolock aimbot by combining BoneTrigger and I made a copy of the FOVAimPlugin with some changes.

For bone trigger make sure only head is targeted and also add in !weapon.automatic in: if (!weapon.pistol && !weapon.shotgun && !weapon.automatic && Weapons.SSG08 != weapon) return (so the trigger bot will automatically shoot heads when using AKs, M4s, etc.

Then for the changes to the FOV plugin setting smoothing to 40F, lock FOV to 360, and unlock FOV to 360. Aswell as changing the FORCE_AIM_KEY to 18 (left Alt key).

With these two simply enable trigger and fov and hold down Alt when any enemies are near and they should be automatically killed. If you don't hold alt or use bone trigger it also works to just shoot around the enemy and they get one tapped.

cra88y avatar Sep 14 '16 20:09 cra88y

@cra88y Where do I add that code? in which line? !weapon.automatic in: if (!weapon.pistol && !weapon.shotgun && !weapon.automatic && Weapons.SSG08 != weapon) return

And do I need to add space before the code? how many spaces are required? And add this code in the FOVAimPlugin or BoneTrigger plugin?

And is there a way to make automatic bot which walks around and kills people. I want to turn on my pc at night and let the bot play as me until morning I will rank up a lot (not competitive rank) so would be so awesome!

ghost avatar Sep 15 '16 03:09 ghost

@cra88y Which file should I add that code and in which line?

ghost avatar Sep 15 '16 05:09 ghost

Its on line 22 of BoneTriggerPlugin.kt and replace the line entirely with if (!weapon.pistol && !weapon.shotgun && !weapon.automatic && Weapons.SSG08 != weapon) return

cra88y avatar Sep 15 '16 05:09 cra88y

As for running around killing people AFK, I really have no idea, I know coding, but I'm pretty new to developing hacks for games.

cra88y avatar Sep 15 '16 05:09 cra88y

This method seems to autoplay human reaction most of the time but still requires semi looking in their general direction and it also seems to be slightly slower than a legit "aimbot" I'd love to know a more effective way of doing this that would have no latency while jumping to their head after they peek corners...

cra88y avatar Sep 15 '16 05:09 cra88y

Thanks a lot @cra88y for clarifying this. at first I was a bit confused where to edit the code. just needed to add automatic weapons (!weapon.automatic) in BoneTriggerPlugin.kt plugin. Thanks!

The AFK auto aim bot idea seems really cool! would be great idea as It can run 24/7 and rank up my level and XP in casual and deathmatch games. I will look forward to see AFK Aimbot and future improvements in the cheat.

ghost avatar Sep 15 '16 05:09 ghost

what exactly is force aim? and does anyone know how to turn the aimbot to only headshots? i dont understand how people are changing the bone value

jo77528 avatar Oct 01 '16 20:10 jo77528

in the list of target bones, its instanced below fov and smoothing

bradylangdale avatar Oct 01 '16 20:10 bradylangdale

I changed it to 40 and fov to 360 but it just spins and looks at the floor. Please check pastebin and let me know whats wrong. Thanks!

http://pastebin.com/raw/JM9j1XdD

JonEhh42 avatar Oct 15 '16 04:10 JonEhh42