Despite my topic being deleted once...Ill go ahead and ask again.
I read what was said on here and added a password to each of my autoit files whenever I finished them, And now for some reason, I cannot decompile them, I thought -Sure ill use that password!- But for some reason when I load up the decompiler, the password box is greyed out and I cant add anything to it.
Iv even tried editing it in hex to remove the -haha hacker nice try- error message, but it still doesnt want to decompile ><
Does anyone have any suggestions?
if you want to kill the process entirelly. use this.
Global $Paused
HotKeySet("{ESC}", "Terminate")
Func Terminate()
Exit 0
EndFunc
Make sure it is at the Very start of your program`s scriptlines.
With that line there, Pressing ESC will terminate the program
Thats preciclly how I want it to be, But the problem is, All I get when I put in the code is -error, unreconized command- And it does nothing. EDIT: As in I want it to remove it without a space remaining.
Be abit more specific? Tried it and it didnt work. EDIT: Tried $_FileWriteToLine("txt.txt",1) $_FileWriteToLine("txt.txt"), $_FileWriteToLine() And more, But didnt get any results.
Well..According to what someone said above, ControlClick can be used with ShellExecute to have it run hidden in the backround without it takeing over mouse / keyboard
Well. I have been trying to use controlclick with the specific window and whatnot, But it doesnt not appear to be clicking, It repeats its actions I have set to loop after it does the clicks, So I know it is trying to. But for some reason it refuses to register that it has clicked. as if it skips it. ControlClick("---Removed---","","left", 228, 482, 1, 1) Sleep(20) ControlClick("---Removed---","","left", 228, 482, 1, 1)
Thank you, But with such a thing, Is it just for one window at a time? Or do you just do like...Controlwinactivate or something?.. (by the way, Thanks a load for such a fast response) EDIT: Just tried control clicking, and it didnt seem to work with a window that wasnt hidden, So it only works for ones that are?
Been experimenting with it for awhile. And need to know, How exactally can I make my bot navigate with it? is there some way to force the code to click and type and such on just that hidden window? Or what?
Iv been makeing bots with this thing for awhile. And it just dawned on me, Is there any command to make the programs run in the backround (internet explorer 7 or FireFox 3) so that I dont need to be off of the computer when the bot is running gathering points?