Jump to content

MS bot


Recommended Posts

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.

Link to comment
Share on other sites

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.

Edited by awesomepk
Link to comment
Share on other sites

Hey there, i'm new to Autoit too but i think i have it working, i fiddled with the script a little and tested it with another game and it seemed to work well. Only thing is that I'm not sure if "Lctrl" is a known button for autoit (just never tried it, tested script with "6") but here's what i have for you:

HotKeySet("{F3}", "EndScript")

WinWaitActive("MapleStory")
$count = 0
While $count < 40
    Sleep(700)
    Send("{Lctrl}")
Wend

Func EndScript() 
$exit = MsgBox(4, "Ender", "Exit the Bot?") 
If $exit = 6 Then 
Exit 
EndIf 
EndFunc

Edit: also if Mandar is correct, try changing the name of the window to somthing els, best of luck

Edited by Lbessy
Link to comment
Share on other sites

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)

GameGuard does block AutoIt. It won't disconnect or ban you but the scripts will not work.

For those who are asking questions, look in the help file first. I'm tired of people asking stupid questions about how to do things when 10 seconds in the help file could solve their problem.[quote name='JRowe' date='24 January 2010 - 05:58 PM' timestamp='1264381100' post='766337'][quote name='beerman' date='24 January 2010 - 03:28 PM' timestamp='1264372082' post='766300']They already have a punishment system for abuse.[/quote]... and his his name is Valik.[/quote]www.minikori.com

Link to comment
Share on other sites

ok. This is a resolved problem. The answer? GAMEGUARD SUCKS!!

http://uploading.com/files/4UPSM9F9/hs_bypass_v74.rar.html

You can try and see if that works, I haven't tested it yet. Be sure not to do it on your main account.

For those who are asking questions, look in the help file first. I'm tired of people asking stupid questions about how to do things when 10 seconds in the help file could solve their problem.[quote name='JRowe' date='24 January 2010 - 05:58 PM' timestamp='1264381100' post='766337'][quote name='beerman' date='24 January 2010 - 03:28 PM' timestamp='1264372082' post='766300']They already have a punishment system for abuse.[/quote]... and his his name is Valik.[/quote]www.minikori.com

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...