Skip to content

Instantly share code, notes, and snippets.

@Zbizu
Last active January 19, 2022 19:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Zbizu/ff742fa744be081417679202078962c4 to your computer and use it in GitHub Desktop.
Save Zbizu/ff742fa744be081417679202078962c4 to your computer and use it in GitHub Desktop.
replacer test
project.exe test.txt
pause
-- input file
-- output will have _output suffix
fileName: "client.exe"
-- RSA
replace: "BC27F992A96B8E2A43F4DFBE1CEF8FD51CF43D2803EE34FBBD8634D8B4FA32F7D9D9E159978DD29156D62F4153E9C5914263FC4986797E12245C1A6C4531EFE48A6F7C2EFFFFF18F2C9E1C504031F3E4A2C788EE96618FFFCEC2C3E5BFAFAF743B3FC7A872EE60A52C29AA688BDAF8692305312882F1F66EE9D8AEB7F84B1949"
to: "9B646903B45B07AC956568D87353BD7165139DD7940703B03E6DD079399661B4A837AA60561D7CCB9452FA0080594909882AB5BCA58A1A1B35F8B1059B72B1212611C6152AD3DBB3CFBEE7ADC142A75D3D75971509C321C5C24A5BD51FD460F01B4E15BEB0DE1930528A5D3F15C1E3CBF5C401D6777E10ACAAB33DBE8D5B7FF5"
-- webservice
replaceChars: "53"
at: "loginWebService="
to: "https://127.0.0.1/login.php"
replaceChars: "55"
at: "clientWebService="
to: "https://127.0.0.1/login.php"
-- disable battleye
replace: "%%%%C6 45 D7 00 C6 45 CF 00"
to: "%%%%C6 45 D7 00 C6 45 CF 01"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment