Oscar_Velazquez

HACK MASA

Jan 11th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. core.sendNick("Oscar"); 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_3x_1h";
  4. for(let i = 0; i < massBoostName.length; i++) {
  5. bytes.push(massBoostName.charCodeAt(i));
  6. }
  7. core.proxyMobileData(bytes);
  8. }
Add Comment
Please, Sign In to add comment