Skip to content

Commit 043766d

Browse files
committed
changed hotkeys
1 parent 090cc22 commit 043766d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/base.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ ImColor Base::Data::WatermarkColor = ImColor(1.0f, 0.4f, 0.4f, 1.0
5757

5858
UINT Base::Data::Keys::Bhop = VK_SPACE;
5959
UINT Base::Data::Keys::Triggerbot = VK_CONTROL;
60-
UINT Base::Data::Keys::TeleportSavePos = VK_F8;
61-
UINT Base::Data::Keys::Teleport = VK_F9;
62-
UINT Base::Data::Keys::Aimbot = VK_F1;
60+
UINT Base::Data::Keys::TeleportSavePos = VK_F1;
61+
UINT Base::Data::Keys::Teleport = VK_F2;
62+
UINT Base::Data::Keys::Aimbot = VK_CAPITAL;
6363
UINT* Base::Data::Keys::ToChange = nullptr;
6464

6565
bool Base::Data::Settings::EnableCrosshair = false;

0 commit comments

Comments
 (0)