Results 1 to 11 of 11

Hybrid View

  1. #1
    SchoolShooter666's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Location
    Queensland, aussie
    Posts
    13
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Beriyan View Post
    Mind to elaborate? Try making a thread about it, I’m sure it’ll help many such as myself.
    i dont know enough to make a thread, my chink.gang buddies told me about looking in a table?
    either way ill ask some friends and post back if i get a clearer idea

    edit: they said there is a place in memory that has all the players in it and there is a part where is says if they are T
    so im guessing its just like reading anything else but you have to find the place in memorey where it is
    most of them said to paste one from another cheat but when i do i get errors
    Last edited by SchoolShooter666; 01-01-2018 at 11:12 PM.

  2. #2
    SubtlyDeadly's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by SchoolShooter666 View Post
    i dont know enough to make a thread, my chink.gang buddies told me about looking in a table?
    either way ill ask some friends and post back if i get a clearer idea

    edit: they said there is a place in memory that has all the players in it and there is a part where is says if they are T
    so im guessing its just like reading anything else but you have to find the place in memorey where it is
    most of them said to paste one from another cheat but when i do i get errors
    I don't think that works. The client isn't given access to whether or not someone is a traitor, I don't think. I wrote a quick script to try it and it does not work:
    Code:
    concommand.Add( "trackedTest", function()
    		for _,v in pairs(player.GetAll()) do
    				if v:IsTraitor() then
    						print(v:GetName() .. "\nYES\n")
    				else
    						print(v:GetName() .. "\nNO\n")
    				end
    		end
    end )

Similar Threads

  1. TTT Traitor finder.
    By blackstab1337 in forum Garry's Mod Discussions & Help
    Replies: 12
    Last Post: 01-03-2014, 04:32 PM
  2. TTT Traitor Finder and ESP
    By GaryLePug in forum Garry's Mod Discussions & Help
    Replies: 7
    Last Post: 12-21-2013, 04:20 PM
  3. TTT Traitor Finder
    By Vicot18 in forum Garry's Mod Discussions & Help
    Replies: 6
    Last Post: 11-02-2013, 10:29 PM
  4. TTT Traitor finder
    By realroy121 in forum Garry's Mod Discussions & Help
    Replies: 2
    Last Post: 10-04-2013, 12:54 AM
  5. [Release] TTT Traitor Finder (untested)
    By TheyCallMeDaz in forum Garry's Mod Hacks & Cheats
    Replies: 48
    Last Post: 08-26-2013, 11:28 AM