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

ManoPlayBRL
@ManoPlayBRL
14
Reputation
65
Posts
51
Profile views
1
Followers
3
Following
Posts made by ManoPlayBRL
-
RE: How to find function ?
-
RE: How to find function ?
@kfederic You can use this:
SET VAR "COUNT" "0" FUNCTION Compute "<COUNT>+1" -> VAR "COUNT"
-
RE: how can i parse this?
PARSE "<COOKIE(jlrkofss3fpk459dto)>" LR "" "" -> VAR "COOKIE1" PARSE "<COOKIE(jglrkofss3fpk459dto0z7553afb4b)>" LR "" "" -> VAR "COOKIE2"
-
RE: How can I decrypt this password?
you need see the javascript to get how the site gen this
-
RE: Ironpy Execute and Openbullet Hanging
For base64 and Hex conversions you can use the openbullet
-
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). -
RE: Plugin For Openbullet C#
@Polis What would be the purpose of your plugin? '-'
-
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