Register for your free account! | Forgot your password?

You last visited: Today at 10:51

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Eudemonsonline BOT with Autoit

Discussion on Eudemonsonline BOT with Autoit within the EO Exploits, Hacks, Tools & Macros forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2007
Posts: 62
Received Thanks: 16
Eudemonsonline BOT with Autoit

I thing everyone know the programm Autoit
I have tryed to make a bot but its not so easy
And i thing anyone who are a Genie can make a autoit file...
Raser16 is offline  
Old 05/06/2008, 07:12   #2
 
elite*gold: 0
Join Date: Nov 2006
Posts: 72
Received Thanks: 31
I can help you make a bot using AutoIT. I started working on one today and it can already kill monsters and move randomly, the next few things i will add are item pickups, and some selected paths to use when hunting.

If you need help ask specific questions and i will do what i can to help you along. FYI: Anyone who asks for my code or a copy of my working bot will get told where to go. If on the other hand you want to learn how to make your own bots using AutoIT, then i will help as much as I can.

Spallapiden.
spallapiden is offline  
Thanks
1 User
Old 05/07/2008, 23:25   #3
 
elite*gold: 0
Join Date: May 2008
Posts: 10
Received Thanks: 1
Cool dude, i did just start use autoIT and my first bot is going to be EO
maybe we could co-op
gothikaboy is offline  
Old 05/08/2008, 12:42   #4
 
elite*gold: 0
Join Date: Nov 2006
Posts: 72
Received Thanks: 31
i don't do co-ops but im more then happy to assist you at any point in aspects that you cannot work out for yourself.
spallapiden is offline  
Old 05/08/2008, 12:59   #5
 
elite*gold: 0
Join Date: May 2008
Posts: 10
Received Thanks: 1
yea lol, i did just realize how hard it was and a mentor would come in handy :P

MSN:

if you have time ofc
gothikaboy is offline  
Old 05/09/2008, 14:13   #6
 
elite*gold: 0
Join Date: Nov 2006
Posts: 72
Received Thanks: 31
Ok, seeing there are a few of you out there who want to make macros using auto it i will share with you some code and explain what it does. Then from there you can ask questions on how to solve specific problems that you want your macro to be able to do.

The first thing you need is to be able to detect a monster and attack it, or in the case of a warrior using a mage ue with wind beads, to aim the windbeads at the monster.

So, what you need to do is to scan through a range of pixils looking for something specific that only a monster has, and that is the red bar above the name. Auto-IT has a pixil search function and to use it you write code like this,
Code:
$=PixelSearch(200,100,825,600,12059395,5)
$Coords is a variable to hold the return value from the function PixelSearch all variable in auto-it have a $ prefixing them. the values that follow PixilSearch are start_x, start_y, end_x, end_y that determines the range on the screen that it will scan, the next number is a colour, to determne the exact colour you need to use something like photoshop to get a RGB value which you can convert to a hex or decimal value, the number 12059395 is a decimal value for the colour red as scene on my display, this value may vary for you. The last number 5 is a skip value, its the number of pixils to skip per scan, see you check every one is overkill, the red bar is about 15 pixils long, so you only need to hit 1 pixil of the colour 12059395 to get a result, 5 is a fairly accurate and speedy way to scan for the colour.

Anyways, im tired and am going to bed, here is my complete attack function,

Code:
Func Attack()
$=PixelSearch(200,100,825,600,12059395,5)
    If NOT @error Then
        MouseClick("left",+10,+20,1,0)
        Sleep(2500)
	Else
        MoveRandom()
    EndIf
EndFunc ;==> This function searches for the RED monster bar attacks if it finds one, or moves to a new location if there is no monster found.
So what does it do,
1. if searches for the red in the monster bar,
2. it checks to see if $Coords has a value
3. clicks on the monster to begin attacking if $Coords has value
4. waits for a period of time because if it does not pause for a while, you will move on before you killed the monster.
5. if $Coords is not valid, it will move you to another location MoveRandom() is a function call, its a function that you will have to write yourself, there are a number of ways you can do this, have a go at it yourself.

Forum does some weird shit to code blocks, in the code blocks replace $ with $Coords
spallapiden is offline  
Old 05/09/2008, 23:23   #7
 
elite*gold: 0
Join Date: Jan 2007
Posts: 62
Received Thanks: 16
nice work
Raser16 is offline  
Old 06/06/2019, 23:37   #8
 
elite*gold: 0
Join Date: Jun 2019
Posts: 3
Received Thanks: 0
Hi

I would like you to help me I am looking for an autobot and I can not find any for the online game of Eudemons I mean that I can grab the things that the monster bounces when he dies without having to go to lift them
brazu994 is offline  
Reply


Similar Threads Similar Threads
EudemonsOnline Mage Macro
01/01/2011 - EO Exploits, Hacks, Tools & Macros - 72 Replies
EudemonsOnline Mage Bot An auto-attack and walk bot for EudemonsOnline Mage Class. How to use: 1) Run only ONE Eudemons Client. Make sure the ShowName options are ticked. 2) Login and bring your character to the place you want to level there but be sure that you can kill the monster there and not easy to die there.
t> eudemonsonline acc for runescape acc
03/25/2010 - Runescape Trading - 0 Replies
well yeh i have a old noob left on eudemonsonline after i sold my main its not bad has 2 good casuals.. full super 2 soc staff 1 soc boot and 20* euds .. so yeh leave me an offer
eudemonsonline
04/06/2009 - General Gaming Discussion - 34 Replies
is there have any eudemonsonline bot ?? the website is www.eudemonsonline.com
WTS Lvl95 Pally on Eudemonsonline
03/13/2009 - Trading - 0 Replies
Lvl 95 Paladin Named *~Nemie~* Also comes with a lvl 128 mannequin mage. no gears on the mage. Paladin's gear: Superweapon no bonus or soc. Elite+12 boots 1 soc Super+12 armor 1 soc. Elite+12 bracelet 1 soc Super+12 Necky 1 soc Refined+1 Tiara no soc.



All times are GMT +1. The time now is 10:51.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.