View Single Post
  #2  
Old 08-08-2013, 05:50 PM
rencro
Hill Giant
 
Join Date: Sep 2008
Location: So. California
Posts: 219
Default

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..
Reply With Quote