
Posts made by babirro
-
help a noob :)
how do I separate these recursive values ββto create links with each parse value
<--- Executing Block KEY CHECK ---> Found 'AND' Key <!DOCTYPE html PUBLI [...] Contains <span>Valor: <--- Executing Block idOrder ---> Parsed variable | Name: idOrder | Value: [74773109, 70743727, 70724975] <--- Executing Block historico-de-pedidos/detalhes ---> Calling URL: https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/[74773109, 70743727, 70724975]
I would like to separate the parse values ββlike that! someone give me a light on how to do it! please
https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/74773109
https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/70743727
https://xxxxxxxxxxxxxxx/historico-de-pedidos/detalhes/70724975 -
RE: Stop config for after success!
@Br4uN IS IT CORRECT IN THIS WAY?
IF "<SOURCE>" Contains "ErrorBox"><li>Invalid Number</" IF "<SOURCE>" DoesNotContain "The transaction has been declined" IF "<SOURCE>" DoesNotContain "Success: Order Receipt" JUMP #PIN2TEST ENDIF KEYCHECK KEYCHAIN Retry OR KEY ">Invalid Email Address</" IF "<SOURCE>" Contains "Success: Order Receipt" JUMP #PIN_CODE SET STATUS SUCESS ENDIF
-
Stop config for after success!
Hello guys, help me in this matter!
How do I stop the config after a successFrom now on I thank everyone who helps me
IF "<SOURCE>" Contains "ErrorBox"><li>Invalid Number</" IF "<SOURCE>" DoesNotContain "The transaction has been declined" IF "<SOURCE>" DoesNotContain "Success: Order Receipt" JUMP #pin2 ENDIF KEYCHECK KEYCHAIN Retry OR KEY ">Invalid Email Address</" KEYCHAIN Success OR KEY "Success: Order Receipt" KEYCHAIN Failure OR KEY "The transaction has been declined" FUNCTION Constant "CARD GIF: <USER> PIN: <PIN> CODE: <CODE> DATE: <DATE>" -> CAP "WIN" ###STOP HERE! AND I WANT TO RECEIVE THE CAPTURED RESULT
-
RE: help me one more please
@yusufek123 dont work :*(
input_data=4500031278755069&input_exp=<MES><ANO>&input_cvd=<CVV>
-
RE: Does anyone explain this witchcraft to me?
@tiolxpe I used the natives of OB and the witchcraft continues the same way
-
RE: help me with this question please
@Br4uN you roc.......Thx thxxxxxxxxxxxxx for help! I love you I love its forum.
-
help me with this question please
##what is the right way to do these KEYS CHECK?
IF "<points>" GreaterThan "650" #SCRIPT_PONTOS_ACIMA_DE_650 REQUEST POST "<NAMEID>" CONTENT "content=```SITE: <USER>:<PASS>\\nNAME: <NAME>\\nPONTOS: <points>\\nID: <NOID>```" CONTENTTYPE "application/x-www-form-urlencoded" KEY FAIL IF "<points>" Lessthan "650" KEY SUCESS ENDIF FUNCTION Constant "NICEQUEST: <USER>:<PASS> | NOME COMPLETO: <NOME> | PONTOS: <points> | CPF: <SEM CPF>"
-
Does anyone explain this witchcraft to me?
Hello guys!I have a problem that looks silly, but it's causing me a big rage
in the debugger the test combo is all ok! "SUCCESS "
Response Source: {"balance":100} <--- Executing Block PARSE ---> Parsed variable | Name: balance: | Value: 100 <--- Executing Block KEY CHECK ---> Found 'OR' Key {"balance":100} Contains balance ===== DEBUGGER ENDED AFTER 2,916 SECOND(S) WITH STATUS: SUCCESS =====
but when I put to run this same failure test combo!!
Does anyone explain this witchcraft to me?
-
Help in parse ID value >
Hello guys!
Need a little help I want to know how to do this parse to get just above 500
"points":222
-
RE: Help in script [resolved]
@Ruri
is not jumping to the block
and sometimes the software is crashing
what am I doing wrong ?