is there any auto vaal haste? menu

User Tag List

Results 1 to 6 of 6
  1. #1
    imfap247's Avatar Member
    Reputation
    8
    Join Date
    Jan 2014
    Posts
    37
    Thanks G/R
    4/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    is there any auto vaal haste?

    found the only thing resembling what im looking for. Its from 2015 and does not work. But something like this to detect when charges are full and uses right away. the x,y was made for full windowed screen 1366x768

    ²::
    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
    {

    }
    }

    is there any auto vaal haste?
  2. #2
    LazyRoot's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Google how to use a pixel finding function in either AutoIT or AHK and then Click X/Y.

  3. #3
    imfap247's Avatar Member
    Reputation
    8
    Join Date
    Jan 2014
    Posts
    37
    Thanks G/R
    4/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LazyRoot View Post
    Google how to use a pixel finding function in either AutoIT or AHK and then Click X/Y.
    holy, youre so smart and helpful. why didnt i think of that before? thanks so much for that. because of you i ended up enrolling into computer science at my local college. I am just about to graduate and got the lead position at NASA already lined up. and to think, all it took was one guy saying to Google how to code. Where will my next adventure take me?

    Thanks again!

  4. Thanks S0ul3r (1 members gave Thanks to imfap247 for this useful post)
  5. #4
    dirkbach666's Avatar Active Member
    Reputation
    24
    Join Date
    Aug 2013
    Posts
    57
    Thanks G/R
    38/22
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Yeah, AHK is totally advanced coding..

  6. #5
    S0ul3r's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    69
    Thanks G/R
    5/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imfap247 View Post
    holy, youre so smart and helpful. why didnt i think of that before? thanks so much for that. because of you i ended up enrolling into computer science at my local college. I am just about to graduate and got the lead position at NASA already lined up. and to think, all it took was one guy saying to Google how to code. Where will my next adventure take me?

    Thanks again!
    Love this post

  7. #6
    terrible_epiphanies's Avatar Member
    Reputation
    1
    Join Date
    Sep 2017
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to check what targetcolor should be, as it seems to have changed. For that just add in a line to tell you the current value of the pixel you want.

    Untested example:

    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
    MsgBox The color at the current cursor position is %currentcolor%.
    if (currentcolor=targetcolor)
    {
    Send {a}
    }
    else
    {

    }
    }
    Note the "MsgBox" line - that makes it tell you the current color of the pixel.
    Just write that down, replace the 0x293ACA with what you found, and remove the MsgBox again.
    If the color constantly changes (because the icon is animated or something), try changing x and y to point to a pixel that doesn't.

Similar Threads

  1. is there any auto interrupt available ?
    By manylol in forum WoW Bots Questions & Requests
    Replies: 4
    Last Post: 05-07-2014, 11:36 AM
  2. Is there any other Bots ?
    By Moranimal in forum World of Warcraft General
    Replies: 4
    Last Post: 04-13-2007, 11:29 PM
  3. Is there any TBC Funserver?
    By RedWorm in forum World of Warcraft General
    Replies: 6
    Last Post: 03-14-2007, 04:11 PM
  4. Is there any other bot prgram exept glider?
    By Disphotic in forum Community Chat
    Replies: 2
    Last Post: 09-20-2006, 05:10 PM
  5. is there any way i can make my own models?
    By Avianar47 in forum World of Warcraft Model Editing
    Replies: 6
    Last Post: 08-30-2006, 07:22 PM
All times are GMT -5. The time now is 11:21 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search