View Single Post
  #3  
Old 08-09-2013, 02:22 AM
wolfwalkereci
Discordant
 
Join Date: Dec 2005
Posts: 435
Default

Quote:
Originally Posted by rencro View Post
In the account table, I used

Code:
 
UPDATE `account` SET `password` = "rencro"
WHERE `name` = "gm";
That of course assumes you already have an account setup as gm and have already set its account status to 255...

i tried sha1 and hash but neither worked but its all on my private network for messing around so I didnt dig into why..
Yeah I think my telnet account is plaintext for the password.
__________________

Reply With Quote