Advertisement
Guest User

Heheh

a guest
Mar 29th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. for(let i = 0; i < 300; i++) {
  2. let bytes = [8, 1, 18, 23, 8, 112, 130, 7, 18, 10, 16];
  3. let massBoostName = "mass_boost_2x_1h";
  4. for(let i = 0; i < massBoostName.length; i++) {
  5. bytes.push(massBoostName.charCodeAt(i));
  6. }
  7. core.proxyMobileData(bytes);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement