I'm hoping more people will incorporate LUA hacks into other games. Currently, my focus is on both AA:O and WarRock. LUA tutorial coming soon for those who don't understand this.Code:if (PC.Pawn) then if (PC.Pawn.Weapon) then PC.Pawn.Weapon.bWpnRecoil = false PC.Pawn.Weapon.bWpnAccuracy = false end if PC.Pawn.Weapon.AmmoType.AmmoAmount == 0 then if PC.Pawn.Weapon.AmmoMagCount > 0 then PC.Pawn.ServerReload() end end