Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    edgarasf123's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    53

    AllowCSLUA Bypasser (no injections, no memory edit, no external exe)

    This does not bypass AntiCheats such as CAC, but this can help you bypass them! The module is being ran before CAC is ran!

    Going trough wiki I discovered require() function, what really got me interested is the fact this statement: "First tries to load a binary module with the given name, if unsuccessful, it tries to load a Lua module with the given name." I then wrote a small binary module named gmcl_search_win32.dll and now its being ran on any server.

    darke.lua.txt goes to garrysmod/data folder.
    gmcl_search_win32 goes to garrysmod/lua/bin folder.

    I'm not really got at C++ so I tried to write as litle C++ as I could.

    https://www.virustotal.com/pt/file/8...is/1453058172/
    https://virusscan.jotti.org/en-US/fi...job/g0alv1wz5h
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Hunter; 01-17-2016 at 12:17 PM.

  2. The Following 53 Users Say Thank You to edgarasf123 For This Useful Post:

    "LolWhat" (01-24-2016),arejomadbruh (01-21-2016),ArtimGamer (01-26-2016),Awesomebird27 (01-23-2016),Azref (01-28-2016),charles_lee (01-18-2016),cheezychrist (01-27-2016),chris.cleary37 (01-22-2016),craiggutelius (01-26-2016),crazychad45 (01-22-2016),DankMLG (01-19-2016),DevChucky (08-19-2017),dustin1525 (02-02-2016),Essence of Adventure (02-04-2016),Galaxy1313131 (01-18-2016),GaySkittles1337 (01-25-2016),h4x0r96 (01-28-2016),HabeneroGames (02-03-2016),haha4525264835 (02-25-2023),Hanuko (01-26-2016),hobbes1235 (01-29-2016),iatecheeze123 (01-18-2016),InMyDNA (01-17-2016),jaybogg (02-02-2016),JerckyGAMER (06-01-2016),JIuMOHKA (01-18-2016),johncki! (01-26-2016),KazokLife (04-17-2022),lawllypop (01-23-2016),Margen67 (01-20-2016),Murdock69 (01-20-2016),MysticalKiller (01-29-2016),NeXuZz33 (01-26-2016),OrbitalZ (01-23-2016),Rarmirs (01-23-2016),ReaperRacing (01-24-2016),Redslayed (01-30-2016),roboticaimbot (01-26-2016),RoyalGuard (01-24-2016),Run2Cry (01-23-2016),RusHThunder (01-30-2016),sanskimost (02-02-2016),silaszander (01-26-2016),SoupNazu (01-24-2016),swiggydo5 (01-30-2016),Trippyfag (01-30-2016),use09003 (01-23-2016),werd0y45 (01-23-2016),WhoDaresWins101 (01-24-2016),wildlaw (02-01-2016),wubreci3vedub (01-28-2016),xXMrHobokenXx (01-26-2016),xXPENUT69Xx (01-20-2016)

  3. #2
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    /Approved. Post back results.

  4. #3
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    data/...

    man what
    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]

  5. #4
    edgarasf123's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    53
    As I said, I didn't want to mess with C++ code. All I did is make a module that runs this
    Code:
    LUA->GetField(-1, "RunString");
    LUA->PushString("RunString(file.Read(\"darke.lua.txt\",\"DATA\"))"); // Push our argument
    LUA->Call(1, 0);
    From then I can run any LUA I want.
    Last edited by edgarasf123; 01-17-2016 at 02:35 PM.

  6. #5
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by edgarasf123 View Post
    As I said, I didn't want to mess with C++ code. All I did is make a module that runs this
    Code:
    LUA->GetField(-1, "RunString");
    LUA->PushString("RunString(file.Read(\"darke.lua.txt\",\"DATA\"))"); // Push our argument
    LUA->Call(1, 0);
    From then I can run any LUA I want.
    man why are you making this so hard on yourself, data/ is a terrible location to put your cheat

    it's an interesting idea but you should just learn how to read files in C++ and make your life a million times easier
    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]

  7. #6
    _haffy's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    9
    The idea behind it is pretty neat but like d3mo said, it's poorly executed, there are definately better ways to run your Lua anyways

  8. #7
    JIuMOHKA's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Good job, thanks

  9. #8
    edgarasf123's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    53
    I know it's a poor execution, I originally wanted to share the bypass technique rather the execution, and I made the files as a proof of concept. I wouldn't mind if someone else writes their own version of bypasser based on this technique.

  10. #9
    Murdock69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    How detectable is this by GAC/VAC? I'm rather new to hacking in Gmod but doesn't VAC detect injection and GAC detect the execution of scripts? Is anything being injected here or is it simply executing the .dll like an addon?

  11. #10
    jesusmanable's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    50
    Reputation
    10
    Thanks
    10
    My Mood
    Twisted
    seems dope

  12. #11
    dustyroo's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    123
    Reputation
    10
    Thanks
    130
    My Mood
    Cheerful
    There is no VAC anti cheat In gmod. Its only there to keep out fake account or torrented games from playing online.

  13. #12
    arejomadbruh's Avatar
    Join Date
    Sep 2015
    Gender
    female
    Location
    wutever o3o
    Posts
    231
    Reputation
    10
    Thanks
    83
    My Mood
    Angelic
    nice work o3o/

  14. #13
    Murdock69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    So does that mean that Garry's mod has no formal anticheat?

  15. #14
    divionix's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by Murdock69 View Post
    So does that mean that Garry's mod has no formal anticheat?
    Correct. Garry's mod has no anti-cheat. I've injected DLL's for years and got 8k hours on my game counter and im still going. Don't be afraid. Garry doesn't give a fuck about this game anymore.
    If you can't beat them, join them.

  16. #15
    j456r#$%'s Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    3
    Thanks, for this, needed a new one.

Page 1 of 2 12 LastLast

Similar Threads

  1. Memory edits
    By Timer150150 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 6
    Last Post: 09-05-2010, 07:02 AM
  2. [Q] memory editing
    By ~dNkN! in forum C++/C Programming
    Replies: 4
    Last Post: 07-20-2010, 11:30 PM
  3. [Tutorial] Basic C++ Game Hacking (Memory Editing)
    By Tukjedude in forum C++/C Programming
    Replies: 17
    Last Post: 06-05-2010, 08:23 AM
  4. memory editing idea/help
    By ihacksumtimes in forum Combat Arms Help
    Replies: 1
    Last Post: 01-09-2010, 02:43 AM
  5. Memory editing Last chaos?
    By Darkendnox in forum General Game Hacking
    Replies: 3
    Last Post: 12-09-2006, 08:25 AM