Jump to content

Recommended Posts

Posted

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 :D?

Posted

Opt("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

  • 2 weeks later...
Posted

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?

Posted

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- #
Posted (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 by omglol
Posted

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....!!!

  • 4 weeks later...
  • 2 weeks later...
Posted

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.

Posted

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 delay

PS: I see alot of people leveling in Spirit Spire in their horses, botting

  • 1 month later...
Posted

Any news on the bypass? Please with sugar on top?

Did you google your way in here? :lmao:
# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Posted

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- #

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
  • Recently Browsing   0 members

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