• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Guide] Mau Get Exp for the 2232 guard source

Skilled Illusionist
Joined
May 4, 2014
Messages
307
Reaction score
30
GetMauExp.cpp
Code:
#pragma once
[URL="http://forum.ragezone.com/usertag.php?do=list&action=hash&hash=include"]#include[/URL]  "stdafx.h"
[URL="http://forum.ragezone.com/usertag.php?do=list&action=hash&hash=include"]#include[/URL]  "GetExpMau.h"
[URL="http://forum.ragezone.com/usertag.php?do=list&action=hash&hash=include"]#include[/URL]  "memory.h"


void CGetExpMauSystem::Initialize()
{
    WriteMemoryWORD(0x014005A795,0x9090);
    WriteMemoryWORD(0x014005A8BE,0x9090);
    WriteMemoryWORD(0x014005ABEC,0x9090);
}

GetExpMau.h

Code:
#pragma once
#ifndef __GetExpMau_H__ 
#define __GetExpMau_H__ 
[URL="http://forum.ragezone.com/usertag.php?do=list&action=hash&hash=include"]#include[/URL]  "stdafx.h"
[URL="http://forum.ragezone.com/usertag.php?do=list&action=hash&hash=include"]#include[/URL]  "Player.h"

class CGetExpMauSystem
{
public:
    void Initialize();
};
#endif

this will allow you to addon get mau exp to the 2232 zone guard source released here on RZ
 
Joined
Apr 9, 2012
Messages
2,359
Reaction score
442
Re: Mau Get Exp for the 2232 guard source

that is my old trick on how to do this.hahahaha
but you can't get unit PT with this,
but you can do it with hex editor rather than using source module.hahahaha
well, at least you share it.hahahaha
 
Skilled Illusionist
Joined
May 4, 2014
Messages
307
Reaction score
30
Re: Mau Get Exp for the 2232 guard source

lol yes very true u cant but you can get exp while riding with this :p
 
Newbie Spellweaver
Joined
Jan 14, 2011
Messages
57
Reaction score
7
Since quite everyone is using GM pt's to avoid problems, no one should care about this issue.
 
Skilled Illusionist
Joined
May 4, 2014
Messages
307
Reaction score
30
lol the players dont see it that way every time ive tried to make them grind for pt's they quit the server and the server lose's pop every single time
 
Joined
Apr 9, 2012
Messages
2,359
Reaction score
442
lol the players dont see it that way every time ive tried to make them grind for pt's they quit the server and the server lose's pop every single time
because they were looking for pvp...
anyway how is your gameguard? :D:
you dont replay huh?hahahaha

even this guide, i'm still wondering where you get it from...
cause you dont know what the meaning of 0x9090
and you said you find the address yourself.hahahaha
:lol:
 
Skilled Illusionist
Joined
May 4, 2014
Messages
307
Reaction score
30
the address is easy to locate in ida pro as per the 9090 that peice if data i cant remember where i found
 
Skilled Illusionist
Joined
May 4, 2014
Messages
307
Reaction score
30
oh it works ive personally tested it but its for 2232 cant help u havent figured it out but dont say it doesnt work
 
Last edited:
Skilled Illusionist
Joined
May 4, 2014
Messages
307
Reaction score
30
oh opps guess it is for it then i totally forgot wat offsets xD but my bad it is 2232 anyways he probably didnt hook it right or was using it for 223 no idea but it does work xD



because they were looking for pvp...
anyway how is your gameguard? :D:
you dont replay huh?hahahaha

even this guide, i'm still wondering where you get it from...
cause you dont know what the meaning of 0x9090
and you said you find the address yourself.hahahaha
:lol:

btw 0x90 = nop 0x9090 = nop nop on both hex offsets so technically its 2 nops not 1 :p
 
Back
Top