Skip to content

Commit

Permalink
Update v8.8.4
Browse files Browse the repository at this point in the history
Optimized for BPB 3.0.4
  • Loading branch information
liMilCo authored Jan 24, 2025
1 parent 5fffbeb commit 4f189e0
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions recoder.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
</style>
</head>
<body>
<h1 class="rtl">تغيير کلمات کليدي پنل 💦 - 8.8.1</h1>
<h1 class="rtl">تغيير کلمات کليدي پنل 💦 - 8.8.4</h1>
<div class="form-container">
<h2>کد اصلي پروژه را اینجا وارد کنيد:</h2>
<div id="errorVersion" class=" form-control rtl errorBox" style="display: none;">
Expand Down Expand Up @@ -750,16 +750,26 @@ <h2>کد هاي obfuscator شده:</h2>
}

const AdvChng = (mTheCode) => {
//// LICENSE (UnObfuscatable) ///////
mTheCode = mTheCode.replaceAll(atob("LyohIEJ1bmRsZWQgbGljZW5zZSBpbmZvcm1hdGlvbjoKCmpzLXNoYTI1Ni9zcmMvc2hhMjU2LmpzOgogICgqKgogICAqIFtqcy1zaGEyNTZde0BsaW5rIGh0dHBzOi8vZ2l0aHViLmNvbS9lbW4xNzgvanMtc2hhMjU2fQogICAqCiAgICogQHZlcnNpb24gMC4xMS4wCiAgICogQGF1dGhvciBDaGVuLCBZaS1DeXVhbiBbZW1uMTc4QGdtYWlsLmNvbV0KICAgKiBAY29weXJpZ2h0IENoZW4sIFlpLUN5dWFuIDIwMTQtMjAyNAogICAqIEBsaWNlbnNlIE1JVAogICAqKQoqLwovLyMgc291cmNlTWFwcGluZ1VSTD13b3JrZXIuanMubWFw"), "");
mTheCode = mTheCode.replaceAll('"bpb.yousef.isegaro.com"', 'atob("YnBiLnlvdXNlZi5pc2VnYXJvLmNvbQ==")');
mTheCode = mTheCode.replaceAll('https://github.com/bia-pain-bache/BPB-Worker-Panel', '${atob("aHR0cHM6Ly9naXRodWIuY29tL2JpYS1wYWluLWJhY2hlL0JQQi1Xb3JrZXItUGFuZWw=")}');
mTheCode = mTheCode.replaceAll('https://github.com/bia-pain-bache/', '${atob("aHR0cHM6Ly9naXRodWIuY29tL2JpYS1wYWluLWJhY2hlLw==")}');
mTheCode = mTheCode.replaceAll('BPB Panel ', '${atob("QlBCIFBhbmVsIA==")}');
mTheCode = mTheCode.replaceAll('>BPB ', '>${atob("QlBCIA==")}');
mTheCode = mTheCode.replaceAll('"BPB-', '"');
mTheCode = mTheCode.replaceAll('BPB F - ', 'Fragment - ');
mTheCode = mTheCode.replaceAll('BPB - Best Ping', 'Best Ping');
mTheCode = mTheCode.replaceAll('https://raw.githubusercontent.com/bia-pain-bache', '>${atob("aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL2JpYS1wYWluLWJhY2hl")}');

////// 3.0.4 //////
mTheCode = mTheCode.replaceAll('https://github.com/bia-pain-bache/${atob("QlBC")}-Worker-Panel', '${atob("aHR0cHM6Ly9naXRodWIuY29tL2JpYS1wYWluLWJhY2hlL0JQQi1Xb3JrZXItUGFuZWw=")}');
mTheCode = mTheCode.replaceAll('${atob("QlBC")} Panel ', '${atob("QlBCIFBhbmVsIA==")}');
//mTheCode = mTheCode.replaceAll('`${atob("QlBC")}-', '`');
mTheCode = mTheCode.replaceAll('${atob("QlBC")} F - ', 'Fragment - ');
mTheCode = mTheCode.replaceAll('${atob("QlBC")} - Best Ping', 'Best Ping');

////// 3.0.0 //////
mTheCode = mTheCode.replaceAll('"bpb.yousef.isegaro.com"', 'atob("YnBiLnlvdXNlZi5pc2VnYXJvLmNvbQ==")');
mTheCode = mTheCode.replaceAll('https://github.com/bia-pain-bache/BPB-Worker-Panel', '${atob("aHR0cHM6Ly9naXRodWIuY29tL2JpYS1wYWluLWJhY2hlL0JQQi1Xb3JrZXItUGFuZWw=")}');
mTheCode = mTheCode.replaceAll('https://github.com/bia-pain-bache/', '${atob("aHR0cHM6Ly9naXRodWIuY29tL2JpYS1wYWluLWJhY2hlLw==")}');
mTheCode = mTheCode.replaceAll('BPB Panel ', '${atob("QlBCIFBhbmVsIA==")}');
mTheCode = mTheCode.replaceAll('>BPB ', '>${atob("QlBCIA==")}');
mTheCode = mTheCode.replaceAll('"BPB-', '"');
mTheCode = mTheCode.replaceAll('BPB F - ', 'Fragment - ');
mTheCode = mTheCode.replaceAll('BPB - Best Ping', 'Best Ping');
mTheCode = mTheCode.replaceAll('https://raw.githubusercontent.com/bia-pain-bache', '${atob("aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL2JpYS1wYWluLWJhY2hl")}');


return mTheCode;
Expand Down

0 comments on commit 4f189e0

Please sign in to comment.