Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29
  1. #11
    annnnndre
    annnnndre is offline
    Senior Member annnnndre's Avatar
    Join Date
    2011 Jul
    Location
    By your side, let's the game begin'
    Posts
    336
    Thanks Thanks Given 
    118
    Thanks Thanks Received 
    177
    Thanked in
    87 Posts
    Rep Power
    0
    Very Nice man! I'll test; soon I edit here; you deserves 987456321 thanks oahsuahea; If you; all night; 800 fishing skill!

    Is a little hard to understand what I have to put on bot... try explain a little different; or post in portuguese area; if possible, thanks
    Last edited by annnnndre; 2011-12-24 at 02:51 PM.

  2. #12
    emoisback
    emoisback is offline
    Full member
    Join Date
    2011 Dec
    Location
    Indonesia there i'm
    Posts
    508
    Thanks Thanks Given 
    83
    Thanks Thanks Received 
    244
    Thanked in
    68 Posts
    Rep Power
    13
    Okey i'll explan how to use it . i Cant test it because i know aikain doesnt have fishing..
    CMIIW....
    it's still need bypass i think, like use other bot...

    1. Attach the AIKA
    2. Then try to fishing. the bar will be showed then using ColorFinder find the x start of bar and x end of bar.. (Start --------------------- End )
    3. Put the Start in Position X Start and End in Position X end.
    4. in 3 seconds Blue point spot will showed, detect i using ColorFinder again, You need RGB color and position Y.
    5. Input RGB color you have in BlueColor RGB, and Y of blue color at Position Y.
    6. at the same Y check RGB of walking white bar.. i think it not 255 255 255 exactly, because they using gradient color. ( hope someone can repact the client imaget change the white bar to totaly white). and put in white color RGB
    7. and the Start it.. waiting for Label X and Y will be show you the position of blue spot.

    I need feedback for this stuff..

    coz i still work in other stuff..
    Learn from PGC for Share on PGC..


    For another Stuff i have make try to find it [Please, register to view links]
    If i have help you, please thanks and respect ..

  3. #13
    gorghost
    gorghost is offline
    Guest
    Join Date
    2011 Dec
    Posts
    2
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Will this work at the AikaSea??

  4. #14
    psycheangel
    psycheangel is offline
    Member-in-training
    Join Date
    2011 Sep
    Posts
    53
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    55
    Thanked in
    11 Posts
    Rep Power
    0
    i see aika epic 2 have fishing feature like Rohan online ?

  5. #15
    gorghost
    gorghost is offline
    Guest
    Join Date
    2011 Dec
    Posts
    2
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    yeap...some sort like that

  6. #16
    raiodourado
    raiodourado is offline
    Member-in-training raiodourado's Avatar
    Join Date
    2010 Dec
    Location
    Brazil
    Posts
    164
    Thanks Thanks Given 
    102
    Thanks Thanks Received 
    62
    Thanked in
    53 Posts
    Rep Power
    0
    Congratulations on the macro. I'm currently looking for a multiclient to FreeKill

  7. #17
    craco28
    craco28 is offline
    New member
    Join Date
    2011 Dec
    Posts
    6
    Thanks Thanks Given 
    5
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    is this work in aikasea? wait let me try ill give u feedback later

  8. #18
    bone3
    bone3 is offline
    New member bone3's Avatar
    Join Date
    2011 Feb
    Posts
    18
    Thanks Thanks Given 
    8
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    is so hard to use don´t have a simple tutorial?

  9. #19
    PsiSnake
    PsiSnake is offline
    Guest
    Join Date
    2012 Jan
    Posts
    1
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Quote Originally Posted by emoisback View Post
    Okey i'll explan how to use it . i Cant test it because i know aikain doesnt have fishing..
    CMIIW....
    it's still need bypass i think, like use other bot...

    1. Attach the AIKA
    2. Then try to fishing. the bar will be showed then using ColorFinder find the x start of bar and x end of bar.. (Start --------------------- End )
    3. Put the Start in Position X Start and End in Position X end.
    4. in 3 seconds Blue point spot will showed, detect i using ColorFinder again, You need RGB color and position Y.
    5. Input RGB color you have in BlueColor RGB, and Y of blue color at Position Y.
    6. at the same Y check RGB of walking white bar.. i think it not 255 255 255 exactly, because they using gradient color. ( hope someone can repact the client imaget change the white bar to totaly white). and put in white color RGB
    7. and the Start it.. waiting for Label X and Y will be show you the position of blue spot.

    I need feedback for this stuff..

    coz i still work in other stuff..
    I need some help with this stuff...

    I did everything, but my screen starts flashing and then nothing happens...
    What format of RGB color must be in "Blue" and "White" fields? With commas or with spaces?
    Last edited by PsiSnake; 2012-01-25 at 08:20 PM.

  10. #20
    The_USDL
    The_USDL is offline
    Senior Member The_USDL's Avatar
    Join Date
    2011 Oct
    Posts
    201
    Thanks Thanks Given 
    24
    Thanks Thanks Received 
    538
    Thanked in
    47 Posts
    Rep Power
    0
    This is All You Need

    Code:
    '[API]-Pixel
    Public Declare Function GetDC Lib "user32" (ByVal hwnd As Long) As Long
    Public Declare Function ReleaseDC Lib "user32" (ByVal hwnd As Long, ByVal hdc As Long) As Long
    Public Declare Function GetPixel Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long) As Long
    
    '[API]-MOUSE
    Public Declare Function SetCursorPos Lib "user32" (ByVal x As Long, ByVal y As Long) As Long
    Public Declare Function GetCursorPos Lib "user32" (lpPoint As Point) As Long
    Public Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)
    
    '[API]-KeyState
    Public Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
    Public Declare Function GetKeyPress Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
    
    
    '[Mouse Constants]
    Public Const MOUSEEVENTF_LEFTDOWN = &H2 'Mouse 1 Down
    Public Const MOUSEEVENTF_LEFTUP = &H4 'Mouse 1 Up
    Public Const MOUSEEVENTF_RIGHTDOWN = &H8 'Mouse 2 Down
    Public Const MOUSEEVENTF_RIGHTUP = &H10 'Mouse 2 Up
    Public Const MOUSEEVENTF_MIDDLEDOWN = &H20 'Mouse Wheel Down
    Public Const MOUSEEVENTF_MIDDLEUP = &H40 'Mouse Wheel Up
    Public Const MOUSEEVENTF_MOVE = &H1 'Move
    
    '[Mouse Point]
    Public Type Point
    x As Long
    y As Long
    End Type

    Enjoy ;*

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Replies: 68
    Last Post: 2015-03-03, 06:35 AM
  2. [Help] Do Aika Global Hacks work with Aika SEA?
    By rara23 in forum Aika Online
    Replies: 17
    Last Post: 2011-07-04, 04:32 PM
  3. [Help] how do this work?
    By sjakie28 in forum Requiem Online
    Replies: 2
    Last Post: 2011-02-03, 07:51 PM
  4. Does this work ?!
    By Juicenes in forum Requiem Online
    Replies: 5
    Last Post: 2010-11-29, 03:48 PM
  5. Current work
    By Dwar in forum General Talk
    Replies: 1
    Last Post: 2010-10-25, 08:27 AM

Posting Permissions

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