Jump to content

ragnarok bot help plz


Recommended Posts

hi im looking for a bot script for ragnarok online very simple that basically kills everything that moves or attack especific pixel colors. please help me a little

This is consider begging.

In autoit, try before you asking. and we can help you on your way.

Sidenote: I thought RO have GG?

Link to comment
Share on other sites

try looking for kore it has different distro find one that fits ur need

btw kore doesnt need the game client to be running so disregard GG it acts as a client it self

and you can run as many as you want in one machine

Edited by xyferx
Link to comment
Share on other sites

side note: I thought RO have GG?

It doesn't have Game Guard, to the best of my knowledge, as I have made minibots for it too. However, Making the bot he requests will be very complex. Characters can have hundreds of different costumes composed of hundreds upon hundreds of colors. There is no way to pixelsearch for them all. and checksum wouldn't really help him either... I can't think of any way to do it without memory reading.
Link to comment
Share on other sites

i dont need a complete bot just an autoit program that find a pixel color (monster color) and do a left click on it

my program is this but i have an error .please help

sleep (2000)

WinActivate("clienteragnarok")

Sleep(5000)

HotKeySet("p", "stop")

While 1

If Not @error Then

While 1

$a = PixelSearch( 0, 0, 640, 480, 0xFA978E)

MouseMove($a[0],$a[1],0)

Sleep (100)

MouseClick("left",$a[0],$a[1])

Sleep(2000)

Send('{INS}')

Sleep(5000)

HotKeySet("!y", "stop")

WEnd

Else

Opt("MouseClickDownDelay", 5000)

MouseClick("left", 504, 10)

Opt("MouseClickDownDelay", 10)

EndIf

WEnd

func stop()

Exit

EndFunc

=============================

the error is

MouseMove($a[0],$a[1],0)

MouseMove($a ERROR

Error subscrit used with non-array variable

and the other error is that the client doesnt work right when it opens

Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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