The best blox fruits external macro made for the best pvp. We have sanguine z boost, soru macro and even a xz macro.
#ifndef ZELPWARE_MACRO_HPP
#define ZELPWARE_MACRO_HPP
// Global configurations for external delays
namespace Zelpware {
inline constexpr int SANGUINE_Z_DELAY = 45;
inline constexpr bool ENABLE_SORU_BOOST = true;
inline constexpr const char* VERSION = "1.0.0";
}
#endif