Navigation

    OpenBullet

    OpenBullet

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

    ManoPlayBRL

    @ManoPlayBRL

    14
    Reputation
    65
    Posts
    51
    Profile views
    1
    Followers
    3
    Following
    Joined Last Online

    ManoPlayBRL Follow

    Posts made by ManoPlayBRL

    • RE: How to find function ?

      @kfederic I just sent a sample code '-' if you want to loop or something I recommend reading documents.

      posted in Questions
      ManoPlayBRL
    • RE: How to find function ?

      @kfederic You can use this:

      SET VAR "COUNT" "0"
      
      FUNCTION Compute "<COUNT>+1" -> VAR "COUNT" 
      
      posted in Questions
      ManoPlayBRL
    • RE: how can i parse this?

      @Trayvoh

      PARSE "<COOKIE(jlrkofss3fpk459dto)>" LR "" "" -> VAR "COOKIE1" 
      
      PARSE "<COOKIE(jglrkofss3fpk459dto0z7553afb4b)>" LR "" "" -> VAR "COOKIE2"
      
      posted in Questions
      ManoPlayBRL
    • RE: How can I decrypt this password?

      @trauto Yes 🙂

      posted in General Discussion
      ManoPlayBRL
    • RE: How can I decrypt this password?

      you need see the javascript to get how the site gen this 🐕

      posted in General Discussion
      ManoPlayBRL
    • RE: Ironpy Execute and Openbullet Hanging

      For base64 and Hex conversions you can use the openbullet

      posted in Python
      ManoPlayBRL
    • RE: Ironpy Execute and Openbullet Hanging

      IronPython was not made for massive use like Openbullet does. It is simply a python2 transpiler so it lacks data monitoring concepts like the original python.
      If you want to do something in another language together with openbullet I recommend using JavaScript (unfortunately).

      posted in Python
      ManoPlayBRL
    • RE: I need help with this "error"

      This can help you: https://openbullet.github.io/ob1/examples.html

      posted in Questions
      ManoPlayBRL
    • RE: Plugin For Openbullet C#

      @Polis What would be the purpose of your plugin? '-'

      posted in Questions
      ManoPlayBRL
    • RE: Plugin For Openbullet C#

      @Polis Hello 😄 this link can help you:
      Example of plugin: https://github.com/openbullet/openbullet-plugin
      Anomaly plugin: https://github.com/PurityWasHere/OpenBullet-Anomaly-Plugin

      posted in Questions
      ManoPlayBRL