PixelBoii

Untitled

Nov 6th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. while (1 > 0) {
  2. if (price[lootFarmNumber].name == skinFullName) {
  3. lootFarmNumber += 1;
  4. console.log(lootFarmNumber);
  5. break;
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment