Thumbs upPUBG *Lock On* Aimbot Source Code

Posts 115 of 38 · Page 1 of 3
PUBG *Lock On* Aimbot Source Code
So here is release of my previous work.
Its ready just copy paste it if you already have a base.

Sticky Aimbot.

Code:
if (global::bAim)
	{
		auto playercontroller = mem->RPM<DWORD_PTR>(global::pLocalPlayer + 0x30, 8);
		DWORD_PTR enlist = GetEntityList();
		Vector3 local = GetLocalPlayerPos();
		int entitycount = mem->RPM<int>(mem->RPM<DWORD_PTR>(global::pUWorld + 0x30, 0x8) + 0xA8, 0x4); 
		for (int i = 0; i < entitycount; i++) // find best ent
		{
			auto entity = mem->RPM<DWORD_PTR>(enlist + (i * 0x8), 0x8);
			if (!entity)
				continue;
			if (entity == mem->RPM<DWORD_PTR>(mem->RPM<DWORD_PTR>(global::pLocalPlayer + 0x30, 0x8) + 0x418, 0x8))
				continue;
			if (entity == global::pLocalPlayer)
				continue;
			int id = mem->RPM<int>(entity + 0x18, 0x4); 
			if (id == ActorIds[0] || id == ActorIds[1] || id == ActorIds[2] || id == ActorIds[3])
			{
				auto mesh = mem->RPM<DWORD_PTR>(entity + 0x400, 0x8); 
				Vector3 pos = GetActorPos(entity); 
				Vector3 bone = WorldToScreen(GetBoneWithRotation(mesh, Bones::neck_01), global::cameracache);
				float distance = 0.f;
				distance = local.Distance(pos) / 100.f; 
				float boneX = bone.x - s_width / 2;
				float boneY = bone.y - s_height / 2;
				if (boneX >= -10 && boneX <= 10 && boneY >= -10 && boneY <= 10 && distance < 400)
				{
					if (GetAsyncKeyState(VK_RBUTTON) && boneX != 0 && boneY != 0)
						mouse_event(0x0001, boneX, boneY, NULL, NULL);
				}
			}
 
		}
	}
Hope you enjoy.
Use some bypass , or create one urself , i helped you enough

It is UD using it with my bypass for roughly 1 month.

http : // steamcommunity . com /id/21452342332/
If you need help setting up smth. Let me know or add me on steam.
how to use it?
copy to .ahk?
i need bypass pls.
Learn some C# or C++ and you will understand this code.

Also dont just compile and run it on ur base.
You need to use some kind of bypass.

Cheers,
Quote Originally Posted by NoNameBoyGG View Post
Learn some C# or C++ and you will understand this code.

Also dont just compile and run it on ur base.
You need to use some kind of bypass.

Cheers,
ok bro i learned that language code
but now i need bypass u can give me or sell?
Quote Originally Posted by rillsmiller View Post
ok bro i learned that language code
but now i need bypass u can give me or sell?
LOL these comments are too funny.
Quote Originally Posted by xjbx187x View Post
LOL these comments are too funny.
Who care 'bout u?
Quote Originally Posted by rillsmiller View Post
ok bro i learned that language code
but now i need bypass u can give me or sell?
lol every artist.
Quote Originally Posted by rillsmiller View Post
Who care 'bout u?
Add me on my steam i might even help you a bit.
http: // steamcommunity . com /id/21452342332/
Lmao. you just got banned
Quote Originally Posted by GTXLMAO View Post
Lmao. you just got banned
LULLLLL , RIP.
Posts 115 of 38 · Page 1 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?