This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Push bypass hacks and update version
- Loading branch information
1 parent
f0c34d9
commit bc9403d
Showing
6 changed files
with
272 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"mods": null | ||
"mods": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,7 @@ | |
"off": "6A 14 8B CB FF", | ||
"on": "E9 42 07 00 00" | ||
} | ||
], | ||
"toggle": false | ||
] | ||
} | ||
] | ||
} |