Seagul Posted June 22, 2006 Posted June 22, 2006 I've made a basic macro that sends "v" target and presses "a" for autoattack. The game seems to know if its being autopressed by a macro and wont do it. But it will put the letters in the chat box like its running properly. It has Xtrap which I managed to kill, but the main exe still blocks the keys some how. I've tried sending raw with the ,1 and use Opt("SendKeyDelay", 1). Anyone have ideas ?
Josbe Posted June 22, 2006 Posted June 22, 2006 Show your code. (A snippet at least) AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Seagul Posted June 22, 2006 Author Posted June 22, 2006 expandcollapse popupOpt("SendKeyDownDelay", 1) Opt("SendKeyDelay", 1) HotKeySet("{PAUSE}","Escape") ; Settings / Constants $Health = 0xD69EA5 $CheckHP = 1 $GameWinTitle = "Hero OnLine" WinActivate($GameWinTitle, "") WinWaitActive($GameWinTitle, "", 5) While 1 Send("{v down}") Sleep("100") Send("{v up}") Sleep("100") Send("{a down}") Sleep("100") Send("{a up}") Sleep("20000") WEnd ;Func Heal() ;; $GetHealth = PixelGetColor(486, 705) ; If Not $GetHealth = $Health Then ; Send("{1 down}") ; Sleep("100") ; Send("{1 up}") ; Sleep("30000") ; EndIf ;EndFunc Func Escape() Exit EndFunc
Josbe Posted June 22, 2006 Posted June 22, 2006 (edited) [...]The game seems to know if its being autopressed by a macro and wont do it.[...]hmm...I don't know about your game but, try raising the value here... Opt("SendKeyDownDelay", 1) Edited June 22, 2006 by Josbe AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
omglol Posted July 6, 2006 Posted July 6, 2006 Seagul, i've been trying to make a simple autoloot for this game, it seems to block it somehow, as it DOES type the letters in the message bar, but not let them work outside. so it has to be Xtrap since u've got the same problem? btw how did u get around Xtrap then?
AzKay Posted July 6, 2006 Posted July 6, 2006 Just what I was gonna ask, howd you get past xtrap? xD, Liek, on gunzonline, I tryed to make an autoshooter, xtrap, allows keystrokes and clicks, but doesnt allow, pixelsearch >.> # MY LOVE FOR YOU... IS LIKE A TRUCK- #
omglol Posted July 6, 2006 Posted July 6, 2006 (edited) Well, here it doesn't even seem to let through the keystrokes, unless it's in the type message, and turning a script on and off with like {Pause} doesn't seem to work aswell... edit: would it work if u did this?? can they both be "While 1" and would the random numbers work? While 1 Send("{v down}") Sleep(Random(50,150)) Send("{v up}") Sleep(Random(10,100)) Send("{a down}") Sleep(Random(50,150)) Send("{a up}") Sleep(Random(1000,10000)) WEnd While 1 Send("{s down}") Sleep(Random(100,400)) Send("{s up}") Sleep(Random(100,400)) Wend Edited July 6, 2006 by omglol
Diego Posted July 12, 2006 Posted July 12, 2006 want to know if it's possible to only send the 8 keypress to feed my pet any macro and other help would be nice!
haxxor Posted July 12, 2006 Posted July 12, 2006 Anyone have a chance to get autoit to work? I've tried to create a Health Pots spammer scripts, however im expriencing the same porblems. So, if you have found a solution for it.. please share some lights and vice versa....!!!
SouthVietBoiX Posted August 5, 2006 Posted August 5, 2006 if this worked is there a way to let the bot run in the game only so i can do other things?
Ambush Posted August 17, 2006 Posted August 17, 2006 I ran into the same issue. Wrote a nice script that monitored health meters, auto-potted etc...but was disappointed to see that XTrap blocked the script commands. I'm sure there's a way around it.
nuku Posted August 22, 2006 Posted August 22, 2006 It has Xtrap which I managed to kill, but the main exe still blocks the keys some how.Can u release the bypass?Another thing .. i need a pet feeder. Simple thing since my pet has high DEX and only need to get Hunger up.What i need is the macro to click "6" with 19 minutes of delayPS: I see alot of people leveling in Spirit Spire in their horses, botting
BluePsych Posted October 2, 2006 Posted October 2, 2006 Any news on the bypass? Please with sugar on top?
AzKay Posted October 2, 2006 Posted October 2, 2006 Any news on the bypass? Please with sugar on top?Did you google your way in here? # MY LOVE FOR YOU... IS LIKE A TRUCK- #
AzKay Posted October 2, 2006 Posted October 2, 2006 Yes, I did Thought so # MY LOVE FOR YOU... IS LIKE A TRUCK- #
BluePsych Posted October 2, 2006 Posted October 2, 2006 Thought so What does that mean? Somebody help, please?
AzKay Posted October 2, 2006 Posted October 2, 2006 What does that mean? Somebody help, please?What do you mean what do I mean? I mean, I knew you came from google, One post, and magically appear in a thread of hero online. You mustve been searching, for xtrap bypass, or hero bot, or something along those lines. # MY LOVE FOR YOU... IS LIKE A TRUCK- #
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