@w4ssup I've no idea what you're asking here, please elaborate.
ok, I'm the concept of my program is get a mouse position (text box), send a click at that position (activate the text box), then send a line of text to the text box. Or how we human do it, click a text box into clip board.
wow, I think I just came up with a solution while typing this lol, I'mma try to replicate the human way of doing it, just gotta learn to copy string read from file to clipboard
Originally Posted by w4ssup
wow, I think I just came up with a solution while typing this lol, I'mma try to replicate the human way of doing it, just gotta learn to copy string read from file to clipboard
I got the program to work, the problem is that the program i made this for doesnt seem to accept digital input (MBAM). like it doesnt accept the program's ctrl+v(where notepad does), but it does accept it if you physically press it on your keyboard
it must be C++? XD
This would be an easy Job for an AutoHotKey or an AutoIt Script.
Originally Posted by MikeRohsoft
it must be C++? XD
This would be an easy Job for an AutoHotKey or an AutoIt Script.
idk how to use that... I'm trying to do a shitty way of bruteforcing lol
Originally Posted by w4ssup
idk how to use that... I'm trying to do a shitty way of bruteforcing lol
thats the first thing I thought of, but I cant find the correct window (textbox) of the program (MBAM) to send the message, all the shit seems to reusing the same window even though it does different action