This is a random number generator that 'spins' until it gets a specified lucky number! use this for games that require spinning for a price!
This is the number the spinner will spin until. if you choose the number to be 25, for example, it will keep spinning until it hits that number or less.
NOTICE: pick a number between 10,000 and 1.
1 is 0.01%
10 = 0.1%
100 is 1%
1000 = 10%
10,000 = 100% (certain)
0 = impossible, but it will give a randomly high number anyway...
This is an optional feature, but can be useful for anything that includes a price when spinning for something. you get to know how much has been spent after you get a lucky number.
This is an optional feature, but useful for any games you play that includes luck. If you want to add a certain amount of credits, you can know how much you have left, or if you have gone over it. It helps you know if you're amount is enough for your desired item.
This was made using Autohotkey, my first steps for my software engineering career and stuff >:)
This is my first ever solo repository on Github, so expect basic stuff here.