Go to Top

// Initialize the script void main() { init();

#include <CronusZen.h>

// Update the ESP updateESP();

// Main loop while (true) { // Update the aimbot updateAimbot();

// Enable the radar hack radar_hack = true;

// Enable the triggerbot triggerbot = true; triggerbot_delay = 50;

// Enable the aimbot aimbot = true; aimbot_fov = 10; aimbot_sensitivity = 5;