Jire / Overwatcheat

Free, open-source undetected color cheat!
GNU Affero General Public License v3.0
320 stars 92 forks source link

Pixel Offset Option? #48

Open EdgyKid opened 6 years ago

EdgyKid commented 6 years ago

So not really an issue at all. Everything works perfectly. Only problem for me is that it aims 20 or so pixels to the right side of where I would like it to. Wondering how hard it would be to implement an offset option in the config for it?

Caused maybe from FOV settings in game? I can't even think of an option in your program to change something like that but figured a simple offset value might work?

Anyway thanks again works great. Not really an issue, more of a wishlist, wasn't sure how to get in contact.

HongyiZhang1202 commented 6 years ago

@EdgyKid Hi glad to see the code running perfectly, enjoy. Seems I found that offset options as you said earlier. You can find it at \Overwatcheat-master\Overwatcheat-master\src\main\kotlin\com\overwatcheat\, and after you went to the folder called "overwatchcheat", you can find a file called "Constants.kt". That is the file stores all the constants, of course including offsets.

You can use any textEditor to open it, such as "notepad" or "notepad++", with a right click on it. I use "notepad" to open "Constant.kt" as it has been installed along with Windows7 (well why did I still use this old system, should try the fancy Windows10). Then you can go to

I guess these two are what you'd like to change.

Enjoy!!!