Jump to content

WifiHero

Members
  • Posts

    19
  • Joined

  • Last visited

WifiHero's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. 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?
  2. 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
  3. 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.
  4. No disrespect man...But it didnt work.
  5. 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.
  6. Is there some way to? I have tried just about everything >< $file = FileDelete("Txt.txt" 1) And ect. Any ideas?
  7. 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
  8. So I cant use a control click for that so it doesnt take over the mouse?...
  9. A flash game in Internet explorer.
  10. 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)
  11. 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?
  12. 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?
  13. Thanks. ill get right to it. Nice avatar by the way.
  14. 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?
  15. So its completelly impossiable now? Damnit..Now I have alot more work to do >< If anyone thinks they can help, its written in 3, 2, 10, 0
×
×
  • Create New...