- Rating
- 5.00 star(s)
- Country
- Netherlands
- Multiple Accounts
- 0
WARNING! Off-site contact information posted. We do not investigate disputes if you communicate off-site.
This exploit is for the Discord game 'gambling bot' (top.gg)
A single try is about 1 to 1.2 seconds
I usually get the 450,000 prize within 5 minutes
and the 10,000,000 prize within 10-20 minutes using this script
You should open your dev console by pressing F12 or right-click on the page > Inspect Element
Paste this whole script in the console and press enter to execute it
OR
Using Firefox/Chrome plugin
Firefox: https://addons.mozilla.org/en-US/firefox/addon/codeinjector/
Chrome: https://chrome.google.com/webstore/detail/code-injector/jgcallaoodbhagkaoobenaabockcejmc
Once you press spin, the script would automatically re-spin if you haven't received
any of the prizes in the _Prizes array
View on Pastebin
A single try is about 1 to 1.2 seconds
I usually get the 450,000 prize within 5 minutes
and the 10,000,000 prize within 10-20 minutes using this script
You should open your dev console by pressing F12 or right-click on the page > Inspect Element
Paste this whole script in the console and press enter to execute it
OR
Using Firefox/Chrome plugin
Firefox: https://addons.mozilla.org/en-US/firefox/addon/codeinjector/
Chrome: https://chrome.google.com/webstore/detail/code-injector/jgcallaoodbhagkaoobenaabockcejmc
Once you press spin, the script would automatically re-spin if you haven't received
any of the prizes in the _Prizes array
gamblingbot\.app
View on Pastebin
JavaScript:
const _Prizes=[
0,12,/*10,000,000*/
8,/*450,000*/
4,/*250,000*/
];
const eventFire=(d,a)=>{if(d.fireEvent)d.fireEvent("on"+a);else{var b=document.createEvent("Events");b.initEvent(a,!0,!1),d.dispatchEvent(b)}},__={1:6e3,2:12e4,3:3e4,4:25e4,5:2e4,6:6e4,7:15e3,8:45e4,9:11500,10:45e3,11:9e3,12:1e7,0:1e7},numFormat=a=>a.toString().replace(/\B(?=(\d{3})+(?!\d))/g,","),openWheel=()=>{document.querySelectorAll(".side-nav li")[2].getElementsByTagName("button")[0].click(),setTimeout(()=>{eventFire(document.getElementById("middleButton"),"click")},1e3),setTimeout(()=>{document.getElementById("fortuneWheel").click()},500)};var ___=0;let open=XMLHttpRequest.prototype.open;XMLHttpRequest.prototype.open=function(){this.addEventListener("load",()=>{if(this.responseText.includes("\"win\":")){const a=JSON.parse(this.responseText).win,b=_Prizes.includes(a),c="$"+(__.hasOwnProperty(a)?numFormat(__[a]):"0");console.warn("["+___++ +"]",(b?"Win":"Skip")+":",c,"("+a+")"),b||openWheel()}},!1),open.apply(this,arguments)};
Last edited:
