Thread: No Recoil

Results 1 to 5 of 5
  1. #1
    ySoNoob's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    United States
    Posts
    622
    Reputation
    31
    Thanks
    2,250
    My Mood
    Fine

    No Recoil

    i want the auto it script to be able to keep the mouse from moving up but allow it to move left and right ...any help ..tried multiple things this is the closest i could get but it brings the gun straight to the floor!

    #include <Misc.au3>

    Local $hDLL = DllOpen("user32.dll")

    Global $Paused, $counter = 0
    HotKeySet("{F1}", "TogglePause")
    HotKeySet("{F2}", "Terminate")
    NoRecoil()

    Func NoRecoil()
    While 1
    $pos = MouseGetPos()
    $ypos = $pos[0]
    $xpos = $pos[1]
    If _IsPressed("01", $hDLL) Then
    MouseMove($ypos, $xpos+1)
    EndIf
    WEnd
    EndFunc ;=>NoRecoil





    ; kill pause command codes
    Func TogglePause()
    $Paused = NOT $Paused
    While $Paused

    sleep(100)
    ;ToolTip('Script is "Paused"',0,0, $counter, 1)
    WEnd
    ToolTip("")
    EndFunc

    Func Terminate()
    Exit 0
    EndFunc



  2. #2
    Jew's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    <dd style="overflow: hidden;">here</dd>
    Posts
    3,860
    Reputation
    289
    Thanks
    2,178
    My Mood
    Amazed
    autoit is weird....i use ahk for convinence
    Vouch thread





     

    Quote Originally Posted by foginho81 View Post
    Hello guys,5 mins ago i dowloaded this program, in 2 minutes i cracked an account, so i purchased Premium for supporting and have unlimited features!

    A+++ Tool GREAT CODER!
    Quote Originally Posted by shadowkiller198 View Post
    I just purchased a Premium account and I haven't had any problems with it!

    Quote Originally Posted by ImShan View Post
    Vouch for this guy!

    I just bought premium and works pretty good.
    Quote Originally Posted by SiiKFO View Post
    Vouch bought premium works very well
    Quote Originally Posted by DarkBlade324 View Post
    vouch i just bought premium it works great
    Quote Originally Posted by coolzombiesg View Post
    Vouch for him

    I just bought premium and works pretty good.
    Quote Originally Posted by KaizoPvP View Post
    VOUCHE: Yep, you are a legit seller, and I like the stuff you do.
    Quote Originally Posted by BTNGaming View Post
    Premium Purchased

  3. #3
    ySoNoob's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    United States
    Posts
    622
    Reputation
    31
    Thanks
    2,250
    My Mood
    Fine
    oh...i dont mess with auto hotkeys or auto it that often....but i removed visual basic from my pc and its quicker to work with



  4. #4
    8itian's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    2
    Maybe, if this is a game like CSGO where each gun has its own spread that is not 100% random, you could have the bot move the mouse down and the opposite of the real recoil pattern (or similar). I am not very good with AutoIt but know some of it, hope i helped.

  5. #5
    FasTZiinnN's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    when i opened ur topic my internet crashed for 20 min
    say "thanks" to my internet provider
    try something like:

    pastebin.com/yHyDHmiD

Similar Threads

  1. How to find Recoil and Spread addresses?
    By V1olATor in forum WarRock - International Hacks
    Replies: 5
    Last Post: 04-20-2007, 09:50 AM
  2. No Recoil Hack
    By quin123 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 9
    Last Post: 03-21-2007, 03:14 PM
  3. America's Army No Recoil/Reload LUA code.
    By MagikBullet in forum General Game Hacking
    Replies: 7
    Last Post: 02-25-2007, 10:11 AM
  4. No recoil hack????
    By max.here in forum WarRock - International Hacks
    Replies: 2
    Last Post: 02-21-2007, 05:52 AM
  5. No recoil/no spread addys?
    By IBEZ in forum WarRock - International Hacks
    Replies: 8
    Last Post: 01-14-2007, 08:39 PM