hey mpgh.net community i want to know how to make a bypass for the current version of garrys mod. If someone can tach me please write me a PM or just reply to this thread thank you in the future :D
Printable View
hey mpgh.net community i want to know how to make a bypass for the current version of garrys mod. If someone can tach me please write me a PM or just reply to this thread thank you in the future :D
I think u have to force GMOD to have SV_cheats 1
Try to do some memory editing.
Get the Static adress of sv_cheats
and write it to value 1
I dont know didnt try it yet but I think u have to do it like this =3
I never did it my self, but
to do this you need to write some kind of proxy that will catch server packets and will modify them. Also you might do this without dll injection to the gmod, you might write some program where you would enter an ip of a server and it will make your cliend think whatever it needs to be thought, however to do this you firstly need to decompile Gmod and find the decryption way it uses, as all the packets are encrypted, or you might just decopile a server part and see the encryption way and write your decrypter.
Good luck
---------- Post added at 10:07 AM ---------- Previous post was at 10:05 AM ----------
+ if you will actually do it, you will get an unbanable bypaser, so it is a good thing to think about.