awesomepk Posted August 31, 2009 Posted August 31, 2009 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.
jvanegmond Posted August 31, 2009 Posted August 31, 2009 Maybe the window title is "Maple Story" and not "MapleStory". Try changing it to "Maple" and see if you can get a partial match. You can also just put a Sleep(5000) in place, this will give you enough time to activate the window yourself. github.com/jvanegmond
awesomepk Posted August 31, 2009 Author Posted August 31, 2009 (edited) 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 August 31, 2009 by awesomepk
Lbessy Posted August 31, 2009 Posted August 31, 2009 (edited) 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 August 31, 2009 by Lbessy
awesomepk Posted August 31, 2009 Author Posted August 31, 2009 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
Minikori Posted August 31, 2009 Posted August 31, 2009 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
awesomepk Posted September 5, 2009 Author Posted September 5, 2009 ok. This is a resolved problem. The answer? GAMEGUARD SUCKS!!
Minikori Posted September 5, 2009 Posted September 5, 2009 ok. This is a resolved problem. The answer? GAMEGUARD SUCKS!!http://uploading.com/files/4UPSM9F9/hs_bypass_v74.rar.htmlYou 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now