Kiruta Posted December 17, 2022 Share Posted December 17, 2022 Does anyone knows how to make fakeduck works on a legendwarev 3 soure code?I can t make it works, i repair almost the all source but i cannot make the fakeduck to work idk why XD Quote Link to comment Share on other sites More sharing options...
btc Posted January 15, 2023 Share Posted January 15, 2023 if (config->antiAim.fakeDuck && config->antiAim.fakeDuckKey && GetAsyncKeyState(config->antiAim.fakeDuckKey) && localPlayer->isAlive()) if (localPlayer && localPlayer->isAlive()) if (interfaces->engine->getNetworkChannel()->chokedPackets > (config->misc.chokedPackets / 2)) cmd->buttons |= UserCmd::IN_DUCK; else cmd->buttons &= ~UserCmd::IN_DUCK; ^ used with infinite duck or https://www.unknowncheats.me/forum/2338461-post1.html edit: neither of the codes aren't paste ready so you'll have to work to get the code working Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.