Page 1 of 4 123 ... LastLast
Results 1 to 15 of 49
  1. #1
    TheyCallMeDaz's Avatar
    Join Date
    May 2013
    Gender
    female
    Location
    Ukraine
    Posts
    367
    Reputation
    58
    Thanks
    279
    My Mood
    Yeehaw

    TTT Traitor Finder (untested)

    I don't play this game anymore, I didn't test this, this will only work in TTT but a friend wanted a traitor detector so I stole the one from SethHack

    Code:
    local traitors = {}
    local _R = debug.getregistry()
    
            if(_G.KARMA) 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),
                                                                    "[Gay Traitor Finder] ", Color(255, 10, 10), v:Nick() .. " has traitor weapon " .. y:GetClass() .. "!"
                                                            );
                                                    end
                                            end
                                    end
                            end
                    end
            end
    Let me know of any issues and I'll look into it.
    Last edited by TheyCallMeDaz; 08-19-2013 at 05:48 PM.

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

    Renamon Toast Crunch (12-09-2013),Woogenburg (08-19-2013)

  3. #2
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    this looks a lot like p0mfs
    Code:
    local traitors = {};
    local tents = {};
     
    local function GetTraitors()
            for _, e in pairs( ents['GetAll']() ) do
                    if( e['CanBuy'] && table['HasValue']( e['CanBuy'], ROLE_TRAITOR ) && !table['HasValue']( tents, e ) ) then
                            if( e:GetMoveType() == MOVETYPE_NONE ) then
                                    table['insert']( tents, e );
                                    local v = e['Owner'];
                                    if( v:Alive() && !v:IsDetective() ) then
                                            if( !table['HasValue']( traitors, v ) ) then
                                                    table['insert']( traitors, v );
                                            end
                                    end
                            elseif( e:GetMoveType() != MOVETYPE_NONE ) then
                                    table['insert']( tents, e );
                            end
                    end
            end
    end
    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]

  4. #3
    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 looks a lot like p0mfs
    Code:
    local traitors = {};
    local tents = {};
     
    local function GetTraitors()
            for _, e in pairs( ents['GetAll']() ) do
                    if( e['CanBuy'] && table['HasValue']( e['CanBuy'], ROLE_TRAITOR ) && !table['HasValue']( tents, e ) ) then
                            if( e:GetMoveType() == MOVETYPE_NONE ) then
                                    table['insert']( tents, e );
                                    local v = e['Owner'];
                                    if( v:Alive() && !v:IsDetective() ) then
                                            if( !table['HasValue']( traitors, v ) ) then
                                                    table['insert']( traitors, v );
                                            end
                                    end
                            elseif( e:GetMoveType() != MOVETYPE_NONE ) then
                                    table['insert']( tents, e );
                            end
                    end
            end
    end
    I have no clue whether or not you can read, but I stole it from SethHack...It said that directly in the thread...

  5. #4
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by TheyCallMeDaz View Post
    I have no clue whether or not you can read, but I stole it from SethHack...It said that directly in the thread...
    yes i know, im saying that the one from sethhack looks a lot like the one that p0mf made thats all
    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]

  6. #5
    TheyCallMeDaz's Avatar
    Join Date
    May 2013
    Gender
    female
    Location
    Ukraine
    Posts
    367
    Reputation
    58
    Thanks
    279
    My Mood
    Yeehaw
    Alright, I had someone test it and fixed one little error I overlooked, enjoy.

    Now I've "contributed" to the community, fags.

  7. The Following 2 Users Say Thank You to TheyCallMeDaz For This Useful Post:

    D3M0L1T10N (08-19-2013),Mundu (08-19-2013)

  8. #6
    LordOfGears2's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    /home/lord/
    Posts
    278
    Reputation
    32
    Thanks
    55
    My Mood
    Inspired
    Quote Originally Posted by TheyCallMeDaz View Post
    Alright, I had someone test it and fixed one little error I overlooked, enjoy.

    Now I've "contributed" to the community, fags.
    Quick question, since you don't "play this game anymore", why even browse this section

  9. #7
    TheyCallMeDaz's Avatar
    Join Date
    May 2013
    Gender
    female
    Location
    Ukraine
    Posts
    367
    Reputation
    58
    Thanks
    279
    My Mood
    Yeehaw
    Quote Originally Posted by LordOfGears2 View Post
    Quick question, since you don't "play this game anymore", why even browse this section
    To help people that want to be what I was, someone that wasn't autistic, then again I set my hopes too high for this section.

  10. #8
    Azrius's Avatar
    Join Date
    Jun 2013
    Gender
    female
    Posts
    238
    Reputation
    10
    Thanks
    251
    My Mood
    Bashful
    Quote Originally Posted by LordOfGears2 View Post
    Quick question, since you don't "play this game anymore", why even browse this section
    he wants to help
    Last edited by Azrius; 08-19-2013 at 05:50 PM.

  11. #9
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by Azrius View Post
    because he thinks bioshock infinite isn't a pile of worthless shit LOL



    LOL DO U GET IT I AM THE ONLY SOBER MAN IN THE BAR !!!!
    hoof go

    good for you
    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]

  12. #10
    Woogenburg's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    34
    My Mood
    Cool
    Thanks Dude I Play Terrorist Mode In Garrys Mod Competitively So This Script Is Going To Help Lots

    rep+

  13. #11
    D3M0L1T10N's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    1,364
    Reputation
    19
    Thanks
    656
    Quote Originally Posted by Woogenburg View Post
    Thanks Dude I Play Terrorist Mode In Garrys Mod Competitively So This Script Is Going To Help Lots

    rep+
    competitive ttt what if that exsisted
    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]

  14. #12
    zerothe's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by D3M0L1T10N View Post
    competitive ttt what if that exsisted
    360 no knives

  15. #13
    Mundu's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    91
    Reputation
    10
    Thanks
    5
    You should contribute something we don't have already.

  16. #14
    TheyCallMeDaz's Avatar
    Join Date
    May 2013
    Gender
    female
    Location
    Ukraine
    Posts
    367
    Reputation
    58
    Thanks
    279
    My Mood
    Yeehaw
    Quote Originally Posted by Mundu View Post
    You should contribute something we don't have already.
    But everyone re-releases the same thing in this section over and over and over again, why would it matter if I do so?

    Also, beggars can't be choosers, buddy.

  17. #15
    zerothe's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by TheyCallMeDaz View Post
    But everyone re-releases the same thing in this section over and over and over again, why would it matter if I do so?

    Also, beggars can't be choosers, buddy.
    if aimbot == 1

    then nospread()

    end

    ok where do i sign up on the contributer forums



    most people arent going to give the public their private shit considering how they A. Don't want it detected B. People will start using it everywhere.

  18. The Following 2 Users Say Thank You to zerothe For This Useful Post:

    Mundu (08-20-2013),Spifferson (08-20-2013)

Page 1 of 4 123 ... 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