I created this super simple trigger bot last night that works off of how the cursor turns red when aiming at an enemy.
It's only a couple lines of codes and works pretty well at helping you have cat like reflexes.
Comes as the .class, .java, and txt source. Simply compile/run in the cmd prompt, enter in your screens size and make sure it is in windowed borderless and start owning.
To turn it off end the javaw.exe process in task manager. Adding in global key presses would have taken alot more code and is something you can add if you want but something I personally didn't see as necessary.
For those who don't know how to run .class
Simple set cmd to the directory of the file with "cd path" then type "java Cheat" and it should start up.
Haven't personally tested but should as you can still use keyboard controls while using controller controls.
So basically this one make the weapon automatically fire when the target going red?
Does it work for the online mode then?
Note, I didn't implement a way to close the program. Just open task manager and end the javaw.exe process and it will go away. Java is annoying at getting global key presses.
- - - Updated - - -
To xray25 - Yes it does.
Very nice idea! Would you be willing to share the code?
Any pictures or videos showing this is not fake and that it's functioning online? Any proof it's undetectable? Does anyone posting mods ever follow the rules?
Thanks for sharing even though it's complicated as heck
File appears safe. Just source.
/Approved
Does it work with Heavy Sniper?
it does NOT work with snipers of any kind. please fix.
grayln - no it doesn't because it works from the crosshair turning red. the sniper's crosshair doesn't turn red.
Also if you want it to be a little easier to use. Open notpad. Type "java Cheat" then save as a .bat file. Put the file in the same directory as the .class and boom it works.
- - - Updated - - -
to Drama - It in no way touches or modifies anything dealing with the GTV's data or process. It simples looks at your desktop's screens and looks to see if their is a red pixel in the center. The color is the same for the red dot that show up when you aim at an enemy with a carbine or pistol. If it sees its red then it clicks, simple as that.
It doesn't work for me, but I have to monitors. Would that be the problem?
It doesn't work for me, but I have to monitors. Would that be the problem?
I have two monitors but I play on the one on the left. If you are playing on the one on the right. Take your total screen resolution of both screens then add on the left width again, put that as your width and it should then get the center of the second. So like mine for instance I would do 1920 + 1600 + 1920 = 5440 and put that in for width.
Works like a charm, sort of buggy though, doesn't work with certain weps for some reason! Thanks a lot! Great work
____