Advertisement
Ypleitez

Untitled

Dec 13th, 2023
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. const WDB_API = 'https://api-bot.mhqb365.com';
  2. const CASINO_GAME = 'primedice';
  3. (async function () {
  4. let installer = await fetch(WDB_API + '/stable/init')
  5. installer = await installer.text()
  6. eval(installer)
  7. })();
  8.  
  9.  
  10.  
  11.  
  12.  
  13. 7ec7f98b-1d8e-4f27-82b0-b90e43804134
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement