From b30e0d70e7cc7955e772b19b69fc9fc9cc340fa8 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sun, 20 Oct 2019 13:35:56 -0400 Subject: [PATCH] Took out Untested, Unsure of any issues --- Classic/scripts/autoexec/ExploitPatches.cs | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Classic/scripts/autoexec/ExploitPatches.cs b/Classic/scripts/autoexec/ExploitPatches.cs index 0109efb..6c4faa3 100644 --- a/Classic/scripts/autoexec/ExploitPatches.cs +++ b/Classic/scripts/autoexec/ExploitPatches.cs @@ -1,6 +1,4 @@ // Exploit Patches Script -// - // Remote Code Execution Patch by Bahke memPatch("A3C300","A370C3A300E8D609A0FF8B46205053E98103A0FF"); @@ -11,16 +9,3 @@ memPatch("43C68B","E970FC5F00"); memPatch("43C6AC","E97FFC5F00"); memPatch("43CD3F","E9BCF65F00"); memPatch("43CDEA","E941F65F00"); - - -// cmdArmor Patch -if (!$CmdArmor::Patched) -{ - $CmdArmor::Patched = true; - //memPatch("6FC746", "66B8000090906683FE017408ACAA84C075FA89D05F5EC3"); - memPatch("6FC746", "83FE017408ACAA84C075FA89D05F5EC3"); - //Removed register size override (cmp si, 1 -> cmp esi, 1) and got rid of - //weird NASM garbage code at the beginning. Had a mov ax, 0 which did nothing - //and wasn't necessary anyways because of xor eax, eax in the original. It also - //generated several NOPs after that for no reason. -} \ No newline at end of file