Sponsor
Posted By


Verification
MARKED AS
WorkingTags
Rating
Karos Paladin Exploit
Karos Paladin Expoit | Submitted: 15 years ago (12.27.2009) | Thanks: 1
Description
This will enable you to play the paladin class wich it not available at the moment
Instructions
This is how you can play a Paladin(wich is not available) right now in Karos.
BTW is sad that they want bug testers for the open beta and then they ban ppl for finding bugs, anyhow here it is, you can patch now.
Our Modified Function C sintax
VOID (__stdcall* pPaladin)();
__declspec(naked) VOID myPaladin(ULONG bPointer)
{
__asm
{
mov bPointer,ecx;
mov [esp+0Ch+dword ptr 4],03h;
mov ecx,bPointer;
jmp [pPaladin];
retn;
}
}
Call the detour Once Somewhere...
pPaladin = (VOID(__stdcall*)())\
DetourFunction((PBYTE)0x004DB075,(PBYTE)myPaladin);
After setting ur detour go and create a caracter, press any caracter the result will always be paladin...
You can also grab the boon/leecher way using cheat engine i attached here.
this probably will be patched very soon, so grab it quick
Does this still work?