Getting started with difys
Difys is a touch botting framework.
It helps you power up your botting potential to be more than just scripts, it introduces plugins, microservices and an intensive API making interractions with the socket server easy from beginners to advanced users.
While it's designed for servers in mind, difys can be run in different environments (Linux, Windows, Mac...)
Installation
Currently, Difys is still in development. There will be an announcement in our discord when it will be out.
For more details, see the Installation page.
The Difys Core
Difys by itself is just a set of modules that handles your connection to the game with a generalized game data store and a plugins API, if you're interested in how difys is working, see the Difys Core page. ( If you want to make plugins, reading this is a must! )
Plugins
Plugins are a new way to enable users to communicate with the native socket connection that it offers.
Maybe you want to add a new scripting function? Or listen to specific events that are not implemented in difys itself, plugins offer that possibly and with an easy API too!
For more details on how to use/make plugins, see the Plugins page.
Scripting
Scripts enables you to control the flow of what actions your bot should take in a sequencial way. It's a way for you to use plugins exported functions AND utility functions provided by difys. Head out to the Scripts page for more information.
Help and discussion
We currently don't have a forum and we are not planning to open one in the near future. For now, we think that Discord is okay and we are very active there. Make sure to check it out!
Should You Use Difys?
While difys was made with servers in mind, you could always use it in your day-to-day computer, but should you?
Honestly, only you can answer that question, while currently difys is very behind from other botting clients out there, keep in mind that we are always growing, and we think that the whole plugins technology will help us grow faster. There is already an interface at difys.tk, but it is still in its beta version.
So should you use difys as your main botting client? Maybe, if you're feeling courageous, while it's pretty much still very young, it won't hurt to give it a shot and explore the possibilities!