Navigation

    OpenBullet

    OpenBullet

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

    tiolxpe

    @tiolxpe

    6
    Reputation
    31
    Posts
    28
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    tiolxpe Follow

    Posts made by tiolxpe

    • RE: how can i make this

      Thanks for you all, Fairy method worked well regex worked well too 😉

      posted in Questions
      tiolxpe
    • RE: how can i make this

      65412E that should not pass
      654126 that should pass
      but both get successful and i just want the 654126 one

      posted in Questions
      tiolxpe
    • RE: how can i make this

      I liked it however I wanted to implement it in a password separator by size and when I put a size 6 password it returns success but when I put a size 6 password with letters it also returns success Is there any way to fix this? if you don’t have it I don’t care because it was very good the only problem was this.

      posted in Questions
      tiolxpe
    • how can i make this

      IF "<PASS>" Contains "LETTERS" in case a b c d e etc
      SET STATUS FAIL
      ENDIF

      posted in Questions
      tiolxpe
    • RE: Importing values from a file
      UTILITY File "TOKENS.txt" ReadLines -> VAR "TOKEN" 
      
      UTILITY List "TOKEN" Random -> CAP "RNDTOKEN" 
      

      the tokens.txt are the list of tokens in your openbullet folder

      posted in Questions
      tiolxpe
    • RE: Help with Selenium Source
      BROWSERACTION Open 
      
      NAVIGATE "https://www.google.com" 
      
      BROWSERACTION DOMtoSOURCE 
      
      #BLOCKNAMEREFRESH BROWSERACTION Refresh 
      
      WHILE "<SOURCE>" Contains "google"
      JUMP #BLOCKNAMEREFRESH
      ELSE
      SET STATUS SUCCESS
      ENDWHILE
      

      a little explanation about this code: WHILE GOOGLE SITE Contains "GOOGLE" it will refresh until the site dosnt have google when it dosnt have "google" it will do a SUCCESS key and will continue the config.

      and about clearing the log I don't know how

      posted in Questions
      tiolxpe
    • RE: How to add condition block or statement?
      IF "<v1>" NotEqualTo ""
      SET STATUS SUCCESS
      ELSE
      JUMP #YOURBLOCK
      ENDIF
      
      posted in Questions
      tiolxpe
    • RE: how to parse/ capture ip from OB

      do a request to the myip api http://meuip.com/api/meuip.php and parse the ip

      posted in Questions
      tiolxpe