Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other First Person Shooter Hacks › Planetside 2 Hacks & Cheats › Logitech No Recoil Script

Logitech No Recoil Script

Posts 1–15 of 24 · Page 1 of 2
pharoh
pharoh
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
#1 · edited 7y ago · 7y ago
EX
EXOTIC21
Aye! Thanks!
#2 · 7y ago
pharoh
pharoh
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.
#3 · 7y ago
EX
EXOTIC21
Sick, ill hit you up when that time comes in the meantime this is a neat script.
#4 · 7y ago
ST
Stajef
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
#5 · edited 7y ago · 7y ago
pharoh
pharoh
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..
#6 · edited 7y ago · 7y ago
SA
sapokillxd
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
#7 · 7y ago
AS
assholeCock
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
#8 · edited 7y ago · 7y ago
AS
assholeCock
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
#9 · 7y ago
pharoh
pharoh
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
#10 · 7y ago
AS
assholeCock
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.
#11 · edited 7y ago · 7y ago
KR
krii
Does this Work for Corsair macros too?
#12 · 7y ago
TH
The Taiiger
hello, works in 2k19 pls ? help with it /;
#13 · 7y ago
TH
The Taiiger
WORKS GREAT **
#14 · 7y ago
IN
insanegamer256
Question
What exactly is Q spotting? I use it in apex and I think it uses my special when seeing the enemy
#15 · 6y ago
Posts 1–15 of 24 · Page 1 of 2

Post a Reply

Similar Threads

  • Logitech No-Recoil scriptBy jambon cru in Counter-Strike 2 Scripts
    112Last post 10mo ago
  • Logitech LUA recoil reduce Script! - work on every mouseBy lumpi999 in Battlefield 1 Hacks & Cheats
    7Last post 5y ago
  • Logitech LUA recoil reduce Script! for every Game!By lumpi999 in Battlefield Hardline Hacks & Cheats
    2Last post 7y ago
  • Logitech LUA recoil reduce Script! for every Game!By lumpi999 in Battlefield 4 Hacks & Cheats
    2Last post 10y ago
  • AK47 Logitech Mouse No Recoil Script is not moving mouseBy ares0027 in Counter-Strike 2 Help
    8Last post 11y ago

Tags for this Thread

None