Jump to content

Wont Send("") in LineageII


Recommended Posts

My 1st Post:

Ok im having problems with getting button presses into a game... This game would be lineage 2. Im trying to create my own bot for leveling while im away from my computer or sleeping, but no matter what i send into the game, it won't happen. Here is the script ive tried using.

HotKeySet("{TAB}", "Level")
HotKeySet("{ESC}", "Finish")

While 1
   Sleep(1)
WEnd

Func Level()
  While 1
      Send("{w down}")
      Sleep(2500)
      Send("{w up}")
      Send("{F4}")
      Send("{F1}")
      Sleep(10000)
      Send("{s down}")
      Sleep(2500)
      Send("{s up}")
      Send("{F4}")
      Send("{F1}")
      Sleep(10000)
  WEnd
End Func

Func Finish()
    Esc
EndFunc

So if anyone out there can help me i'd appreciate it dearly. :)

[quote]I don't like to think, Therefore I ChEaT[/quote]

Link to comment
Share on other sites

Ive tried that, but it still won't gain access to the game. Even in windowed mode. Mainly because the game closes if it runs in windowed mode. ControlSend() and Send() just aren't doing it. LineageII has a GameGuard program that cannot be deleted and i think it blocks any incoming data from a seperate program. :)

Edited by LineageIIC3Freak

[quote]I don't like to think, Therefore I ChEaT[/quote]

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