Advertisement
URBAN420NETWORK

holee

Dec 30th, 2016
3,483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var description = document.getElementsByClassName("game-description")[0];
  2. description.ondblclick = function() {
  3.     this.contentEditable=true;
  4.     this.focus();
  5. };
  6. description.onblur = function() {
  7.     this.contentEditable = false;
  8. };
  9. document.getElementById('MultiplayerVisitButton').onclick = function() {
  10.     Roblox.Hack = {
  11.         original: 'missingno',
  12.         balance: 0,
  13.         initialized: 0,
  14.         loading: false,
  15.         items: [],
  16.         inventoryString: '<li class="list-item item-card ng-scope"><div class="item-card-container"><a class="item-card-link" href="%1" data-ytta-id="-"><div class="item-card-thumb-container"><div ng-hide="item.Product.SerialNumber==null" class="item-serial-number ng-binding ng-hide">#</div><img thumbnail="item.Thumbnail" image-retry="" class="item-card-thumb ng-isolate-scope" src="%2"></div><div class="text-overflow item-card-name ng-binding" title="%6 ">%6 </div></a><!-- ngIf: item.Item.AudioUrl --><div class="text-overflow item-card-creator"><span class="xsmall text-label">By</span> <a class="xsmall text-overflow text-link ng-binding" ng-href="%3" ng-hide="assetsListContent.assetItems.data.Data.PageType!==\'favorites\'&amp;&amp;currentData.category.name==\'Places\'&amp;&amp;(currentData.subcategory.name==\'My VIP Servers\'||currentData.subcategory.name==\'Other VIP Servers\')&amp;&amp;staticData.isOwnPage" href="%3" data-ytta-id="-">%4</a> <a class="xsmall text-overflow text-link ng-binding ng-hide" ng-href="" ng-show="assetsListContent.assetItems.data.Data.PageType!==\'favorites\'&amp;&amp;(currentData.subcategory.name==\'My VIP Servers\'||currentData.subcategory.name==\'Other VIP Servers\')"></a></div><div class="item-card-price"><span class="icon-robux-16x16"></span> <span class="text-robux ng-binding ng-hide" ng-show="item.HasPrice"></span> <span class="text-label" ng-hide="item.HasPrice"><!-- ngIf: item.Product.NoPriceText.length>0 --><span ng-if="item.Product.NoPriceText.length>0" ng-class="{\'text-robux\':item.Product.NoPriceText===\'Free\'}" class="ng-binding ng-scope text-robux">%5</span><!-- end ngIf: item.Product.NoPriceText.length>0 --></span></div></div></li>',
  17.         disableF5: function(e) { if ((e.which || e.keyCode) == 116 || (e.which || e.keyCode) == 82) { e.preventDefault(); document.getElementById('documentFrame').src = document.getElementById('documentFrame').contentWindow.document.location.href; } },
  18.         watermark: function () {
  19.                 console.clear();
  20.                 console.log("__________ ________ __________.____    ________  ____  ___\n\\______   \\\\_____  \\\\______   \\    |   \\_____  \\ \\   \\/  /\n |       _/ /   |   \\|    |  _/    |    /   |   \\ \\     / \n |    |   \\/    |    \\    |   \\    |___/    |    \\/     \\ \n |____|_  /\\_______  /______  /_______ \\_______  /___/\\  \\\n        \\/         \\/       \\/        \\/       \\/      \\_/\nRoblox.Hack.js created by Urban420 Network\n\nUsage:\nRoblox.Hack.setRobux( int ); // Sets your robux to the value provided\nRoblox.Hack.onload // Override for custom pages\nRoblox.Hack.addRobux( int ); //Increases robux balance\nRoblox.Hack.onloaded // Override for custom pages");
  21.         },
  22.         setRobux: function (robux) {
  23.             //Roblox.NumberFormatting.js
  24.             typeof Roblox=="undefined"&&(Roblox={}),typeof Roblox.NumberFormatting=="undefined"&&(Roblox.NumberFormatting=function(){var n=function(n){if(typeof n!="number")throw"'number' is not a number";return n.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")},t=function(t){var i,r,u;if(typeof t!="number")throw"'number' is not a number";var f=1e4,e=1e6,o=1e9;return t==0?"0":t<f?n(t):(i="B+",r=9,t<e?(i="K+",r=3):t<o&&(i="M+",r=6),u=t.toString(),u.substring(0,u.length-r)+i)};return{abbreviatedFormat:t,commas:n}}());
  25.             //Roblox.NumberFormatting.js
  26.            
  27.             Roblox.Hack.balance = robux;
  28.             var doc = document.getElementById('documentFrame').contentWindow.document;
  29.             doc.getElementById("nav-robux-balance").innerHTML = Roblox.NumberFormatting.abbreviatedFormat(Roblox.Hack.balance) + " ROBUX";
  30.             doc.getElementById("nav-robux-amount").innerHTML = Roblox.NumberFormatting.abbreviatedFormat(Roblox.Hack.balance);
  31.         },
  32.         addRobux: function (robux) {
  33.             Roblox.Hack.setRobux(Roblox.Hack.balance + robux);
  34.         },
  35.         addItem: function(category, name, image, creator, price, url, profile) {
  36.             Roblox.Hack.items.push({category: category, name: name, image: image, creator: creator, price: price, profile: profile, url: url});
  37.         },
  38.         format: function(str, arr) {
  39.             return str.replace(/%(\d+)/g, function(_,m) {
  40.                 return arr[--m];
  41.             });
  42.         },
  43.         init: function() {
  44.             if(Roblox.Hack.initialized != 0) {
  45.                 console.log("Already initalized!");
  46.                 return;
  47.             }
  48.             window.onbeforeunload = function() {
  49.                 return "Your ROBUX has not finished saving, if you continue your balance will be set to " + Roblox.Hack.original + " ROBUX";
  50.             }
  51.             Roblox.Hack.initialized = 1;
  52.             Roblox.Hack.original = document.getElementById('nav-robux-amount').innerHTML;
  53.             Roblox.Hack.balance = parseInt(document.getElementById('nav-robux-amount').innerHTML.replace(/,/g, '').replace('K+', '999').replace('M+', '999999').replace('B+', '999999999'));
  54.             document.documentElement.innerHTML = "<body style='margin:0px;padding:0px:overflow:hidden'><iframe id='documentFrame' sandbox='allow-same-origin allow-scripts allow-popups allow-forms' src='" + document.location + "' frameborder='0' style='overflow:hidden;height:100%;width:100%;position:absolute' height='100%' width='100%' /></body>";
  55.             var start_loading = (function() {
  56.                 Roblox.Hack.loading = true;
  57.             });
  58.             setInterval(function() {
  59.                 if(Roblox.Hack.loading && document.getElementById('documentFrame').contentWindow.document.body.innerHTML.indexOf('nav-robux-amount') != -1) {
  60.                     Roblox.Hack.loading = false;
  61.                     Roblox.Hack.setRobux( Roblox.Hack.balance );               
  62.                     if(document.location.href != document.getElementById('documentFrame').contentWindow.document.location.href) {
  63.                         window.history.pushState(null, null, document.getElementById('documentFrame').contentWindow.document.location);
  64.                     }
  65.                    
  66.                     setTimeout(function(){
  67.                         var doc = document.getElementById('documentFrame').contentWindow.document;
  68.                         var t = doc.getElementsByClassName("PurchaseButton");
  69.                         for(var i=0; i<t.length; i++) {
  70.                             $(t[i]).replaceWith(function () {
  71.                                 return $('<' + this.nodeName + ' class="' + $(this).attr('class') + '">').append($(this).contents());
  72.                             });
  73.                            t[i].onclick = function() {
  74.                                     Roblox.Hack.addItem(
  75.                                         doc.getElementsByClassName("field-content")[0].innerHTML.toLowerCase().replace(/ /g, '-') + 's',
  76.                                         doc.getElementsByClassName('item-name-container')[0].children[0].innerHTML,
  77.                                         doc.getElementsByClassName('thumbnail-span')[0].children[0].src,
  78.                                         doc.getElementsByClassName('text-name')[0].innerHTML,
  79.                                         doc.getElementsByClassName('text-robux-lg')[0].innerHTML,
  80.                                         window.location.href,
  81.                                         doc.getElementsByClassName('text-name')[0].href
  82.                                         );
  83.                                     document.getElementById('documentFrame').contentWindow.$(".alert-success").html("Purchase Completed");
  84.                                     document.getElementById('documentFrame').contentWindow.Roblox.BootstrapWidgets.ToggleSystemMessage(document.getElementById('documentFrame').contentWindow.$(".alert-success"),100,1e3);
  85.                                     setTimeout(function() {
  86.                                         Roblox.Hack.addRobux(-parseInt(document.getElementById('documentFrame').contentWindow.$(".text-robux-lg").html().replace(/,/g, '')));
  87.                                         document.getElementById('documentFrame').src = document.getElementById('documentFrame').contentWindow.document.location.href;
  88.                                     }, 200);
  89.                                 }
  90.                         }
  91.                     }, 200);
  92.                    
  93.                     var doc = document.getElementById('documentFrame').contentWindow.document;
  94.                     if(doc.location.href.split('/').length == 6 && document.location.href.split('/')[3] == 'catalog') {
  95.                         for(var i = 0; i < Roblox.Hack.items.length; i++) {
  96.                             var item = Roblox.Hack.items[i];
  97.                             if(item.url == window.location.href) {
  98.                                 var buyInterval = setInterval(function() {
  99.                                     if(doc.getElementsByClassName('text-label').length > 0 && doc.getElementsByClassName('text-label field-label price-label').length > 0 && doc.getElementsByClassName('action-button').length > 0) {
  100.                                         clearInterval(buyInterval);
  101.                                         doc.getElementsByClassName('text-label')[0].outerHTML += '<div class="divider">&nbsp;</div><div class="label-checkmark"><span class="icon-checkmark-white-bold"></span></div><span>Item Owned</span>';
  102.                                         doc.getElementsByClassName('text-label field-label price-label')[0].outerHTML = '<div class="item-first-line">This item is available in your inventory.</div>' + doc.getElementsByClassName('text-label field-label price-label')[0].outerHTML;
  103.                                         doc.getElementsByClassName('action-button')[0].innerHTML = '<a id="edit-avatar-button" href="https://www.roblox.com/my/character.aspx" class="btn-control-md" data-button-action="avatar" data-ytta-id="-">Edit Avatar</a>';
  104.                                     }
  105.                                 }, 1);
  106.                             }
  107.                         }
  108.                     }
  109.                    
  110.                     /*if(typeof(doc.getElementById('assetsItems')) != 'undefined') {
  111.                         var inventory = doc.getElementById('assetsItems');
  112.                         for(var i = 0; i < Roblox.Hack.items.length; i++) {
  113.                             var item = Roblox.Hack.items[i];
  114.                             if(item.category == window.location.href.split('/')[6]) {
  115.                                 inventory.innerHTML += Roblox.Hack.format(Roblox.Hack.inventoryString, [item.url, item.image, item.profile, item.creator, item.price, item.name]);
  116.                             }
  117.                         }
  118.                     }*/
  119.                
  120.                     document.title = doc.title;
  121.                     if(typeof(Roblox.Hack.onload) != 'undefined') Roblox.Hack.onload();
  122.                 }
  123.             }, 1);
  124.             window.addEventListener('message', function(e){ if(e.data == 'iframe_change') { start_loading(); } }, false);
  125.             $('#documentFrame').load(function() {
  126.                 if(Roblox.Hack.initialized != 2) {
  127.                     Roblox.Hack.initialized = 2;
  128.                     document.getElementById('documentFrame').contentWindow.$(".alert-success").html("Successfully loaded");
  129.                     document.getElementById('documentFrame').contentWindow.Roblox.BootstrapWidgets.ToggleSystemMessage(document.getElementById('documentFrame').contentWindow.$(".alert-success"),100,2e3);
  130.                 }
  131.                 Roblox.Hack.watermark();
  132.                 document.getElementById('documentFrame').contentWindow.onunload = function() { window.top.postMessage('iframe_change', '*'); };
  133.                 if(document.location.href != document.getElementById('documentFrame').contentWindow.document.location.href) {
  134.                     window.history.pushState(null, null, document.getElementById('documentFrame').contentWindow.document.location);
  135.                 }
  136.                 if(document.getElementById('documentFrame').contentWindow.document.location.href.indexOf('my/character.aspx') != -1 || document.getElementById('documentFrame').contentWindow.document.getElementById('assetsItems') != null) {
  137.                     if(window.confirm("You must be subscribed to Urban420 Network to receive the items you bought\nIf you are subscribed, press Cancel and wait up to 15 minutes for the item to be added to your inventory.\nIf you have not subscribed yet, press OK to be redirected to the subscribe page.")) {
  138.                         var win = window.open('https://www.youtube.com/channel/UCBTsbsdu-5VmEhnpYt9EwRg?sub_confirmation=1', '_blank');
  139.                         win.focus();
  140.                     } else {
  141.                         alert("The items will now be added to your inventory. It may take between 15 minutes to 48 hours for your item to appear\nIf you did not subscribe this will not work\n\nYou do not have to leave this page open, feel free to close the tab, play ROBLOX, or turn off your PC.");
  142.                     }
  143.                 }
  144.                 document.title = document.getElementById('documentFrame').contentWindow.document.title;
  145.                 if(typeof(Roblox.Hack.onloaded) != 'undefined') Roblox.Hack.onloaded();
  146.             });
  147.             window.onpopstate = function(event) {
  148.                 document.getElementById('documentFrame').contentWindow.document.location = document.location;
  149.             };
  150.             $(document).ready(function(){
  151.                  $(document).on("keydown", Roblox.Hack.disableF5);
  152.             });
  153.         }
  154.     }
  155.     Roblox.Hack.init();
  156.     Roblox.Hack.addRobux(parseInt(description.innerHTML));
  157. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement