kaja koenders

kaja koenders

  • NA
  • 5
  • 605

How can I switch a bool false or true when I click f1 or f2

Jul 22 2018 5:27 AM
Hello,
 
I'm trying to study c# and I'm making cheats for a game to improve
 
I want to toggle a bool (True and False) by clicking f1 or f2.
 
public bool bAimbotEnabled = true;
public bool bVisibleCheck = true;
 
Thank you for helping!

Answers (2)