You use this application at your own risk! Remember the house always wins!
The application is way OTT on checking the values before it bets. It will on each bet check you have the required amount of TRX, the multiplier is the correct value, it then sets the bet amount and checks the bet amount - only after all this will it bet. Better safe than sorry I say!
This application will bet on moon to your settings. It uses Auto Hot Key to interact with your computer. You cannot use the computer for anything else while this is running, it is design so you can leave your computer and not miss a bet!
The current setup is for a 23" 1080p monitior using chrome with a favorites bar e.g. the most common full PC setup. If your PC is not like this you will need to set the application into Test
mode and modifiy the functions.ahk
changing all MouseMove
commands to fit your screen - Please submit your changes stating your screen size and resolution to help others!
The application will not automatically sign for your bets so you need to bet once yourself setting how long you wish it to automatically sign for - this is a nice fail safe to stop betting if you forget to come back to your PC!
Within the dist
folder you will find the published version of the application there are three important files:
appsettings.json
file which you should edit after reading belowfunctions.ahk
contains all the AutoHotKey functions you will edit this if you have a different setup to the one stated aboveTronbet.AutoBet.Moon.exe
this will run the application.
appsettings.json
contains the values used to bet make sure you understand each one before running the application!
There are three modes:
Test
used when setting up the application for your screen. It will run the 'Test' function within the functions.ahk fileWatch
will do all but actually place the bet, this is good while you are testing or just want to see what it doesBet
This will place bets
The Multiplier to stop at
The number of times it will loop over your Bets
before stopping and waitting for a 'winner' (a moon equal to or over your multiplier value)
An array of the amount of TRX and order you wish to bet in for example, if I have
"Bets": [
"10",
"12",
"14",
"16",
"18"
]
The first bet will be 10 TRX, second is 12 TRX and so on until 18 TRX, it will then (depending on the value set in MaxNumberOfResets
) reset back to 10 TRX or if MaxNumberOfResets
is reached it will wait until the next winner.
The maximum number of winners (moons equal to or over your set multiplier) in X number of moons where X is equal to the value set in MaxNumberOfWinnersInHowManyRecords
for example:
If I only want to bet if there are less than 11 'winners' in the last 50 moons I would set MaxNumberOfWinners
to 10 and MaxNumberOfWinnersInHowManyRecords
to 50
Any feedback or suggestions are welcome submit an issue or create a pull request with the change.
- AutoHotkey.Interop .NET wrapper for AutoHotKey
- AutoHotKey
- Dotnet Core