Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Push bypass hacks and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed Jan 24, 2024
1 parent f0c34d9 commit bc9403d
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 17 deletions.
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"win": "2.204",
"android": "2.200"
},
"version": "v2.1.0",
"version": "v2.1.0-alpha.1",
"id": "maxnu.gd_mega_overlay",
"name": "GD Mega Overlay",
"developer": "maxnu & SpaghettDev",
Expand Down
264 changes: 263 additions & 1 deletion res/hacks/bypass.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,265 @@
{
"mods": null
"mods": [
{
"description": "Unlocks all icons.",
"name": "Icon Bypass",
"opcodes": [
{
"address": "0x122078",
"off": "E8 45 FF 29 00",
"on": "B0 01 90 90 90"
},
{
"address": "0x122547",
"off": "E8 76 FA 29 00",
"on": "B0 01 90 90 90"
}
]
},
{
"description": "Lets you input any character in all text inputs.",
"name": "Character Filter",
"opcodes": [
{
"address": "0x2F974",
"off": "75 04",
"on": "90 90"
}
]
},
{
"description": "Lets sliders be dragged beyond the visible limit.",
"name": "Slider Limit",
"opcodes": [
{
"address": "0x4D04A",
"off": "76 21",
"on": "EB 21"
},
{
"address": "0x4D078",
"off": "76 26",
"on": "EB 26"
}
]
},
{
"description": "Allows for unlimited text length in text inputs.",
"name": "Text Length",
"opcodes": [
{
"address": "0x2F9A7",
"off": "7C 04",
"on": "EB 04"
}
]
},
{
"description": "Unlocks locked demon levels.",
"name": "Main Levels",
"opcodes": [
{
"address": "0x26C111",
"off": "3B C7",
"on": "90 90"
},
{
"address": "0x26C113",
"off": "7E 7A",
"on": "EB 7A"
},
{
"address": "0x26A3B5",
"off": "0F 84 F0 01 00 00",
"on": "90 E9 F0 01 00 00"
}
]
},
{
"description": "Bypasses demon gauntlet lock.",
"name": "Demon Gauntlet",
"opcodes": [
{
"address": "0x18834C",
"off": "0F 85 C9 01 00 00",
"on": "90 E9 C9 01 00 00"
}
]
},
{
"description": "Bypasses load failed for modified main levels.",
"name": "Load Failed",
"opcodes": [
{
"address": "0x2751D8",
"off": "0F 87 12 01 00 00",
"on": "E9 13 01 00 00 90"
}
]
},
{
"description": "Remove the countdown from comments, backup, sync and post (Excessive use may cause the server to block your account).",
"name": "Timeout Bypass",
"opcodes": [
{
"address": "0x22ACCB",
"off": "77 40",
"on": "EB 40"
},
{
"address": "0x57D01",
"off": "77 51",
"on": "EB 51"
},
{
"address": "0x57E58",
"off": "77 51",
"on": "EB 51"
},
{
"address": "0x2F09E4",
"off": "77 42",
"on": "EB 42"
}
]
},
{
"description": "Unlocks the guard's vault.",
"name": "Guard Vault",
"opcodes": [
{
"address": "0x2B0FDD",
"off": "7C 4A",
"on": "90 90"
},
{
"address": "0x2B0792",
"off": "0F 44 C8",
"on": "90 90 90"
},
{
"address": "0x2B0818",
"off": "0F 85 1C 01 00 00",
"on": "90 E9 1C 01 00 00"
}
]
},
{
"description": "Unlocks the Keymaster's vault.",
"name": "Keymaster Vault",
"opcodes": [
{
"address": "0x70E51",
"off": "74 4A",
"on": "90 90"
},
{
"address": "0x6FEB4",
"off": "0F 44 C2",
"on": "90 90 90"
},
{
"address": "0x6FF41",
"off": "0F 85 3C 01 00 00",
"on": "90 E9 3C 01 00 00"
}
]
},
{
"description": "Unlocks the Keymaster's basement.",
"name": "Keymaster Basement",
"opcodes": [
{
"address": "0x305EB8",
"off": "0F 44 CA",
"on": "90 90 90"
},
{
"address": "0x306E7C",
"off": "74 4A",
"on": "90 90"
}
]
},
{
"description": "Unlocks 'The Challenge' level.",
"name": "Challenge Bypass",
"opcodes": [
{
"address": "0x306C79",
"off": "0F 84 8E 00 00 00",
"on": "90 90 90 90 90 90"
}
]
},
{
"description": "Lets you unlock the locks in the basement.",
"name": "Basement Bypass",
"opcodes": [
{
"address": "0x30C39F",
"off": "0F 85 61 01 00 00",
"on": "90 E9 61 01 00 00"
},
{
"address": "0x30C547",
"off": "0F 85 65 01 00 00",
"on": "90 E9 65 01 00 00"
},
{
"address": "0x30C6F3",
"off": "0F 85 49 02 00 00",
"on": "90 E9 49 02 00 00"
}
]
},
{
"description": "Unlocks the Gatekeeper's vault.",
"name": "Gatekeeper Vault",
"opcodes": [
{
"address": "0x26BC77",
"off": "74 61",
"on": "90 90"
},
{
"address": "0x26B99E",
"off": "0F 84 1F 01 00 00",
"on": "90 90 90 90 90 90"
},
{
"address": "0x26B9D5",
"off": "0F 44 C8",
"on": "90 90 90"
}
]
},
{
"description": "Unlocks the treasure room.",
"name": "Treasure Room",
"opcodes": [
{
"address": "0x71175",
"off": "74 4C",
"on": "90 90"
},
{
"address": "0x700FB",
"off": "0F 44 CA",
"on": "90 90 90"
}
]
},
{
"description": "Lets you backup data, even with less than 10 stars.",
"name": "Backup Stars Limit",
"opcodes": [
{
"address": "0x57C8E",
"off": "7D 52",
"on": "EB 52"
}
]
}
]
}
9 changes: 3 additions & 6 deletions res/hacks/creator.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"off": "0F 8F DF 00 00 00",
"on": "0F 8E DF 00 00 00"
}
],
"toggle": true
]
},
{
"description": "Enables the mod button.",
Expand All @@ -26,8 +25,7 @@
"off": "75 72",
"on": "90 90"
}
],
"toggle": true
]
},
{
"description": "Lets you edit any level, access the editor through the pause menu.",
Expand Down Expand Up @@ -58,8 +56,7 @@
"off": "0F 85 A2 00 00 00",
"on": "90 90 90 90 90 90"
}
],
"toggle": true
]
}
]
}
9 changes: 3 additions & 6 deletions res/hacks/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"off": "C7 04 24 CD CC 4C 3E",
"on": "C7 04 24 00 00 00 00"
}
],
"toggle": true
]
},
{
"description": "Disable the player's level ending animation.",
Expand All @@ -31,8 +30,7 @@
"off": "75 52",
"on": "74 52"
}
],
"toggle": true
]
},
{
"description": "Disables Mana Orb check",
Expand All @@ -43,8 +41,7 @@
"off": "2B C6",
"on": "03 C6"
}
],
"toggle": true
]
}
]
}
2 changes: 1 addition & 1 deletion res/hacks/level.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"mods": null
"mods": []
}
3 changes: 1 addition & 2 deletions res/hacks/player.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"off": "6A 14 8B CB FF",
"on": "E9 42 07 00 00"
}
],
"toggle": false
]
}
]
}

0 comments on commit bc9403d

Please sign in to comment.