TTT Traitor Finder (untested)

Posts 31–45 of 49 · Page 3 of 4
Quote Originally Posted by D3M0L1T10N View Post
hoof go

good for you
stop hacking my posts thanks
Quote Originally Posted by Azrius View Post
stop hacking my posts thanks
no, i hack anybodies post at any time
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
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 )
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
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

So,how does this work? Do you join the game,run the script and it tells you the traitors in console? Or chat?
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
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.
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
Ahh,did not realize they had to purchase a T weapon,ill get back to you after i test it
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..‏‏‏‏‏‏
if system32 == delete
end

pR0 lu4 k0D3r 81tcH
Quote Originally Posted by wut12345 View Post
if system32 == delete
end

pR0 lu4 k0D3r 81tcH
i thought your name was wuat12345 for a second :\
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.
Posts 31–45 of 49 · Page 3 of 4
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?