Recent content by WolfieBlood

  1. WolfieBlood

    Answered BO2 GSC Function to check if player is aiming at player?

    Is there a way to know or do something if a player is aiming at you? Like on offhost menus you can have the option for it to say who's aiming at you
  2. WolfieBlood

    Answered How Can I Do This?

    I'm kinda new to coding but I'm making a bo2 mod menu, in it i want the next to change from off to on or back to off but I'm not sure how or if i even can. I've tried this: if(self.god == false) { self add_option("mainMods", "God Mode ^1OFF^7", ::godMode); } else if(self.god == true) { self...
Top