Results 1 to 11 of 11
  1. #1
    Arturiana's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Germany
    Posts
    100
    Reputation
    10
    Thanks
    313
    My Mood
    Drunk

    Question How to make a own Bypass for Garrys Mod?

    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

  2. #2
    xCyberxx's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    C:\Windows\sys32
    Posts
    1,417
    Reputation
    379
    Thanks
    1,459
    My Mood
    Devilish
    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
    Quote Originally Posted by darkwrath505 View Post

    "zomg ples m4ke free hacks, im too lazy t0 get source code and update offsets." - MPGH 2015



  3. #3
    LordOfGears2's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    /home/lord/
    Posts
    278
    Reputation
    32
    Thanks
    55
    My Mood
    Inspired
    Quote Originally Posted by xCyberxx View Post
    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
    Don't so this.

    Use pickles

  4. #4
    xCyberxx's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    C:\Windows\sys32
    Posts
    1,417
    Reputation
    379
    Thanks
    1,459
    My Mood
    Devilish
    Quote Originally Posted by LordOfGears2 View Post
    Don't so this.

    Use pickles
    Well im not really in to Gmod just like to play it sometime.
    I use pickles.
    just thinking about making my own bypass.
    im only thinking that writing sv_cheats to 1 is detected.
    Quote Originally Posted by darkwrath505 View Post

    "zomg ples m4ke free hacks, im too lazy t0 get source code and update offsets." - MPGH 2015



  5. #5
    ヽಠ_ಠᕤ Headrockin' ᕦಠ_ಠ╯
    MPGH Member
    IV2B's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    1,163
    Reputation
    101
    Thanks
    229
    My Mood
    Inspired
    Quote Originally Posted by xCyberxx View Post
    Well im not really in to Gmod just like to play it sometime.
    I use pickles.
    just thinking about making my own bypass.
    im only thinking that writing sv_cheats to 1 is detected.
    LordOfgears2 meant memory editing(like CE) is detected.Thus you should use something like c++ to code it.

  6. #6
    xCyberxx's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    C:\Windows\sys32
    Posts
    1,417
    Reputation
    379
    Thanks
    1,459
    My Mood
    Devilish
    Quote Originally Posted by IV2B View Post
    LordOfgears2 meant memory editing(like CE) is detected.Thus you should use something like c++ to code it.
    Oh okay Thanks for saying =3
    Quote Originally Posted by darkwrath505 View Post

    "zomg ples m4ke free hacks, im too lazy t0 get source code and update offsets." - MPGH 2015



  7. #7
    Extel's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    1
    My Mood
    Doh
    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.

  8. #8
    certified syndrome's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by Extel View Post
    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.
    what the fuck are you talking about

  9. The Following 3 Users Say Thank You to certified syndrome For This Useful Post:

    D3M0L1T10N (08-11-2013),disguis3d (08-16-2013),wuat (08-11-2013)

  10. #9
    kila58's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    304
    Reputation
    43
    Thanks
    1,842
    My Mood
    Inspired
    Quote Originally Posted by Extel View Post
    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.
    Flags are what you need.
    Even though they don't do much protection against server anticheats.

  11. The Following User Says Thank You to kila58 For This Useful Post:

    Extel (08-12-2013)

  12. #10
    certified syndrome's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by kila58 View Post
    Flags are what you need.
    Even though they don't do much protection against server anticheats.
    flags are the worst way to do it lmao

  13. #11
    Extel's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    1
    My Mood
    Doh
    Quote Originally Posted by kila58 View Post
    Flags are what you need.
    Even though they don't do much protection against server anticheats.
    It was exactly what i was talking about the client side.

Similar Threads

  1. [Release] How To Make Your Own Simple Skin For CS 1.6
    By XownageX in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 21
    Last Post: 07-10-2018, 04:25 PM
  2. [Solved]How to make our own bypass...
    By ___x][GooD. in forum CrossFire Help
    Replies: 12
    Last Post: 11-23-2010, 02:30 PM
  3. [Tutorial] HOW TO MAKE UR OWN HACK FOR MW2(Fully)(UNPATCHABLE)
    By tom95ek in forum Call of Duty Modern Warfare 2 Tutorials
    Replies: 14
    Last Post: 01-18-2010, 11:25 PM
  4. [Tutorial] How to make ur own hack for MW2(Fully)
    By tom95ek in forum Call of Duty Modern Warfare 2 Tutorials
    Replies: 4
    Last Post: 01-09-2010, 10:41 PM
  5. [Request]Tut how to make his own bypass
    By BurakG in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-08-2007, 02:46 PM