Fixed variables
-
Here you can find a list of all the fixed immutable variables that OpenBullet provides:
Variable Replaced with INPUT The entire (unsliced) data line of your Wordlist that is being processed STATUS The status of the bot (NONE, ERROR, SUCCESS, FAIL, BAN, RETRY or CUSTOM) BOTNUM The ID of the current bot (0 = debugger, 1-200 = runner) PROXY The proxy currently being used (only if proxies are enabled) RETRIES The number of times the data line was retried due to BAN statuses You can access them in your code like normal variables e.g.
<SOURCE>
.In addition, there are also fixed variables that are set by the
REQUEST
block.
You can read more here https://openbullet.github.io/stacker.html#request