Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    pharoh's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    212
    Reputation
    10
    Thanks
    304

    Logitech No Recoil Script

    Hello,
    Today I am bringing you a logitech script works on all automatic weapons.
    features :
    1 - Automatic q spotting when in ADS and shooting
    2 - Recoil compensation
    3 - Crouch Spam

    Note: Feature 1 and 2 works only if you are holding right mouse button (ads mode), zoom toggle doesn't work . Crouch spam works if you got c as your crouch and also no crouch toggle .

    Instructions.
    1 - Download/open Logitech software



    2 - press on customize buttons on the bottom bar



    3 - click the plus button to add a new profile



    4 - Name your profile, make sure you add launchpad.exe and planetside2_x64.exe from your main ps2 install folder, tick lock profile while game is running



    5 - Right click on your created profile and click scripting



    6 - Delete everything written in the editor and replace with the code below
    Code:
    local zoomed = false
    local weapons = true
    local random  = 0	
    EnablePrimaryMouseButtonEvents(true)
    function OnEvent(event, arg)
    OutputLogMessage("event = %s, arg = %d\n", event, arg)
    
    
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 2 and weapons) then
    zoomed = true
    end
    
    if (event == "MOUSE_BUTTON_RELEASED" and arg == 2 and weapons) then
    zoomed = false
    end
    
    
    if(weapons == true)then
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and zoomed) then
    
    
    PressKey("q")
    Sleep(5)
    ReleaseKey("q")
    
    
    					repeat
    						MoveMouseRelative(0,1) 
    						Sleep(25)
    					until not IsMouseButtonPressed(1)
    
    end
    end
    
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 5) then
    
    
    						PressKey("c")
    						Sleep(600)
    						ReleaseKey("c")
    						Sleep(150)
    						PressKey("c")
    						Sleep(600)
    						ReleaseKey("c")
    						
    
    
    
    end
    end
    7 - don't forget to save ( Ctrl + S )

    Extra Notes :
    You can customize the compensation depending on the weapon you're using( if it has a right or left pull ), if it has a right pull, you change the values in the MoveMouseRelative(x,y) x parameter to a negative value to counteract the right pull . My initial script only has a y value because all weapons have vertical recoil .
    Pressing Mouse button 5 spams crouch 2 times very fast to throw off your opponent, only use this against people who can actually aim at your head and not newbies .

    if you see someone running an anchor/msw with laser sight shooting people 30m away with perfect accuracy, he's probably using something like this, just with tweaked values to that specific gun, you can create hotkeys to switch between different weapons on the fly too if you switch playstyles during your sessions .

    Have fun
    Last edited by pharoh; 08-14-2018 at 02:36 AM. Reason: Formatting
    An Uzi? I'm not from South Central Los fucking Angeles. I didn't come here to shoot twenty black ten year olds in a drive-by. I want a normal gun for a normal person.

  2. The Following User Says Thank You to pharoh For This Useful Post:

    sapokillxd (08-30-2018)

  3. #2
    EXOTIC21's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    31
    Reputation
    26
    Thanks
    3
    Aye! Thanks!

  4. #3
    pharoh's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    212
    Reputation
    10
    Thanks
    304
    Quote Originally Posted by EXOTIC21 View Post
    Aye! Thanks!
    No problem, if you need certain values for certain popular weapons, I can test em out and post what works best.
    An Uzi? I'm not from South Central Los fucking Angeles. I didn't come here to shoot twenty black ten year olds in a drive-by. I want a normal gun for a normal person.

  5. #4
    EXOTIC21's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    31
    Reputation
    26
    Thanks
    3
    Sick, ill hit you up when that time comes in the meantime this is a neat script.

  6. #5
    Stajef's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Hello, i was googling about logitech g600, my new mouse, for info what can it do and stumbled upon this post. Unfourtunatly that script do not work for me in PLanetside 2. Is it because of PS2 security? Or is it because its diffrent model? I tried to use other no recoil scripts found in internet, they seem to be same thing as yours, but without "q" pressing. As for weapons u could start with Heavy Assault starting weapons, as for example gaussaw is only kicking up. I would find out it myself but i dont even know how LUA works
    Last edited by Stajef; 08-16-2018 at 08:31 AM.

  7. #6
    pharoh's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    212
    Reputation
    10
    Thanks
    304
    Quote Originally Posted by Stajef View Post
    Hello, i was googling about logitech g600, my new mouse, for info what can it do and stumbled upon this post. Unfourtunatly that script do not work for me in PLanetside 2. Is it because of PS2 security? Or is it because its diffrent model? I tried to use other no recoil scripts found in internet, they seem to be same thing as yours, but without "q" pressing. As for weapons u could start with Heavy Assault starting weapons, as for example gaussaw is only kicking up. I would find out it myself but i dont even know how LUA works
    no it works fine, make sure that you are holding the right mouse button AND clicking left mouse button for it to work.
    maybe try and set the profile to persistent if it doesn't autodetect that your game isn't open yet .
    for the gauss saw you want y values of 3 or 4 depending on how you burst your shots.

    edit: you should remove persistent after you quit the game though..
    Last edited by pharoh; 08-16-2018 at 12:17 PM.
    An Uzi? I'm not from South Central Los fucking Angeles. I didn't come here to shoot twenty black ten year olds in a drive-by. I want a normal gun for a normal person.

  8. #7
    sapokillxd's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Hey guys,

    I think it would be great if someone could release some macros for Bloody X7 and Oscar A4Tech like in the Battlefield section.
    I already searched a lot and i couldn´t find any yet.

    Looking forward to hear from u guys

  9. #8
    assholeCock's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Simple question. Can I get ban for using this? And how remove 1 and 3? (Q spot and Crouch Spam)

    Ok, so i try it. Q spot works, Crouch works too, but recoil is still the same, normal game recoil. I check NS15 and orion
    Last edited by assholeCock; 10-03-2018 at 06:45 AM.

  10. #9
    assholeCock's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by pharoh View Post
    no it works fine, make sure that you are holding the right mouse button AND clicking left mouse button for it to work.
    maybe try and set the profile to persistent if it doesn't autodetect that your game isn't open yet .
    for the gauss saw you want y values of 3 or 4 depending on how you burst your shots.

    edit: you should remove persistent after you quit the game though..
    Doesn't work. Q spot and crouch work but recoil dont

  11. #10
    pharoh's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    212
    Reputation
    10
    Thanks
    304
    Quote Originally Posted by assholeCock View Post
    Doesn't work. Q spot and crouch work but recoil dont
    make sure your zoom toggle is off

    - - - Updated - - -

    Quote Originally Posted by assholeCock View Post
    Simple question. Can I get ban for using this? And how remove 1 and 3? (Q spot and Crouch Spam)

    Ok, so i try it. Q spot works, Crouch works too, but recoil is still the same, normal game recoil. I check NS15 and orion
    this is without q spot and crouch spam

    Code:
    local zoomed = false
    local weapons = true
    local random  = 0	
    EnablePrimaryMouseButtonEvents(true)
    function OnEvent(event, arg)
    OutputLogMessage("event = %s, arg = %d\n", event, arg)
    
    
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 2 and weapons) then
    zoomed = true
    end
    
    if (event == "MOUSE_BUTTON_RELEASED" and arg == 2 and weapons) then
    zoomed = false
    end
    
    
    if(weapons == true)then
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and zoomed) then
    
    
    
    
    
    					repeat
    						MoveMouseRelative(0,1) 
    						Sleep(25)
    					until not IsMouseButtonPressed(1)
    
    end
    end
    
    end
    An Uzi? I'm not from South Central Los fucking Angeles. I didn't come here to shoot twenty black ten year olds in a drive-by. I want a normal gun for a normal person.

  12. #11
    assholeCock's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by pharoh View Post
    make sure your zoom toggle is off

    - - - Updated - - -


    this is without q spot and crouch spam

    Code:
    local zoomed = false
    local weapons = true
    local random  = 0	
    EnablePrimaryMouseButtonEvents(true)
    function OnEvent(event, arg)
    OutputLogMessage("event = %s, arg = %d\n", event, arg)
    
    
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 2 and weapons) then
    zoomed = true
    end
    
    if (event == "MOUSE_BUTTON_RELEASED" and arg == 2 and weapons) then
    zoomed = false
    end
    
    
    if(weapons == true)then
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and zoomed) then
    
    
    
    
    
    					repeat
    						MoveMouseRelative(0,1) 
    						Sleep(25)
    					until not IsMouseButtonPressed(1)
    
    end
    end
    
    end
    Still the same, normal game recoil, zoom toggle off. I check all kind of weapon (lmg, carabine, smg, pistol). It looks like game block something. Thx for version without Q spot and crouch. Logitech software 9.02.61

    I try this script with Paint and with other game, works perfect, so planetside must block something.
    Last edited by assholeCock; 10-09-2018 at 01:13 AM.

  13. #12
    krii's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    Does this Work for Corsair macros too?

  14. #13
    The Taiiger's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Busy
    hello, works in 2k19 pls ? help with it /;

  15. #14
    The Taiiger's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Busy
    WORKS GREAT **

  16. #15
    insanegamer256's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Question

    What exactly is Q spotting? I use it in apex and I think it uses my special when seeing the enemy

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] Logitech No-Recoil script
    By jambon cru in forum Counter-Strike 2 Scripts
    Replies: 111
    Last Post: 03-20-2021, 10:28 PM
  2. [Source Code] Logitech LUA recoil reduce Script! - work on every mouse
    By lumpi999 in forum Battlefield 1 Hacks & Cheats
    Replies: 7
    Last Post: 12-19-2020, 09:58 AM
  3. [Source Code] Logitech LUA recoil reduce Script! for every Game!
    By lumpi999 in forum Battlefield Hardline Hacks & Cheats
    Replies: 2
    Last Post: 11-01-2018, 02:50 PM
  4. [Source Code] Logitech LUA recoil reduce Script! for every Game!
    By lumpi999 in forum Battlefield 4 Hacks & Cheats
    Replies: 2
    Last Post: 02-28-2016, 11:23 PM
  5. [Solved] AK47 Logitech Mouse No Recoil Script is not moving mouse
    By ares0027 in forum Counter-Strike 2 Help
    Replies: 8
    Last Post: 03-27-2015, 09:42 PM