Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
32,641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. **********************************************************
  3. *********** https://www.youtube.com/c/RandomCrap *********
  4. **********************************************************
  5. */
  6.  
  7.  
  8.  
  9. //Spawn any amount of raid boss or legendary eggs! Change r value for the amount of eggs you want to receive
  10. //Search for the value -> GachaCellView.prototype.onCellClicked
  11. //To get only legendary sidekicks rename "bossraid" to "legendary"
  12. var r = 10;
  13. for (var c = 0; c < r; c++) {
  14.   GC.app.mvc.sendNotification("PlayGachaCommand", { type: "bossraid", isFree: true});
  15. }
  16.  
  17.  
  18.  
  19.  
  20. /*
  21. **********************************************************
  22. *********** https://www.youtube.com/c/RandomCrap *********
  23. **********************************************************
  24. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement