Code:
update account set password = (md5(concat('[PASSWORD]',char(0xA3,0xAC,0xA1,0xA3),"fdjf,jkgfkl"))) where id = [ACCOUNT-ID];
Rename the [PASSWORD] to your password
example.
Code:
update account set password = (md5(concat('[COLOR="Red"]LOL[/COLOR]',char(0x
Rename the [ACCOUNT-ID] to your account ID
example
Code:
))) where id = [COLOR="Red"]12345679[/COLOR];
Credits to King_Arthur for the Script.