Jire / Abendigo

A free as in both freedom and free beer game modding platform using Kotlin on the JVM.
GNU General Public License v3.0
57 stars 56 forks source link

How to turn it into a Rage bot? #55

Open punkjj opened 8 years ago

punkjj commented 8 years ago

@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..

Jire commented 7 years ago

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

ghost commented 7 years ago

how i do this?

ghost commented 7 years ago

i put 40f and i dont spin

cra88y commented 7 years ago

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.

ghost commented 7 years ago

@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 commented 7 years ago

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

cra88y commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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...

ghost commented 7 years ago

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.

jo77528 commented 7 years ago

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

bradylangdale commented 7 years ago

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

JonEhh42 commented 7 years ago

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