WH0S
Micro-Influencer Manager
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
400 XP
#1/4/18
USE VPN!!!
Steps:
1.Open https://roblox.com,login with your acc,select a roblox product that costs money such as:Robux or Builders club.
2.On payment method select "Roblox redeem card",click continue.
3.Right click on redeem button and click "inspect"
4.On inspect tab click console,copy the code down here paste it next to ">" symbol and hit enter.
5.Depending on your internet and pc speed it may take about 5-10 mins to 4-5 hours to complete the work
NOTE:works only with google chrome
LOL,nothing to see here!
USE VPN!!!
Steps:
1.Open https://roblox.com,login with your acc,select a roblox product that costs money such as:Robux or Builders club.
2.On payment method select "Roblox redeem card",click continue.
3.Right click on redeem button and click "inspect"
4.On inspect tab click console,copy the code down here paste it next to ">" symbol and hit enter.
5.Depending on your internet and pc speed it may take about 5-10 mins to 4-5 hours to complete the work
NOTE:works only with google chrome
Code:
alert("Roblox Redeem Card Bot By xXRAYXx started!");
var nums = [1, 2 ,3 ,4 ,5 ,6 , 7, 8, 9]
function main() {
var key = ((nums[Math.floor(Math.random() * nums.length)].toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
var key2 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
var key3 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
var code = (key + " " + key2 + " " + key3)
document.getElementById("pin").value = code;
Roblox.GameCard.redeemCode();
}
setInterval(function() {
main();
}, 500);