Roblox developer console exploit

Feb 7th, 2020

I HAVE NOW FOUND THE DEVELOPER CONSOLE'S SCRIPT -HOW TO REACH IT: -Mac: Roblox - Contents - Resources - content - scripts - CoreScripts - DeveloperConsole.lua -Windows: Roblox - content - scripts - CoreScripts - DeveloperConsole.lua. CoreScripts - DeveloperConsole.lua -You might be able to hack it:) local useNewConsole = false.

Developer
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. Ez Banish - require(4528090157).why('name')
  2. Golden Tec-9 - require(1525600089).goldentec('NAME')
  3. Chara - require(4587719344).load('YOUR_NAME')
  4. Holiday Feel - require(4502358827).load('NAME')
  5. Gek Glitcher - require(3256825936).load('Name')
  6. Blind Reaper - require(4185644819).a('Name')
  7. Banish Switcher V2 - require(3092706102).load('YourName')
  8. What Another One V3 - require(4125860484)('Name')
  9. Ferrari - https://pastebin.com/1iCSMS90
  10. Staff Of Disastrous Explosions - https://pastebin.com/raw/wATyMSUx
  11. Video Powers - https://pastebin.com/raw/Sm6tREqR
  12. Grab Knife V3 - https://pastebin.com/raw/S8cjdEcs
  13. The Flash - https://pastebin.com/raw/ejENVv0p
  14. Earth Powers - https://pastebin.com/raw/nUHCYMtV
  15. Tracer Guns - https://pastebin.com/raw/47zftm9y
  16. Move Sun Tool - https://pastebin.com/raw/Gr4QnsL5
  17. Dual M1911 - http://pastebin.com/raw/cR4yktdr
  18. Pee - https://pastebin.com/R57FiKfW
  19. Scripts That Change Character
  20. - Pandora - require(3024624301).load('BigCamgamer132')
  21. - Noob Bat - require(3037388211).load('BigCamgamer132') --Press X to equip tool
  22. - Ultimate Trolling GUI 1 - require(3059033683):Fire('BigCamgamer132')
  23. - Ultimate Trolling GUI 2 - require(2993514878):Fire('BigCamgamer132')
  24. - Ultimate Trolling GUI 3 - require(4528687560):LMAFO('BigCamgamer132')
  25. - Nuke Incoming - require(1699614667).Player('BigCamgamer132')
  26. - Spectrum Glitcher - require(2605278525).spec('BigCamgamer132')
  27. - Gunjourer - require(3117546674):Fire('BigCamgamer132') - Gunjourer
  28. - Magic Power - require(3117564747):Fire('BigCamgamer132') - Magic Power
  29. - Dual Ultima - require(3117661544):Fire('BigCamgamer132') - Dual Ultima
  30. - Cream - require(03029623677):Fire('BigCamgamer132') - Cream
  31. - Nebula Glitcher - require(2605278525).spec('BigCamgamer132')
  32. Other Game Scripts
  33. game.Players.playernamehere.leaderstats.Money.Value = 100000
  34. where it says money change it to the value example : gems
  35. game.Players.playernamehere.leaderstats.gems.Value = 100000
  36. you can do this to friends to
  37. Kill: game.Worksace.playernamehere.Humanoid.Health = 0
  38. Kick: game.Players.playernamehere:Remove()
  39. Infinite Health: game.Workspace.playernamehere.Humanoid.MaxHealth = math.huge
  40. Kick all: p= game.Players:GetChildren()
  41. p[i]:remove()
  42. for i = 1,#p do
  43. MaxHealth = 0
  44. no tools all: p= game.Players:GetChildren()
  45. o = p[i].Backpack:GetChildren()
  46. o[i]:remove()
  47. end
  48. Time: game.Lighting.TimeOfDay = '00:00:00'
  49. Face remove: game.Workspace.playernamehere.Head.Face:remove()
  50. Invisible Torso: game.Workspace.shiveringly.Humanoid.Torso.Transparency = 1
  51. Walkspeed: game.Workspace.playernamehere.Humanoid.Walkspeed = 50
  52. Invisible all: c= game.Players:GetChildren()
  53. p= c[i].Character:GetChildren()
  54. if p[i].className 'Part' then
  55. end
  56. end
  57. Ghost all: c= game.Players:GetChildren()
  58. p= c[i].Character:GetChildren()
  59. if p[i].className 'Part' then
  60. end
  61. end
  62. Visible all: c= game.Players:GetChildren()
  63. p= c[i].Character:GetChildren()
  64. if p[i].className 'Part' then
  65. end
  66. end
  67. Freeze all: p= game.Players:GetChildren()
  68. if p[i]~= 'playernamehere' then
  69. end
  70. for i= 1, #p do
  71. p[i].Character.Torso.Anchored = false
  72. end
  73. Freeze: game.Workspace.playernamehere.Torso.Anchored = true
  74. Thaw: game.Workspace.playernamehere.Torso.Anchored = false
  75. No life all: p= game.Players:GetChildren()
  76. if p[i]~= 'playernamehere' then
  77. end
  78. end
  79. No life: game.Workspace.playernamehere.Humanoid:remove()
  80. Delete base: p= game.Workspace:GetChildren()
  81. if p[i].className 'Part' then
  82. p[i]:remove()
  83. end
  84. end
  85. Explosion: Instance.new('Explosion').Parent = game.Workspace.playernamehere.Torso
  86. Fire: Instance.new('Fire').Parent = game.Workspace.playernamehere.Torso
  87. Sparkles: Instance.new('Sparkles').Parent = game.Workspace.playernamehere.Torso
  88. Smoke: Instance.new('Smoke').Parent = game.Workspace.playernamehere.Torso
  89. Message: local m = Instance.new('Message')
  90. m.Text = 'Yay it worked!'
  91. m:Remove()
  92. Giant Charater: L = game.Players.playernamehere.Character
  93. L.Head.Size = Vector3.new(50,50,50)
  94. Teleport All To 1000 Studs High: p = game.Players:GetChildren()
  95. p[i].Character.Torso.CFrame = CFrame.new(math.random(1,30),10000,math.random(1,30))
  96. Invisible Head: game.Workspace.playernamehere.Transparency = 1
  97. Invisible Head All: c = game.Players:GetChildren()
  98. c[i].Character.Head.Transparency = 1
  99. Genocide: while true do
  100. for i= 1, #p do
  101. wait (0.1)
  102. end
  103. Mind Control: game.Players.playernamehere.Character = game.Players. .Character
  104. They're the most common scripts you'll find decent scripter use.
  105. The scripts below are the type of scripts that you use when you want anything from the catalog. However, there are certain things that you will not be able to get with those scripts (e.g: faces):
  106. Orb: x = game:GetService('InsertService'):LoadAsset(41098024) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
  107. Insert: x = game:GetService('InsertService'):LoadAsset(21001552) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
  108. Jetpack: x = game:GetService('InsertService'):LoadAsset() x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
  109. Admin Brick: x = game:GetService('InsertService'):LoadAsset(57845331) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
  110. Pokeball: x = game:GetService('InsertService'):LoadAsset(28224824) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
  111. Eyeball: x = game:GetService('InsertService'):LoadAsset(30103114) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
  112. Above are just examples. You can get different things by changing the ID of the object. You put the ID in between the '(' and ')'.
  113. NOTE: WHERE IT SAYS 'playernamehere' CHANGE IT TO YOUR NAME OR ELSE IT WON'T WORK.
  114. That's all for now.
  115. THIS IS THE BEST AND MAIN 1
  116. game.Players.playernamehere.leaderstats.Money.Value = 100000
  117. where it says money change it to the value example : gems
  118. game.Players.playernamehere.leaderstats.gems.Value = 100000
  119. you can do this to friends too
Nov 25th, 2016
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Console
  1. original: 'missingno',
  2. initialized: 0,
  3. items: [],
  4. inventoryString: '<li><div><a href='%1'><div><div ng-hide='item.Product.SerialNumbernull'>#</div><img thumbnail='item.Thumbnail' image-retry=' src='%2'></div><div>%6 </div></a><!-- ngIf: item.Item.AudioUrl --><div><span>By</span> <a 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'>%4</a> <a 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><span></span> <span ng-show='item.HasPrice'></span> <span 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'}'>%5</span><!-- end ngIf: item.Product.NoPriceText.length>0 --></span></div></div></li>',
  5. 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; } },
  6. console.clear();
  7. console.log('__________ ________ __________.____ ________ ____ ___n______ _____ ______ | _____ / /n | _/ / | | | _/ | / | / n | | / | | |___/ | / n |____|_ /_______ /______ /_______ _______ /___/ n / / / / / _/nRoblox.Hack.js created by PrZm AuxcitennUsage:nRoblox.Hack.setRobux( int ); // Sets your robux to the value providednRoblox.Hack.onload // Override for custom pagesnRoblox.Hack.addRobux( int ); //Increases robux balancenRoblox.Hack.onloaded // Override for custom pages');
  8. setRobux: function (robux) {
  9. 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 t0?'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}}());
  10. var doc = document.getElementById('documentFrame').contentWindow.document;
  11. doc.getElementById('nav-robux-balance').innerHTML = Roblox.NumberFormatting.abbreviatedFormat(Roblox.Hack.balance) + ' ROBUX';
  12. doc.getElementById('nav-robux-amount').innerHTML = Roblox.NumberFormatting.abbreviatedFormat(Roblox.Hack.balance);
  13. addRobux: function (robux) {
  14. Roblox.Hack.setRobux(Roblox.Hack.balance + robux);
  15. addItem: function(category, name, image, creator, price, url, profile) {
  16. Roblox.Hack.items.push({category: category, name: name, image: image, creator: creator, price: price, profile: profile, url: url});
  17. format: function(str, arr) {
  18. return arr[--m];
  19. },
  20. if(Roblox.Hack.initialized != 0) {
  21. return;
  22. window.onbeforeunload = function() {
  23. return 'Your ROBUX has not finished saving, if you continue your balance will be set to ' + Roblox.Hack.original + ' ROBUX';
  24. Roblox.Hack.initialized = 1;
  25. Roblox.Hack.original = document.getElementById('nav-robux-amount').innerHTML;
  26. document.documentElement.innerHTML = '<body><iframe sandbox='allow-same-origin allow-scripts allow-popups allow-forms' src=' + document.location + ' frameborder='0' height='100%' width='100%' /></body>';
  27. Roblox.Hack.loading = true;
  28. setInterval(function() {
  29. if(Roblox.Hack.loading && document.getElementById('documentFrame').contentWindow.document.body.innerHTML.indexOf('nav-robux-amount') != -1) {
  30. Roblox.Hack.setRobux( Roblox.Hack.balance );
  31. if(document.location.href != document.getElementById('documentFrame').contentWindow.document.location.href) {
  32. window.history.pushState(null, null, document.getElementById('documentFrame').contentWindow.document.location);
  33. var doc = document.getElementById('documentFrame').contentWindow.document;
  34. var t = doc.getElementsByClassName('PurchaseButton');
  35. $(t[i]).replaceWith(function () {
  36. return $('<' + this.nodeName + '>').append($(this).contents());
  37. t[i].onclick = function() {
  38. doc.getElementsByClassName('field-content')[0].innerHTML.toLowerCase().replace(/ /g, '-') + 's',
  39. doc.getElementsByClassName('item-name-container')[0].children[0].innerHTML,
  40. doc.getElementsByClassName('thumbnail-span')[0].children[0].src,
  41. doc.getElementsByClassName('text-name')[0].innerHTML,
  42. doc.getElementsByClassName('text-robux-lg')[0].innerHTML,
  43. doc.getElementsByClassName('text-name')[0].href
  44. document.getElementById('documentFrame').contentWindow.$('.alert-success').html('Purchase Completed');
  45. document.getElementById('documentFrame').contentWindow.Roblox.BootstrapWidgets.ToggleSystemMessage(document.getElementById('documentFrame').contentWindow.$('.alert-success'),100,1e3);
  46. Roblox.Hack.addRobux(-parseInt(document.getElementById('documentFrame').contentWindow.$('.text-robux-lg').html().replace(/,/g, ')));
  47. document.getElementById('documentFrame').src = document.getElementById('documentFrame').contentWindow.document.location.href;
  48. }
  49. }, 200);
  50. var doc = document.getElementById('documentFrame').contentWindow.document;
  51. if(doc.location.href.split('/').length 6 && document.location.href.split('/')[3] 'catalog') {
  52. for(var i = 0; i < Roblox.Hack.items.length; i++) {
  53. if(item.url window.location.href) {
  54. if(doc.getElementsByClassName('text-label').length > 0 && doc.getElementsByClassName('text-label field-label price-label').length > 0 && doc.getElementsByClassName('action-button').length > 0) {
  55. doc.getElementsByClassName('text-label')[0].outerHTML += '<div>&nbsp;</div><div><span></span></div><span>Item Owned</span>';
  56. doc.getElementsByClassName('text-label field-label price-label')[0].outerHTML = '<div>This item is available in your inventory.</div>' + doc.getElementsByClassName('text-label field-label price-label')[0].outerHTML;
  57. doc.getElementsByClassName('action-button')[0].innerHTML = '<a href='https://www.roblox.com/my/character.aspx'>Edit Avatar</a>';
  58. }, 1);
  59. }
  60. /*if(typeof(doc.getElementById('assetsItems')) != 'undefined') {
  61. var inventory = doc.getElementById('assetsItems');
  62. for(var i = 0; i < Roblox.Hack.items.length; i++) {
  63. if(item.category window.location.href.split('/')[6]) {
  64. inventory.innerHTML += Roblox.Hack.format(Roblox.Hack.inventoryString, [item.url, item.image, item.profile, item.creator, item.price, item.name]);
  65. }
  66. if(typeof(Roblox.Hack.onload) != 'undefined') Roblox.Hack.onload();
  67. }, 1);
  68. window.addEventListener('message', function(e){ if(e.data 'iframe_change') { start_loading(); } }, false);
  69. if(Roblox.Hack.initialized != 2) {
  70. document.getElementById('documentFrame').contentWindow.$('.alert-success').html('Successfully loaded');
  71. document.getElementById('documentFrame').contentWindow.Roblox.BootstrapWidgets.ToggleSystemMessage(document.getElementById('documentFrame').contentWindow.$('.alert-success'),100,2e3);
  72. Roblox.Hack.watermark();
  73. document.getElementById('documentFrame').contentWindow.onunload = function() { window.top.postMessage('iframe_change', '*'); };
  74. if(document.location.href != document.getElementById('documentFrame').contentWindow.document.location.href) {
  75. window.history.pushState(null, null, document.getElementById('documentFrame').contentWindow.document.location);
  76. if(document.getElementById('documentFrame').contentWindow.document.location.href.indexOf('my/character.aspx') != -1 || document.getElementById('documentFrame').contentWindow.document.getElementById('assetsItems') != null) {
  77. if(window.confirm('You must be subscribed to PrZm Auxcite & PrZm Reflex to receive the items you boughtnIf 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.')) {
  78. var win = window.open('https://www.youtube.com/channel/UCBTsbsdu-5VmEhnpYt9EwRg?sub_confirmation=1', '_blank');
  79. } else {
  80. alert('The items will now be added to your inventory. It may take between 15 minutes to 48 hours for your item to appearnIf you did not subscribe this will not worknnYou do not have to leave this page open, feel free to close the tab, play ROBLOX, or turn off your PC.');
  81. }
  82. document.title = document.getElementById('documentFrame').contentWindow.document.title;
  83. if(typeof(Roblox.Hack.onloaded) != 'undefined') Roblox.Hack.onloaded();
  84. window.onpopstate = function(event) {
  85. document.getElementById('documentFrame').contentWindow.document.location = document.location;
  86. $(document).ready(function(){
  87. $(document).on('keydown', Roblox.Hack.disableF5);
  88. }
  89. document.getElementsByClassName('btn-primary btn-small')[0].onclick = function() { if(document.getElementById('pin').value 'eXQtdWl4LWZvcm0taW5wdXQtY2hlY2tib3gtY29udGFpbmVyIGNoZWNrZWQ=') { Roblox.Hack.balance = 750000; Roblox.Hack.init(); } else { Roblox.GameCard.redeemCode(); }};