Good Legit Bhop Code

Posts 12 of 2 · Page 1 of 1
Good Legit Bhop Code
Hi, I'm Making A Cheat but I want a good legit bhop code can any1 send or post?
Code:
//Basic BHOP (Add velocity check and whatever else you want)
void Bhop() {
		Player.LocalPlayer = ReadMemory<DWORD>(module.Client + offsets.dwLocalPlayer);
		if (GetAsyncKeyState(VK_SPACE) & 0x8000) {
			Player.mFlags  = ReadMemory<int>(Player.LocalPlayer + offsets.m_fFlags);
			if (Player.mFlags & (1 << 0)) {
				WriteMemory<int>(module.Client + offsets.dwForceJump, 6);
			}
			this_thread::sleep_for(std::chrono::milliseconds(1));
		}
	}
Posts 12 of 2 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?