BigPackets

General => General Chat => Topic started by: thepeepeepoopooman on March 04, 2019, 12:25:58 PM

Title: C++ VS Lua
Post by: thepeepeepoopooman on March 04, 2019, 12:25:58 PM
What are the advantages of C++ hacks vs Lua hacks?
I already know that C++ hacks are external and lua hacks are internal but what are the real advantages of having a lua hack over a c++ one.
Title: Re: C++ VS Lua
Post by: hobbes1235 on January 02, 2020, 03:52:42 AM
Gmod has a scripting api knows as lua which you can use to access pretty much anything within the game with ease. C++ offers more flexibility in terms of hooking functions and memory manipulation that the lua api doesn't contain which results in you having a lot more control over the game because you can modify anything in memory. The downside is it's a lot more complicated. Some hacks are written in lua for gmod because of the ease of the scripting language for the retarded script kiddies who can't hook CreateInterface to save their fucking lives, find the OEP of a vmprotected program. They don't bother to learn anything related to reverse engineering and actual coding and usually start pasting shit.