First you press "New Query"..
Then you Copy this:
PHP Code:
USE [ACCOUNT_DBF]
GO
INSERT INTO [dbo].[ACCOUNT_TBL] ([account], [password], [isuse], [member], [id_no1], [id_no2], [realname], [reload], [OldPassword], [TempPassword], [cash])
VALUES
(N'Account ID', N'PW in MD5', N'F', N'A', N'', N'', 'F', NULL, NULL, NULL, '0')
GO
INSERT INTO [dbo].[ACCOUNT_TBL_DETAIL] ([account], [gamecode], [tester], [m_chLoginAuthority], [regdate], [BlockTime], [EndTime], [WebTime], [isuse], [secession], [email])
VALUES
(N'Account ID', N'A000', N'2', N'F', GETDATE(), N'', N'', N'20050101', N'O', NULL, N'')
GO
And Paste in your Query.
So now on the Account ID you write your Wish ID.
And on "PW IN MD5" You go in this Site ->

and Write so... "kikugalanet(yourpasswort).. Example: kikugalanethello.
And
F = User, Z = Admin, P = Gamemaster.
Sorry for my Bad English. xD