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

    Post TTT Hack (Works with all weapons) (No black list/white list)

    So I saw there is some TTT hack that goes through every entity to check if it is the same as black listed weapons. There is a way better method. This method isn't as optimized as my private method, but it should work just as well. As you can tell, this is extremely basic. This is so you can experiment with it. My method is very different from this, but could also be detected if I gave it out. There are many different ways to detecting traitors and this is just one. This should work on every server. I don't do checks if the player is detective or if the weapon has been found before. That is for you to do.

    Code:
    for _, ent in pairs( ents.GetAll() ) do
    	if ( ent:IsWeapon() and ent.CanBuy and IsValid( ent:GetOwner() ) and ent:GetOwner():IsPlayer() ) then
    		local owner = ent:GetOwner();
    		print( owner:Nick().." is a traitor!" );
    	end
    end

  2. The Following 3 Users Say Thank You to Blue Kirby For This Useful Post:

    flapjack22 (04-07-2013),kila58 (03-26-2013),Gray (03-26-2013)

  3. #2
    kila58's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    304
    Reputation
    43
    Thanks
    1,842
    My Mood
    Inspired
    Haha, this is a nice method.
    "ent.CanBuy" Would this also catch onto detectives as well?

  4. The Following User Says Thank You to kila58 For This Useful Post:

    DrAuRChad (03-29-2013)

  5. #3
    Blue Kirby's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    181
    Reputation
    49
    Thanks
    600
    My Mood
    Psychedelic
    Yes, that's why I say at the end you must do all the checks.

  6. #4
    Gray's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Sweden
    Posts
    13,557
    Reputation
    2516
    Thanks
    10,618
    I'm very surprised that nobody has mentioned anything like this before, kudos.
    Gave you rep+ for that one, not sure if I'll use it anytime soon though - it's still a smart move.

  7. #5
    akp123's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    behind you >,<
    Posts
    362
    Reputation
    6
    Thanks
    1,130
    My Mood
    Inspired
    @Blue Kirby i know this might be noobish , im used to ca hacking but how do i use this??

  8. #6
    aaronlamport1122's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    2
    My Mood
    Aggressive
    Nice bro

Similar Threads

  1. C.O.D MW3 Rank Hack Lvl 80 Prestige with All Weapons Etc..(Works With TeknoMw3 ! )
    By MOUNIR007 in forum Call of Duty Modern Warfare 3 Private Server Hacks
    Replies: 15
    Last Post: 04-19-2012, 01:08 AM
  2. Antu Recoil Hack - Works with any game!
    By TheKamikazes in forum CrossFire Hacks & Cheats
    Replies: 12
    Last Post: 07-29-2009, 01:47 PM
  3. do the hacks work with the new patch?
    By NeonNoise in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 07-29-2009, 11:37 AM
  4. Does an087535 hacks works with xp and vista?
    By Mat17 in forum Combat Arms Hacks & Cheats
    Replies: 29
    Last Post: 06-11-2009, 04:27 AM
  5. Will these hacks work with Win 64 ??
    By Taznasty in forum General
    Replies: 4
    Last Post: 04-27-2009, 07:13 PM

Tags for this Thread