PDA

View Full Version : Need pro to evalute this bot.....


dinocat
25th September 2005, 00:16
Here is a simple bot i made using AutoIT... Will anyone gimme some feedback and evalute this bot....

The Package contains the script and the executable.....

And is ther anyone teach me CE and stuff (Really appreciate if u do, will not beg or force! one's own will* :speechles )

Thx in adv~! :cool:

Diddle
25th September 2005, 01:10
File: Dinobot.rar
Status: MIGHT BE INFECTED / MALWARE (Sandbox emulation took a long time and/or runtime packers were found, this is suspicious. Normally programs aren't packed and don't force the sandbox into lengthy emulation. Do realize no scanner issued any warning, the file can very well be harmless. Caution is advised, however.)
MD5: 6b2676f3c4168eda2840c18676efb207
Packers Detected: UPX, AUTOIT

Scanner Results
AntiVir: Found Nothing
ArcaVir: Found Nothing
Avast: Found Nothing
AVG Antivirus: Found Nothing
BitDefender: Found Nothing
ClamAV: Found Nothing
Dr. Web: Found Nothing
F-Prot Antivirus: Found Nothing
Fortinet: Found Nothing
Kaspersky Anti-Virus: Found Nothing
NOD32: Found Nothing
Norman Virus Control: Found Nothing
UNA: Found Nothing
VBA32: Found Nothing

Source: Jotti's Virusscan (http://virusscan.jotti.org/)File is Clean --> Approved.

USE AT YOUR OWN RISK!

dinocat
25th September 2005, 02:29
I think my file is ok...i used Norton Security to scan it after i finished it...and i Used AutoIT....probably it's the program...

TS58
25th September 2005, 02:32
You should give info on it.

Typical left right fight bot
And you need to add what you want insert to do, or even that the script uses insert for something...

dinocat
25th September 2005, 03:53
i just start making my own bot...so there is a lot i need to know....thanks for ur feedback.....TS58

Also, i found these games published by Mgames....they look awfully cool...but they'r in Korean...too bad......

Games info:

NEW RPGS BY MGAME.

http://online.mgame.com/game/eternalcity/
http://online.mgame.com/game/ares/
http://online.mgame.com/game/droiyan/droiyan_default.php
http://muhon.mgame.com/
http://online.mgame.com/game/emperor/
http://online.mgame.com/game/thelord/
http://online.mgame.com/game/knight_renew/
http://yulgang.mgame.com/
http://online.mgame.com/game/lapis/default.php
http://online.mgame.com/game/lunentia/
http://online.mgame.com/game/msaver/
http://online.mgame.com/game/yapcar/
http://online.mgame.com/game/clover/
http://online.mgame.com/game/ghost/

would anyone try to find the english if there is....thx for ur help!

PS: but dont forget to get me a bot or hack for Yulgang! >:)

procompared2u
25th September 2005, 05:43
tis a good start.

MERUxOMG
25th September 2005, 10:13
it is nice.
it looks very similar to a piece of sample code on my tutorial

_____________________________

ok, after reviewing what i wrote. What you did is exactly what i wrote... :speechles
err, i hope this forum doesnt get flooded with these things because this is not what i wanted people to do with my tutorial.

I wanted people to think and create more compicated bots, while getting it out of my tutorial...

like do this

If $move < 10
Send JUMP
Send ATTACK

something Like that...
people god. be creative. get out of your leacherous state. :smoke:

dinocat
25th September 2005, 20:37
yes MERUxOMG..i followed ur tut and made a bot myself.....and i did have a piece of code that is similar to ur code in ur tut...i trying to ake one that detects monster using pixelserach...i was wondering what's the code for white and greed for pixelsearch....
can anyone tell me?

MERUxOMG
26th September 2005, 01:42
its not that simple.
each color has a hex and decimal.

You have to use my "code snippets" section on the bottom to find the coordinates or color of your pixel detection thing :P

procompared2u
26th September 2005, 03:25
just outta curiosity, is the pixel hex colors in auto-it the same as like html hex colors?

ya know, like this. --> http://html-color-codes.com/

dinocat
26th September 2005, 03:41
i dont think so...they have the coordinates and u need the code of the color like 00xGGRRBB sumthin like that...not just 230,10

MERUxOMG
26th September 2005, 07:54
WinWaitActive (“MapleStory”);
Sleep (5000)
$pos = MouseGetPos()
$var = PixelGetColor( $pos[0] , $pos[1] )
MsgBox(0,"The decmial color is", $var)
MsgBox(0,"The hex color is", Hex($var, 6))


put that into a .au3 file.

Open maple. You have 5 seconds to put your mouse onto the monster you want to kill.
After 5 seconds, it will message you saying the decimal and hex.
It will work (i think)

do this 00x(hex or decimal)
like 00xFFFFFF
I think it is 00x and 6 letters/numbers

younglinkie
26th September 2005, 10:26
im pretty good with hexadecimal html colors, i can make a real good fade. but with AutoIT you cant use IsWhite?

crovex
12th October 2005, 10:58
in maple , i dont seem to sense the colour

i need to print screen then get the colour

lousy91
12th October 2005, 13:36
i dont think so...they have the coordinates and u need the code of the color like 00xGGRRBB sumthin like that...not just 230,10

so you mena that the bot will only attack the "colored" monster only>

MrMagic
12th October 2005, 13:57
i dont think so...they have the coordinates and u need the code of the color like 00xGGRRBB sumthin like that...not just 230,10

so you mena that the bot will only attack the "colored" monster only>

all monster have a colour dun they?