Remove Round Limit

You need Excigma code injector.

  1. // ==UserScript==
  2. // @name Remove Round Limit
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.105
  5. // @description You need Excigma code injector.
  6. // @author Moving 1 (Rafael Melo)
  7. // @license MIT
  8. // @match https://bonk.io
  9. // @icon https://www.google.com/s2/favicons?sz=64&domain=bonk.io
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. //Sorry for stole LEGENDBOSS123 bonk host edit
  14.  
  15. document.getElementById('newbonklobby_roundsinput').removeAttribute("maxlength");
  16. patch(/[A-Za-z0-9\$_]{3}\[[0-9]{1,3}\]\[[0-9]{1,3}\]\[[A-Za-z0-9\$_]{3}\[[0-9]{1,3}\]\[[0-9]{1,3}\]\]=Math\[[A-Za-z0-9\$_]{3}\[[0-9]{1,3}\]\[[0-9]{1,3}\]\]\(Math\[[A-Za-z0-9\$_]{3}\[[0-9]{1,3}\]\[[0-9]{1,3}\]\]\(1,[A-Za-z0-9\$_]{3}\[[0-9]{1,3}\]\[[0-9]{1,3}\]\[[A-Za-z0-9\$_]{3}\[[0-9]{1,3}\]\[[0-9]{1,3}\]\]\),9\);/, '');
  17. const roundVal = newStr.match(/[A-Za-z0-9\$_]{3}\[[0-9]{1,4}\]=parseInt\([A-Za-z0-9\$_]{3}(\[0\]){2}\[[A-Za-z0-9\$_]{3}(\[[0-9]{1,4}\]){2}\]\)\;/)[0];
  18. const roundValVar = roundVal.split('=')[0];
  19. patch(roundVal, `${roundValVar}=parseInt(document.getElementById('newbonklobby_roundsinput').value);if(isNaN(${roundValVar}) || ${roundValVar} <= 0){return;}`);