Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    zerothe's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by umadbroswag View Post
    admin_functions isn't forigen.



    can't tell if trolling or not
    well i tried it on 3 different servers with admin_functions so obv it works.
    mayve been old version


    then look at my username



    QAC literally just checks if your cheat exists on the server. Just stick it in a file that exists on the server, not hard

  2. #17
    z346etn56jzd7egth's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    37
    Reputation
    19
    Thanks
    1,123
    My Mood
    Dead

    lol

    Nobody ever asked me to share a better method, I've never said that I'm not willing to share, this is just your retarded assumptions.

    Here's one:

    QAC detours functions such as hook.Add() and uses debug.getinfo() to get the name of the Lua file that the code is being ran from.

    If your on an early version of QAC, bypassing this is as simple as detouring debug.getinfo().

    If the server is running with an updated version of QAC, RunStringEx() your code with the identifier of another Lua file that exists in Garry's Mod by default.

    RunStringEx() is a rather poor method though.

    The best way to do it would be to get the original hook.Add().

    Code:
    local _, hook.Add = debug.getupvalue(hook.Add, 2)
    Now since we have a local version of hook.Add which isn't detoured, we can add hooks silently.

    An alternative for silently adding hooks would be to have your Lua file run before autorun which isn't really possible in pure Lua.

  3. #18
    ParadoxxHD's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    15
    My Mood
    Amazed
    I posted on a thread about this but I am not getting any responses and I think this would be a more appropriate place to ask this.
    If I'm hacking on a alt through steam family share will my main get banned?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. how to make very simple chams in C++
    By L96A1_ghille in forum Combat Arms Hacks & Cheats
    Replies: 16
    Last Post: 08-02-2009, 07:23 AM
  2. A very simple way to make Detected hacks work.
    By EndRiT in forum WarRock - International Hacks
    Replies: 13
    Last Post: 03-26-2009, 02:50 AM
  3. Will buy hacks for very simple game
    By newbiespark in forum Suggestions, Requests & General Help
    Replies: 2
    Last Post: 01-17-2009, 07:05 AM
  4. Very simple WR Hack
    By akilli in forum WarRock - International Hacks
    Replies: 13
    Last Post: 07-25-2007, 10:25 PM
  5. Very simple WR Hack
    By akilli in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-25-2007, 08:48 PM