Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. const betAmount = 100;
  2. const minSkips = 200;
  3. const maxMultiplier = 90.00;
  4. var rowCount = 0; while(rowCount < minSkips) { let result = await this.skip(); rowCount++; if(result.multiplier >= maxMultiplier) rowCount = 0; this.log('Multi: ' + result.multiplier + ' - # ' + rowCount); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement