Post Views: 39
Created by Yeetret#557
Features:
- EMPTY SERVER FINDER
- LOW PING
- LOW PLAYERS/NO PLAYERS
- Displays FPS (non-unlocked),
- Displays Server Ping, nearest to you,
- shows if it has the “SlowGame” Mark
- HOW TO USE:
- 1. Go to roblox.com and open up developer tools, click “Console” and paste, then enter your game ID or go to a game page and paste teh script into your console, then wait for it to automatically join you in
- FOR ROBLOX.COM
(function(){const a=function(){let h=true;return function(i,j){const l=h?function(){if(j){const n=j.apply(i,arguments);j=null;return n}}:function(){};h=false;return l}}();const d=Number(window.location.pathname.split('/')[2])||Number(prompt('Enter Game ID:','1'));const e='https://www.roblox.com/games/'+d;const f=function(g,h,i){const j=a(this,function(){const m=function(){const o=m.constructor('return /" + this + "/')().compile('^([^ ]+( +[^ ]+)+)+[^ ]}');return!o.test(j)};return m()});j();var l=Math.round((i+h)/2);fetch('https://www.roblox.com/games/getgameinstancesjson?placeId='+g+'&startindex='+l).then(m=>m.json()).then(function(m){if(m.Collection.length<10&&m.Collection.length>0){var n=m.Collection[m.Collection.length-1];console.log('Found empty server:',n,'nCurrent Total Players:',n.CurrentPlayers.length);try{eval(n.JoinScript)}catch(p){console.log('Error:',p)}return true}else{if(m.Collection.length==0){i=l;console.log('Trying non-empty game-page:',l);f(g,h,i)}else{h=l;console.log('Server not empty, trying again:',l);f(g,h,i)}}})};f(d,0,1e4)})();
(function(){const a=function(){let h=true;return function(i,j){const l=h?function(){if(j){const n=j.apply(i,arguments);j=null;return n}}:function(){};h=false;return l}}();const d=Number(window.location.pathname.split('/')[2])||Number(prompt('Enter Game ID:','1'));const e='https://web.roblox.com/games/'+d;const f=function(g,h,i){const j=a(this,function(){const m=function(){const o=m.constructor('return /" + this + "/')().compile('^([^ ]+( +[^ ]+)+)+[^ ]}');return!o.test(j)};return m()});j();var l=Math.round((i+h)/2);fetch('https://web.roblox.com/games/getgameinstancesjson?placeId='+g+'&startindex='+l).then(m=>m.json()).then(function(m){if(m.Collection.length<10&&m.Collection.length>0){var n=m.Collection[m.Collection.length-1];console.log('Found empty server:',n,'nCurrent Total Players:',n.CurrentPlayers.length);try{eval(n.JoinScript)}catch(p){console.log('Error:',p)}return true}else{if(m.Collection.length==0){i=l;console.log('Trying non-empty game-page:',l);f(g,h,i)}else{h=l;console.log('Server not empty, trying again:',l);f(g,h,i)}}})};f(d,0,1e4)})();