Blue Eye Logo

Blue Eye Macro

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

All times are UTC




Post new topic Reply to topic  [ 93 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8 ... 10  Next
Author Message
 Post subject: Re: [Update: 20/03/22]Ragnarok Online Gravity Game Hub
Thanked: 3 time(s)  Unread post Posted: Sun Mar 20, 2022 2:34 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
vien wrote:
It's my first time installing BE and it's expired already

Pm Syrifina for free trial.

_________________
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: 20/03/22]Ragnarok Online Gravity Game Hub
Thanked: 1 time(s)  Unread post Posted: Sun Mar 20, 2022 2:36 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
x123123 wrote:
To all peeps that don't have unli fwing. u can remove Function.Execute("Fly") and erase all its function below. ( it will make ur char walk randomly ) I just copy things from his post on his signature
Quote:
Begin
Window.Set location("Ragnarok", "yes", "0", "0")
Function.Execute("Profile")
Function.Execute("Attack1")
Function.Execute("Attack2")
Function.Execute("Rwalk")
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)("78", "111", "101", "0")
begin
Mouse.Click at color closest to coordinate (RGB)("78", "111", "101", "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)("184", "70", "84", "0")
begin
Mouse.Click at color closest to coordinate (RGB)("184", "70", "84", "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("Rwalk")
begin
if Color.Can not be located on screen (RGB)("78", "111", "101", "0")
begin
// set variables from random X coordinates on your screen example 100 to 1100
Variable.Set random number("X", "100", "1100")
// set variables from random Y coordinates on your screen example 100 to 620
Variable.Set random number("Y", "100", "620")
Mouse.Click at coordinate("{X}", "{Y}", "left")
Humanly.Pause("1500", "2000")
end
end
function

function("Fly")
begin
if Color.Can not be located on screen (RGB)("78", "111", "101", "0")
and
Color.Can not be located on screen (RGB)("184", "70", "84", "0")
begin
Keyboard.Press key("{<f3>}")
Humanly.Pause("250", "250")
Mouse.Click at coordinate("728", "563", "left")
Humanly.Pause("3000", "4000")
end
end
function



nice you added my old code for random walk.

_________________
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: 20/03/22]Ragnarok Online Gravity Game Hub
Thanked: 1 time(s)  Unread post Posted: Sun Mar 20, 2022 5:19 pm 
New User
New User



Joined: Sun Mar 20, 2022 5:17 pm
Posts: 1
Been thanked: 1 time(s)
Has thanked: 0 time(s)
Contribution Points: 11
Hi I need help how to enable skill based attacks e.g. firebolt. Thanks in advance.


Top
 Profile  
Reply with quote  
 Post subject: Re: [Update: 20/03/22]Ragnarok Online Gravity Game Hub
Thanked: 0 time(s)  Unread post Posted: Sun Mar 20, 2022 11:00 pm 
New User
New User



Joined: Tue Mar 29, 2016 10:30 pm
Posts: 12
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 28
i just wanna add some tip
use command /snap and /itemsnap so the bot can easily loot and select target haha


is it possible to make autolooting macro for afk homunculus then go back in spot?
i tried some but my alche keeps moving other spot, i really want her to stay on spot maybe 20-30cells around her, while looting nearby items


Top
 Profile  
Reply with quote  
 Post subject: Re: [Update: 20/03/22]Ragnarok Online Gravity Game Hub
Thanked: 0 time(s)  Unread post Posted: Sun Mar 20, 2022 11:06 pm 
New User
New User



Joined: Tue Mar 29, 2016 10:30 pm
Posts: 12
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 28
also can you make tutorial how to capture rgb colors for other monster aside from grand peco/sleeper? ty


Top
 Profile  
Reply with quote  
 Post subject: Re: [Update: 20/03/22]Ragnarok Online Gravity Game Hub
Thanked: 0 time(s)  Unread post Posted: Mon Mar 21, 2022 12:43 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
siba wrote:
Hi I need help how to enable skill based attacks e.g. firebolt. Thanks in advance.


Sorry as of now my code is for melee,

wynther wrote:
i just wanna add some tip
use command /snap and /itemsnap so the bot can easily loot and select target haha


is it possible to make autolooting macro for afk homunculus then go back in spot?
i tried some but my alche keeps moving other spot, i really want her to stay on spot maybe 20-30cells around her, while looting nearby items


This would be hard greed would be your best friend for this but still not 100% effective.

wynther wrote:
also can you make tutorial how to capture rgb colors for other monster aside from grand peco/sleeper? ty

I was thinking of doing this maybe if I have time I will make one.

please subscribe on my YT channel help me reach 100 subscriber.
https://www.youtube.com/channel/UCJ99leDD_wCoumUh49hpk-A

_________________
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: 20/03/22]Ragnarok Online Gravity Game Hub
Thanked: 0 time(s)  Unread post Posted: Mon Mar 21, 2022 2:05 am 
New User
New User



Joined: Sun Mar 20, 2022 10:54 pm
Posts: 1
Been thanked: 0 time(s)
Has thanked: 1 time(s)
Contribution Points: 10
Hi, im new here and I dont have a free trial for this tool. where can i get a free trial for this?


Top
 Profile  
Reply with quote  
 Post subject: Re: [Update: 20/03/22]Ragnarok Online Gravity Game Hub
Thanked: 1 time(s)  Unread post Posted: Mon Mar 21, 2022 2:10 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
matzi08 wrote:
Hi, im new here and I dont have a free trial for this tool. where can i get a free trial for this?


PM Syrifina

_________________
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: 20/03/22]Ragnarok Online Gravity Game Hub
Thanked: 0 time(s)  Unread post Posted: Mon Mar 21, 2022 2:21 am 
New User
New User



Joined: Mon Mar 21, 2022 2:01 am
Posts: 8
Been thanked: 0 time(s)
Has thanked: 2 time(s)
Contribution Points: 25
plz help pano po mapagana ung blue eye macro? new lng po..already download blue eye macro pero dq alam pano at saan i input ung code..thanks po!


Top
 Profile  
Reply with quote  
 Post subject: Re: [Update: 20/03/22]Ragnarok Online Gravity Game Hub
Thanked: 0 time(s)  Unread post Posted: Mon Mar 21, 2022 2:33 am 
New User
New User



Joined: Mon Mar 21, 2022 2:01 am
Posts: 8
Been thanked: 0 time(s)
Has thanked: 2 time(s)
Contribution Points: 25
any one active pra mka help po sakin...salamat..sa creamy kopo sana balak mag bot..merchant plng char ko...thanks


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