Results 1 to 1 of 1
  1. #1
    qweasd_24
    qweasd_24 is offline
    Guest
    Join Date
    2013 Nov
    Posts
    2
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Simple Auto Attack Code

    Simple code:
    Click and hold key "Home" to sends autoattack (bm2, bm3)
    Auto Attack put on "1"

    Code:
    #Include <Misc.au3>
    
    HotKeySet("{HOME}","start")
    HotKeySet("{END}","_exit")
    
    While 1
    if _IsPressed("24") then
    Send("{1 down}")
    Sleep(1)
    EndIf
    WEnd 
     
    Func _exit()
    Exit
    EndFunc
    
    While True
    WEnd

Similar Threads

  1. [Source] Simple anti-WPE hook source code for RO1
    By yeesiew113 in forum C/C++
    Replies: 1
    Last Post: 2013-04-15, 05:56 AM
  2. [Release] Simple Auto Click for Agros
    By leeonardo in forum Aika Bots, Hacks, Cheats
    Replies: 44
    Last Post: 2012-08-09, 09:54 PM
  3. [Delphi] How to make a simple Auto Click.
    By leeonardo in forum Delphi
    Replies: 9
    Last Post: 2012-07-04, 01:43 PM
  4. [Release] Simple Auto Click
    By JeanBR in forum Aika Bots, Hacks, Cheats
    Replies: 3
    Last Post: 2012-06-23, 04:01 AM
  5. Simple tool for auto-click
    By sodami in forum Requiem Online
    Replies: 3
    Last Post: 2010-11-29, 04:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •