PUBG weapons have unique recoil patterns. The Beryl M762 kicks hard vertically and randomly horizontally. The Mini-14 has light vertical shake. A no-recoil script does not remove recoil from the game server-side (that is impossible). Instead, it performs mouse compensation.
; WARNING: This is for educational explanation only.
~LButton::
Loop
GetKeyState, state, LButton, P
if (state = U)
break
DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 0)
Sleep, 10
return
This script moves the mouse down 2 units every 10ms while firing. PUBG No Recoil AHK Script
Beyond the ban risk, downloading a "PUBG No Recoil AHK Script" from random YouTube videos or cheat forums is incredibly dangerous. PUBG weapons have unique recoil patterns