loona Posted December 10, 2021 Share Posted December 10, 2021 if (miscConfig.longjump && miscConfig.edgejumpkey.isDown()) { if (!localPlayer || !interfaces->engine->isInGame() || !interfaces->engine->isInGame()) return; const auto move_type = localPlayer->moveType(); if (move_type == MoveType::LADDER || move_type == MoveType::NOCLIP) { return; } if (localPlayer->flags() & 1) { saved_tick_count = memory->globalVars->tickCount; } if (memory->globalVars->tickCount - saved_tick_count > miscConfig.savedticks) { do_lj = false; } else { do_lj = true; } if (do_lj && !(localPlayer->flags() & 1)) { cmd->buttons |= UserCmd::IN_DUCK; Quote Link to comment Share on other sites More sharing options...
btc Posted December 10, 2021 Share Posted December 10, 2021 osiris lj? Quote Link to comment Share on other sites More sharing options...
loona Posted December 10, 2021 Author Share Posted December 10, 2021 2 hours ago, btc said: osiris lj? he literally sold lj bind for 10$ now the code is ready to paste 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.