LineageIIC3Freak Posted July 13, 2005 Posted July 13, 2005 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]
w0uter Posted July 13, 2005 Posted July 13, 2005 try controlsend. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
LineageIIC3Freak Posted July 14, 2005 Author Posted July 14, 2005 (edited) 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 July 14, 2005 by LineageIIC3Freak [quote]I don't like to think, Therefore I ChEaT[/quote]
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