Roblox How To Get Free Group Funds

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!
How
  1. // Checks for groups with funds
  2. //
  3. var startFrom = 1222543; // groupId to increase from
  4. var isTix = true; // false this option if tix is not there anymore
  5. function checkGroup(){
  6. $.get('/Groups/Group.aspx?gid=' + startFrom, function(data){
  7. var GroupPayouts = $('#ctl00_cphRoblox_rbxGroupFundsPane_GroupFunds', page);
  8. var tix = 0;
  9. if(isTixtrue){
  10. tix = parseInt(GroupPayouts.find('.tickets').eq(0).text());
  11. robux = parseInt(GroupPayouts.find('.robux').eq(0).text());
  12. if(isTixtrue){
  13. console.log(startFrom + ' | Tix: ' + tix + ' | Robux: ' + robux);
  14. console.log(startFrom + ' | Robux: ' + robux);
  15. }
  16. startFrom++
  17. }
  18. setInterval(checkGroup, 500);

Group Funds On Roblox

Comments are closed.