Skip to content

Commit

Permalink
changed hotkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbo committed Jan 18, 2021
1 parent 090cc22 commit 043766d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ ImColor Base::Data::WatermarkColor = ImColor(1.0f, 0.4f, 0.4f, 1.0

UINT Base::Data::Keys::Bhop = VK_SPACE;
UINT Base::Data::Keys::Triggerbot = VK_CONTROL;
UINT Base::Data::Keys::TeleportSavePos = VK_F8;
UINT Base::Data::Keys::Teleport = VK_F9;
UINT Base::Data::Keys::Aimbot = VK_F1;
UINT Base::Data::Keys::TeleportSavePos = VK_F1;
UINT Base::Data::Keys::Teleport = VK_F2;
UINT Base::Data::Keys::Aimbot = VK_CAPITAL;
UINT* Base::Data::Keys::ToChange = nullptr;

bool Base::Data::Settings::EnableCrosshair = false;
Expand Down

0 comments on commit 043766d

Please sign in to comment.