Results 1 to 2 of 2
  1. #1
    ExpKillor's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    4
    My Mood
    Amused

    Vindictus Dye Ampoule - Script For AutoIt To Find Colour?

    Hey guys, I saw a post on this with code that said it could use this code in a AutoIt to use a colour search. Does anyone else have an idea of how to fix this or make this kinda thing work today? It'd really be nice to speed up the process of finding that perfect palette.

    Code:
    Global $Paused
    
    HotKeySet("{NUMPAD1}", "Test")
    HotKeySet("{NUMPAD2}", "Test2")
    HotKeySet("{NUMPAD3}", "Test3")
    
    While 1
    WinWaitActive("Vindictus","")
    WEnd
    
    Func Test()
    $coord = PixelSearch( 541, 215, 793, 465, 0x191919, 10 ) ;modify the search box to your dye   ampoule color palette
    If Not @error Then
    	MouseClick("left",$coord[0],$coord[1])
    EndIf
    EndFunc
    
    Func Test3()
    $coord = PixelSearch( 541, 215, 793, 465, 0xC82323, 10 )
    If Not @error Then
    	MouseClick("left",$coord[0],$coord[1])
    EndIf
    EndFunc
    
    Func Test2()
    $coord = PixelSearch( 541, 215, 793, 465, 0xE6E6E6, 10 )
    If Not @error Then
    	MouseClick("left",$coord[0],$coord[1])
    EndIf
    EndFunc

  2. #2
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    /Moved to the correct section.

Similar Threads

  1. [Detected] AutoIt Script for Leveling and Farming
    By zato_1one in forum Vindictus Hacks & Cheats
    Replies: 94
    Last Post: 07-25-2013, 07:29 PM
  2. [Outdated] Autoit Script for some maps
    By madoka in forum Vindictus Hacks & Cheats
    Replies: 9
    Last Post: 05-02-2012, 07:42 PM
  3. [Release] Fine tuned Autoit script for The Contract and Hoarfrost Hollow
    By hisoko in forum Vindictus Hacks & Cheats
    Replies: 1
    Last Post: 05-02-2012, 06:40 AM
  4. [Release] autoit script for some maps [Updated]
    By madoka in forum Vindictus Hacks & Cheats
    Replies: 2
    Last Post: 05-02-2012, 01:47 AM
  5. Vindictus pure WHITE dye ampoules
    By shikyu312 in forum Vindictus Selling / Trading / Buying
    Replies: 0
    Last Post: 09-12-2011, 08:38 PM