Jump to content

deathray

Members
  • Posts

    5
  • Joined

  • Last visited

deathray's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. The script exits right away when I open it.
  2. I've got this. While 1 Sleep( 200 ) Send ( "1" ) WEnd Now how do I make the script start once I press F12, stop again once I press F12, start again once I press F12 and so on.
  3. Yeah I guess so. There is no possible way then? Forgot to add when I minimized the game the w continues spamming so the script is definetly not killed.
  4. This is what I got HotKeySet("{F9}", "dash") While 1 Sleep(1000) WEnd Func dash () While 1 Send("w") Sleep(100) Send("w") WEnd EndFunc When I press F9 the w letter starts getting spammed. But when I open a game called Gunz the spamming stops. W key isn't being sent. I tried adding Send("w", 1) to send the keys raw but still doesen't work. Are there any other ways?
  5. Other ideas to keep a bot undetectable. Now this is just my way of thinking, maybe it wont make any difference. But better be safe then sorry . 1. Personal favourite: TAKE ADVANTAGE OF VISTA'S UAC. Do NOT run World of Warcraft with administrative rights. If you dont, wow will have access to everything. RUN the bot as administrator. If you do, wow wont have the privileges to access the process. 2. Encrypt your .exe's. If I were the creator of warden, I would definetly make it identify autoit's signature so it could keep an extra eye on them. If you need help with this create a user at http://www.governmentsecurity.org/forum/index.php and under trojans there are alot of guides on making a virus undetectable to antivirus software. Works the same with autoit scripts
×
×
  • Create New...