Skip to content
View bennyscripts's full-sized avatar
👻
ghostt.cc
👻
ghostt.cc
  • United Kingdom
  • 00:22 (UTC +01:00)

Organizations

@MenuNote @FrostChat @ghostselfbot

Block or report bennyscripts

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bennyscripts/README.md

image

Pinned Loading

  1. ghostselfbot/ghost ghostselfbot/ghost Public

    The most advanced open source Discord selfbot!

    Python 42 14

  2. tequila tequila Public

    The better way to see how well your games run on Apple Silicon

    Swift 3

  3. MenuNote/menunote MenuNote/menunote Public archive

    A note app that uses the menu bar on Mac OS.

    Swift 12

  4. ipinfo ipinfo Public archive

    A Mac OS menu bar app to geolocate an IP address.

    Swift 16 1

  5. flask-file-hosting flask-file-hosting Public

    File host created in flask for one person. Great for an easy way to move files in your network.

    HTML 8 2

  6. A very basic Python wrapper for Disc... A very basic Python wrapper for Discord's new soundboard feature
    1
    import requests
    2
    import base64
    3
    import mimetypes
    4
     
    5
    class Sound: