THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
Run Block Only Once
-
Hi,
I want to run first block only once in the runner. After 2-3 blocks If the key is success first block should not run again and if the key is custom it should go to first block and start from there.
How to do that any ls code or something ?
-
@TommyShelby You can use the JUMP to go to another block in your code
EX:
REQUEST GET "https://google.com" HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" HEADER "Pragma: no-cache" HEADER "Accept: */*" KEYCHECK BanOnToCheck=FALSE KEYCHAIN Success OR KEY "Google" IF "<STATUS>" Contains "SUCCESS" JUMP #FUNCTION_SUCCESS ENDIF #FUNCTION_SUCCESS FUNCTION Constant "GOOD" -> VAR "VAR"
-
@ManoPlayBRL It's working But Now That Block Is Not Picking Up Wordlist One By One It's sending Same I'd Again and Again.
-
@TommyShelby The translate block will only replace the characters.