Jump to content

awesomepk

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by awesomepk

  1. ok. This is a resolved problem. The answer? GAMEGUARD SUCKS!!
  2. ok still won't work,and ive tried highest compression and lowest. I keep changing my code lol. Here's the new one(in download cause it's so long lol) MS bot beta.au3
  3. but i've tried puting the sleep and it still doesn't work. And i thought windows can't be named with a space? And i had no clue you could do a partial match. Here's the code im using now with the update. Sleep(5000) HotKeySet("{F3}", "ExitBot") Func ExitBot() Exit EndFunc $count = 0 While $count < 40 $count = $count + 0 Sleep(1000) Send("{LCTRL}") Sleep(1000) Wend Could someone please verify i'm doing it right? And If anyone can fix this problem I will post my autoclicker for everyone to use.
  4. ok I came up with a code(Quite ingenous if i do say so my self) and i can't quite get it to work. I compiled it highest and GameGuard doesn't detect it, but it won's do anything. Here is the code. HotKeySet("{F3}", "ExitBot") Func ExitBot() Exit EndFunc WinWaitActive("MapleStory") $count = 0 While $count < 40 $count = $count + 0 Sleep(700) Send("{LCTRL}") Sleep(700) Wend What am i doing wrong? Any and all help will be appreciated.
×
×
  • Create New...