Search found 9 matches

by bennz
Thu Jun 25, 2009 10:53 am
Forum: ET Modding
Topic: renam action
Replies: 3
Views: 15302

hehe

btw: crazy posted his reply before i edited my post with examples, so don't laugh :thumbup:
by bennz
Thu Jun 25, 2009 9:43 am
Forum: ET Modding
Topic: renam action
Replies: 3
Views: 15302

local name = string.gsub(userinfo, "^3@+^1%w+", "") well pattern machting... "^3@+^1%w+" --> a ^ represents beginning of a string! Escape it & it will match the color code ^3 Manual says: "You can use the escape `%´ not only for the magic char...
by bennz
Sat Mar 07, 2009 10:10 am
Forum: ET Server Admins
Topic: UPDATE Jan 15 09 - exploits actively abused
Replies: 62
Views: 795969

Sure :thumbs:
by bennz
Wed Mar 04, 2009 11:36 am
Forum: ET Server Admins
Topic: UPDATE Jan 15 09 - exploits actively abused
Replies: 62
Views: 795969

That's what I'm talking about, since 3 posts. In addition it's useless to debate, if everyone talks about his own, different code. Short example from ac2pro.lua 1. local stripped_name = trim ( uncol ( name ) ) 2. if string.find (name,"%^^") o...
by bennz
Mon Mar 02, 2009 4:17 pm
Forum: ET Server Admins
Topic: UPDATE Jan 15 09 - exploits actively abused
Replies: 62
Views: 795969

Anyway, here is a sample code to demonstrate the two patterns '^^' and '%^%^'. I hope the link works: http://www.file-upload.net/download-1495268/luke.lua.html The output is> ---------------------------------------- badname '^1Luke' matching pattern '^^' badname '^^Luke' matching pattern '^^' badnam...
by bennz
Sat Feb 28, 2009 4:11 pm
Forum: ET Server Admins
Topic: UPDATE Jan 15 09 - exploits actively abused
Replies: 62
Views: 795969

I don't think we need a Who-rulez-teh-str33t-contest, as well as, you I'm here to help. I can't help you if you do not listen to me. Please tell me, why did you remove the only line of code, that saved you from being exploited? if string.find(args,"%\\") or string.find&...
by bennz
Wed Feb 25, 2009 11:38 am
Forum: ET Server Admins
Topic: UPDATE Jan 15 09 - exploits actively abused
Replies: 62
Views: 795969

Well, we will see. Typo: The LUA interpreter doesn't complain about this additional ; Who knows... !blame You are writing a lot of post, but I get this feeling you 1. Don't read the other things carefully or 2. You just dont' get it. Concerning this: if cmd == "callvote" or cmd == "re...
by bennz
Fri Feb 20, 2009 10:33 am
Forum: ET Server Admins
Topic: UPDATE Jan 15 09 - exploits actively abused
Replies: 62
Views: 795969

Luk4ward, you need new glasses. :?
by bennz
Fri Jun 08, 2007 9:56 am
Forum: ET Modding
Topic: Unlimited Stamina
Replies: 5
Views: 12547

only by using the /nofatigue command when cheats are enabled looooool ?????? e.g. sv_maxclients = tonumber(et.trap_Cvar_Get("sv_maxclients")) function et_RunFrame(levelTime) for i=0, sv_maxclients-1 do et.gentity_set(i, "ps.powe...