Results 1 to 15 of 36

Threaded View

  1. #1
    UCSerge's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    281
    Reputation
    10
    Thanks
    921

    AVA 3box Euro Farm Simple Macro

    Hey guys, here we have a simple 3box farming for ccman32's new hack.
    (Yes this is posted at another forum by me, i am also releasing it here)

    AVA Settings:
    Window Mode: both In game and Lobby
    Field of View: 90 Degrees
    Resolution: 800*600(4:3)
    Basic Scanning Rate
    Gamma: 2.75 (Must be set exactly to 2.75)
    Graphic quality: Good

    How to use:
    Create a PB:S Room 1 player
    Download autoit3 compile the source
    Press END key to begin
    Press DEL key to terminate
    Start the script with the hackmenu closed also do not move the position of the hackmenu

    If there are enough people who would like to use this i may consider adding more features
    Post any bugs and any feature requests

    No compiled version for now, compile the source kids.

    Coded in autoit3 (I have a full version in autohotkey which creates room for you, closes friend requests/invites, closes connection to host failed, and all other pop-ups however AHK is detected so i switched over to autoit3 just today and wrote this, now if this gets enough attention like i said i will add in all those features, for now just this 3-step basic)

    Code:
    #include <Misc.au3>
    
    Global $mode = 0
    Opt("MouseCoordMode", $mode)
    Opt("PixelCoordMode", $mode)
    
    HotKeySet("{Del}", "EndApp")
    HotKeySet("{End}", "SearchRoom")
    HotKeySet("{NUMPADSUB}", "AddBox")
    HotKeySet("{NUMPADADD}", "ClickClose")
    
    while 1
       Sleep(100)
       WEnd
    
       
       func SearchRoom()
          Sleep(100)
          $coord = PixelSearch(407, 444, 455, 496, 0x3E2514, 3)
          If Not            @error Then
             Sleep(100)
             MouseMove(418, 257, 10) ;start
             Sleep(150)
             MouseClick("left")
             Sleep(150)
             Send("{NUMPADSUB}")
          ElseIf           @error Then
             Sleep(150)
             Send("{End}")
          EndIf
       EndFunc
       
          func AddBox()
          Sleep(100)
          $coord = PixelSearch(250, 105, 590, 140, 0xFFA700, 3)
          If Not           @error Then
          Sleep(250)
          Send("{Home}")
          Sleep(100)
          MouseMove(239, 262, 10) ;menuclick player
          Sleep(150)
          MouseClick("left")
          Sleep(200)
          MouseMove(224, 353, 10) ;menuclick addboxes
          Sleep(150)
          MouseClick("left")
          Sleep(200)
          MouseMove(312, 262, 10) ;menuclick misc
          Sleep(150)
          MouseClick("left")
          Sleep(200)
          MouseMove(467, 373, 10) ;menuclick endgame
          Sleep(150)
          MouseClick("left")
          Sleep(150)
          Send("{Home}") ;close menu
          Sleep(1000)
          Send("{NUMPADADD}")
       ElseIf           @error Then
         Sleep(100)
             Send("{NUMPADSUB}") 
       EndIf
    EndFunc
    
    func ClickClose()
          Sleep(100)
          $coord = PixelSearch(588, 565, 654,611, 0xF2B050, 3)
          If Not            @error Then
          Sleep(100)
          MouseMove(511, 728, 10)
          Sleep(100)
          MouseClick("left")
          Sleep(1000)
          Send("{End}") 
       ElseIf         @error Then
          Send("{NUMPADADD}") 
          EndIf
          EndFunc
       
       func EndApp()
          Exit 0
       EndFunc
    Last edited by Hunter; 02-02-2016 at 08:58 AM.

Similar Threads

  1. [Outdated] 6 Simple steps to Happy Euro Farming!
    By pipipipu in forum Alliance of Valiant Arms (AVA) Tutorials
    Replies: 8
    Last Post: 04-15-2013, 12:37 PM
  2. [WTT] GFACE WARFACE acc for AVA exp FARM or EURO farm
    By [RAPGOD]EMINEM in forum Alliance of Valiant Arms (AVA) Selling / Trading / Buying
    Replies: 1
    Last Post: 03-24-2013, 11:07 AM
  3. [Discussion] UNDETECTED COMPUTER MACROS FOR EURO FARMING?
    By SubXer0 in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 23
    Last Post: 02-02-2013, 06:26 AM
  4. [Info] AVA TestSoldier Euro bug
    By DigitalF33t in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 26
    Last Post: 08-04-2011, 12:44 PM
  5. [Request] Farming (simple):
    By B0ttl3 in forum CrossFire Farming & Partner Request
    Replies: 4
    Last Post: 03-04-2011, 11:44 PM