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.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- Ez Banish - require(4528090157).why('name')
- Golden Tec-9 - require(1525600089).goldentec('NAME')
- Chara - require(4587719344).load('YOUR_NAME')
- Holiday Feel - require(4502358827).load('NAME')
- Gek Glitcher - require(3256825936).load('Name')
- Blind Reaper - require(4185644819).a('Name')
- Banish Switcher V2 - require(3092706102).load('YourName')
- What Another One V3 - require(4125860484)('Name')
- Ferrari - https://pastebin.com/1iCSMS90
- Staff Of Disastrous Explosions - https://pastebin.com/raw/wATyMSUx
- Video Powers - https://pastebin.com/raw/Sm6tREqR
- Grab Knife V3 - https://pastebin.com/raw/S8cjdEcs
- The Flash - https://pastebin.com/raw/ejENVv0p
- Earth Powers - https://pastebin.com/raw/nUHCYMtV
- Tracer Guns - https://pastebin.com/raw/47zftm9y
- Move Sun Tool - https://pastebin.com/raw/Gr4QnsL5
- Dual M1911 - http://pastebin.com/raw/cR4yktdr
- Pee - https://pastebin.com/R57FiKfW
- Scripts That Change Character
- - Pandora - require(3024624301).load('BigCamgamer132')
- - Noob Bat - require(3037388211).load('BigCamgamer132') --Press X to equip tool
- - Ultimate Trolling GUI 1 - require(3059033683):Fire('BigCamgamer132')
- - Ultimate Trolling GUI 2 - require(2993514878):Fire('BigCamgamer132')
- - Ultimate Trolling GUI 3 - require(4528687560):LMAFO('BigCamgamer132')
- - Nuke Incoming - require(1699614667).Player('BigCamgamer132')
- - Spectrum Glitcher - require(2605278525).spec('BigCamgamer132')
- - Gunjourer - require(3117546674):Fire('BigCamgamer132') - Gunjourer
- - Magic Power - require(3117564747):Fire('BigCamgamer132') - Magic Power
- - Dual Ultima - require(3117661544):Fire('BigCamgamer132') - Dual Ultima
- - Cream - require(03029623677):Fire('BigCamgamer132') - Cream
- - Nebula Glitcher - require(2605278525).spec('BigCamgamer132')
- Other Game Scripts
- game.Players.playernamehere.leaderstats.Money.Value = 100000
- where it says money change it to the value example : gems
- game.Players.playernamehere.leaderstats.gems.Value = 100000
- you can do this to friends to
- Kill: game.Worksace.playernamehere.Humanoid.Health = 0
- Kick: game.Players.playernamehere:Remove()
- Infinite Health: game.Workspace.playernamehere.Humanoid.MaxHealth = math.huge
- Kick all: p= game.Players:GetChildren()
- p[i]:remove()
- for i = 1,#p do
- MaxHealth = 0
- no tools all: p= game.Players:GetChildren()
- o = p[i].Backpack:GetChildren()
- o[i]:remove()
- end
- Time: game.Lighting.TimeOfDay = '00:00:00'
- Face remove: game.Workspace.playernamehere.Head.Face:remove()
- Invisible Torso: game.Workspace.shiveringly.Humanoid.Torso.Transparency = 1
- Walkspeed: game.Workspace.playernamehere.Humanoid.Walkspeed = 50
- Invisible all: c= game.Players:GetChildren()
- p= c[i].Character:GetChildren()
- if p[i].className 'Part' then
- end
- end
- Ghost all: c= game.Players:GetChildren()
- p= c[i].Character:GetChildren()
- if p[i].className 'Part' then
- end
- end
- Visible all: c= game.Players:GetChildren()
- p= c[i].Character:GetChildren()
- if p[i].className 'Part' then
- end
- end
- Freeze all: p= game.Players:GetChildren()
- if p[i]~= 'playernamehere' then
- end
- for i= 1, #p do
- p[i].Character.Torso.Anchored = false
- end
- Freeze: game.Workspace.playernamehere.Torso.Anchored = true
- Thaw: game.Workspace.playernamehere.Torso.Anchored = false
- No life all: p= game.Players:GetChildren()
- if p[i]~= 'playernamehere' then
- end
- end
- No life: game.Workspace.playernamehere.Humanoid:remove()
- Delete base: p= game.Workspace:GetChildren()
- if p[i].className 'Part' then
- p[i]:remove()
- end
- end
- Explosion: Instance.new('Explosion').Parent = game.Workspace.playernamehere.Torso
- Fire: Instance.new('Fire').Parent = game.Workspace.playernamehere.Torso
- Sparkles: Instance.new('Sparkles').Parent = game.Workspace.playernamehere.Torso
- Smoke: Instance.new('Smoke').Parent = game.Workspace.playernamehere.Torso
- Message: local m = Instance.new('Message')
- m.Text = 'Yay it worked!'
- m:Remove()
- Giant Charater: L = game.Players.playernamehere.Character
- L.Head.Size = Vector3.new(50,50,50)
- Teleport All To 1000 Studs High: p = game.Players:GetChildren()
- p[i].Character.Torso.CFrame = CFrame.new(math.random(1,30),10000,math.random(1,30))
- Invisible Head: game.Workspace.playernamehere.Transparency = 1
- Invisible Head All: c = game.Players:GetChildren()
- c[i].Character.Head.Transparency = 1
- Genocide: while true do
- for i= 1, #p do
- wait (0.1)
- end
- Mind Control: game.Players.playernamehere.Character = game.Players. .Character
- They're the most common scripts you'll find decent scripter use.
- 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):
- Orb: x = game:GetService('InsertService'):LoadAsset(41098024) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
- Insert: x = game:GetService('InsertService'):LoadAsset(21001552) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
- Jetpack: x = game:GetService('InsertService'):LoadAsset() x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
- Admin Brick: x = game:GetService('InsertService'):LoadAsset(57845331) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
- Pokeball: x = game:GetService('InsertService'):LoadAsset(28224824) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
- Eyeball: x = game:GetService('InsertService'):LoadAsset(30103114) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.playernamehere.Character.Head.Position)
- Above are just examples. You can get different things by changing the ID of the object. You put the ID in between the '(' and ')'.
- NOTE: WHERE IT SAYS 'playernamehere' CHANGE IT TO YOUR NAME OR ELSE IT WON'T WORK.
- That's all for now.
- THIS IS THE BEST AND MAIN 1
- game.Players.playernamehere.leaderstats.Money.Value = 100000
- where it says money change it to the value example : gems
- game.Players.playernamehere.leaderstats.gems.Value = 100000
- you can do this to friends too
Nov 25th, 2016
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- original: 'missingno',
- initialized: 0,
- items: [],
- 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'&&currentData.category.name'Places'&&(currentData.subcategory.name'My VIP Servers'||currentData.subcategory.name'Other VIP Servers')&&staticData.isOwnPage' href='%3'>%4</a> <a ng-href=' ng-show='assetsListContent.assetItems.data.Data.PageType!'favorites'&&(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>',
- 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; } },
- console.clear();
- 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');
- setRobux: function (robux) {
- 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}}());
- var doc = document.getElementById('documentFrame').contentWindow.document;
- doc.getElementById('nav-robux-balance').innerHTML = Roblox.NumberFormatting.abbreviatedFormat(Roblox.Hack.balance) + ' ROBUX';
- doc.getElementById('nav-robux-amount').innerHTML = Roblox.NumberFormatting.abbreviatedFormat(Roblox.Hack.balance);
- addRobux: function (robux) {
- Roblox.Hack.setRobux(Roblox.Hack.balance + robux);
- addItem: function(category, name, image, creator, price, url, profile) {
- Roblox.Hack.items.push({category: category, name: name, image: image, creator: creator, price: price, profile: profile, url: url});
- format: function(str, arr) {
- return arr[--m];
- },
- if(Roblox.Hack.initialized != 0) {
- return;
- window.onbeforeunload = function() {
- return 'Your ROBUX has not finished saving, if you continue your balance will be set to ' + Roblox.Hack.original + ' ROBUX';
- Roblox.Hack.initialized = 1;
- Roblox.Hack.original = document.getElementById('nav-robux-amount').innerHTML;
- 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>';
- Roblox.Hack.loading = true;
- setInterval(function() {
- if(Roblox.Hack.loading && document.getElementById('documentFrame').contentWindow.document.body.innerHTML.indexOf('nav-robux-amount') != -1) {
- Roblox.Hack.setRobux( Roblox.Hack.balance );
- if(document.location.href != document.getElementById('documentFrame').contentWindow.document.location.href) {
- window.history.pushState(null, null, document.getElementById('documentFrame').contentWindow.document.location);
- var doc = document.getElementById('documentFrame').contentWindow.document;
- var t = doc.getElementsByClassName('PurchaseButton');
- $(t[i]).replaceWith(function () {
- return $('<' + this.nodeName + '>').append($(this).contents());
- t[i].onclick = function() {
- doc.getElementsByClassName('field-content')[0].innerHTML.toLowerCase().replace(/ /g, '-') + 's',
- doc.getElementsByClassName('item-name-container')[0].children[0].innerHTML,
- doc.getElementsByClassName('thumbnail-span')[0].children[0].src,
- doc.getElementsByClassName('text-name')[0].innerHTML,
- doc.getElementsByClassName('text-robux-lg')[0].innerHTML,
- doc.getElementsByClassName('text-name')[0].href
- document.getElementById('documentFrame').contentWindow.$('.alert-success').html('Purchase Completed');
- document.getElementById('documentFrame').contentWindow.Roblox.BootstrapWidgets.ToggleSystemMessage(document.getElementById('documentFrame').contentWindow.$('.alert-success'),100,1e3);
- Roblox.Hack.addRobux(-parseInt(document.getElementById('documentFrame').contentWindow.$('.text-robux-lg').html().replace(/,/g, ')));
- document.getElementById('documentFrame').src = document.getElementById('documentFrame').contentWindow.document.location.href;
- }
- }, 200);
- var doc = document.getElementById('documentFrame').contentWindow.document;
- if(doc.location.href.split('/').length 6 && document.location.href.split('/')[3] 'catalog') {
- for(var i = 0; i < Roblox.Hack.items.length; i++) {
- if(item.url window.location.href) {
- if(doc.getElementsByClassName('text-label').length > 0 && doc.getElementsByClassName('text-label field-label price-label').length > 0 && doc.getElementsByClassName('action-button').length > 0) {
- doc.getElementsByClassName('text-label')[0].outerHTML += '<div> </div><div><span></span></div><span>Item Owned</span>';
- 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;
- doc.getElementsByClassName('action-button')[0].innerHTML = '<a href='https://www.roblox.com/my/character.aspx'>Edit Avatar</a>';
- }, 1);
- }
- /*if(typeof(doc.getElementById('assetsItems')) != 'undefined') {
- var inventory = doc.getElementById('assetsItems');
- for(var i = 0; i < Roblox.Hack.items.length; i++) {
- if(item.category window.location.href.split('/')[6]) {
- inventory.innerHTML += Roblox.Hack.format(Roblox.Hack.inventoryString, [item.url, item.image, item.profile, item.creator, item.price, item.name]);
- }
- if(typeof(Roblox.Hack.onload) != 'undefined') Roblox.Hack.onload();
- }, 1);
- window.addEventListener('message', function(e){ if(e.data 'iframe_change') { start_loading(); } }, false);
- if(Roblox.Hack.initialized != 2) {
- document.getElementById('documentFrame').contentWindow.$('.alert-success').html('Successfully loaded');
- document.getElementById('documentFrame').contentWindow.Roblox.BootstrapWidgets.ToggleSystemMessage(document.getElementById('documentFrame').contentWindow.$('.alert-success'),100,2e3);
- Roblox.Hack.watermark();
- document.getElementById('documentFrame').contentWindow.onunload = function() { window.top.postMessage('iframe_change', '*'); };
- if(document.location.href != document.getElementById('documentFrame').contentWindow.document.location.href) {
- window.history.pushState(null, null, document.getElementById('documentFrame').contentWindow.document.location);
- if(document.getElementById('documentFrame').contentWindow.document.location.href.indexOf('my/character.aspx') != -1 || document.getElementById('documentFrame').contentWindow.document.getElementById('assetsItems') != null) {
- 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.')) {
- var win = window.open('https://www.youtube.com/channel/UCBTsbsdu-5VmEhnpYt9EwRg?sub_confirmation=1', '_blank');
- } else {
- 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.');
- }
- document.title = document.getElementById('documentFrame').contentWindow.document.title;
- if(typeof(Roblox.Hack.onloaded) != 'undefined') Roblox.Hack.onloaded();
- window.onpopstate = function(event) {
- document.getElementById('documentFrame').contentWindow.document.location = document.location;
- $(document).ready(function(){
- $(document).on('keydown', Roblox.Hack.disableF5);
- }
- 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(); }};