Blue Eye Logo

Blue Eye Macro

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

All times are UTC




Post new topic Reply to topic  [ 37 posts ]  Go to page 1, 2, 3, 4  Next
Author Message
 Post subject: Script for Argomon Ultimate (FIW) 1366X768
Thanked: 6 time(s)  Unread post Posted: Wed Mar 12, 2014 7:14 pm 
Contributor
Contributor
User avatar



Joined: Wed Mar 12, 2014 12:14 pm
Posts: 95
Location: Indonesia
Been thanked: 23 time(s)
Has thanked: 3 time(s)
Contribution Points: 36
This script that i use for bot at Argomon Ultimate at File Island Waterfront..

Code:
begin
     Keyboard.Hold keys("{<tab>}")
     Macro.Pause("200")
     Keyboard.Release keys("{<tab>}")
     Macro.Pause("200")
     Function.Execute("Bot")
     Function.Execute("Heal")
 end

function("Loot")
     begin
          Keyboard.Hold keys("{<f4>}")
          Macro.Pause("250")
          Keyboard.Release keys("{<f4>}")
          Macro.Pause("250")
     end
function

function("Bot")
     // ARGOMON
     if  Color.At coordinate is not (RGB)("163", "237", "44", "768", "42")
          begin
               Macro.Break from loop("yes")
               Function.Execute("Bot2")
          end
     // Just fill with the same co ords from above
     if  Color.At coordinate is (RGB)("163", "237", "44", "768", "42")
          begin loop()
               Keyboard.Hold keys("{<f1>}")
               Macro.Pause("200")
               Keyboard.Release keys("{<f1>}")
               Macro.Pause("200")
               Keyboard.Hold keys("{<f4>}")
               Macro.Pause("350")
               Keyboard.Release keys("{<f4>}")
               Macro.Pause("500")
               Function.Execute("Heal")
               // fill with the same co ords from above
               if  Color.At coordinate is not (RGB)("163", "237", "44", "768", "42")
                    begin
                         Macro.Break from loop("yes")
                         Macro.Restart("no")
                         Function.Execute("Heal")
                    end
          end
function

function("Bot2")
     // ARGOMON
     if  Color.At coordinate is not (RGB)("163", "237", "44", "768", "42")
          begin
               Macro.Break from loop("yes")
               Macro.Restart("no")
          end
     // fill with same co ords from above
     if  Color.At coordinate is (RGB)("163", "237", "44", "768", "42")
          begin loop()
               Keyboard.Hold keys("{<f1>}")
               Macro.Pause("350")
               Keyboard.Release keys("{<f1>}")
               Macro.Pause("500")
               Keyboard.Hold keys("{<f4>}")
               Macro.Pause("350")
               Keyboard.Release keys("{<f4>}")
               Macro.Pause("500")
               Function.Execute("Heal")
               // fill with same co ords from above
               if  Color.At coordinate is not (RGB)("163", "237", "44", "768", "42")
                    begin
                         Macro.Break from loop("yes")
                         Macro.Restart("no")
                         Function.Execute("Heal")
                    end
          end
function

function("Heal")
     // RGB of a part of digimon hp , preferable about 25% of your digimon HP , this uses Hp DISK in slot F7
     if  Color.At coordinate is not (RGB)("216", "65", "54", "188", "128")
          begin
               Keyboard.Hold keys("{<f7>}")
               Macro.Pause("50")
               Keyboard.Release keys("{<f7>}")
          end
     // RGB of a part of digimon hp to use FOOD in slot 7 , preferably specify about 50% of digimon HP
     if  Color.At coordinate is not (RGB)("216", "65", "54", "132", "128")
          begin
               Keyboard.Hold keys("{<f5>}")
               Macro.Pause("50")
               Keyboard.Release keys("{<f5>}")
          end
     // RGB for Digimon DS to use DS DISK in slot F8
     if  Color.At coordinate is not (RGB)("4", "228", "243", "119", "141")
          begin
               Keyboard.Hold keys("{<f8>}")
               Macro.Pause("50")
               Keyboard.Release keys("{<f8>}")
          end
     // RGB for TAMER DS , slot 8
     if  Color.At coordinate is not (RGB)("0", "162", "179", "146", "65")
          begin
               Keyboard.Hold keys("{<f6>}")
               Macro.Pause("50")
               Keyboard.Release keys("{<f6>}")
          end
function

NB:
F5: CC
F6: TAMER DS
F7: FOOD
F8: DS DISK


    IF THIS USEFULL FOR U PLEASE CLICK THANK YOU

_________________
PLEASE CLICK THANK YOU IF THIS HELP U

SCRIPT ARGOMON FIW : http://www.blueeye-macro.com/viewtopic.php?f=304&t=17039
Image


Last edited by zeiru22 on Mon Mar 17, 2014 12:55 pm, edited 2 times in total.

Top
 Profile  
Reply with quote  
 Post subject: Re: Script for Argomon Ultimate (FIW) 1366X768
Thanked: 0 time(s)  Unread post Posted: Wed Mar 12, 2014 7:19 pm 
Silver Contributor
Silver Contributor



Joined: Sat Mar 08, 2014 1:47 pm
Posts: 141
Been thanked: 11 time(s)
Has thanked: 2 time(s)
Contribution Points: 7
tnx mate i really needed this :D.


Top
 Profile  
Reply with quote  
 Post subject: Re: Script for Argomon Ultimate (FIW) 1366X768
Thanked: 0 time(s)  Unread post Posted: Thu Mar 13, 2014 2:13 am 
Contributor
Contributor
User avatar



Joined: Wed Mar 12, 2014 12:14 pm
Posts: 95
Location: Indonesia
Been thanked: 23 time(s)
Has thanked: 3 time(s)
Contribution Points: 36
Albion wrote:
tnx mate i really needed this :D.

u are welcome :)
i hope that usefull for u

_________________
PLEASE CLICK THANK YOU IF THIS HELP U

SCRIPT ARGOMON FIW : http://www.blueeye-macro.com/viewtopic.php?f=304&t=17039
Image


Top
 Profile  
Reply with quote  
 Post subject: Re: Script for Argomon Ultimate (FIW) 1366X768
Thanked: 0 time(s)  Unread post Posted: Thu Mar 13, 2014 2:33 am 
Contributor
Contributor
User avatar



Joined: Thu Mar 06, 2014 2:00 am
Posts: 83
Been thanked: 15 time(s)
Has thanked: 2 time(s)
Contribution Points: 14
gonna try this right away :D

_________________
Please Click Image if helpful :D

ImageImage


Top
 Profile  
Reply with quote  
 Post subject: Re: Script for Argomon Ultimate (FIW) 1366X768
Thanked: 0 time(s)  Unread post Posted: Thu Mar 13, 2014 4:31 am 
Silver Contributor
Silver Contributor



Joined: Sun Mar 09, 2014 10:19 pm
Posts: 145
Location: Indonesian
Been thanked: 3 time(s)
Has thanked: 5 time(s)
Contribution Points: 49
thx xD better use BEM at argo

_________________
"The more I see, the less I know for sure"
- John Lennon


But if you want to click that "Thank You", its OK.


Top
 Profile  
Reply with quote  
 Post subject: Re: Script for Argomon Ultimate (FIW) 1366X768
Thanked: 1 time(s)  Unread post Posted: Thu Mar 13, 2014 7:07 am 
VIP Contributor
VIP Contributor
User avatar



Joined: Sun Feb 02, 2014 3:21 pm
Posts: 720
Been thanked: 108 time(s)
Has thanked: 4 time(s)
Contribution Points: 3199
This is not yours. Reported.

_________________
Black, as an unnatural color is naturally the dominant amongst all of them.

Check out my creations!

DMO Hatching bot - http://www.blueeye-macro.com/viewtopic.php?f=304&t=16848
DMO Anti-Freeze script - http://www.blueeye-macro.com/viewtopic.php?f=304&t=16746
DMO AFK Shop bot - http://www.blueeye-macro.com/viewtopic.php?f=304&t=16745

Image


Top
 Profile  
Reply with quote  
 Post subject: Re: Script for Argomon Ultimate (FIW) 1366X768
Thanked: 0 time(s)  Unread post Posted: Thu Mar 13, 2014 7:20 am 
Contributor
Contributor
User avatar



Joined: Wed Mar 12, 2014 12:14 pm
Posts: 95
Location: Indonesia
Been thanked: 23 time(s)
Has thanked: 3 time(s)
Contribution Points: 36
ToxicGorilla wrote:
This is not yours. Reported.

this basic actually not my own..
i just share this sir :D
im not claim this my personal script after all but edited by me for my computer spec :D

_________________
PLEASE CLICK THANK YOU IF THIS HELP U

SCRIPT ARGOMON FIW : http://www.blueeye-macro.com/viewtopic.php?f=304&t=17039
Image


Top
 Profile  
Reply with quote  
 Post subject: Re: Script for Argomon Ultimate (FIW) 1366X768
Thanked: 0 time(s)  Unread post Posted: Thu Mar 13, 2014 8:51 am 
New User
New User



Joined: Wed Mar 12, 2014 1:07 pm
Posts: 18
Been thanked: 3 time(s)
Has thanked: 2 time(s)
Contribution Points: 21
Thanks :)


Top
 Profile  
Reply with quote  
 Post subject: Re: Script for Argomon Ultimate (FIW) 1366X768
Thanked: 0 time(s)  Unread post Posted: Thu Mar 13, 2014 1:39 pm 
VIP Contributor
VIP Contributor
User avatar



Joined: Sun Feb 02, 2014 3:21 pm
Posts: 720
Been thanked: 108 time(s)
Has thanked: 4 time(s)
Contribution Points: 3199
zeiru22 wrote:
ToxicGorilla wrote:
This is not yours. Reported.

this basic actually not my own..
i just share this sir :D
im not claim this my personal script after all but edited by me for my computer spec :D


HyBoi warned that he will report for script steals. Computer specifications don't need special scripts. This is just a pathetic attempt to get CP. Also, you claimed in the first text line that this is "yours".

_________________
Black, as an unnatural color is naturally the dominant amongst all of them.

Check out my creations!

DMO Hatching bot - http://www.blueeye-macro.com/viewtopic.php?f=304&t=16848
DMO Anti-Freeze script - http://www.blueeye-macro.com/viewtopic.php?f=304&t=16746
DMO AFK Shop bot - http://www.blueeye-macro.com/viewtopic.php?f=304&t=16745

Image


Top
 Profile  
Reply with quote  
 Post subject: Re: Script for Argomon Ultimate (FIW) 1366X768
Thanked: 0 time(s)  Unread post Posted: Thu Mar 13, 2014 3:32 pm 
Contributor
Contributor
User avatar



Joined: Wed Mar 12, 2014 12:14 pm
Posts: 95
Location: Indonesia
Been thanked: 23 time(s)
Has thanked: 3 time(s)
Contribution Points: 36
ToxicGorilla wrote:
zeiru22 wrote:
ToxicGorilla wrote:
This is not yours. Reported.

this basic actually not my own..
i just share this sir :D
im not claim this my personal script after all but edited by me for my computer spec :D


HyBoi warned that he will report for script steals. Computer specifications don't need special scripts. This is just a pathetic attempt to get CP. Also, you claimed in the first text line that this is "yours".


So reported this, i just share...
no problem..after all, all member share each other..
maybe u just angry or whatever, someone who clever will take this with slow n not rush :lol:
Upss..sorry to i was said..
i thing forum just want help each other, whatever if u see with other side :D :D

_________________
PLEASE CLICK THANK YOU IF THIS HELP U

SCRIPT ARGOMON FIW : http://www.blueeye-macro.com/viewtopic.php?f=304&t=17039
Image


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 37 posts ]  Go to page 1, 2, 3, 4  Next

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