Giter VIP home page Giter VIP logo

fragbot's Introduction

hello!

Programmer.

Linux and FOSS software enthusiast.

Interested in Large Language Models.

Online privacy advocate. Take a look at my TOR relay.

Here are some of my creations!

  • A Bot Framework for the Hit Web Game Bonk.io: BonkBot
  • A Full Re-Creation of Bonk.io's backend server with functioning multiplayer: BonkServer
  • A Partial Re-Creation of Starblast.io's backend server Oddyserver
  • A Discord Desktop Client (BetterDiscord) Theme with 21k+ Downloads: Spectra
  • A script that adds Proximity Voice Chat over WEBRTC to the Web Game Starblast.io: SBPVC

Contact me

Tools and languages:

git html5 javascript linux nodejs python Bash Markdown Nginx VSCode

fragbot's People

Contributors

pixelmelt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fragbot's Issues

Limbo issue fix

So I have been using your fragbot code (Thank you btw for making it) for a while and I made my own fix for the limbo problem, ill just post it here , hopefully it helps

bot.addChatPatternSet('YOU_ARE_AFK',[/You are AFK. Move around to return from AFK./],{
			parse: true,
		})
		bot.on('chat:YOU_ARE_AFK',() => {
			console.log("LIMBO")
			bot.chat(`/lobby main`)
			waity(0.2)
			bot.chat(`/home`)
		})

whisper player when party busy issue

bot.chat(`/msg ${username} Hi ${username}. I am currently in a party, please try again in a moment.`)

In this code, if this message has to be sent to two different players with either short or similar usernames, Hypixel picks it up in its chat filter and says it cant send the same message twice. I would suggest shortening the message sent, such that the ratio of unique username to message is higher.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.