Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Add Xtrap

Joined
Mar 29, 2014
Messages
1
Reaction score
0
Tutorial Xtrap files magic

Game.exe magic ->
Files Xtrap ->

Code:
[COLOR=#000000]CPU Disasm
Address   Hex dump          Command                                  Comments
00416640  |.  FFD5          CALL EBP
00416642  |.  6A 01         PUSH 1
00416644  |.  8BF0          MOV ESI,EAX
00416646      FFD5          CALL EBP
00416648      8BE8          MOV EBP,EAX
0041664A      E9 D1CB0904   JMP 044B3220 <-- JMP NOVA TABELA, O ESPACIO LIBRE
0041664F      C3            RETN
00416650      75 5E         JNE SHORT 004166B0[/COLOR]

New Tabela JMP 044B3220
Code:
[COLOR=#000000]CPU Disasm
Address   Hex dump          Command                                  Comments
044B3220   \68 10314B04     PUSH OFFSET 044B3110           <-- NOVO CHECK XTRAP
044B3225    E8 26C80EFC     CALL 0059FA50
044B322A    8B44E4 60       MOV EAX,DWORD PTR SS:[ESP+60]
044B322E    83C4 04         ADD ESP,4
044B3231    39D8            CMP EAX,EBX
044B3233  ^ E9 1834F6FB     JMP 00416650 --> RETORNO PROSSES ORIGINAL[/COLOR]

Serial
PUSH 044B3110
660970B45809C974C5456F9844CFED62CABE232261A47416EF62DCD1B9B2FFFFF67EF59B967A74012ACB86DBD3C12115987C4E6281C37A1324FA936727B686460F7D04245246E417B77C1E4AD45E630C4D353BFD822A0E3E69908FDE1BDC40FBDF7EE08882DCA52B345F73CA7B98BD

Creditos -> Link-Code(MPT)
 
Back
Top