Jump to content

help


Benwei

Recommended Posts

On 11/8/2022 at 7:14 AM, Benwei said:

Which kind person can help me repair this lua? Thank you very much

PUBG.lua 2.8 kB · 8 downloads

You better of making it your self. It's not possible for a battle royal like pubg/cod to make a proper teleport with just xyz coords. You need more values for filter out your own coords with enemies coords. Also when he kills players he doesnt search the values again and what if new player joins? Script mis to much relevant parts or you don't send all of the script. Or perhaps this is all a mod menu or just work for specific mode...to much blank holes. Seems pointless spending time figuring out.

Link to comment
Share on other sites

	for index, addr in ipairs(list2) do
		if addr.value == 100.0 and list3[index].value ~= TeamID then
			list4[#list4 + 1] = list_int64_addr(addr.address - 0xBCC)
		end
	end

This part very needed. But coords of dead players should be cleared from memory and load at new addresses when respawn. Or this could be a specific mode in which it does not happen. Like deathmatch or some sort.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.