Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 67
  1. #31
    unnamed101
    unnamed101 is offline
    Guest
    Join Date
    2012 Jan
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Doesn't work in AikaEN, i tried and it never gets the colors it is looking for.

  2. #32
    Qfufs
    Qfufs is offline
    Guest
    Join Date
    2012 Jan
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by rodoxfnx View Post
    It' does work, you just need to by pass something inside of the exe, they did patched this method already; but its inside of client.
    Look below; that's why you say it does not work.
    Macro is ready to work, But work for this
    [/URL]
    This is exactly the problem I'm experiencing. When the game runs, BE tells me to update the virtual driver. I updated the driver and reboot and everything, but the same problem occurs again when I start the game again. So how can I make this work, it looks like an very interesting fishing macro.

  3. #33
    PRETY_JEAN
    PRETY_JEAN is offline
    New member PRETY_JEAN's Avatar
    Join Date
    2012 Jan
    Posts
    45
    Thanks Thanks Given 
    33
    Thanks Thanks Received 
    7
    Thanked in
    6 Posts
    Rep Power
    0
    Quote Originally Posted by leandrol9 View Post
    well,download this http://www.blueeye-macro.com/download/file.php?id=785 for win xp x32
    and follow these steps
    1:First try to install the drivers inside the "Unchecked version" folder.
    2:Reboot your machine
    3:After rebooting your machine - If the driver does not appear to be installed (marked as "Installed" inside the BE settings window)
    4:Then run uninstall inside the "Unchecked version" folder.
    5:Reboot your machine again.
    6:Run the installer inside "Checked version" and try again.
    im searching for this yesterday now i found! thank you alot sir :*

  4. #34
    Proaikagamer
    Proaikagamer is offline
    Member-in-training Proaikagamer's Avatar
    Join Date
    2012 Jan
    Location
    Lakia , Let's play
    Posts
    145
    Thanks Thanks Given 
    40
    Thanks Thanks Received 
    143
    Thanked in
    45 Posts
    Rep Power
    0
    Testing here , if works i'll give you a thanks

  5. #35
    JeanBR
    JeanBR is offline
    Senior Member JeanBR's Avatar
    Join Date
    2012 Jan
    Location
    Hestia
    Posts
    326
    Thanks Thanks Given 
    41
    Thanks Thanks Received 
    210
    Thanked in
    82 Posts
    Rep Power
    0
    Well, I did not go through x-trap, More good topic.
    Welcome To PGC.

  6. #36
    lucaskp
    lucaskp is offline
    Guest
    Join Date
    2012 Jan
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Perfect bot

    Hello!

    I need some help. I found the RGB Color from the blue bar. My line looks like this: if Color.Near coordinate is within (RGB range)("107", "135", "249", "5", "{left}", "{right}", "30").

    But I dont know what I have to put in this two lines:

    Color.Can be located on screen (RGB)(" ", " ", " ", " ")
    Color.Find coordinate of first occurrence (RGB)(" ", " ", " ", " ", "left", "right")

    I really need your help, thanks!

    ---------- Post added at 10:49 PM ---------- Previous post was at 10:38 PM ----------

    To Hanzinha. I tried to send pm, but i am not allowed to.

    Cara, eu preciso da tua ajuda pra configurar o bot pesca. Olha só, eu configurei as paradas, peguei a cor da barra de perfect, coloquei na linha. Olha como ficou:

    if Color.Can be located on screen (RGB)(" ", " ", " ", " ")
    begin
    Color.Find coordinate of first occurrence (RGB)(" ", " ", " ", " ", "left", "right")
    if Color.Near coordinate is within (RGB range)("107", "135", "249", "5", "{left}", "{right}", "30")
    begin
    Keyboard.Press key("{<space>}")
    Macro.Pause("3000")
    end
    end

    Eu nao sei o que colocar nas duas linhas que estão em branco ai. Pode me ajudar? Vai as cores de quê?

    Vlw cara, conto com a tua ajuda.

    Agradeço desde já.

  7. #37
    leandrol9
    leandrol9 is offline
    Member-in-training
    Join Date
    2010 Oct
    Location
    Brasil
    Posts
    51
    Thanks Thanks Given 
    26
    Thanks Thanks Received 
    59
    Thanked in
    17 Posts
    Rep Power
    0
    puts rgb of the point where you have to press space

  8. #38
    maicola02
    maicola02 is offline
    Senior Member maicola02's Avatar
    Join Date
    2011 Nov
    Location
    Aika Br
    Posts
    318
    Thanks Thanks Given 
    97
    Thanks Thanks Received 
    54
    Thanked in
    43 Posts
    Rep Power
    0
    lucaskp mine looks like this and it works perfect :
    Code:
     begin
         Keyboard.Hold keys("{<ctrl>}")
         Keyboard.Press key("3")
         Keyboard.Release keys("{<ctrl>}")
         Color.Limit area of interest to coordinates("0", "0", "336", "28")
         Mouse.Click("Left")
         Macro.Pause("6000")
         Function.Execute with timeout("fish", "5000")
         Keyboard.Press key("{<space>}")
         Macro.Pause("100")
     end
    
    function("fish")
         begin
              begin loop()
                   if  Color.Can be located on screen (RGB)("106", "134", "250", "5")
                        begin
                             Color.Find coordinate of first occurrence (RGB)("106", "134", "250", "5", "x", "y")
                             begin loop()
                                  // Variable.Add (Math)("x", "3")
                                  if  Color.Near coordinate is within (RGB range)("209", "238", "195", "20", "{x}", "{y}", "25")
                                       begin
                                            Macro.Break from loop("no")
                                       end
                             end
                             Macro.Break from loop("no")
                        end
              end
         end
    function
    lukasp olha como esta o meu e funciona perfeitamente :

    times and need to set up such that the end is in my 25 but he tried to start with 30 to 15, 10 until 5 am but what was best 25 .
    as vezes e preciso configurar tipo aquele no final no meu esta 25 mas ele começo com 30 tentei com 15 ,10 ate 5 mas o que fico melhor foi 25 .
    Last edited by Grooguz; 2012-01-18 at 04:26 PM.

  9. The Following User Says Thank You to maicola02 For This Useful Post:


  10. #39
    descender9
    descender9 is offline
    Guest
    Join Date
    2012 Jan
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    HELP i can't install the installers and the blue macro

    HELP i can't install the installers i did try to to install unchecked restart and reinstall then restart then checked version folder.. stil i get this error plz help.il post my prob

    ---------- Post added at 03:55 PM ---------- Previous post was at 03:54 PM ----------

    here


    then when i open my macro i macro i end up wid diz


  11. #40
    ViGiLaNcE
    ViGiLaNcE is offline
    Member-in-training ViGiLaNcE's Avatar
    Join Date
    2010 Nov
    Location
    #Tibérica
    Posts
    145
    Thanks Thanks Given 
    71
    Thanks Thanks Received 
    41
    Thanked in
    17 Posts
    Rep Power
    0
    aikabr work in, but had to make modifications to work

Page 4 of 7 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Replies: 68
    Last Post: 2015-03-03, 06:35 AM
  2. [Help] Let's work for this? aika fishing tool! I want.
    By rodoxfnx in forum Aika Online
    Replies: 28
    Last Post: 2012-07-28, 09:24 AM
  3. [Guide] Rift Assist Macro
    By Grooguz in forum Rift Guides, Tutorials
    Replies: 0
    Last Post: 2011-03-26, 03:58 AM
  4. Request hot key macro for Karos online.
    By Twinblade22 in forum Research Requests
    Replies: 0
    Last Post: 2011-03-09, 02:32 AM
  5. How to create Perfect World Hack?
    By NeTBuS in forum Perfect World
    Replies: 4
    Last Post: 2010-11-22, 03:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •