Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

aeongdesu/vdebug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vd(d)ebug

includes redstonekasi's module dumper (stole)

of course, do not share dumped files with others.

explode

diff --git a/index.js b/index.js
index 61e07a1..ded6c98 100644
--- a/index.js
+++ b/index.js
@@ -81,7 +81,7 @@ wss.on("connection", (ws) => {
           cb();
         } else {
           isPrompting = false;
-          ws.send(input);
+          ws.send(`const res=(0, eval)(${JSON.stringify(input)});console.log(res);res`);
           finishCallback = cb;
         }
       } catch (e) {

About

vine boom explode oh my goah

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%