Navigation

    OpenBullet

    OpenBullet

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Awards
    1. Home
    2. babirro
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by babirro

    • RE: help a noob :)

      @meinname , @Why001 thx guys.....

      @meinname Your help was very successful!! THXXXXXXXXXXXXXXXXXX

      posted in Questions
      babirro
    • help a noob :)

      how do I separate these recursive values ​​to create links with each parse value

      0a64f65f-63d6-4be1-85bc-f5fdfed74f3e-image.png

      <--- 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

      posted in Questions
      babirro
    • 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
      
      posted in Questions
      babirro
    • RE: Stop config for after success!

      @Br4uN thx man! 😞

      posted in Questions
      babirro
    • Stop config for after success!

      Hello guys, help me in this matter!
      How do I stop the config after a success

      From 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
      
      posted in Questions
      babirro
    • RE: help me one more please

      @yusufek123 dont work :*(

      input_data=4500031278755069&input_exp=<MES><ANO>&input_cvd=<CVV>
      
      posted in Questions
      babirro
    • RE: Does anyone explain this witchcraft to me?

      @tiolxpe I used the natives of OB and the witchcraft continues the same way 😧 😧 😧

      posted in Questions
      babirro
    • RE: help me with this question please

      @Br4uN you roc.......Thx thxxxxxxxxxxxxx for help! I love you I love its forum. 😍 😍 😍 😍

      posted in Questions
      babirro
    • RE: Does anyone explain this witchcraft to me?

      @mega_1 looks is correct

      3a2140ac-d11b-4f51-aa4c-f2652776467c-image.png

      posted in Questions
      babirro
    • 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>"
      
      posted in Questions
      babirro
    • 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!!

      ff488906-5089-49a8-a2da-bc4c30c8ff85-image.png

      Does anyone explain this witchcraft to me? 😁 😁

      posted in Questions
      babirro
    • RE: Help in parse ID value >

      @Br4uN thx man! I love you πŸ™‚
      I had done so!

      edcfd20b-2df4-4f7f-9ee4-a3f8c9518299-image.png

      posted in Questions
      babirro
    • RE: Help in parse ID value >

      @Br4uN said in Help in parse ID value >:

      IF Statement

      can you give me an example

      posted in Questions
      babirro
    • RE: How to handle json request

      try this, direct to header custon

      6d51ed36-6737-4e30-a30f-4cd74295a79c-image.png

      posted in Questions
      babirro
    • 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
      

      4c130887-a174-4576-891f-a2ce474c133a-image.png

      posted in Questions
      babirro
    • RE: Help in script [resolved]

      @ma8rix @mega_1 @luciole @Ruri thxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx guy !!!!! 100% work

      posted in Questions
      babirro
    • RE: Help in script [resolved]

      @Ruri f5c0a517-5484-422f-b36a-dcb37327c205-image.png
      is not jumping to the block
      and sometimes the software is crashing
      what am I doing wrong ?

      posted in Questions
      babirro