You are viewing our Forum Archives. To view or take place in current topics click here.
How to make your Gamercard Unviewable? [MW3]
Posted:
How to make your Gamercard Unviewable? [MW3]Posted:
Status: Offline
Joined: Dec 25, 201311Year Member
Posts: 248
Reputation Power: 10
Status: Offline
Joined: Dec 25, 201311Year Member
Posts: 248
Reputation Power: 10
I heard that you can make your gamercard and profile unviewable so no one can file complaints? what is that called?
#2. Posted:
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
You would need to spoof XUID, there should be a tool released to do so on 16547, but I'm not 100% sure. When you change the Xbox User ID (XUID) you can change your whole profile to view as someone else's. Most people use FaZe Temperrr's or zzirGrizz's XUID
- 0useful
- 1not useful
#3. Posted:
Status: Offline
Joined: Dec 25, 201311Year Member
Posts: 248
Reputation Power: 10
Status: Offline
Joined: Dec 25, 201311Year Member
Posts: 248
Reputation Power: 10
Alright cool, I will keep my eyes open that thanks!
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
Call of duty handles its own kind of XUID. stored inside the sructure xenonUserData. Spoofing the XUID to a completely invalid XUID would work, like so
void disablePlayerCard(const char*xuid="1337")
{
xenonUserData[0].&xuidString = xuid;
xenonUserData[0].xuid = (__int64)atoi(xuid);
}
- 4useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.