Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Settings:
  2. Value number #1 should be = 100 or more (that numbers can be 100,01 ; 105,23 etc.)
  3. Value number #2 should be more than Value number #1 by % = 1% or more
  4.  
  5. If readed value #1 is <value>:
  6. - click
  7. - write
  8. - click
  9. If not cancel event
  10. repeat
  11.  
  12. If readed value #1 is 115,29:
  13. save <value>
  14. stop checking the value #1 from settings
  15. start checking the value #2 from settings
  16.  
  17. If readed value #2 is more than Value #1 by % = 1%:
  18. - click
  19. - write
  20. - click
  21. If not cancel event
  22. repeat
  23.  
  24. If readed value #2 is 2:
  25. - click
  26. - write
  27. - click
  28. save <value>
  29. stop checking the value #2 from settings
  30. start checking the value #1 from settings
  31.  
  32. LOOP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement