//Console Menu
std::vector<Checkbox> checkboxes = {
{"Inf Health", false}
, {"Inf Granades", false}
, {"Inf Ammo", false}
, {"Inf Syringes", false}
, {"Inf Stamina", false}
, {"Inf Strategems", false}
, {"Inf Mission Time", false}
, {"No Reload", false}
, {"Max Resources", false}
, {"No Recoil", false}
, {"Inf Backpack", false}
, {"Inf Special Weapon", false}
, {"No Laser Cannon Overheat", false}
, {"Instant Railgun", false}
, {"Show All Map Icons", false}
, {"No Stationary Turret Overheat", false}
, {"No Backpack Shield Cooldown", false}
, {"No JetPack Cooldown", false}
};
ThePotato97/Helldivers-2-Internal-Hack-Dll-Proxy-PoC
Proof of Concept Internal Hack Using Dll Proxy for Helldivers 2
C++MIT