Post: Codes for the eboot.bin
01-26-2011, 08:29 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I do not know if this is correct or not, don't flame

Originally posted by Ihatecompvir View Post
The real key lies in the old command "statSet". Remember that from CoD4 bypassing? It's technically a variation, as it is StatSetByName, which I don't think was in CoD4.


You must login or register to view this content.

If anyone is able to get the eboot.bin into a .self or .elf and is going to try editing it, try some of these codes, the link at the bottom says how to bind them:

Originally posted by another user
statsetbyname VERSION 0
statsetbyname RANKXP 0
statsetbyname SCORE 0
statsetbyname KILLS 0
statsetbyname KILL_STREAK 0
statsetbyname DEATHS 0
statsetbyname DEATH_STREAK 0
statsetbyname ASSISTS 0
statsetbyname HEADSHOTS 0
statsetbyname TEAMKILLS 0
statsetbyname SUICIDES 0
statsetbyname TIME_PLAYED_ALLIES 0
statsetbyname TIME_PLAYED_OPFOR 0
statsetbyname TIME_PLAYED_OTHER 0
statsetbyname TIME_PLAYED_TOTAL 0
statsetbyname KDRATIO 0
statsetbyname WINS 0
statsetbyname LOSSES 0
statsetbyname TIES 0
statsetbyname WIN_STREAK 0
statsetbyname CUR_WIN_STREAK 0
statsetbyname WLRATIO 0
statsetbyname HITS 0
statsetbyname MISSES 0
statsetbyname TOTAL_SHOTS 0
statsetbyname ACCURACY 0
statsetbyname PLEVEL 0
statsetbyname RANK 0
statsetbyname MINXP 0
statsetbyname MAXXP 0
statsetbyname LASTXP 0
statsetbyname SESSIONBANS 0
statsetbyname GAMETYPEBAN 0
statsetbyname BLOB_REV_NUM 0
statsetbyname TIMEWHENNEXTHOST 0
statsetbyname BADHOSTCOUNT 0
statsetbyname KEYARCHIVEFLUSH 0
statsetbyname LEADERBOARDFAILURES 0
statsetbyname LASTSTATSBACKUP 0
statsetbyname STATSBACKUPVERSION 0
statsetbyname MAPPACKMASK 0
statsetbyname RANKXPZM 0
statsetbyname PLEVELZM 0
statsetbyname RANKZM 0
statsetbyname MINXPZM 0
statsetbyname MAXXPZM 0
statsetbyname LASTXPZM 0


15th, level 50 and 1,000,000 cod points.
    bind DPAD_DOWN "statwriteddl playerstatslist plevel 15;statwriteddl playerstatslist rank 50;statwriteddl playerstatslist rankxp 1260800;statwriteddl playerstatslist codpoints 1000000;updategamerprofile;uploadstats;statsetbyname TIME_PLAYED_ALLIES 200000;statsetbyname TIME_PLAYED_OPFOR 200000;statsetbyname TIME_PLAYED_OTHER 200000;statsetbyname TIME_PLAYED_TOTAL 600000;fast_restart"  



They were posted for XBOX by NextGenTactics, maybe someone can put them to use... here's his post: You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 4 users say thank you to Omniplasma for this useful post:

EuanBlondin_x, Bichote, NeglectFate, OPTIMISM
01-26-2011, 09:48 PM #38
CHAOZ
Banned
AceVirus if you need any help towards decrypting contact me
01-26-2011, 09:53 PM #39
So im trying this out, and i know what i want to do. i just cannot find a free IDA pro download. someone please help me out :(
01-26-2011, 11:18 PM #40
Doing my part to bump the thread and keep it alive in case it actually leads to a breakthrough.
01-27-2011, 02:45 AM #41
DiJiTaLGoDz
Former Staff
in IDA, you can find "StatSetByName" if you go to offset "008094B0"

you will find something like this:

    

.unk_:0000000000819478 aActivecontract:.string "activeContracts"
.unk_:0000000000819478 # DATA XREF: sub_5E8918+104*o
.unk_:0000000000819478 .byte 0
.unk_:0000000000819488 aContracts: .string "contracts" # DATA XREF: sub_5E8918+12C*o
.unk_:0000000000819488 .byte 0
.unk_:0000000000819492 .align 3
.unk_:0000000000819498 aPlayerstatslis:.string "PlayerStatsList"
.unk_:0000000000819498 # DATA XREF: sub_5E8918+158*o
.unk_:0000000000819498 # .unk_:00000000005EBE18*o ...
.unk_:0000000000819498 .byte 0
.unk_:00000000008194A8 aRankxp: .string "RANKXP" # DATA XREF: sub_5E8918+15C*o
.unk_:00000000008194A8 # .unk_Gaspff_A000D4*o
.unk_:00000000008194A8 .byte 0
.unk_:00000000008194AF .align 4
.unk_:00000000008194B0 aStatsetbyname: .string "statSetByName" # DATA XREF: sub_5E8918+1AC*o
.unk_:00000000008194B0 .byte 0
.unk_:00000000008194BE .align 5
.unk_:00000000008194C0 aStataddbyname: .string "statAddByName" # DATA XREF: sub_5E8918+1D4*o
.unk_:00000000008194C0 .byte 0
.unk_:00000000008194CE .align 4


in HxD, just go to the offset 008094B0 and you will see it

The following user thanked DiJiTaLGoDz for this useful post:

Choco
01-27-2011, 08:10 AM #42
motoX
Bounty hunter
great post, thanks for this,i thanked, repped, manscaped, massaged, fluffed, and spanked
01-27-2011, 11:02 AM #43
rob214
Do a barrel roll!
Managed to load the elf in IDA just not sure how to edit this stuff. I will mess with it tomorrow and see what I can find
01-27-2011, 11:32 AM #44
gola
OVER 9000!
statsetbyname doesn't work for anything, and never has/
01-27-2011, 11:54 AM #45
*SCHAOS*
ILLUMINATUS
Originally posted by Adogalog View Post
statsetbyname doesn't work, I know a way that does but I don't want people all modding their leaderboards and getting console banned for something as stupid as that... can't be bothered with the cry babies who cry because they cheated the system and got banned LOL.

You must login or register to view this content.

The following user thanked *SCHAOS* for this useful post:

DiJiTaLGoDz
01-27-2011, 12:01 PM #46
gola
OVER 9000!
Originally posted by SCHAOS
You must login or register to view this content.


Statsetbyname has never worked... look at previous .gpd modding for xbox if you want to find out what I mean that works.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo