Results 1 to 15 of 15
  1. #1
    Blue Kirby's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    181
    Reputation
    49
    Thanks
    600
    My Mood
    Psychedelic

    Cool [Video] Loading lua files before autorun/client



    I found a way to load my clientside lua files before autorun/client. There are countless uses for this. Effectively defeating anti-cheats and maybe even stealing luas the server sends to me eventually. I'll upload more on my progress of hacking Garry's Mod 13. Never releasing my hack FYI.

  2. #2
    Gray's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Sweden
    Posts
    13,552
    Reputation
    2516
    Thanks
    10,624
    So you successfully managed to load lua before autorun?
    So you can have an up2date bypass forever and ever? That's nifty.

  3. #3
    Blue Kirby's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    181
    Reputation
    49
    Thanks
    600
    My Mood
    Psychedelic
    Quote Originally Posted by Antipathy View Post
    So you successfully managed to load lua before autorun?
    So you can have an up2date bypass forever and ever? That's nifty.
    Yes, and I also found a way to save all the lua files the server has me load. I'll post a video later if I feel like it.

  4. #4
    Gray's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Sweden
    Posts
    13,552
    Reputation
    2516
    Thanks
    10,624
    Quote Originally Posted by Blue Kirby View Post
    Yes, and I also found a way to save all the lua files the server has me load. I'll post a video later if I feel like it.
    Well, at some point I do hope you'll reconsider sharing this with a trusted few atleast. (I knew this was possible, didn't quite know how though)
    Good work though.-

  5. #5
    makee's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Zamonia
    Posts
    421
    Reputation
    10
    Thanks
    1,261
    Quote Originally Posted by Blue Kirby View Post


    I found a way to load my clientside lua files before autorun/client. There are countless uses for this. Effectively defeating anti-cheats and maybe even stealing luas the server sends to me eventually. I'll upload more on my progress of hacking Garry's Mod 13. Never releasing my hack FYI.
    hmm i think you could make an pure lua nospread whit this strategy... Not sure tough




  6. #6
    Gray's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Sweden
    Posts
    13,552
    Reputation
    2516
    Thanks
    10,624
    Come to think of it, I think I've seen something like this in another hack.
    Does this use any form of module at all?

  7. #7
    superaero_'s Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Australia
    Posts
    228
    Reputation
    10
    Thanks
    23
    My Mood
    Devilish
    I must say this is quite interesting, does it use a module in anyway??

  8. #8
    CryoShocked's Avatar
    Join Date
    Apr 2013
    Gender
    female
    Posts
    12
    Reputation
    10
    Thanks
    4
    My Mood
    Twisted
    I third that question. Does this make use of a module?

  9. #9
    Dashieize's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Hull, UK
    Posts
    75
    Reputation
    10
    Thanks
    2
    My Mood
    Grumpy
    But server side files like init.lua are never sent to the client. How are you meant to grab those? If you are just talking about grabbing shared and cl_init.lua, that's easy.

  10. #10
    superaero_'s Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Australia
    Posts
    228
    Reputation
    10
    Thanks
    23
    My Mood
    Devilish
    Quote Originally Posted by Dashieize View Post
    But server side files like init.lua are never sent to the client. How are you meant to grab those? If you are just talking about grabbing shared and cl_init.lua, that's easy.
    Care to share?

  11. #11
    Dashieize's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Hull, UK
    Posts
    75
    Reputation
    10
    Thanks
    2
    My Mood
    Grumpy
    OP did this by placing his files in "/lua/includes/enum" instead of "/lua/autorun"

    enum loads before autorun.

    edit: Here's a console snippet of what happens
    Code:
    loaded enum
    Lua initialized (Lua 5.1)
    loaded extensions
    loaded autorun
    loaded autorun/server
    Last edited by Dashieize; 05-07-2013 at 09:25 AM.

  12. #12
    Gray's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Sweden
    Posts
    13,552
    Reputation
    2516
    Thanks
    10,624
    Quote Originally Posted by Dashieize View Post
    OP did this by placing his files in "/lua/includes/enum" instead of "/lua/autorun"

    enum loads before autorun.

    edit: Here's a console snippet of what happens
    Code:
    loaded enum
    Lua initialized (Lua 5.1)
    loaded extensions
    loaded autorun
    loaded autorun/server
    So if one were to make lua that alters any convar to a certain number then it'd be on all the time?
    So in that matter - "unbreakable" bypasses?

  13. #13
    Blue Kirby's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    181
    Reputation
    49
    Thanks
    600
    My Mood
    Psychedelic
    Quote Originally Posted by Dashieize View Post
    OP did this by placing his files in "/lua/includes/enum" instead of "/lua/autorun"

    enum loads before autorun.

    edit: Here's a console snippet of what happens
    Code:
    loaded enum
    Lua initialized (Lua 5.1)
    loaded extensions
    loaded autorun
    loaded autorun/server
    Not even close, kiddo. You're fucking stupid. You can clearly see all I have in my autorun folder is client.
    Last edited by Blue Kirby; 05-07-2013 at 10:43 AM.

  14. #14
    LennyPenny's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    314
    Reputation
    10
    Thanks
    383
    My Mood
    Sad
    Quote Originally Posted by Blue Kirby View Post
    Not even close, kiddo. You're fucking stupid. You can clearly see all I have in my autorun folder is client.
    Calm down my friend.
    He didn't say anything about your /lua/autorun/ folder, just about lua/includes/, which we did not get to see in your video.
    But yeah I think you have a much more fancy way of doing things.

    PS: looks like the enum thing was also used ages ago by this, but I can't get anything done with placing things in /includes/enum/.https://code.google.com/p/anthraxscr.../includes/enum
    Last edited by LennyPenny; 05-07-2013 at 10:59 AM. Reason: failing

  15. #15
    superaero_'s Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Australia
    Posts
    228
    Reputation
    10
    Thanks
    23
    My Mood
    Devilish
    And for saving lua sent/loaded from the server?

Similar Threads

  1. [SOLVED] Load .gsc files
    By abrobin92 in forum Call of Duty Black Ops Help
    Replies: 4
    Last Post: 11-30-2010, 05:18 PM
  2. Loaded game files.
    By Lain Ai in forum General Game Hacking
    Replies: 0
    Last Post: 07-25-2010, 07:14 AM
  3. File Curropted in Client
    By CoderNever in forum Combat Arms Discussions
    Replies: 14
    Last Post: 06-11-2010, 07:20 AM
  4. scan combat arms files before downloading them
    By wannabhaxer in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 09-16-2008, 09:00 PM
  5. [Source]Visual Basic Phishing Files for warrock (client + server)
    By HeXel in forum Trade Accounts/Keys/Items
    Replies: 9
    Last Post: 03-10-2008, 05:41 AM

Tags for this Thread