Discord Link Copied!

Paste it anywhere to invite your friends.

Select Download Version

Choose your preferred installation option below:

Zelpware Logo

|

The best blox fruits external macro made for the best pvp. We have sanguine z boost, soru macro and even a xz macro.

macro_config.hpp
#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