Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Fri Sep 20, 2024 3:20 pm

All times are UTC




Post new topic Reply to topic  [ 93 posts ]  Go to page 1, 2, 3, 4, 5 ... 10  Next
Author Message
 Post subject: [Update: 20/03/22]Ragnarok Online Gravity Game Hub
Thanked: 5 time(s)  Unread post Posted: Sun Feb 13, 2022 5:13 am 
VIP Contributor
VIP Contributor



Joined: Thu Nov 24, 2016 12:55 am
Posts: 549
Been thanked: 192 time(s)
Has thanked: 18 time(s)
Contribution Points: 185
Version 1.0
Here are the Basic Features.
Features:
    Auto Tele
    Auto Pots
    Auto Attack
    Auto Loot (Buggy some loots not being looted)

Note:
F2 = HP potion
F3 = Tele

As of now this is the stable script that I made.
Will add or enhance the code in the future.
Code is made to farm at Grand Peco and Sleeper.
For other monster just change the RGB of functions Attack1 and Attack2
to the desired monster RGB.

Next update will add the following Feature:

    Auto Awakening
    Auto Two-hand Quicken
    Advance Auto Attack(currently on testing phase)



Requirement:
RO setup:
Image
1280x720 (32 bit color ) hindi OS, color to nasa setup ng RO. if 16 sayo try mo troubleshoot baka ma solve.if hinde check this out
http://www.guidingtech.com/9914/change-from-16-bit-to-32-bit-color-windows-7/

Steps:
1. Download and install Blue Eye Macro.
2. Copy Code to Blue Eye Macro.
3. Open your Ragnarok online client Log into the game.
4. Return to RO window.
5. Run bot


Code:
Begin
     Window.Set location("Ragnarok", "yes", "0", "0")
     Function.Execute("Profile")
     Function.Execute("Attack1")
     Function.Execute("Attack2")
     Function.Execute("Fly")
 end

function("Profile")
     begin
          if  Color.At coordinate is within (RGB range)("49", "74", "123", "0", "113", "84")
               begin
                    Macro.Wait for current global loop execution time to exceed("1617")
                    Keyboard.Hold keys("{<lmenu>}")
                    Macro.Wait for current global loop execution time to exceed("2062")
                    Keyboard.Hold keys("v")
                    Macro.Wait for current global loop execution time to exceed("2355")
                    Keyboard.Release keys("v")
                    Keyboard.Release keys("{<lmenu>}")
               end
     end
function

function("Heal")
     begin
          if  Color.At coordinate is not within (RGB range)("156", "181", "239", "10", "144", "83")
               begin
                    Function.Execute("Profile")
                    Keyboard.Press key("{<f2>}")
                    Humanly.Pause("334", "334")
               end
     end
function

function("Attack1")
     if  Color.Can be located on screen (RGB)("231", "173", "132", "0")
          begin
               Mouse.Click at color closest to coordinate (RGB)("231", "173", "132", "0", "640", "375", "left")
               Mouse.Move to coordinate("997", "43")
               if  Color.Pixel pattern can be located on screen("255,198,198,0,-1,255,198,198,0,2,255,198,198", "4")
                    begin loop()
                         Humanly.Pause("250", "500")
                         Function.Execute("Heal")
                         if  Color.Pixel pattern can not be located on screen("255,198,198,0,-1,255,198,198,0,2,255,198,198", "4")
                              begin
                                   Humanly.Pause("400", "500")
                                   Function.Execute("Loot")
                                   Macro.Break from loop("yes")
                              end
                    end
          end
function

function("Attack2")
     if  Color.Can be located on screen (RGB)("247", "231", "206", "0")
          begin
               Mouse.Click at color closest to coordinate (RGB)("247", "231", "206", "0", "640", "375", "left")
               Mouse.Move to coordinate("997", "43")
               if  Color.Pixel pattern can be located on screen("255,198,198,0,-1,255,198,198,0,2,255,198,198", "4")
                    begin loop()
                         Humanly.Pause("250", "500")
                         Function.Execute("Heal")
                         if  Color.Pixel pattern can not be located on screen("255,198,198,0,-1,255,198,198,0,2,255,198,198", "4")
                              begin
                                   Humanly.Pause("400", "500")
                                   Function.Execute("Loot")
                                   Macro.Break from loop("yes")
                              end
                    end
          end
function

function("Loot")
     begin
          Keyboard.Hold keys("{<ctrl>}")
          Mouse.Move to coordinate("673", "375")
          Mouse.Click("left")
          Mouse.Move to coordinate("673", "407")
          Mouse.Click("left")
          Mouse.Move to coordinate("605", "405")
          Mouse.Click("left")
          Mouse.Move to coordinate("605", "334")
          Mouse.Click("left")
          Mouse.Move to coordinate("674", "334")
          Mouse.Click("left")
          Keyboard.Release keys("{<ctrl>}")
     end
function

function("Fly")
     begin
          if  Color.Can not be located on screen (RGB)("231", "173", "132", "0")
               and
               Color.Can not be located on screen (RGB)("247", "231", "203", "0")
               begin
                    Keyboard.Press key("{<f3>}")
                    Humanly.Pause("250", "250")
                    Mouse.Click at coordinate("728", "563", "left")
                    Humanly.Pause("3000", "4000")
               end
     end
function



Note:
comment for problems encountered.
hit thank you if it worked.
You can use this with other macro script using BEM or other software.(but I suggest using BEM so you won't get any complication)


Alpha Video
Currently on testing
https://youtu.be/FDWQl3cj0Bo

You can check some of my old video of RObot in my youtube channel
I will try to make it work the same way here in GGH.
Please help subscribe to my YT channel if channel reach 100 subscriber
I will add the update once available and will work harder if subscriber reach 100.
YT:
https://www.youtube.com/user/roan1234321/playlists

For those who want to donate check my signature you can scan the QR code or click the donation link.
Donations will encourage me to give more time in making or updating the code.
Thank you for your support.

_________________
Ragnarok Online

Bot4You ROPH
http://www.blueeye-macro.com/viewtopic.php?f=437&t=30450

Creating .spr file or sprite for Pixel bot
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30445

Changing monster sprite and items sprite
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30516
Donate
https://www.paypal.com/donate/?business=KZWJ5C7XC6WF6&no_recurring=1&currency_code=PHP
QR
Image


Last edited by Roan1234321 on Sun Mar 20, 2022 8:33 am, edited 11 times in total.

Top
 Profile  
Reply with quote  
 Post subject: Re: Ragnarok Online Gravity Game Hub
Thanked: 0 time(s)  Unread post Posted: Sun Feb 13, 2022 4:03 pm 
New User
New User



Joined: Thu Feb 03, 2022 7:59 am
Posts: 5
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 16
What does it mean?)


Top
 Profile  
Reply with quote  
 Post subject: Re: Ragnarok Online Gravity Game Hub
Thanked: 0 time(s)  Unread post Posted: Mon Feb 21, 2022 9:08 am 
New User
New User



Joined: Sun Feb 06, 2022 5:15 pm
Posts: 3
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 10
I'm excited, i've tried to use blue eye.. it works but when you modify sprite in ROGGH data.grf it is being detected and you'll be disconnected.


Top
 Profile  
Reply with quote  
 Post subject: Re: Ragnarok Online Gravity Game Hub
Thanked: 1 time(s)  Unread post Posted: Sun Feb 27, 2022 12:01 am 
VIP Contributor
VIP Contributor



Joined: Thu Nov 24, 2016 12:55 am
Posts: 549
Been thanked: 192 time(s)
Has thanked: 18 time(s)
Contribution Points: 185
whateveremer wrote:
I'm excited, i've tried to use blue eye.. it works but when you modify sprite in ROGGH data.grf it is being detected and you'll be disconnected.


Then don't edit sprite, just pick the dominant pixel on the monster.

_________________
Ragnarok Online

Bot4You ROPH
http://www.blueeye-macro.com/viewtopic.php?f=437&t=30450

Creating .spr file or sprite for Pixel bot
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30445

Changing monster sprite and items sprite
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30516
Donate
https://www.paypal.com/donate/?business=KZWJ5C7XC6WF6&no_recurring=1&currency_code=PHP
QR
Image


Top
 Profile  
Reply with quote  
 Post subject: Re: Ragnarok Online Gravity Game Hub
Thanked: 0 time(s)  Unread post Posted: Sun Feb 27, 2022 4:10 pm 


Roan1234321 wrote:
whateveremer wrote:
I'm excited, i've tried to use blue eye.. it works but when you modify sprite in ROGGH data.grf it is being detected and you'll be disconnected.


Then don't edit sprite, just pick the dominant pixel on the monster.


It says modulated files were found. reinstall game


Top
  
Reply with quote  
 Post subject: Re: Ragnarok Online Gravity Game Hub
Thanked: 0 time(s)  Unread post Posted: Mon Feb 28, 2022 2:44 am 
New User
New User



Joined: Mon Feb 28, 2022 2:34 am
Posts: 3
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 10
Roan1234321 wrote:
whateveremer wrote:
I'm excited, i've tried to use blue eye.. it works but when you modify sprite in ROGGH data.grf it is being detected and you'll be disconnected.


Then don't edit sprite, just pick the dominant pixel on the monster.


What do you mean sir? pls post on how to do it?
"just pick the dominant pixel on the monster"

Thanks in advance sir


Top
 Profile  
Reply with quote  
 Post subject: Re: [Update]Ragnarok Online Gravity Game Hub
Thanked: 0 time(s)  Unread post Posted: Mon Feb 28, 2022 4:46 am 
New User
New User



Joined: Sun Feb 06, 2022 5:15 pm
Posts: 3
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 10
Thanks Roan! Here's a sample code to attack creamy.

Code:
Begin
     Window.Set location("Ragnarok", "yes", "0", "0")
     Function.Execute("CREAMY")
 end

function("CREAMY")
     if  Color.Can be located on screen (RGB)("16", "41", "66", "0")
          begin
               Mouse.Click at color closest to coordinate (RGB)("16", "41", "66", "0", "640", "375", "left")
               Mouse.Move to coordinate("997", "43")
          end
function


Top
 Profile  
Reply with quote  
 Post subject: Re: [Update]Ragnarok Online Gravity Game Hub
Thanked: 2 time(s)  Unread post Posted: Mon Feb 28, 2022 9:25 am 
VIP Contributor
VIP Contributor



Joined: Thu Nov 24, 2016 12:55 am
Posts: 549
Been thanked: 192 time(s)
Has thanked: 18 time(s)
Contribution Points: 185
whateveremer wrote:
Thanks Roan! Here's a sample code to attack creamy.

Code:
Begin
     Window.Set location("Ragnarok", "yes", "0", "0")
     Function.Execute("CREAMY")
 end

function("CREAMY")
     if  Color.Can be located on screen (RGB)("16", "41", "66", "0")
          begin
               Mouse.Click at color closest to coordinate (RGB)("16", "41", "66", "0", "640", "375", "left")
               Mouse.Move to coordinate("997", "43")
          end
function


yes that's it

_________________
Ragnarok Online

Bot4You ROPH
http://www.blueeye-macro.com/viewtopic.php?f=437&t=30450

Creating .spr file or sprite for Pixel bot
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30445

Changing monster sprite and items sprite
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30516
Donate
https://www.paypal.com/donate/?business=KZWJ5C7XC6WF6&no_recurring=1&currency_code=PHP
QR
Image


Top
 Profile  
Reply with quote  
 Post subject: Re: [Update]Ragnarok Online Gravity Game Hub
Thanked: 0 time(s)  Unread post Posted: Mon Feb 28, 2022 11:02 am 
New User
New User



Joined: Mon Feb 28, 2022 11:01 am
Posts: 1
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 10
whateveremer wrote:
Thanks Roan! Here's a sample code to attack creamy.

Code:
Begin
     Window.Set location("Ragnarok", "yes", "0", "0")
     Function.Execute("CREAMY")
 end

function("CREAMY")
     if  Color.Can be located on screen (RGB)("16", "41", "66", "0")
          begin
               Mouse.Click at color closest to coordinate (RGB)("16", "41", "66", "0", "640", "375", "left")
               Mouse.Move to coordinate("997", "43")
          end
function



hello this works for me. How do i set it to attack other monsters?

if i change my sprite it automatically dc


Top
 Profile  
Reply with quote  
 Post subject: Re: [Update]Ragnarok Online Gravity Game Hub
Thanked: 0 time(s)  Unread post Posted: Mon Feb 28, 2022 12:16 pm 
VIP Contributor
VIP Contributor



Joined: Thu Nov 24, 2016 12:55 am
Posts: 549
Been thanked: 192 time(s)
Has thanked: 18 time(s)
Contribution Points: 185
pinyadustin wrote:
whateveremer wrote:
Thanks Roan! Here's a sample code to attack creamy.

Code:
Begin
     Window.Set location("Ragnarok", "yes", "0", "0")
     Function.Execute("CREAMY")
 end

function("CREAMY")
     if  Color.Can be located on screen (RGB)("16", "41", "66", "0")
          begin
               Mouse.Click at color closest to coordinate (RGB)("16", "41", "66", "0", "640", "375", "left")
               Mouse.Move to coordinate("997", "43")
          end
function



hello this works for me. How do i set it to attack other monsters?

if i change my sprite it automatically dc


change the value of the RGB

_________________
Ragnarok Online

Bot4You ROPH
http://www.blueeye-macro.com/viewtopic.php?f=437&t=30450

Creating .spr file or sprite for Pixel bot
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30445

Changing monster sprite and items sprite
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30516
Donate
https://www.paypal.com/donate/?business=KZWJ5C7XC6WF6&no_recurring=1&currency_code=PHP
QR
Image


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 93 posts ]  Go to page 1, 2, 3, 4, 5 ... 10  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