Skip to content
View bennyscripts's full-sized avatar
  • United Kingdom
  • 11:26 (UTC)

Organizations

@thegatobot @MenuNote @FrostChat

Block or report bennyscripts

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
bennyscripts/README.md

okay, i guess you found my github,
my names Ben and i used to code and heres all my projects

please don't ask for support

Pinned Loading

  1. ghostselfbot/ghost ghostselfbot/ghost Public

    The official rewrite of the incredibly successful Ghost selfbot.

    Python 17 7

  2. tequila tequila Public

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

    Swift 1

  3. MenuNote/menunote MenuNote/menunote Public archive

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

    Swift 11

  4. ipinfo ipinfo Public archive

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

    Swift 13

  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: