Script to push a button when it sees a color menu

User Tag List

Results 1 to 4 of 4
  1. #1
    Trollz0r23's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Script to push a button when it sees a color

    I need help to make a au3/ahk script that pushes space each time it sees a yellow colored thing on a spesific coordinate. So each time the yellow thingy shows up on the choosen coordinate, it presses Space.

    I am giving away 2-5m diablo 3 gold if someone helps me build this and it works.

    Add me on skype if you are interested: Einar3001

    Thanks people of OC!

    Script to push a button when it sees a color
  2. #2
    sunblood's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a pretty straightforward script if you know what you're looking for.
    I can help you out. I sent you a Skype invite or you can PM me on here.

  3. #3
    shadowy's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is a script for Autohotkey.


    Up:: ;Script starts working when you press UP button

    ;The X and Y coordinates of the upper left corner of the rectangle to search
    X1 =
    Y1 =

    ;The X and Y coordinates of the lower right corner of the rectangle to search
    X2 =
    Y2 =

    ;The decimal or hexadecimal color ID to search for, in Blue-Green-Red (BGR) format, which can be an expression. Color IDs can be determined using Window Spy. For example: 0x9d6346
    ColorId =

    ;Variation is a number between 0 and 255 to indicate the allowed number of shades of variation for the specified color. Helpful if the color sought is not always exactly the same shade
    Variation =

    Loop {
    PixelSearch, FoundX, FoundY, X1, Y1, X2, Y2, ColorID, Variation, Fast

    ;if specified color is not found loop will start again
    if errorlevel
    Continue

    ;if color is found, it will press space and stop loop.
    else {
    Send {Space}
    break
    }
    }

    return

    Esc::ExitApp ; Press ESC to exit script

  4. #4
    Trollz0r23's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone out there that can make this script?

    Willing to pay a few dollars also

    http://vimeo.com/48793983

    Video of the game I want to make a script for.

    The only point in this game is to jump over the banana on the ground, no other rules. You can only jump with space. The link for the game is under the video. Fill out the information on the site and you can start the game. Add me on skype if you make this. Willing to pay!
    Last edited by Trollz0r23; 09-24-2012 at 05:12 PM.

Similar Threads

  1. Replies: 5
    Last Post: 10-30-2014, 04:45 PM
  2. Help with auto login - Push login button?/Select Realm?
    By zavis in forum WoW Memory Editing
    Replies: 5
    Last Post: 05-12-2013, 08:51 PM
  3. Replies: 4
    Last Post: 10-31-2007, 11:35 AM
  4. Excess spawns when noone is around? MUST SEE!
    By Equ1N0X in forum World of Warcraft Emulator Servers
    Replies: 39
    Last Post: 10-11-2007, 10:36 PM
All times are GMT -5. The time now is 05:43 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search