Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 49
  1. #31
    Azrius's Avatar
    Join Date
    Jun 2013
    Gender
    female
    Posts
    238
    Reputation
    10
    Thanks
    251
    My Mood
    Bashful
    Quote Originally Posted by D3M0L1T10N View Post
    hoof go

    good for you
    stop hacking my posts thanks

  2. #32
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by Azrius View Post
    stop hacking my posts thanks
    no, i hack anybodies post at any time
    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]

  3. #33
    nadimking's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    So,how does this work? Do you join the game,run the script and it tells you the traitors in console? Or chat?

  4. #34
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by nadimking View Post
    So,how does this work? Do you join the game,run the script and it tells you the traitors in console? Or chat?
    this this this
    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. #35
    nadimking's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Tried doing it,put it in notepad,saved it as a lua file,went in a ttt server,in console i typed lua_openscript_cl (the name).lua and then it just said
    Running script ttt3.lua... and nothing happend

    ---------- Post added at 02:57 PM ---------- Previous post was at 02:57 PM ----------

    I know how to bypass and all,but where does it say who the traitors are,its not working for me

  6. #36
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by nadimking View Post
    Tried doing it,put it in notepad,saved it as a lua file,went in a ttt server,in console i typed lua_openscript_cl (the name).lua and then it just said
    Running script ttt3.lua... and nothing happend

    ---------- Post added at 02:57 PM ---------- Previous post was at 02:57 PM ----------

    I know how to bypass and all,but where does it say who the traitors are,its not working for me
    this script doesnt work out of the box, for some reason i feel like helping leechers right now so heres the fixed version that doesnt require editing, no idea if it works cause i've never tested this script or my edit

    Code:
    local traitors = {}
    local _R = debug.getregistry()
    
    function ttt()
        if string.find( string.lower( GAMEMODE.Name ), "terror" ) then return true end
        return false
    end
    
            function cocks()
                 if ttt() then
                    for k, v in ipairs(player.GetAll()) do
                            if(v:Alive() and not table.HasValue(traitors, v)) then
                                    for x, y in pairs(_R.Player.GetWeapons(v)) do
                                            if(IsValid(y)) then
                                                    if(y.CanBuy and table.HasValue(y.CanBuy, ROLE_TRAITOR)) then
                                                            table.insert(traitors, v);
                                                            chat.AddText(Color(100, 100, 100),
                                                                    "[daz has a small penis] ", Color(255, 10, 10), v:Nick() .. " has traitor weapon " .. y:GetClass() .. "!"
                                                            );
                                                    end
                                            end
                                    end
                            end
                    end
            end
    end
    hook.Add( "Think", "trait", cocks )
    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. #37
    TheyCallMeDaz's Avatar
    Join Date
    May 2013
    Gender
    female
    Location
    Ukraine
    Posts
    367
    Reputation
    58
    Thanks
    279
    My Mood
    Yeehaw
    Quote Originally Posted by D3M0L1T10N View Post
    this script doesnt work out of the box, for some reason i feel like helping leechers right now so heres the fixed version that doesnt require editing, no idea if it works cause i've never tested this script or my edit

    Code:
    local traitors = {}
    local _R = debug.getregistry()
    
    function ttt()
        if string.find( string.lower( GAMEMODE.Name ), "terror" ) then return true end
        return false
    end
    
            function cocks()
                 if ttt() then
                    for k, v in ipairs(player.GetAll()) do
                            if(v:Alive() and not table.HasValue(traitors, v)) then
                                    for x, y in pairs(_R.Player.GetWeapons(v)) do
                                            if(IsValid(y)) then
                                                    if(y.CanBuy and table.HasValue(y.CanBuy, ROLE_TRAITOR)) then
                                                            table.insert(traitors, v);
                                                            chat.AddText(Color(100, 100, 100),
                                                                    "[daz has a small penis] ", Color(255, 10, 10), v:Nick() .. " has traitor weapon " .. y:GetClass() .. "!"
                                                            );
                                                    end
                                            end
                                    end
                            end
                    end
            end
    end
    hook.Add( "Think", "trait", cocks )
    Funny "[daz has a small penis]" but I'm a girl

  8. #38
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by TheyCallMeDaz View Post
    Funny "[daz has a small penis]" but I'm a girl
    that face will haunt me forever, thanks

    Last edited by D3M0L1T10N; 08-22-2013 at 03:10 PM.
    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. #39
    nadimking's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    The one you just gave me and the other one both dont work,it will wont do anything at all,all it says is running script ttt3.lua (name of my lua file) and just does nothing after that.

  10. #40
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by nadimking View Post
    The one you just gave me and the other one both dont work,it will wont do anything at all,all it says is running script ttt3.lua (name of my lua file) and just does nothing after that.
    has anybody even purchased a t wep? what server
    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. #41
    nadimking's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Ahh,did not realize they had to purchase a T weapon,ill get back to you after i test it

  12. #42
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by nadimking View Post
    Ahh,did not realize they had to purchase a T weapon,ill get back to you after i test it
    yeah..‏‏‏‏‏‏
    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]

  13. #43
    wut12345's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    294
    Reputation
    16
    Thanks
    1,453
    if system32 == delete
    end

    pR0 lu4 k0D3r 81tcH

  14. #44
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by wut12345 View Post
    if system32 == delete
    end

    pR0 lu4 k0D3r 81tcH
    i thought your name was wuat12345 for a second :\
    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]

  15. #45
    Blue Kirby's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    181
    Reputation
    49
    Thanks
    600
    My Mood
    Psychedelic
    Quote Originally Posted by D3M0L1T10N View Post
    how long did it take you to type that all out and test your proof and redo your proof 7 times cause it was wrong and take a image and resize it
    2 minutes.

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. TTT Force Traitor
    By rbreslow in forum Garry's Mod Discussions & Help
    Replies: 3
    Last Post: 06-01-2013, 09:00 PM
  2. [REQUEST] TTT Force traitor
    By Pouya657 in forum Garry's Mod Discussions & Help
    Replies: 5
    Last Post: 04-11-2013, 11:08 PM
  3. [Request] Traitor Finder.
    By Axeluzz in forum Garry's Mod Discussions & Help
    Replies: 3
    Last Post: 04-05-2013, 09:11 PM
  4. Getting godmode - untested
    By System79 in forum WarRock - International Hacks
    Replies: 13
    Last Post: 08-01-2006, 03:59 PM