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!

[Development] Tron 2.0 glow for MuOnline

Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
Thanks :D



How search offset for main 1.03P ? pliss



Alguien me ayuda me gustaría agregar esto a mi main :c
solo tengo estos 2 offset
#define WinWidth *(GLsizei*)0x8DA8FC
#define WinHeight *(GLsizei*)0x8DA900

Plis Help me T_T I am noob :c

for 1.03P main.exe (need test):
Code:
.H
#define pInitGraphics            ((void(__cdecl*)()) 0x006E97F1
#define oInitGraphics_Call        0x06E91AC


#define pSelectDraw                ((int(__cdecl*)(DWORD)) 0x041FFA8
#define oSelectDraw_Call        0x00407AAB


#define pWinWidth                *(GLsizei*)0x008DA8FC
#define pWinHeight                *(GLsizei*)0x008DA900

.CPP
DWORD gSelectASMJmp00 = 0x0040C33E;
DWORD gGraphicsASM00Jmp00 = 0x006E9DE3;

SetRange((LPVOID)0x0040C338, 0x06, ASM::NOP);
SetJmp((LPVOID)0x0040C338, gSelectASM00);
//---
SetRange((LPVOID)0x006E9DDE, 0x05, ASM::NOP);
SetJmp((LPVOID)0x006E9DDE, gGraphicsASM00);

Good luck;)
 
Initiate Mage
Joined
Apr 19, 2015
Messages
4
Reaction score
1
cyEaEfM - [Development] Tron 2.0 glow for MuOnline - RaGEZONE Forums
same problem, someone tell me how fix that?
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Aug 11, 2013
Messages
112
Reaction score
64
hello, a question I use the code in a main 1.04D but only gives me the effect on the select character...
 
(づ。◕‿‿◕。)
Loyal Member
Joined
Jun 23, 2014
Messages
1,853
Reaction score
423
did anyone added this on zteam s6? after i did it the client closes at character selection screen
 
Banned
Banned
Joined
Nov 9, 2015
Messages
307
Reaction score
40
Does this work on season8? Anyone gotten this work on any s8 or s10?
 
Junior Spellweaver
Joined
Aug 22, 2013
Messages
131
Reaction score
5
Is that possible to hook compiled .dll to IGCN S6? How about antialsing and texture filtering?
Thanks!
 
Skilled Illusionist
Joined
Aug 5, 2008
Messages
377
Reaction score
33
Someone has this offset for 1.03k?

Code:
DWORD gGraphicsASM00Jmp00 = 0x0071FD3C;

It's the only offset I can't find u.u
 
Skilled Illusionist
Joined
Aug 5, 2008
Messages
377
Reaction score
33
When I open the main it shows the login screen for a second and then goes black,
is this because of bad offsets or something else?
Video:

Edit: Found the offset, fixed.
 
Last edited:
Junior Spellweaver
Joined
Nov 26, 2016
Messages
140
Reaction score
28
tested 1.04D zTeam / 1.04E xTeam

Main crash when click Minimize window?
 
Back
Top