Skip to content
View bennyscripts's full-sized avatar
🤯
benny.fun
🤯
benny.fun
  • United Kingdom
  • 10:00 (UTC +01:00)

Organizations

@thegatobot @MenuNote @FrostChat
Block or Report

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

  1. ghost ghost Public

    A rewrite of the popular Discord selfbot, Ghost

    Python 5 2

  2. MenuNote/menunote MenuNote/menunote Public archive

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

    Swift 10

  3. FrostChat/frost FrostChat/frost Public archive

    A public open source 1 to 1 chat app.

    HTML 2 1

  4. ipinfo ipinfo Public archive

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

    Swift 10

  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 3

  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: