Skip to content

Commit

Permalink
Merge pull request #206 from EchoStretch/main
Browse files Browse the repository at this point in the history
Update CUSA15010_01.39.json
  • Loading branch information
kmeps4 committed Aug 28, 2023
2 parents ed6250c + ea52a64 commit 384a917
Showing 1 changed file with 106 additions and 43 deletions.
149 changes: 106 additions & 43 deletions json/CUSA15010_01.39.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,107 @@
{
"name": "Call of Duty®: Black Ops Cold War",
"id": "CUSA15010",
"version": "01.39",
"process": "eboot.bin",
"mods": [
{
"name": "Infinite Health",
"type": "checkbox",
"memory": [
{
"offset": "125C69E",
"on": "90909090909090",
"off": "488B8D90FEFFFF"
}
]
},
{
"name": "Infinite Money",
"type": "checkbox",
"memory": [
{
"offset": "12EBE77",
"on": "909090",
"off": "8B45F0"
}
]
},
{
"name": "Infinite Ammo",
"type": "checkbox",
"memory": [
{
"offset": "F0AEEE",
"on": "9090909090909090",
"off": "4189848EDC130000"
}
]
}
],
"credits": [
"EchoStretch"
]
{
"name": "Call of Duty®: Black Ops Cold War",
"id": "CUSA15010",
"version": "01.39",
"process": "eboot.bin",
"mods": [
{
"name": "All Client Godmode",
"description": "Offsets From 1.27 By DeathRGH And Rizla Used To Find New Offsets",
"type": "checkbox",
"memory": [
{
"offset": "12DE130",
"on": "C3",
"off": "55"
},
{
"offset": "125C6A5",
"on": "909090909090",
"off": "898190030000"
},
{
"offset": "16C4941",
"on": "8B186641C78790030000FF7F90909090",
"off": "8B1841899F9003000041899F94030000"
}
]
},
{
"name": "All Client Infinite Ammo",
"description": "Offsets From 1.27 By DeathRGH And Rizla Used To Find New Offsets",
"type": "checkbox",
"memory": [
{
"offset": "F0AEC0",
"on": "C3",
"off": "55"
},
{
"offset": "F09E80",
"on": "55",
"off": "55"
}
]
},
{
"name": "All Client Infinite Points",
"description": "Offsets From 1.27 By DeathRGH And Rizla Used To Find New Offsets",
"type": "checkbox",
"memory": [
{
"offset": "12EBE7E",
"on": "8989245D0000",
"off": "8981245D0000"
}
]
},
{
"name": "All Client 1-Hit Kill",
"description": "Offsets From 1.27 By DeathRGH And Rizla Used To Find New Offsets",
"type": "checkbox",
"memory": [
{
"offset": "1500907",
"on": "29C090",
"off": "4429F8"
}
]
},
{
"name": "Infinite Health",
"type": "checkbox",
"memory": [
{
"offset": "125C69E",
"on": "90909090909090",
"off": "488B8D90FEFFFF"
}
]
},
{
"name": "Infinite Money",
"type": "checkbox",
"memory": [
{
"offset": "12EBE77",
"on": "909090",
"off": "8B45F0"
}
]
},
{
"name": "Infinite Ammo",
"type": "checkbox",
"memory": [
{
"offset": "F0AEEE",
"on": "9090909090909090",
"off": "4189848EDC130000"
}
]
}
],
"credits": [
"EchoStretch"
]
}

0 comments on commit 384a917

Please sign in to comment.