Jump to content

Rappelz Bot - Send() question


Recommended Posts

Hey guys,

I am attempting to make a simple bot for this free MMO that I found, but I am unable to get it to work correctly. The game seems to know that my mouse movements and key sends are not coming form the actual mouse and keyboard. Is there any way around this?

I found this post that talked about getting what the key and mouse 'hooks' are, but I was unable to find out how to send them back to the computer.

http://www.autoitscript.com/forum/index.php?showtopic=23173

" target="_blank">

http://www.autoitscript.com/forum/index.php?showtopic=23173

Here is my code to give you kind of an idea as to what i am trying to do:

CODE

While 1

Sleep(1000)

send("{TAB}")

if PixelGetColor(889,99) = 13347213 Then

Do

Send("{f7}")

sleep(800)

Send("{f7}")

sleep(800)

Send("{f7}")

sleep(800)

Until PixelGetColor(700,99) <> 13347213

Sleep(1000)

Send("{f12}")

sleep(500)

Send("{f12}")

sleep(500)

if PixelGetColor(255,136) <> 7506346 Then

Send("{F12}")

sleep(120000)

Send("{F12}")

EndIf

if PixelGetColor(289,123) <> 7245107 Then

Send("{F12}")

sleep(120000)

Send("{F12}")

EndIf

EndIf

MouseClickDrag ( "right", 540, 373, 920, 373 , 20 )

WEnd

Link to comment
Share on other sites

hmm ive never seen a game do that, whitch game is it? i may be able to hel[

The game is called "Rappelz" if is a free MMORPG. Fairly good for a free game : ) . . . anyway. The script works as intended; however, when you activate the window, it acts like the script stops (Being that it isn't doing anything). When you activate a different window, you see that the script is indeed running.

Thanks,

LRFalk01

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