Jire / Overwatcheat

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

Using my own mouse/kb Driver #111

Open wallhaxer opened 2 years ago

wallhaxer commented 2 years ago

How hard would it be to to change Interception for my own mouse/kb driver?

I understand how to get it going with C, C++, ahk but i'm not familiar with Java.

anyone interested in doing so ?

xtherk commented 2 years ago

Maybe I could give it a try. Just call the C/C++ export function using JNI

wallhaxer commented 2 years ago

i am just not very good at JAVA hehe

the driver dll is "Driver64.dll" in the same directory or wathever

some exemples how to use with java.

Driver64_movR(int X, int Y)  ;mouse move
Driver64_btn(int mousebtn)  ;1=left click down 2=left click up
    Driver64_key(int keycode, int flag)  ;keyboard

from there I will be able to edit keys and all before building.