Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Thu Nov 21, 2024 7:17 pm

All times are UTC




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: i NEED mACRO FOR THIS gAME
Thanked: 0 time(s)  Unread post Posted: Wed Jan 29, 2014 4:51 am 
New User
New User



Joined: Tue Oct 11, 2011 2:39 pm
Posts: 8
Been thanked: 0 time(s)
Has thanked: 1 time(s)
Contribution Points: 86
Can some one send me? I'm too busy in my JOB, and i can only play the GAME after my WORK, and spend only 3-6 hours playing. I want Macro for leveling and for farm, can some one with a good heart send or pm me their macro. Thanks in advance. Or just Basic pls.


Top
 Profile  
Reply with quote  
 Post subject: Re: i NEED mACRO FOR THIS gAME
Thanked: 0 time(s)  Unread post Posted: Wed Jan 29, 2014 8:35 am 


You can learn to use Blue-macro very easy in GDO or Eden forum


Top
  
Reply with quote  
 Post subject: Re: i NEED mACRO FOR THIS gAME
Thanked: 0 time(s)  Unread post Posted: Wed Jan 29, 2014 9:14 am 
Moderator
Moderator



Joined: Tue Feb 05, 2013 5:45 am
Posts: 280
Been thanked: 50 time(s)
Has thanked: 11 time(s)
Contribution Points: 5372
badguyz19 wrote:
Can some one send me? I'm too busy in my JOB, and i can only play the GAME after my WORK, and spend only 3-6 hours playing. I want Macro for leveling and for farm, can some one with a good heart send or pm me their macro. Thanks in advance. Or just Basic pls.


I have never played that game but coding technique is same for all games, you just need to modify your code depending on your needs. Like, change of picture to recognize, different pixel and different requirement.

There are some documents files, you can go through and you can check other threads where you can find some nice macros.

Here is the simple example of macro that will press tab and press some keys

Code:
 begin
     begin loop() // It is never ending loop
          Keyboard.Press key("{tab}")  // To target mobs
          Macro.Pause("3000")  // Pause macro for 3 seconds
          Keyboard.Press key("1") // Press key 1 to use some skill or attack
          Macro.Pause("2000")  // Pause macro for 2 seconds
          Keyboard.Press key("2")  // Press key 2 to use some skill
     end
 end
 

_________________
Heavy Duty Mod, always watching with both eyes open 8-)

Please --- Please --- Please DO NOT reply to spam thread/post.
I will give you CP if you report spam thread/post instead of replying to it. :)

Click Here>> Let's make BEM forum out of spammers

-------------------------
Check out my Bots
-------------------------

Auto login to the game


Top
 Profile  
Reply with quote  
 Post subject: Re: i NEED mACRO FOR THIS gAME
Thanked: 1 time(s)  Unread post Posted: Fri Feb 07, 2014 3:47 am 
Active User
Active User



Joined: Tue Apr 24, 2012 3:28 pm
Posts: 46
Been thanked: 4 time(s)
Has thanked: 3 time(s)
Contribution Points: 80
here the code i made for the game don't forget to hit the thank you butten
Code:
 begin
     Function.Execute("Fighting Sequence1")
 end

function("Fighting Sequence1")
     begin
          if  Color.At coordinate is not (RGB)("0", "0", "0", "0", "0")
               begin
                    Keyboard.Hold keys("{<tab>}")
                    Keyboard.Release keys("{<tab>}")
                    Macro.Pause("100")
               end
          if  Color.At coordinate is (RGB)("0", "0", "0", "0", "0")
               begin
                    Keyboard.Hold keys("1")
                    Macro.Pause("50")
                    Keyboard.Release keys("1")
                    Keyboard.Hold keys("2")
                    Macro.Pause("50")
                    Keyboard.Release keys("2")
                    Keyboard.Hold keys("3")
                    Macro.Pause("50")
                    Keyboard.Release keys("3")
                    Keyboard.Hold keys("4")
                    Macro.Pause("50")
                    Keyboard.Release keys("4")
                    Keyboard.Hold keys("5")
                    Macro.Pause("50")
                    Keyboard.Release keys("5")
                    Keyboard.Hold keys("6")
                    Macro.Pause("50")
                    Keyboard.Release keys("6")
                    Keyboard.Hold keys("7")
                    Macro.Pause("50")
                    Keyboard.Release keys("7")
                    Keyboard.Hold keys("8")
                    Macro.Pause("50")
                    Keyboard.Release keys("8")
               end
     end
function


Top
 Profile  
Reply with quote  
 Post subject: Re: i NEED mACRO FOR THIS gAME
Thanked: 0 time(s)  Unread post Posted: Fri Feb 07, 2014 4:04 am 
Silver Contributor
Silver Contributor
User avatar



Joined: Fri Feb 07, 2014 3:51 am
Posts: 112
Been thanked: 9 time(s)
Has thanked: 1 time(s)
Contribution Points: 15
i need it to.. thanks ;)

_________________
_________________
Image
"Spin Your Day Today In a Colorful Way"
Image


Top
 Profile  
Reply with quote  
 Post subject: Re: i NEED mACRO FOR THIS gAME
Thanked: 0 time(s)  Unread post Posted: Wed Feb 19, 2014 8:17 pm 
Active User
Active User



Joined: Fri Feb 07, 2014 8:18 pm
Posts: 31
Been thanked: 11 time(s)
Has thanked: 10 time(s)
Contribution Points: 97
any credits to this code go to the creators of blue eye macro, not to anyone who copy-pastes to another site claiming it as their own codes.


Top
 Profile  
Reply with quote  
 Post subject: Re: i NEED mACRO FOR THIS gAME
Thanked: 0 time(s)  Unread post Posted: Thu Feb 20, 2014 2:55 am 
Active User
Active User



Joined: Tue Apr 24, 2012 3:28 pm
Posts: 46
Been thanked: 4 time(s)
Has thanked: 3 time(s)
Contribution Points: 80
Cygnus wrote:
any credits to this code go to the creators of blue eye macro, not to anyone who copy-pastes to another site claiming it as their own codes.


i been use this code for all my game going back when Eden Eternal, Fiesta Online, Last Chaos just bc i can't remember my account info for BE website. you just need to stfu you get it got it good.


Top
 Profile  
Reply with quote  
 Post subject: Re: i NEED mACRO FOR THIS gAME
Thanked: 0 time(s)  Unread post Posted: Thu Feb 20, 2014 7:59 am 
Contributor
Contributor



Joined: Tue Feb 18, 2014 12:37 pm
Posts: 53
Been thanked: 3 time(s)
Has thanked: 0 time(s)
Contribution Points: 100
you should try script from mast or botnick (look from topics at this forum), or if you are beginner use hyboy


Top
 Profile  
Reply with quote  
 Post subject: Re: i NEED mACRO FOR THIS gAME
Thanked: 0 time(s)  Unread post Posted: Sun Feb 23, 2014 5:44 pm 
New User
New User



Joined: Sun Feb 23, 2014 5:21 pm
Posts: 3
Been thanked: 0 time(s)
Has thanked: 4 time(s)
Contribution Points: 16
removed


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group