Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if(PepegaClick.CoinCount == 20)
  2. {
  3. for (; ;)
  4. {
  5. PepegaClick.CoinCount += 1;
  6. Thread.Sleep(1000);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement