OP 17 March, 2019 - 11:31 AM
Hello guys, I'm Garfield#7189 from Onyx
Today, I'll gude your guys that how to make a mutil-checker
On Loliscript of BlackBullet (Avaiable from 2.4.4 and above)
Sorry if my English make you not uderstand.
SO, AT FIRST IF UR GUYS ONLY WANT TO DOWNLOAD THE CONFIG
I DONT LOCK IT, SO BE FREE TO LOOKING INSIDE.
[ Only working on 2.5.1 ]
AND NOW START MY TUTORIAL ABOUT MUTIL CHECKING ON BB
It very simple if ur guys was learnned about coding, but basicly you will need re-create
an Key-check block, with will not stop your config when proxy been banned of fail, to make
that, I used IF-ELSE Function on BB, here how it look like
________________________________________________________
IF "<SOURCE>" Contains "<FALSE KEY>"
SET VAR "<YOURTARGETVALID>" "FALSE"
ELSE
IF "<SOURCE>" Contains "<SUCCESS KEY>"
###You can use as much command as u want in here,
request content, parge content, anything ###
###You can use as much command as u want in here,
request content, parge content, anything ###
SET VAR "<YOURTARGETVALID>" "TRUE"
ELSE
SET VAR "<YOURTARGETBANNED>" "TRUE"
ENDIF
ENDIF
___________________________________________________________
So what that block mean? It do anything Keycheck Block do, but save
result as varible, not suddently stop your config. But it still not perfect
Config will still stop if cant conect to target (and some target use that
as ban key) So will be very fun if Ruri can modify it on Open Bullet.
You can reuse this block and do whatever loob you want, 3 target,
7 target, 10 target, anything want but please thing about your customer
pc before do a 100 target config.
_______________________________________________________________
After that, at the end, now is the time we use original Keycheck Block
_____________________________________________________________
Now just check the result at the end, you can add free key too if you want.
_________________________________________________________
That all, I known this just smth basic for development,
but pls dont Dislike me.
So what that block mean? It do anything Keycheck Block do, but save
result as varible, not suddently stop your config. But it still not perfect
Config will still stop if cant conect to target (and some target use that
as ban key) So will be very fun if Ruri can modify it on Open Bullet.
You can reuse this block and do whatever loob you want, 3 target,
7 target, 10 target, anything want but please thing about your customer
pc before do a 100 target config.
_______________________________________________________________
After that, at the end, now is the time we use original Keycheck Block
_____________________________________________________________
KEYCHAIN SUCCESS OR
RKEY "<YOURFIRSTTARGETVALID>" Contains "TRUE"
RKEY "<YOURSECCONDTARGETVALID>" Contains "TRUE"
KEYCHAIN FAILURE AND
RKEY "<YOURFIRSTTARGETVALID>" Contains "FALSE"
RKEY "<YOURSECCONDTARGETVALID>" Contains "FALSE"
KEYCHAIN BAN OR
RKEY "<YOURFIRSTTARGETBANNED>" Contains "FALSE"
RKEY "<YOURSECCONDTARGETBANNED>" Contains "FALSE"
_________________________________________________________RKEY "<YOURFIRSTTARGETVALID>" Contains "TRUE"
RKEY "<YOURSECCONDTARGETVALID>" Contains "TRUE"
KEYCHAIN FAILURE AND
RKEY "<YOURFIRSTTARGETVALID>" Contains "FALSE"
RKEY "<YOURSECCONDTARGETVALID>" Contains "FALSE"
KEYCHAIN BAN OR
RKEY "<YOURFIRSTTARGETBANNED>" Contains "FALSE"
RKEY "<YOURSECCONDTARGETBANNED>" Contains "FALSE"
Now just check the result at the end, you can add free key too if you want.
_________________________________________________________
That all, I known this just smth basic for development,
but pls dont Dislike me.