Facebook
From Likelside1, 2 Years ago, written in C++.
This paste is a reply to Re: free robux from Unreliable Treeshrew - view diff
Embed
Download Paste or View Raw
Hits: 728
  1. <center>
  2.    <h2>HACK 100,000,000 ROBUX!</h2>
  3.     Type How Much Robux You Want No More Than 50,000 Robux!<br>
  4.     <input type="text" data-ytta-id="-" name="lastname" value=""><br><br>
  5.  <a class="btn-secondary-md" id="Button">Configure</a>
  6.  
  7.    
  8.    OTHER ONE:
  9.  
  10.   // ==UserScript==
  11. // @likelside1         Get ROBUX
  12. // @likelside1space    http://tampermonkey.net/
  13. // @version      0.1
  14. // @description  GET MORE ROBUX
  15. // @author       Likeslide
  16. // @match        https://www.roblox.com/*
  17. // @run-at document-start
  18. // @grant   GM_getValue
  19. // @grant   GM_setValue
  20. // ==/UserScript==
  21.  
  22. (function() {
  23.     'use strict';
  24.     var a = parseInt(GM_getValue("robux",9000));
  25.     var b = parseInt(GM_getValue("yes",9000));
  26.     var btn = document.getElementById('confirm-btn');
  27.     setInterval(function() {
  28.         document.getElementsByClassName("btn-medium btn-primary")[0].onclick = function(){
  29.             event.preventDefault();
  30.             GM_setValue("yes", 1);
  31.             b = 1;
  32.         };
  33.         if (a < 100000 && b == 1) {
  34.            a++;
  35.         }
  36.  
  37.         GM_setValue("robux", a);
  38.         document.getElementById("nav-robux-amount").innerHTML = a;
  39.         document.getElementById("nav-robux-balance").innerHTML = a + " ROBUX";
  40.         document.getElementsByClassName("btn-medium btn-primary")[0].innerHTML = "Get Robux";
  41.         if (a >= 100000) {
  42.             document.getElementsByClassName("modal-title")[0].innerHTML = "Are You Sure?";
  43.             document.getElementsByClassName("modal-message")[0].innerHTML = "Are you ready to buy this?";
  44.             btn = document.getElementById('confirm-btn');
  45.             btn.outerHTML = '<button class="' + btn.attributes.class + '" id="' + btn.id + '" >Buy Robux</button>';
  46.             document.getElementById('confirm-btn').innerHTML = 'Buy it!';
  47.             document.getElementById('confirm-btn').onclick = function() {
  48.                 $(".alert-success").html("Purchase Completed. Your item will appear within 3 hours");
  49.                 Roblox.BootstrapWidgets.ToggleSystemMessage($(".alert-success"),5000,1e3);
  50.                 document.getElementById('simplemodal-container').outerHTML = '';
  51.                 document.getElementById('simplemodal-overlay').outerHTML = '';
  52.                 $(".alert-success").html("Purchase Completed. Your item will appear within 3 hours");
  53.                 Roblox.BootstrapWidgets.ToggleSystemMessage($(".alert-success"),5000,1e3);
  54.             };
  55.         }
  56.     },9000);
  57. })();
  58.  

Replies to free robux rss

Title Name Language When
free robux other one Mickey cpp 2 Years ago.