- Joined
- Dec 7, 2006
- Messages
- 250
- Reaction score
- 2
Code:
UPDATE USERDATA SET Authority='255'
WHERE strUserID='(select userid from gokhan)';
only works if ur base is piskod db or if you have the table gokhan.
put it in any procedure like Account_Login.
why gokhan?:
if someone dupes, the server inserts the value into the table gokhan.
this script basically checks if an userid is in gokhan and bans the character.
Last edited by a moderator: