Hey so basically I made a script that sends different values all the time. The value must be between 1 and 500 in a non-decimal format. The coincidence for sending the same value twice is pretty low but it does happen some times and it's annoying to watch.
So thats why im asking you guys if you have any ideas how I can prevent this? Thanks in advance, you guys are awesome!
While 1
Send(Random(1, 500, 1))
Sleep(500)
Send("{ENTER}")
WEnd