Solved Minecraft crashing

Status
Not open for further replies.

Daleon228_09

Solid & Active Platinian
#define tgl OBFUSCATE("libminecraftpe.so")

00d3ceb8 T LocalPlayer::setSprinting(bool)

void (*old_SetSprinting)(void *inst, bool spr);
void SetSprinting(void *ins, bool spr){
return old_SetSprinting(ins, spr);
}

MSHookFunction((void *)getAbsoluteAddress(tgl, 0x00d3ceb8), (void *)SetSprinting, (void **)&old_SetSprinting);
 
Closed
First off, 1 thread 1 question
Second, Be more specific about your question and don't just c&p code and thats it.
For anyone who wanna help him:
 
Status
Not open for further replies.
Back
Top Bottom