From 036e6b00ce4a0c331d3076b823caf5fffb3a2b54 Mon Sep 17 00:00:00 2001 From: 0TheSpy <5511c282@opayq.com> Date: Wed, 9 Nov 2022 09:46:34 +0300 Subject: [PATCH] Update Options.hpp --- SpyCustom/Options.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SpyCustom/Options.hpp b/SpyCustom/Options.hpp index 2b695c0..be00ca4 100644 --- a/SpyCustom/Options.hpp +++ b/SpyCustom/Options.hpp @@ -688,6 +688,11 @@ public: OPTION(int, fullbright, 0); OPTION(bool, drawgray, 0); OPTION(bool, showlowresimage, 0); + + OPTION(bool, bunnyhop, 0); + OPTION(bool, slidewalk, 0); + OPTION(bool, fastduck, 0); + OPTION(int, changing_name, 0); }; inline Options g_Options;