Thread: Auto F5

Results 1 to 3 of 3
  1. #1
    Zeesh's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    Auto F5

    Hello,

    Is there any .exe file out there for Auto F5 in AVA?
    I can't seem to find any unpatched ones.

    Thanks,

    Zeesh

  2. #2
    UCSerge's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    281
    Reputation
    10
    Thanks
    921
    Quote Originally Posted by Zeesh View Post
    Hello,

    Is there any .exe file out there for Auto F5 in AVA?
    I can't seem to find any unpatched ones.

    Thanks,

    Zeesh
    Yup, I want to share my work with everyone.. But MPGH wont let me even release source code.
    Here ill write you one right now for autoit3, End to start Del to stop ENJOY +rep

    Code:
    #include <Misc.au3>
    
    HotKeySet("{Del}", "EndApp")
    HotKeySet("{End}", "LoopF5")
    
    while 1
       Sleep(100)
       WEnd
    
    func LoopF5()
    Send("{F5}")
    Sleep(1000)
    Send("{End}")
    EndFunc
    
    func EndApp()
    	  Exit 0
       EndFunc
    Last edited by UCSerge; 09-27-2013 at 06:59 AM.

  3. #3
    Threadstarter
    New Member
    Zeesh's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by UCSerge View Post
    Yup, I want to share my work with everyone.. But MPGH wont let me even release source code.
    Here ill write you one right now for autoit3, End to start Del to stop ENJOY +rep

    Code:
    #include <Misc.au3>
    
    HotKeySet("{Del}", "EndApp")
    HotKeySet("{End}", "LoopF5")
    
    while 1
       Sleep(100)
       WEnd
    
    func LoopF5()
    Send("{F5}")
    Sleep(1000)
    Send("{End}")
    EndFunc
    
    func EndApp()
    	  Exit 0
       EndFunc
    Ty matey'! (:

Similar Threads

  1. Runescape 2 auto programs
    By fabled in forum Hack Requests
    Replies: 19
    Last Post: 09-05-2007, 01:43 PM
  2. WarRock Auto Vehicle Repair Hack
    By mortis123 in forum WarRock - International Hacks
    Replies: 12
    Last Post: 01-17-2006, 08:40 PM
  3. Auto or aim bot
    By aaronm in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-13-2006, 04:10 PM
  4. Vehicle Stealing and Vehicle auto-destroy in Havana
    By Zededarian in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 01-02-2006, 04:34 PM
  5. WarRock Auto Healer
    By Flawless in forum WarRock - International Hacks
    Replies: 8
    Last Post: 12-31-2005, 03:44 AM