https://github.com/Blaksmith/DiceBotScripts
Misc scripts I have written for DiceBot
https://github.com/Blaksmith/DiceBotScripts
Last synced: 4 months ago
JSON representation
Misc scripts I have written for DiceBot
- Host: GitHub
- URL: https://github.com/Blaksmith/DiceBotScripts
- Owner: Blaksmith
- Created: 2017-12-10T02:10:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T03:45:01.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:36:14.248Z (7 months ago)
- Language: Lua
- Size: 80.1 KB
- Stars: 26
- Watchers: 8
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiceBotScripts
Misc scripts I have written or modified for DiceBotFaucetors-idea.lua
Martingale type, which ignores the first X amount of losses before starting to do a martingale.
Fibonacci-with-failsafe.lua
Fibonacci method, with a double cut-off for resetting, so you won't lose the farm. Original design by CttCJim.
Martingale-logging.lua
Auto tuning martingale to allow you to have X amount of slots (losses), before you go bust
Built-in commands:
setslots(X) Replace X with how many slots, use 0 to disable auto-calculate
setmult(X.XX) Replace X.XX with the multipler per loss, until a win
This script will log every win after X streak has hit (default to 10)reverse-low.lua
Been a while, so I forgot what it does HAH. It has logging
reverse-low-no-log.lua
Same as the above, but with no logging
roxy-style.lua
This is the style that I use on Roll of Chance on FaucetGame.com I mainly use it for lotto tickets.
safe-climb.lua
It is supposed to climb safely, but doesn't do as expected.
streak-counter.lua
similar to Martingale-logging.lua
Will need to re-visit the code to double check.Use any of these scripts at your own risk! I claim no responsibility for your loss in your dice rolling!