Gaztoof / GMod-SDK

A SDK with a built-in cheat for Garry's Mod.
MIT License
122 stars 45 forks source link

climb swep fly meme #50

Open ducky0 opened 2 years ago

ducky0 commented 2 years ago

credits https://www.unknowncheats.me/forum/garry-s-mod/464890-climb-swep-fly-meme.html

replace /244/ virtual void GetLuaScriptName(void) = 0; with /244/ virtual char GetLuaScriptName(void) = 0;

call it in hkCreateMove

under DoLegitAimbot(cmd);

climb_swep(cmd, currWeapon);

Code https://pastebin.com/MKGiSdXv

Kingkiller690 commented 1 year ago

Where am I supposed to put the code in the pastebin?

(i am retarded btw)