Help Poisoned Filterscripts?

Zin

Expert
Joined
Aug 1, 2013
Messages
1,713
Solutions
1
Reaction score
111
Is it possible to make a filter script that gives the server rcon password so like i give the owner the filter script and it has a secret command like /GivePassword and it gives me rcon password or really any important stuff like admin.
 

.silent

Well-known member
Joined
Apr 14, 2013
Messages
339
Reaction score
13
Yes it is possible, just use GetServerVarAsString to get the rcon_password variable (to an array) and just display it. It's easy to detect and you would need to give it as a compiled amx file (which is still pretty easy to detect) and I think no one is so stupid to use some untrusted FS without knowing the code.
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,713
Solutions
1
Reaction score
111
Some people dont check files plus i could maybe put it into a filter script or a map.
 
Top