Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    TechwarriorA's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    In your freakin ass
    Posts
    385
    Reputation
    -1
    Thanks
    105
    My Mood
    Hot

    Exclamation *working* low recoil code

    when you program it in, post if it worked for you in ava or not?


    you can get lower recoil, if you have macro, like macro mouse,

    first record the exact aim-cursor location before firing and then sending the mouse back to that place after firing- using Autohotkey macros , ofcourse
    Assuming that your firing button is left mouse button

    Simple anti-recoil

    Lbutton::

    MouseGetPos, xpos, ypos

    Send, Lbutton

    Mousemove, %xpos%,%ypos%

    return






    Fire 30 rounds- remove recoil each time –reload


    Lbutton::

    MouseGetPos, xpos, ypos

    Send, Lbutton

    Mousemove, %xpos%,%ypos%

    return
    Lbutton::

    Loop, 30

    {

    MouseGetPos, xpos, ypos

    Send, Lbutton

    Sleep 200

    Mousemove, %xpos%,%ypos%

    Sleep,100

    }

    Send R

    return
    THANK ME FOR THIS/me


    THANK ME FOR THIS/me

  2. The Following 7 Users Say Thank You to TechwarriorA For This Useful Post:

    BlackLite (12-16-2011),c4eu (10-02-2011),Daytan70 (02-23-2013),htcgenius123 (05-07-2012),loulol1 (10-07-2011),lun4tic (10-05-2011),render422 (10-05-2011)

  3. #2
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    its called macro

  4. #3
    TechwarriorA's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    In your freakin ass
    Posts
    385
    Reputation
    -1
    Thanks
    105
    My Mood
    Hot
    i put the macro in description
    THANK ME FOR THIS/me


    THANK ME FOR THIS/me

  5. #4
    kibana's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    3
    Umm when i tried your macros using "Autohotkey Macros" I was unable to fire my gun in-game or click anything

  6. #5
    MIRV's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    in the System
    Posts
    218
    Reputation
    10
    Thanks
    9
    My Mood
    Mellow
    cool for EBR and PARA (STUPIDEST WEAPON EVER )

  7. #6
    AznNicholas1314's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    445
    Reputation
    20
    Thanks
    672
    What programming language is that?

  8. #7
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    Quote Originally Posted by AznNicholas1314 View Post
    What programming language is that?
    Game mouse code I believe

  9. #8
    TechwarriorA's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    In your freakin ass
    Posts
    385
    Reputation
    -1
    Thanks
    105
    My Mood
    Hot
    its called macro ^^
    THANK ME FOR THIS/me


    THANK ME FOR THIS/me

  10. #9
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    Quote Originally Posted by TechwarriorA View Post
    its called macro ^^
    stop spam......
    i said that like 2times b4 you

  11. #10
    render422's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    3
    My Mood
    Relaxed
    work fine ! thx !

  12. #11
    TechwarriorA's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    In your freakin ass
    Posts
    385
    Reputation
    -1
    Thanks
    105
    My Mood
    Hot
    battlefield guy, i dont spamm, get your mind freshened up
    THANK ME FOR THIS/me


    THANK ME FOR THIS/me

  13. #12
    don_vito89's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    4
    My Mood
    Sad
    wait a 'moment .... I have to do a serious question ..... dear friend who write the scripts here ...... I would like to explain why God blessed these scripts do not work on AVA but they only work on the Desktop ? seriously .... I think I'm wrong, or something they do not work for my win7 x64!

  14. #13
    TechwarriorA's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    In your freakin ass
    Posts
    385
    Reputation
    -1
    Thanks
    105
    My Mood
    Hot
    its for macro users, as in macro mouse and stuff, if you dont know what it is, i can post it
    THANK ME FOR THIS/me


    THANK ME FOR THIS/me

  15. #14
    TataDracula's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Hi guys ,i have a macro mouse (recorder) but i have no ideea how to use it ,is a microsoft sidewinder ... aby help i'l apreciate ..thx PS: i have seen some combinations for macro but i dont know how to make the settings ...anyway ,thx again xD

  16. #15
    don_vito89's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    4
    My Mood
    Sad

    Autohotkey doesn't work in AVA

    Hello everyone .... this time I am writing to anyone with ahk .... to you this program works only on the desktop and not on ava ?.... because when I launch the script, the script that is run by doing compile script, it shows no signs of life in ava .... for those who can help me I win7 x64 ROCCAT mouse and keyboard (and KONE Isku )........ ps I've used all the guides on the subject and any script posted here ...

Page 1 of 2 12 LastLast

Similar Threads

  1. [Source Code] Low recoil code
    By TechwarriorA in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 09-25-2011, 12:22 PM
  2. [Release]Working anti-recoil hack
    By johndeer2567 in forum Combat Arms Hacks & Cheats
    Replies: 21
    Last Post: 08-07-2009, 05:57 PM
  3. half broken no spread and working no recoil
    By EL1X- in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 04-03-2009, 02:15 PM
  4. WORKING no recoil
    By zmansquared in forum Combat Arms Hacks & Cheats
    Replies: 49
    Last Post: 03-15-2009, 10:55 PM
  5. Fixing your spread/ recoil code!!
    By boom.. in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-11-2007, 10:01 AM