Jump to content

Phoenixholland

Members
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by Phoenixholland


  1. I have got an idea for chicken, if the chicken life % reached the bot will go back to the login screen but some times

    it takes to much time to chicken out and eventualy i die . Isnt it better if you chicken out using alt+f4 becouse it would log you

    out immediately without dying and losing exp.


  2. Here are my versions of the aura bot, only working on W and E

    Here's W

    ; Copy this script file into multiple script files if you're using multiple auras.

    ; You can only use one aura for each script file.

    ; 1. First of all, remove the ; of the aura you whish to use below.

    ; 2. Then, set which button you use the aura on, e.g. button E.

    WinActivate, ahk_class Direct3DWindowClass

    Loop

    {

    CoordMode, Pixel, Relative

    ; // Below are the auras I've added to this script. Remove the ; before one of them!

    ;PixelSearch, FoundX, FoundY, 562, 597, 589, 625, 0xffffff, 0, Fast RGB ;Discipline

    ;PixelSearch, FoundX, FoundY, 562, 597, 589, 625, 0xffffff, 0, Fast RGB ;Clarity

    ;PixelSearch, FoundX, FoundY, 562, 597, 589, 625, 0xffffff, 0, Fast RGB ;Determination

    ;PixelSearch, FoundX, FoundY, 562, 597, 589, 625, 0xffffff, 0, Fast RGB ;Hatred

    ;PixelSearch, FoundX, FoundY, 562, 597, 589, 625, 0xffffff, 0, Fast RGB ;Anger

    ;PixelSearch, FoundX, FoundY, 562, 597, 589, 625, 0xffffff, 0, Fast RGB ;Wrath

    ;PixelSearch, FoundX, FoundY, 562, 597, 589, 625, 0xffffff, 0, Fast RGB ;Purity

    ;PixelSearch, FoundX, FoundY, 562, 597, 589, 625, 0xffffff, 0, Fast RGB ;Haste

    PixelSearch, FoundX, FoundY, 562, 597, 589, 625, 0xffffff, 0, Fast RGB Grace

    If ErrorLevel = 0

    Send {w} ; // Do not chance this put your aura on W

    Sleep, 1000

    }

    and here is E

    ; Copy this script file into multiple script files if you're using multiple auras.

    ; You can only use one aura for each script file.

    ; 1. First of all, remove the ; of the aura you whish to use below.

    ; 2. Then, set which button you use the aura on, e.g. button E.

    WinActivate, ahk_class Direct3DWindowClass

    Loop

    {

    CoordMode, Pixel, Relative

    ; // Below are the auras I've added to this script. Remove the ; before one of them!

    ;PixelSearch, FoundX, FoundY, 588, 597, 615, 625, 0xffffff, 0, Fast RGB ;Discipline

    ;PixelSearch, FoundX, FoundY, 588, 597, 615, 625, 0xffffff, 0, Fast RGB ;Clarity

    ;PixelSearch, FoundX, FoundY, 588, 597, 615, 625, 0xffffff, 0, Fast RGB ;Determination

    ;PixelSearch, FoundX, FoundY, 588, 597, 615, 625, 0xffffff, 0, Fast RGB ;Hatred

    ;PixelSearch, FoundX, FoundY, 588, 597, 615, 625, 0xffffff, 0, Fast RGB ;Anger

    ;PixelSearch, FoundX, FoundY, 588, 597, 615, 625, 0xffffff, 0, Fast RGB ;Wrath

    ;PixelSearch, FoundX, FoundY, 588, 597, 615, 625, 0xffffff, 0, Fast RGB ;Purity

    PixelSearch, FoundX, FoundY, 588, 597, 615, 625, 0xffffff, 0, Fast RGB Vitality

    ;PixelSearch, FoundX, FoundY, 588, 597, 615, 625, 0xffffff, 0, Fast RGB ;Haste

    ;PixelSearch, FoundX, FoundY, 588, 597, 615, 625, 0xffffff, 0, Fast RGB ;Grace

    If ErrorLevel = 0

    Send {e} ; // Do not chance this put you aura on E

    Sleep, 1000

    }

    these uses the white of the letters when its inactive the letters are white and when active they will be gray

    if u want to use these on other letters you have to chance the x1,y1 and x2,y2

    i hope this will help

×
×
  • Create New...