Results 1 to 3 of 3
  1. #1
    phoenix8383's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    95
    Reputation
    10
    Thanks
    15
    My Mood
    Fine

    CSGO AK47 No Recoil Script Help

    I'm trying to make a minimal recoil AK47 CSGO script but I can't seem to get the script to stop pulling down. I want it so that after 900ms it stops pulling down and starts pulling left/right. I only have the pull down script atm because I only know the very basics of LUA, mind you, I'm 15. At the moment it just pulls infinitely down, so any help would be appreciated. This is a Logitech Gaming Software script.
    Code:
    --CSGO_AK47
    i = 1
    do
    i = i + 1	
    function OnEvent(event, arg)
    	if IsMouseButtonPressed(3) then
    	if (event == "MOUSE_BUTTON_PRESSED" and arg == 1) then
    			repeat
    				ReleaseMouseButton(1)
    				Sleep(10)
    				MoveMouseRelative(0,15)
    			until i > 900
    			end
    end
    end
    end

  2. #2
    PhoQ's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    "MOUSE_BUTTON_PRESSED_DISSMIS" and arg == 431) then


    Fixed the code.

  3. #3
    Sasuke Uchiha!'s Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    46
    Thanks
    1,523
    My Mood
    Relaxed
    It's not really "No" Recoil, It just drags down your aim.
    "For me, revenge is everything, and failure is nothing."
    -Sasuke Uchiha

Similar Threads

  1. [Help Request] Simple Autoit Script help
    By dalehohn13 in forum MapleStory Help
    Replies: 4
    Last Post: 08-09-2013, 12:49 AM
  2. [Help Request] how to find no recoil adresses help!
    By nicogbd in forum Alliance of Valiant Arms (AVA) Help
    Replies: 2
    Last Post: 03-14-2013, 03:29 PM
  3. [Help Request] C++ Script Help - Garry's Mod - Forcing r_drawothermodels 2
    By Kai13shadow in forum C++/C Programming
    Replies: 3
    Last Post: 12-08-2012, 01:16 PM
  4. [Help Request] JetBot script help (Two boss maps).
    By Z4ck in forum Vindictus Help
    Replies: 0
    Last Post: 02-20-2012, 08:19 AM
  5. [Help Request] No recoil script
    By Dybbuk in forum Call of Duty Modern Warfare 3 Help
    Replies: 1
    Last Post: 01-20-2012, 11:45 AM