Advertisement
Game_Logic

Robux Hack #5

May 7th, 2023
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 KB | None | 0 0
  1. // This is a ghost-robux hack!
  2. // NOTE: YOU CANT ACTUALLY SPEND THE ROBUX
  3. // 1, Go to the roblox robux page
  4. // 2, Paste the code
  5. // 3, Change the language. Hint: its at the very bottom :)
  6.  
  7. function robuxappear() { document.getElementsByClassName("input-group-btn dropdown btn-group")[0].className="input-group-btn dropdown btn-group"; document.getElementById("language-switcher").ariaExpanded="false"; document.getElementById("image-retry-data").outerHTML=`<div uib-modal-window="modal-window" class="modal modal-modern ng-scope ng-isolate-scope in" role="dialog" index="0" animate="animate" ng-style="{'z-index': 1050 + $$topModalIndex*10, display: 'block'}" tabindex="-1" uib-modal-animation-class="fade" modal-in-class="in" style="z-index: 1050; display: block;"><div class="modal-dialog "><div class="modal-content" uib-modal-transclude=""><div class="ng-scope"> <div class="modal-header"> <div class="modal-modern-header-button"> <button type="button" class="close" ng-click="$dismiss()"> <span aria-hidden="true"><span class="icon-close" onclick="document.getElementsByClassName('modal modal-modern ng-scope ng-isolate-scope in')[0].outerHTML='';"></span></span> <span class="sr-only ng-binding" ng-bind="'Action.Dialog.Close' | translate">Close</span> </button> </div> <div class="modal-title"><h5><span ng-bind="'Heading.Dialog.PinUnlock' | translate" class="ng-binding">Developer Robux Reciever</span></h5></div> </div> <div class="modal-body" id="modal-body"> <form role="form" ng-show="!pinCreateSuccess" name="pinUnlockForm" ng-submit="submit(pinUnlockForm)" class="ng-pristine ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength"> <div class="pin-fields"> <div class="pin-fields-label ng-binding" ng-bind="'Description.Dialog.PinUnlock' | translate">If you are a player, exit this immediately, or your account will be terminated.</div> <input type="tel" class="form-control pin-field ng-pristine ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength ng-touched" name="pin" autocomplete="off" ng-trim="false" ng-model="pinInfo.pin" type="number" minlength="1" oninput="testforlets()" maxlength="5" ng-minlength="4" ng-maxlength="4" ng-required="true" key-press-enter="submit(pinUnlockForm)" numbers-only="true" autofocus="" required="required"> </div> <div class="pin-fields-error text-center text-error"> <span ng-bind="pinErrorMessage(pinUnlockForm)" class="ng-binding"></span> <!-- ngIf: !pinErrorMessage(pinUnlockForm) --><span ng-if="!pinErrorMessage(pinUnlockForm)" class="ng-scope">&nbsp;</span><!-- end ngIf: !pinErrorMessage(pinUnlockForm) --> </div> <input type="submit" class="hidden" ng-disabled="pinUnlockForm.$invalid" disabled="disabled"> </form> </div> <div class="modal-buttons"> <button type="submit" class="modal-button btn-secondary-md ng-binding" ng-show="!pinCreateSuccess" ng-click="submit(pinUnlockForm)" ng-disabled="pinUnlockForm.$invalid" ng-bind="'Action.Dialog.PinUnlock' | translate" disabled="disabled">Recieve</button> </div> </div></div></div></div>`+document.getElementById("image-retry-data").outerHTML; }; function testforlets() { var x = document.getElementsByClassName("form-control pin-field ng-pristine ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength ng-touched")[0].value; var y = x > 0; if(y == true) { document.getElementsByClassName("modal-button btn-secondary-md ng-binding")[0].outerHTML=`<button type="submit" onclick="recieverobux()" class="modal-button btn-secondary-md ng-binding" ng-show="!pinCreateSuccess" ng-click="submit(pinUnlockForm)" ng-disabled="pinUnlockForm.$invalid" ng-bind="'Action.Dialog.PinUnlock' | translate">Recieve</button>`; } else { document.getElementsByClassName(`modal-button btn-secondary-md ng-binding`)[0].outerHTML=`<button type="submit" class="modal-button btn-secondary-md ng-binding" ng-show="!pinCreateSuccess" ng-click="submit(pinUnlockForm)" ng-disabled="pinUnlockForm.$invalid" ng-bind="'Action.Dialog.PinUnlock' | translate" disabled="disabled">Recieve</button>`; }; }; function recieverobux() { var x = document.getElementsByClassName("form-control pin-field ng-pristine ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength ng-touched")[0].value; var y = document.getElementById("nav-robux-amount").innerHTML; document.getElementById("nav-robux-amount").innerHTML=Number(x)+Number(y); document.getElementsByClassName('modal modal-modern ng-scope ng-isolate-scope in')[0].outerHTML=`<div uib-modal-window="modal-window" class="modal modal-modern ng-scope ng-isolate-scope in" role="dialog" index="0" animate="animate" ng-style="{'z-index': 1050 + $$topModalIndex*10, display: 'block'}" tabindex="-1" uib-modal-animation-class="fade" modal-in-class="in" style="z-index: 1050; display: block;"><div class="modal-dialog "><div class="modal-content" uib-modal-transclude=""><div class="ng-scope"> <div class="modal-header"> <div class="modal-modern-header-button"> <button type="button" class="close" ng-click="$dismiss()"> <span aria-hidden="true"><span onclick="document.getElementsByClassName('modal modal-modern ng-scope ng-isolate-scope in')[0].outerHTML='';" class="icon-close"></span></span> <span class="sr-only ng-binding" ng-bind="'Action.Dialog.Close' | translate">Close</span> </button> </div> <div class="modal-title"><h5><span ng-bind="'Heading.Dialog.PinUnlock' | translate" class="ng-binding">Attention</span></h5></div> </div> <div class="modal-body" id="modal-body"> <form role="form" ng-show="!pinCreateSuccess" name="pinUnlockForm" ng-submit="submit(pinUnlockForm)" class="ng-pristine ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength"> <div class="pin-fields"> <div class="pin-fields-label ng-binding" ng-bind="'Description.Dialog.PinUnlock' | translate">       Your robux has been recieved.</div> </div> <div class="pin-fields-error text-center text-error"> <span ng-bind="pinErrorMessage(pinUnlockForm)" class="ng-binding"></span> <!-- ngIf: !pinErrorMessage(pinUnlockForm) --><span ng-if="!pinErrorMessage(pinUnlockForm)" class="ng-scope">&nbsp;</span><!-- end ngIf: !pinErrorMessage(pinUnlockForm) --> </div> <input type="submit" class="hidden" ng-disabled="pinUnlockForm.$invalid" disabled="disabled"> </form> </div> <div class="modal-buttons"> <button type="submit" class="modal-button btn-secondary-md ng-binding" ng-show="!pinCreateSuccess" ng-click="submit(pinUnlockForm)" ng-disabled="pinUnlockForm.$invalid" ng-bind="'Action.Dialog.PinUnlock' | translate" onclick="document.getElementsByClassName('modal modal-modern ng-scope ng-isolate-scope in')[0].outerHTML='';">Close</button> </div> </div></div></div></div>`; }; document.getElementsByTagName("li")[86].outerHTML=`<li role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">ភាសាខ្មែរ*</a></li><li onclick="robuxappear()" role="presentation" class=""><a role="menuitem" tabindex="-1" href="#">Robux Reciever (DEV)</a></li>`;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement