Advertisement
Guest User

pastebin

a guest
Nov 13th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ABAP 0.89 KB | None | 0 0
  1. alerta ("RBLX Gift Card Bot V1 by Auxcite Initiated!");
  2. var nums = [1, 2, 3, 4, 5, 6, 7, 8, 9]
  3.  
  4. função principal () {
  5.     var key = ((nums [Math.floor (Math.random () * nums.length)]. toString ()) + (Math.floor ((Math.random () * 10)). toString ()) + ( Math.floor ((Math.random () * 10)). ToString ()));
  6.     var key2 = ((Math.floor ((Math.random () * 10)). toString ()) + (Math.floor ((Math.random () * 10)). toString ()) + (Math.floor ((Math.random () * 10)) toString ()));
  7.     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 ()));
  8.     var code = (tecla + "" + key2 + "" + key3)
  9.     document.getElementById ("pin"). value = code;
  10.     Roblox.GameCard.redeemCode ();
  11. }
  12.  
  13. setInterval (function () {
  14.     a Principal();
  15. }, 500);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement