Post: Anybody have the GetStats Code?
04-09-2014, 01:46 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi all,

I'am working on a new tool and i'am trying to get the C# GetStats code to get stats from my mw3 PSNaccount.
I seem to get some result but the output is all messed up.

Example Get prestige:

public static class Offsets
{
public static uint

Prestige = 0x01C1947C;
}
}


byte[] getprestige = new byte[30];
CRPC.GetMemory(CDRPC.Offsets.Prestige, getprestige);
string strprestige = Encoding.ASCII.GetString(getprestige);
this.label96.Text = strprestige;

(CRPC by baSs_HaXoR)

Output: weird symbol can't paste on form

Does anybody got the C# code for getting the stats to a txtfield.

Thanks in advance !!
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo