Navigation

    OpenBullet

    OpenBullet

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

    Posts made by percebal42

    • RE: HELP WITH CONFIG CAPTURE HARD REGEX

      try this

      :.*:(.[^<]*).*:
      
      

      output [1]

      posted in Questions
      P
      percebal42
    • RE: [Plugin] Geetest Captcha Solver for OpenBullet.

      @Ruri yes i have python 2.7.9

      posted in Mods
      P
      percebal42
    • RE: [Plugin] Geetest Captcha Solver for OpenBullet.

      error when make .exe

      Syntax error in F:\OpenBullet_v1.2.2_(C707)\Plugins\Geetest-Plugin\Gee.py
        File "F:\OpenBullet_v1.2.2_(C707)\Plugins\Geetest-Plugin\Gee.py", line 16
           r = requests.get(f'https://api-na.geetest.com/gettype.php?gt={self.gt}&callback={self.callback}')
                                                                                                          ^
       SyntaxError: invalid syntax
      
      posted in Mods
      P
      percebal42
    • RE: How to Parse this?

      try this maybe work:

      #TOKEN PARSE "<SOURCE>" REGEX "<input type=\"hidden\" name=\".*\" value=\"([^>]*)\" /> </form>" "[1]" Recursive=TRUE -> VAR "TOKEN" 
      
      #TOKEN_3 PARSE "<TOKEN[2]>" LR "" "" -> VAR "TOKEN3" 
      
      posted in Questions
      P
      percebal42
    • RE: Get CurrentUnixTime with Milliseconds

      @Suro

      BEGIN SCRIPT JavaScript
      var TIME = new Date().getTime();
      END SCRIPT -> VARS "TIME"
      
      posted in Questions
      P
      percebal42
    • RE: Hesitate to add double key with status

      ok thanks.

      posted in Questions
      P
      percebal42
    • RE: Hesitate to add double key with status

      yes double key contains AND contains.

      posted in Questions
      P
      percebal42
    • Hesitate to add double key with status

      IF "<SOURCE>" Contains ">Sign In</h1>"
      IF "<SOURCE>" Contains "Access Denied"
      SET STATUS CUSTOM "FREE" AND
      ENDIF
      thanks in advance and sorry for my bad english.

      posted in Questions
      P
      percebal42
    • RE: Help whit Regexmatches.

      many thanks.

      posted in Questions
      P
      percebal42
    • Help whit Regexmatches.

      i want add filter to OB use only users whit start with letter.
      Thanks for your help.

      posted in Questions
      P
      percebal42
    • RE: how to display Selenium browser source in log ?

      put in imput <SOURCE> by this way u can see what happened.

      posted in Questions
      P
      percebal42
    • RE: capmonster asking 10$ for capmonster recaptcha sitekey addon after buuuying that what to do

      pay every month to have access to recaptcha addon

      posted in Questions
      P
      percebal42
    • RE: how can i make parse to this ?? so i can capture plans ??

      select recursive

      posted in Questions
      P
      percebal42
    • RE: how can i make parse to this ?? so i can capture plans ??

      select regex whit output [1]

      row-item--grow mar-none fs-quote">.*</h3>[\s]+<div class="ta-right">[\s]+([^>]*)</div>
      
      posted in Questions
      P
      percebal42
    • RE: How to Parse this csrf called "ioBBB"

      this value is done by script
      so you need to do the script.

      posted in General Discussion
      P
      percebal42
    • RE: no config loaded

      you need to put the config in the configs folder.

      posted in Questions
      P
      percebal42
    • RE: How to make a Basic Auth config [OB]

      Normaly Basic Auth is GET.

      posted in Questions
      P
      percebal42
    • RE: Run and parse CMD commands. Possible ?

      @gixec27114 thanks for reply.

      posted in Mods
      P
      percebal42
    • RE: Run and parse CMD commands. Possible ?

      i have problem whit this plugin i put intro plugin folder and OB not show me the plugin.
      it only shows me another one that I have.
      https://prnt.sc/t1e6q1

      posted in Mods
      P
      percebal42