niemily
Administrator
Dołączył: 05 Cze 2006
Posty: 31
Przeczytał: 0 tematów
Ostrzeżeń: 0/5
Skąd: WaSiLqW
|
Wysłany: Wto 11:39, 04 Lip 2006 Temat postu: Wykrywacz itemów |
|
|
No więc otwieramy Query Analizer znajdujący się w:
Start - Programy - Microsoft Sql Server
db ustawiamy na MuOnline i wklejamy to:
select * from warehouse
where (charindex (0xbf, items) %10=8)
or (charindex (0xff, items) %10=8)
or (charindex (0x7f, items) %10=8)
or (charindex (0x3f, items) %10=8)
or (charindex (0x9f, items) %10=8)
or (charindex (0x8f, items) %10=8)
or (charindex (0x9e, items) %10=8)
or (charindex (0x9d, items) %10=8)
or (charindex (0xbd, items) %10=8)
or (charindex (0xbc, items) %10=8)
or (charindex (0xba, items) %10=8)
or (charindex (0xbb, items) %10=8)
or (charindex (0xb7, items) %10=8)
or (charindex (0xaf, items) %10=8)
select * from character
where (charindex (0xbf, inventory) %10=8)
or (charindex (0xff, inventory) %10=8)
or (charindex (0x7f, inventory) %10=8)
or (charindex (0x3f, inventory) %10=8)
or (charindex (0x9f, inventory) %10=8)
or (charindex (0x8f, inventory) %10=8)
or (charindex (0x9e, inventory) %10=8)
or (charindex (0x9d, inventory) %10=8)
or (charindex (0xbd, inventory) %10=8)
or (charindex (0xbc, inventory) %10=8)
or (charindex (0xba, inventory) %10=8)
or (charindex (0xbb, inventory) %10=8)
or (charindex (0xb7, inventory) %10=8)
or (charindex (0xaf, inventory) %10=8)
Teraz naciskamy na F5 i wyskoczą nam dane itemku jaki pojawił się na naszym serwerze, którego nie da się zdobyć i jest dodany przez hackera!! Są także dane gracza!Nie zapisujemy tego co zrobiliśmy lecz wychodzimy z Query Analizer'a.
Takim sposobem wykryliśmy na serwerze nie możliwe do zdobycia itemki!! Jest to na prawdę przydatne więc polecam!!
Post został pochwalony 0 razy
|
|