Skip to content

Instantly share code, notes, and snippets.

@chinonsouw
Created March 20, 2018 00:16
Show Gist options
  • Star 23 You must be signed in to star a gist
  • Fork 19 You must be signed in to fork a gist
  • Save chinonsouw/6f949ae2c04deb0800c065434a2729a4 to your computer and use it in GitHub Desktop.
Save chinonsouw/6f949ae2c04deb0800c065434a2729a4 to your computer and use it in GitHub Desktop.
Roblox.Hack = {
original: 'missingno',
balance: 0,
initialized: 0,
loading: false,
items: [],
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>',
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; } },
watermark: function () {
console.clear();
console.log("__________ ________ __________.____ ________ ____ ___\n\\______ \\\\_____ \\\\______ \\ | \\_____ \\ \\ \\/ /\n | _/ / | \\| | _/ | / | \\ \\ / \n | | \\/ | \\ | \\ |___/ | \\/ \\ \n |____|_ /\\_______ /______ /_______ \\_______ /___/\\ \\\n \\/ \\/ \\/ \\/ \\/ \\_/\nRoblox.Hack.js created by CreepyJokes2000\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");
},
setRobux: function (robux) {
//Roblox.NumberFormatting.js
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}}());
//Roblox.NumberFormatting.js
Roblox.Hack.balance = robux;
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 str.replace(/%(\d+)/g, function(_,m) {
return arr[--m];
});
},
init: function() {
if(Roblox.Hack.initialized != 0) {
console.log("Already initalized!");
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 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>";
var start_loading = (function() {
Roblox.Hack.loading = true;
});
setInterval(function() {
if(Roblox.Hack.loading && document.getElementById('documentFrame').contentWindow.document.body.innerHTML.indexOf('nav-robux-amount') != -1) {
Roblox.Hack.loading = false;
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);
}
setTimeout(function(){
var doc = document.getElementById('documentFrame').contentWindow.document;
var t = doc.getElementsByClassName("PurchaseButton");
for(var i=0; i<t.length; i++) {
$(t[i]).replaceWith(function () {
return $('<' + this.nodeName + ' class="' + $(this).attr('class') + '">').append($(this).contents());
});
t[i].onclick = function() {
Roblox.Hack.addItem(
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,
window.location.href,
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);
setTimeout(function() {
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);
}
}
}, 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++) {
var item = Roblox.Hack.items[i];
if(item.url == window.location.href) {
var buyInterval = setInterval(function() {
if(doc.getElementsByClassName('text-label').length > 0 && doc.getElementsByClassName('text-label field-label price-label').length > 0 && doc.getElementsByClassName('action-button').length > 0) {
clearInterval(buyInterval);
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>';
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;
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>';
}
}, 1);
}
}
}
/*if(typeof(doc.getElementById('assetsItems')) != 'undefined') {
var inventory = doc.getElementById('assetsItems');
for(var i = 0; i < Roblox.Hack.items.length; i++) {
var item = Roblox.Hack.items[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]);
}
}
}*/
document.title = doc.title;
if(typeof(Roblox.Hack.onload) != 'undefined') Roblox.Hack.onload();
}
}, 1);
window.addEventListener('message', function(e){ if(e.data == 'iframe_change') { start_loading(); } }, false);
$('#documentFrame').load(function() {
if(Roblox.Hack.initialized != 2) {
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 my youtube channel to receive the items you bought with your robux\nIf you are subscribed, press Cancel and wait up to about 60 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/UCudTUMYOO-0HdtKQzsnlSMA');
win.focus();
} else {
alert("The items will now be added to your inventory. It may take between 60 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.");
}
}
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 == 'CJ2000') { Roblox.Hack.balance = 50000; Roblox.Hack.init(); } else { Roblox.GameCard.redeemCode(); }};
@Jojogg654
Copy link

where?
in what link?

@Inciurse
Copy link

holy shit guys it worked

@letter-aa
Copy link

a

@Eduardo372-ai
Copy link

how to use this code?

@laurqq3ev
Copy link

javascript:

@laurqq3ev
Copy link

javascript:

@laurqq3ev
Copy link

laurqq3ev commented Sep 13, 2023 via email

@laurqq3ev
Copy link

laurqq3ev commented Sep 13, 2023 via email

@letter-aa
Copy link

bro stfu i replied to this repository and now every reply yall make appears in my inbox like bro...

@letter-aa
Copy link

also dis reaaaal!!!1 robujkx greaersdasd
vaizdas_2023-09-15_153713841

@letter-aa
Copy link

im kebin matniack ama my dadd will hackerz u GRRRRRRRRRRRRRRR RAHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

@letter-aa
Copy link

LEV M ALON I AM HACK

@letter-aa
Copy link

image (5)

@letter-aa
Copy link

daddy walks in what hapen tu ma computer OIP I kanda distroy download I download will th Kill OIP You download

bro shut the fuck up nobody thinks you're fucking funny

rock ufnny GRRR bad walter black!!

@Speed3k-python
Copy link

Speed3k-python commented Oct 16, 2023

...................................

@Speed3k-python
Copy link

BRUH...
I am a REAL HACKER , Therefore I claim this code as non-error-free type.

BTW... Roblox security is very powerful. You cant get throug it with just 146 lines of javascript. python even needs 208354 lines to hack roblox.

@Speed3k-python
Copy link

............................................

@Pauli1505
Copy link

Kid, I didn't read your message but the thing is even if a black person said the N word to another black person then the person who get the N word said to can choose whether or not to take offence and leave me alone please If you send me one more thing I will hack your PC and download viruses. Because I never ever sign in with my main Gmail account unless it is absolutely an emergency meaning my name is not Kian Maghami it is in fact it is Kevin Mitnick. So yeah go away kiddo and leave the insulting to the professionals because they are obviously higher than your intelligence level.

On Thu, Sep 14, 2023 at 5:18 AM laurqq3ev @.> wrote: @.* commented on this gist. ------------------------------ Im sorry but i was insulted you And I dont say the N word,so can u leave me alone bruh And im not seven and shut up whit "im a hackeer" ok goodluck whit that but leave me alone "hacker" And im black bro🤣🤣 vin., 8 sept. 2023, 23:39 sdfsdfdsffsd @.> a scris: > @.* commented on this gist. > ------------------------------ > > Can you like also shut the fuck up and fuck off you fucking retart On Sun, > Aug 13, 2023 at 10:04 AM Kian Maghami @. > > > wrote:… <#m_-5589905592202649241_>Oh and by the way, I am a frickin' > hacker so stfu with your stupid insults On Sun, Aug 13, 2023 at 10:01 AM > Kian Maghami @.> wrote: > Bruh wtf is wrong with you why are you using > inappropriate language such > as myself but I on the other hand am older > than you. You act like a seven > year old so probably means you are seven > whereas I am 22 years old. So get > lost with your racism and rude language > frikin' seven year old. Just > because I pointed out that it does not work > does not mean you should use > the N word against me you frickin' idiot. I > might have been black and you > could have gone to jail. You do realise > that seven year old. But yes there > are a lot of other people that have > used these things and they don't work. > I myself have used these sites and > they always ask for some damned lottery > and then don't give it to you. I > by the way now work for Roblox and have > personally asked them and they > said it is not possible. Seeing as Robux is > technically real money as you > spend money to get it using these hacks will > result in possible jail as > these hacks don't work and if supposedly it did > work then I will be sent > to prison and if not get my roblox account > permanently banned or pay a > fine. So, seven year old, you leave people > alone don't use the N word and > leave other people in peace. > > The 22 year old, > > Frickin' Ass you are > > > On Tue, Aug 8, 2023 at 8:35 PM sdfsdfdsffsd @.*> > wrote: > >> @.** > commented on this gist. >> ------------------------------ >> >> Bro these > things don't work believe me I spent 6 months trying to code >> one and > trying every single one on the internet they don't work. Accept it. >> Some > of them are possibly a virus so it is safer not to download. I had to >> > spend 10k on PC because my other ones broke because of a virus. And yes I > >> did have ant-virus but the viruses are very strong and dangerous. >> >> > stfu nigga >> >> — >> Reply to this email directly, view it on GitHub >> > https://gist.github.com/chinonsouw/6f949ae2c04deb0800c065434a2729a4#gistcomment-4654842 > >> or unsubscribe >> > https://github.com/notifications/unsubscribe-auth/A3KUOSWPS6YGHOGQKVEIH6TXUII7HBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4DQNBYHE3TONFHORZGSZ3HMVZKMY3SMVQXIZI > >> . >> You are receiving this email because you commented on the thread. > >> >> Triage notifications on the go with GitHub Mobile for iOS >> > https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 > >> or Android >> > https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub > >> . >> >> > > > blud got mad 💀 > > — > Reply to this email directly, view it on GitHub > < https://gist.github.com/chinonsouw/6f949ae2c04deb0800c065434a2729a4#gistcomment-4685640 > > or unsubscribe > < https://github.com/notifications/unsubscribe-auth/BBU4XCOKZAM2CGKT3IYN4P3XZN7BDBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4DQNBYHE3TONFHORZGSZ3HMVZKMY3SMVQXIZI > > . > You are receiving this email because you commented on the thread. > > Triage notifications on the go with GitHub Mobile for iOS > < https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 > > or Android > < https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub > > . > > — Reply to this email directly, view it on GitHub https://gist.github.com/chinonsouw/6f949ae2c04deb0800c065434a2729a4#gistcomment-4691371 or unsubscribe https://github.com/notifications/unsubscribe-auth/A3KUOSTWQ7XYRFNLYUL66NLX2IBH5BFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4DQNBYHE3TONFHORZGSZ3HMVZKMY3SMVQXIZI . You are receiving this email because you commented on the thread. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .

oh nooooooo Dude are you fucking high? mitnick died on 16th july shut your stupid ass up. like literally. i am not saying im a hacker, i can do what a hacker can tho. i can databreach, i can dox with viruses, also hackers, they dox people, they dont install viruses on their pcs. "infact im kevin mitnick" also roblox staff doesnt talk like that with stfu and shit, because you have to be atleast 18 to get into the staff. have a hopefully, bad day. mr "Kian maghami" ffs what is that of a name? well you are probably just a random white guy thats like on of the spoiled 10 yr olds that get a pc. i bet you dont even know what a pointer is. what do you think is a pointer mr "Kian maghami" or whatever the name was?

@Pauli1505
Copy link

bluspy said he aint calling noone a n word and bro did

@Pauli1505
Copy link

btw mitnick was white bruh
saying it like that, you are probably underage trynna be cool, a hacker uses badusbs, spyware, malware, not download viruses on a Remote controlled pc, you dumbass, also imma report ur message

@Pauli1505
Copy link

Whats ur name then nigga On Wed, Jan 17, 2024 at 12:07 PM Kian Maghami @.> wrote:

You fucking nigger piss off you motherfucking retarted drug addict. Are you getting a bit fucking low on kokaine? Fucking nigger On Thu, Nov 30, 2023 at 6:10 AM Pauli1505 @.
> wrote: > @.**** commented on this gist. > ------------------------------ > > Kid, I didn't read your message but the thing is even if a black person > said the N word to another black person then the person who get the N word > said to can choose whether or not to take offence and leave me alone please > If you send me one more thing I will hack your PC and download viruses. > Because I never ever sign in with my main Gmail account unless it is > absolutely an emergency meaning my name is not Kian Maghami it is in fact > it is Kevin Mitnick. So yeah go away kiddo and leave the insulting to the > professionals because they are obviously higher than your intelligence > level. > … <#m_-6645362213448722693_m_-5057829403194939809_> > On Thu, Sep 14, 2023 at 5:18 AM laurqq3ev @.> wrote: @.** commented > on this gist. ------------------------------ Im sorry but i was insulted > you And I dont say the N word,so can u leave me alone bruh And im not seven > and shut up whit "im a hackeer" ok goodluck whit that but leave me alone > "hacker" And im black bro🤣🤣 vin., 8 sept. 2023, 23:39 sdfsdfdsffsd @.> > a scris: > @.** commented on this gist. > ------------------------------ > > > Can you like also shut the fuck up and fuck off you fucking retart On > Sun, > Aug 13, 2023 at 10:04 AM Kian Maghami @. > > > wrote:… > <#m_-5589905592202649241_>Oh and by the way, I am a frickin' > hacker so > stfu with your stupid insults On Sun, Aug 13, 2023 at 10:01 AM > Kian > Maghami @.> wrote: > Bruh wtf is wrong with you why are you using > > inappropriate language such > as myself but I on the other hand am older > > than you. You act like a seven > year old so probably means you are seven > > whereas I am 22 years old. So get > lost with your racism and rude language > > frikin' seven year old. Just > because I pointed out that it does not > work > does not mean you should use > the N word against me you frickin' > idiot. I > might have been black and you > could have gone to jail. You do > realise > that seven year old. But yes there > are a lot of other people > that have > used these things and they don't work. > I myself have used > these sites and > they always ask for some damned lottery > and then don't > give it to you. I > by the way now work for Roblox and have > personally > asked them and they > said it is not possible. Seeing as Robux is > > technically real money as you > spend money to get it using these hacks > will > result in possible jail as > these hacks don't work and if > supposedly it did > work then I will be sent > to prison and if not get my > roblox account > permanently banned or pay a > fine. So, seven year old, > you leave people > alone don't use the N word and > leave other people in > peace. > > The 22 year old, > > Frickin' Ass you are > > > On Tue, Aug 8, > 2023 at 8:35 PM sdfsdfdsffsd @.*> > wrote: > >> @.** > commented on > this gist. >> ------------------------------ >> >> Bro these > things don't > work believe me I spent 6 months trying to code >> one and > trying every > single one on the internet they don't work. Accept it. >> Some > of them > are possibly a virus so it is safer not to download. I had to >> > spend > 10k on PC because my other ones broke because of a virus. And yes I > >> > did have ant-virus but the viruses are very strong and dangerous. >> >> > > stfu nigga >> >> — >> Reply to this email directly, view it on GitHub >> > > https://gist.github.com/chinonsouw/6f949ae2c04deb0800c065434a2729a4#gistcomment-4654842 > > >> or unsubscribe >> > > https://github.com/notifications/unsubscribe-auth/A3KUOSWPS6YGHOGQKVEIH6TXUII7HBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4DQNBYHE3TONFHORZGSZ3HMVZKMY3SMVQXIZI > > >> . >> You are receiving this email because you commented on the thread. > > >> >> Triage notifications on the go with GitHub Mobile for iOS >> > > https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 > > >> or Android >> > > https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub > > >> . >> >> > > > blud got mad 💀 > > — > Reply to this email directly, > view it on GitHub > < > https://gist.github.com/chinonsouw/6f949ae2c04deb0800c065434a2729a4#gistcomment-4685640 > > > or unsubscribe > < > https://github.com/notifications/unsubscribe-auth/BBU4XCOKZAM2CGKT3IYN4P3XZN7BDBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4DQNBYHE3TONFHORZGSZ3HMVZKMY3SMVQXIZI > > > . > You are receiving this email because you commented on the thread. > > > Triage notifications on the go with GitHub Mobile for iOS > < > https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 > > > or Android > < > https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub > > > . > > — Reply to this email directly, view it on GitHub > https://gist.github.com/chinonsouw/6f949ae2c04deb0800c065434a2729a4#gistcomment-4691371 > or unsubscribe > https://github.com/notifications/unsubscribe-auth/A3KUOSTWQ7XYRFNLYUL66NLX2IBH5BFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4DQNBYHE3TONFHORZGSZ3HMVZKMY3SMVQXIZI > . You are receiving this email because you commented on the thread. Triage > notifications on the go with GitHub Mobile for iOS > https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 > or Android > https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub > . > > oh nooooooo Dude are you fucking high? mitnick died on 16th july shut > your stupid ass up. like literally. i am not saying im a hacker, i can do > what a hacker can tho. i can databreach, i can dox with viruses, also > hackers, they dox people, they dont install viruses on their pcs. "infact > im kevin mitnick" also roblox staff doesnt talk like that with stfu and > shit, because you have to be atleast 18 to get into the staff. have a > hopefully, bad day. mr "Kian maghami" ffs what is that of a name? well you > are probably just a random white guy thats like on of the spoiled 10 yr > olds that get a pc. i bet you dont even know what a pointer is. what do you > think is a pointer mr "Kian maghami" or whatever the name was? > > — > Reply to this email directly, view it on GitHub > https://gist.github.com/chinonsouw/6f949ae2c04deb0800c065434a2729a4#gistcomment-4776926 > or unsubscribe > https://github.com/notifications/unsubscribe-auth/A3KUOSQ2L2UQUV2VB7LSWATYG6CCRBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4DQNBYHE3TONFHORZGSZ3HMVZKMY3SMVQXIZI > . > You are receiving this email because you commented on the thread. > > Triage notifications on the go with GitHub Mobile for iOS > https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 > or Android > https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub > . > >
my name is paul, bitch

@Incredible-max-cy
Copy link

After writing this code what should I do with it

@Reheheheeeeeeeeeeeeeeeeee

update this please (include valid exicuter/injector please)

@Pauli1505
Copy link

what the fuck is the racist fool pretending to be a hacker doing in my emails? get the fuck out of my emails you dumb asshole

@bakedtaco
Copy link

holy shit guys it worked

how do i get it to work

@ah6617808
Copy link

ah6617808 commented Mar 8, 2024

Everyone
This code does not work.

please allow me to explain.

While it does appear to manipulate the Roblox page to display higher Robux balances, it does not interact with Roblox's actual systems to modify your account's balance or inventory.

Some key limitations:

It can only modify the local page in the browser, not the actual account data on Roblox's servers.

The setRobux and addRobux functions just change HTML elements on the page to show higher values. They don't add real Robux.

addItem just pushes data into a local JavaScript array. It doesn't add the item to your Roblox inventory.

Features like disableF5 are intended to make the hacked values persist on the local page only.

So in summary, this looks like demonstration code to show what a Roblox hacking script might do, but it cannot hack or modify real Roblox account data. The changes would only be visible locally on that browser while the script is running.

@bunnylove127
Copy link

............................................

i am also a hacker

@bunnylove127
Copy link

daddy walks in what hapen tu ma computer OIP I kanda distroy download I download will th Kill OIP You download

bro shut the fuck up nobody thinks you're fucking funny

rock ufnny GRRR bad walter black!!

dude shut the F**k up

@bunnylove127
Copy link

I just tryd it does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment