Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store

Recommended Posts

Hello, little script to automatically use vaal haste when you got enough souls, Vaal haste needs to be in first hotkey slot. Values are based on full windowed screen 1366x768 Autohotkey unicode 32.

 

²::
x:= 1027 ;x coordinate of pixel to check.
y:= 743 ;y coordinate of pixel to check.
targetcolor:= 0x293ACA ;color to be matched in hexadecimal blue-green-red (BGR) format.
 
Loop
{
    PixelGetColor, currentcolor, x, y
    if (currentcolor=targetcolor)
    {
        Send {a}
    }
    else
    {
     
    }
}
Edited by hello123456
  • Upvote 1

Share this post


Link to post
Share on other sites

U can get auto vaal haste in combat section.

Put ur main attack on 9 attack max 35 if ranged

Walk 5

Put q, w, e or where u have the vaal haste on 8

Attack max 40

Cooldown 6000 or 9720 depending on ur cooldown

I have ic+increased duration+vaal haste+vaalhaste in my 4l.

This way i got my bot doing vaalhaste constantly. He never cast both at the same time, so there is a few short moments when its not activated

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...