Scripting/Automation
-
Is there a way to script it so that I can run a config for until 2000 bad checks ( with a long wordlist ) and then it'll start back up after 1 hour of waiting and then repeat itself over and over along around 10 runners?
-
This would be something that a scheduler needs to take care of. There is currently no scheduler in OB, one was planned for version 2 of the software but as of now it's very far in the future.
-
@Ruri Okay, thank you, I got it setup with Python, but having issues with RDP disconnecting and letting it keep running lol, since you're already here, do you think you could help me to as why it generates bad codes? I made it so it would generate random codes such as 123103129312, but there was a rare occasion that it would keep generating 000000000000 over and over and over again, and restarting OpenBullet fixed it, afterwards, I did not encounter this bug for 1 day. After 1 day, it just came back now. Should I open a bug report about this? Or is this known, or is it an error on my side, I would be glad to provide any logs needed. Thanks!
-
@randomdued yeah and there is another bug with the random NUM, if you start a runner every bot will generate the same number, if one of them generates 1836403 the other bots will generate the exact same number until you finish the runner, but that doesn't happen when you only put one bot
-
@Danny_jmendes My bug is that it will generate AA000000 over and over and over and use that for all the runners, seems like what you are saying if one runner generates 1 code, it will generate the same for all? Sorry, that's not my issue, but I opened a bug report for my issue on GitHub.
-
Yes there is a bug with that, I think there is already an issue about it on github but I might be mistaken
-
@Ruri Yeah, I think I'm the one who opened it, hope it can be fixed soon.
-
No I meant meinname probably opened one a couple months ago
-
@Ruri said in Scripting/Automation:
No I meant meinname probably opened one a couple months ago
Oh alright, hope it can be fixed soon.
-
Im also running into this issues very often when i need to generate random strings.
Hopefully there will be a fix soon! @Ruri
-
It already got fixed on the dev branch thanks to a contibutor
-
This post is deleted!
-
FUNCTION RandomString "?h?h?h?h?h?h?h?h-?h?h?h?h-4?h?h?h-8?h?h?h-?h?h?h?h?h?h?h?h?h?h?h?h" -> VAR "SID"
-
If you got an issue with generating a random string, just do it with JS or Python