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!

WideScreen (.dll)

Newbie Spellweaver
Joined
Aug 26, 2013
Messages
13
Reaction score
5
Compatible only MagicPT


Download ---------------------------------------------




Configuration ---------------------------------------------

Game.dll : 127.0.0.1 , change to IP hosting
Game.ini : Configuration resolution
Resolução.txt : Possible resolution


to add ---------------------------------------------

Code:
005B28CD > $ 6A 60          PUSH 60
005B28CF   . 68 60E35E00    PUSH Game.005EE360
005B28D4   . E8 6F400000    CALL Game.005B6948
[B][COLOR=#ff0000]005B28D9   .-E9 0159F203    JMP Game.044D81DF[/COLOR][/B]

Code:
044D81BC   0000             ADD BYTE PTR DS:[EAX],AL
044D81BE   67:61            POPAD                                    ; Superfluous prefix
044D81C0   6D               INS DWORD PTR ES:[EDI],DX                ; I/O command
044D81C1   65:              PREFIX GS:                               ; Superfluous prefix
044D81C2   2E:              PREFIX CS:                               ; Superfluous prefix
044D81C3   64:6C            INS BYTE PTR ES:[EDI],DX                 ; I/O command
044D81C5   6C               INS BYTE PTR ES:[EDI],DX                 ; I/O command
044D81C6   0000             ADD BYTE PTR DS:[EAX],AL
044D81C8   0000             ADD BYTE PTR DS:[EAX],AL
044D81CA   4D               DEC EBP
044D81CB   61               POPAD
044D81CC   696E 50 54000000 IMUL EBP,DWORD PTR DS:[ESI+50],54
044D81D3   0000             ADD BYTE PTR DS:[EAX],AL
044D81D5   0000             ADD BYTE PTR DS:[EAX],AL
044D81D7   0000             ADD BYTE PTR DS:[EAX],AL
044D81D9   0000             ADD BYTE PTR DS:[EAX],AL
044D81DB   0000             ADD BYTE PTR DS:[EAX],AL
044D81DD   0000             ADD BYTE PTR DS:[EAX],AL
044D81DF   68 BE814D04      PUSH Game.044D81BE                       ; ASCII "game.dll"
044D81E4   FF15 F4105C00    CALL DWORD PTR DS:[5C10F4]
044D81EA   85C0             TEST EAX,EAX
044D81EC   74 1C            JE SHORT Game.044D820A
044D81EE   68 CA814D04      PUSH Game.044D81CA                       ; ASCII "MainPT"
044D81F3   50               PUSH EAX
044D81F4   FF15 F0105C00    CALL DWORD PTR DS:[5C10F0]
044D81FA   85C0             TEST EAX,EAX
044D81FC   74 0C            JE SHORT Game.044D820A
044D81FE   FFD0             CALL EAX
044D8200   BF 94000000      MOV EDI,94
044D8205  -E9 D4A60DFC      JMP Game.005B28DE
044D820A   68 00000000      PUSH 0
044D820F   FF15 94115C00    CALL DWORD PTR DS:[5C1194]
044D8215   C3               RETN
044D8216   90               NOP
044D8217   0000             ADD BYTE PTR DS:[EAX],AL

Binary ---------------------------------------------

Code:
00 00 67 61 6D 65 2E 64 6C 6C 00 00 00 00 4D 61 69 6E 50 54 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 68 BE 81 4D 04 FF 15 F4 10 5C 00 85 C0 74 1C 68 CA 81 4D 04 50 FF 15 F0 10 5C 00 85 C0
74 0C FF D0 BF 94 00 00 00 E9 D4 A6 0D FC 68 00 00 00 00 FF 15 94 11 5C 00 C3 90 00 00
 
Last edited:
Initiate Mage
Joined
Jan 20, 2010
Messages
2
Reaction score
0
Added more had no effect on the settings, have no idea what can be?
 
Joined
Jul 24, 2006
Messages
883
Reaction score
581
WideScreen DLL.rar
Mirror1:
Mirror2:
Mirror3:
Mirror4:
Mirror5:
Mirror6:
Mirror7:
 
Newbie Spellweaver
Joined
Jan 10, 2014
Messages
74
Reaction score
6
Could someone in the world tell us how to implement it? How to use the programs to add that?
Forum is totally dead!
 
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
Could someone in the world tell us how to implement it? How to use the programs to add that?
Forum is totally dead!
jeanpm you need to add it as a dependency to the client using CFF Explorer.
Then you need to make the game reference it (using ollydbg),

I presume this is where the ollydbg dump shown comes into play, you need to find where it currently references the resolutions and change it to point to the DLL.

Im sorry I can't be more specific as I have not looked into this one.
 
Newbie Spellweaver
Joined
Jan 10, 2014
Messages
74
Reaction score
6
@jeanpm you need to add it as a dependency to the client using CFF Explorer.
Then you need to make the game reference it (using ollydbg),

I presume this is where the ollydbg dump shown comes into play, you need to find where it currently references the resolutions and change it to point to the DLL.

Im sorry I can't be more specific as I have not looked into this one.

Thank you Phatkone for replying

Until the moment I'm still fighting with both programs, OllyDBG is done I think, but CFF isn't... If I be sucessfull (IF) I'll post a tuto applying it.

At the moment several people who knows how to do it sells this service, so I'll try to make it a public method, no one deserves see MagicPT "not-hd"...
 
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
you'd need to do the CFF Explorer part first, you add it as a dependency (See writefield.dll tutu for guidance on adding the dll dependency) before you can call it in ollydbg :)

Good luck :)
 
Newbie Spellweaver
Joined
Aug 31, 2017
Messages
19
Reaction score
0
Thank you @Phatkone for replying

Until the moment I'm still fighting with both programs, OllyDBG is done I think, but CFF isn't... If I be sucessfull (IF) I'll post a tuto applying it.

At the moment several people who knows how to do it sells this service, so I'll try to make it a public method, no one deserves see MagicPT "not-hd"...
A tuto would be very nice! Please keep us updated man.
 
Newbie Spellweaver
Joined
Jan 10, 2014
Messages
74
Reaction score
6
The issues I'm facing now are:

When I start Ollydbg on the game.exe (already setted the dll as dependent with CFF) it starts on another address.
And I cannot save any changes after adding the codes on the game.exe

And I cannot find any address starting with 044D**** on my game.exe, I'm editing the Admin.exe of Sunnyz (Released VM with MysteryPristonTale using MagicPT server files).
Still trying, if someone can help I'd be gratefull and the tuto is launched more soon.
 
Last edited:
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
it wont be the address listed in the first post as it changes with every client, look for the order of commands though, try find something similar, test, and break point etc.
 
Back
Top