Oct 9th, 2016
ROBLOX Unclaimed groups with group funds. Not a member of Pastebin yet? Sign Up, it unlocks many cool features! Raw download clone embed print report. No Owner of Group (with funds!): 829163.No Owner of Group (with funds!): 788306. Roblox: Earn Free Robux. Roblox is a multiplayer immersive game with endless possibilities. It’s one of the most popular games that attracts players from different age categories. What makes it unique is the focus on the creative dimension of the game. The Roblox universe is huge and there are infinite game modes to discover.
Never
How To Give Funds In Roblox
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- // Checks for groups with funds
- //
- var startFrom = 1222543; // groupId to increase from
- var isTix = true; // false this option if tix is not there anymore
- function checkGroup(){
- $.get('/Groups/Group.aspx?gid=' + startFrom, function(data){
- var GroupPayouts = $('#ctl00_cphRoblox_rbxGroupFundsPane_GroupFunds', page);
- var tix = 0;
- if(isTixtrue){
- tix = parseInt(GroupPayouts.find('.tickets').eq(0).text());
- robux = parseInt(GroupPayouts.find('.robux').eq(0).text());
- if(isTixtrue){
- console.log(startFrom + ' | Tix: ' + tix + ' | Robux: ' + robux);
- console.log(startFrom + ' | Robux: ' + robux);
- }
- startFrom++
- }
- setInterval(checkGroup, 500);
Comments are closed.