Results 1 to 11 of 11
  1. #1
    NexCodex's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Coding Professional Hacks for GMod

    Hello, I'm NexCodex

    I am new to this forum but am here for only one purpose, coding GMod hacks. I have experience with coding in a lot of languages, but mainly python, lua, java, and VB.

    I have never created a real "game hack" before. I have made Lua hacks for GMod before, but this is not really interesting to me because of how useless they are without a bypass. I really want to code more professional hacks for the game but am unsure what knowledge would be needed. Would I need to know Assembly, C++, and Lua? To be honest, where is the best place to start gathering my knowledge for me to reach my end goal (creating GMod hacks).

    Any help would be appreciated,
    ~Thanks

  2. #2
    tdsx's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    255
    Reputation
    10
    Thanks
    1,004
    C++, the basics of Assembly, and a bit of understanding how the Lua C API works, if you're going to be doing Lua shit.
    Last edited by tdsx; 07-21-2014 at 01:19 PM.

  3. #3
    NexCodex's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by tdsx View Post
    C++, the basics of Assembly, and a bit of understanding how the Lua C API works, if you're going to be doing Lua shit.
    Okay, to make sure I fully understand, Is this how it would all come together?

    Assembly:
    • Knowledge used for knowing how to read memory values


    C++ Used to:
    • Create Injector
    • Create dll (dll written in C++ targets points in memory and changes their values?)



    Lua Used to:
    • Create actual game hack


    Please tell me if the following points are true or false:
    • I can use C++ to create some type of bypass to allow lua scripts to be ran.
    • I can forget lua and code everything in C++
    • I can use C++ to inject lua scripts


    Lastly, where do I start after I know the language?
    I open up GMod and with all the coding ability in the world, how do I know where to begin to even make a hack, use a hack, bypass a convar, where to inject code, where to look in memory, etc...?

    Again, thank you to anyone who can help!
    ~Thanks

  4. #4
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Quote Originally Posted by NexCodex View Post
    Okay, to make sure I fully understand, Is this how it would all come together?

    Assembly:
    • Knowledge used for knowing how to read memory values


    C++ Used to:
    • Create Injector
    • Create dll (dll written in C++ targets points in memory and changes their values?)



    Lua Used to:
    • Create actual game hack


    Please tell me if the following points are true or false:
    • I can use C++ to create some type of bypass to allow lua scripts to be ran.
    • I can forget lua and code everything in C++
    • I can use C++ to inject lua scripts


    Lastly, where do I start after I know the language?
    I open up GMod and with all the coding ability in the world, how do I know where to begin to even make a hack, use a hack, bypass a convar, where to inject code, where to look in memory, etc...?

    Again, thank you to anyone who can help!
    ~Thanks
    I'll answer the questions
    Yeah
    Yeah
    Useless even if you could

    Coding a hack in C++ for garrys mod is useless, don't even bother.
    Just use blue bypass and code a lua cheat.
    Also, asking for help on here is the equivalent to getting trolled harder then on facepunch.
    Last edited by Trollaux; 07-21-2014 at 03:56 PM.
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  5. The Following User Says Thank You to Trollaux For This Useful Post:

    Melted Bu11et (07-23-2014)

  6. #5
    tdsx's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    255
    Reputation
    10
    Thanks
    1,004
    Well, what hack are you trying to make? I can answer those questions then.

    Quote Originally Posted by NexCodex View Post
    Please tell me if the following points are true or false:
    • I can use C++ to create some type of bypass to allow lua scripts to be ran.
    • I can forget lua and code everything in C++
    • I can use C++ to inject lua scripts

    ~Thanks
    1. Yes.
    2. Depends on what you're trying to do. A lot of things are done easier in Lua than they are done in C++.
    3. You'd have to get the Lua state somehow, and then you could run your scripts.

    I don't really know where you should start after you learn the languages, though. I started with making GMod modules, and now I'm working towards injection. If you're going to start that way as well, here's a tutorial on how to get it set up.

    Setting Visual Studio Up for Making Binary Modules - Garry's Mod

    I sort of agree with Trollaux, though. If I were you I'd just use a public bypass and load Lua then.
    Last edited by tdsx; 07-21-2014 at 04:11 PM.

  7. #6
    NexCodex's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    So if the recommendation is to use blue bypass, that is not going to help me with my goal. But you are telling me that the best thing to do is to write a bypass. Because blue bypass may become detected in the future or may possibly be currently detected, where would I start to create my own bypass?

  8. #7
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    create a "~professional~" hack and I'll crack it within the first week of release

    glhf
    8:53 PM - Xenomorphic 1 hr 7 min cooldown: So is MPGH only exist so people can c+p from ************* and troll the gmod section?

    [IMG]https://i739.photobucke*****m/albums/xx38/jorroa5990/flatexch2_zpsec96a7e2.gif[/IMG]

  9. The Following 2 Users Say Thank You to D3M0L1T10N For This Useful Post:

    Taelss (08-31-2016),Zombeezz (07-21-2014)

  10. #8
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by Trollaux View Post


    I'll answer the questions
    Yeah
    Yeah
    Useless even if you could

    Coding a hack in C++ for garrys mod is useless, don't even bother.
    Just use blue bypass and code a lua cheat.
    Also, asking for help on here is the equivalent to getting trolled harder then on facepunch.
    Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother. lmfao wat
    8:53 PM - Xenomorphic 1 hr 7 min cooldown: So is MPGH only exist so people can c+p from ************* and troll the gmod section?

    [IMG]https://i739.photobucke*****m/albums/xx38/jorroa5990/flatexch2_zpsec96a7e2.gif[/IMG]

  11. #9
    bigdaddyw's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    12
    Quote Originally Posted by D3M0L1T10N View Post
    Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother.Coding a hack in C++ for garrys mod is useless, don't even bother. lmfao wat
    big autism from mpgh ownlords who know a lot of coding c++ useless also use asm to read memory values and lua to create 'actual game hacks'
    lel

  12. The Following 2 Users Say Thank You to bigdaddyw For This Useful Post:

    Taelss (08-31-2016),_Fami (07-25-2014)

  13. #10
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Quote Originally Posted by NexCodex View Post
    So if the recommendation is to use blue bypass, that is not going to help me with my goal. But you are telling me that the best thing to do is to write a bypass. Because blue bypass may become detected in the future or may possibly be currently detected, where would I start to create my own bypass?
    Its never going to get detected. You think garry gives a fuck? You can writeprocmem and nothing will happen to you.
    Just look in pickles' source code.
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  14. #11
    _Fami's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    107
    Reputation
    10
    Thanks
    85
    lua owns every1 and everything

Similar Threads

  1. Any Mac based hacks for GMOD?
    By Royce in forum Garry's Mod Discussions & Help
    Replies: 15
    Last Post: 05-28-2013, 01:08 PM
  2. Is possible coding an Hack for an Fps in C#?
    By B.I0B in forum C# Programming
    Replies: 8
    Last Post: 11-29-2012, 01:00 PM
  3. [Help] Does anyone knows the codes or hacks for weapons or attachments for engineer?
    By snowboy_starfox01 in forum Battlefield Play4Free Hacks
    Replies: 1
    Last Post: 10-30-2012, 02:18 PM
  4. Should i try coding a hack for Project Blackout?
    By Rasta in forum Piercing Blow Discussions
    Replies: 28
    Last Post: 07-28-2012, 02:09 PM
  5. Crossfire Professional Hack For CF EU
    By Ryuesi in forum CrossFire Discussions
    Replies: 10
    Last Post: 11-27-2011, 12:54 AM