Greasy Fork is available in English.

Stake.com simple & safe Crash bot

Aint got an Stake.com account yet, use my reflink to support my work here:

  1. // ==UserScript==
  2. // @name Stake.com simple & safe Crash bot
  3. // @description Aint got an Stake.com account yet, use my reflink to support my work here:
  4. // @description https://stake.com/?c=StakeGiveaways
  5. // @description to run the bot open https://stake.com/casino/games/crash
  6. // @description set up amount and payout by hand
  7. // @description Best profits i made with the following settings:
  8. // @description Payout: 1.15 and betsize: 86,95900000 DOGE
  9. // @description The bot places every 2 minutes a bet. This is to prevent the crash´s ygl maths.
  10. // @match https://stake.com/casino/games/crash
  11. // @version 3.0
  12. // @author Dauersendung
  13. // @namespace https://greatest.deepsurf.us/de/users/444902-dauersendung
  14. // ==/UserScript==
  15. setInterval(function(){
  16. document.getElementsByClassName("Button__StyledButton-sc-8bd3dp-0 fbjzSA styles__Button-fc7ea4-0 mGJpP")[0].click();
  17. },110000);