Freeze Zombies (AOB) (Standalone Client)

Posts 114 of 14 · Page 1 of 1
Freeze Zombies (AOB) (Standalone Client)
Hopefully this can inspire people to become more active and release things other than leeching.
If you really want to learn, i suggest you watch this video.
(as for this video, it is outdated, I could probably make a more updated tutorial if people want it, this is not my video either.)

I just fucked around with things because I have no idea what to look for anymore, and I found this.
It will freeze zombies in place, they can still attack you, they will also face you always.

If you're not sure what to do with this aob, just do these steps:
Launch stand alone client
attach cheat engine
quickly enable speedhack set to 0 and apply
change value type to array of byte
paste in the aob & search
double click to bring the value down
double click the value to edit it, and just hold your 0 key down to cover the entire aob
(just nopes it, too lazy to make a lua engine script, if anyone wants to feel free.
uncheck speedhack and you're done.)


Code:
3B ?? ?? ?? ?? 11 ?? 11 ?? 9A 6F ?? ?? ?? ?? 6F ?? ?? ?? ?? 28 ?? ?? ?? ?? 28 ?? ?? ?? ?? 39 ?? ?? ?? ?? 11

This is best used in singleplayer, when other players attack the frozen zombies, they will teleport and cause a lot of lag.
Does this method works with finding other values, like the amount of lootspots, etc?
Quote Originally Posted by lilililim View Post
Does this method works with finding other values, like the amount of lootspots, etc?
Yes you can
Quote Originally Posted by Brian Leonardo49 View Post
Yes you can
But where to start though? Find values similar to the previous one that's been patched, and what should i do if i found it? I'm trying to fix the more loot spots code xd
Find it and post it, someone will use it in a lua script; Don't trade scripts in private it's against the rules of mpgh. Look at other peoples lua scripts for an example if you want.
Quote Originally Posted by lilililim View Post
But where to start though? Find values similar to the previous one that's been patched, and what should i do if i found it? I'm trying to fix the more loot spots code xd
learn how to make aob ^^
Thats works perfectly but the game lag so much same in singleplayer, any fix for this? TY to post this code
I've noticed the lag, nothing I can really do, i honestly recommend going to a boss area - exiting the game - relaunching and using it to freeze the boss.
This way you can farm bosses easy. I use it to kill bosses, and It doesn't crash, just gets really laggy. Still usable. Try and look around for your aobs.
I just got to try this method but i can't seem to open "files deadfrontier com/deadfrontier/DF3D/DeadFrontierLoader.unity3d?v" all it gave was a 404 error. Any idea how or where to download the loader then?
I was screwing around with this and managed to find some code under the name "loot". Tried the steps in the video and tried using cheat engine and it said it worked, but the game crashed when it's just about to enter the city.
The code i tried:

Code:
AoB = AOBScan("02 7B ?? ?? ?? ?? 45 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 02 7B")
if (AoB) then
	print("More Loot Spots OK")
	for x=0, AoB.getCount()-1 do
		writeBytes(tonumber(AoB[x],16)+5, 0x109)
	end
else
	print("More Loot Spots FAILED")
end
Here's the converted IL to DASM code and the aob.

potential lootspot code.txt37 KB · 10 downloads Clean
Quote Originally Posted by lilililim View Post
I was screwing around with this and managed to find some code under the name "loot". Tried the steps in the video and tried using cheat engine and it said it worked, but the game crashed when it's just about to enter the city.
The code i tried:

Code:
AoB = AOBScan("02 7B ?? ?? ?? ?? 45 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 02 7B")
if (AoB) then
	print("More Loot Spots OK")
	for x=0, AoB.getCount()-1 do
		writeBytes(tonumber(AoB[x],16)+5, 0x109)
	end
else
	print("More Loot Spots FAILED")
end
Here's the converted IL to DASM code and the aob.


I tried that, the crash its real ty anyway for you effort
Quote Originally Posted by lilililim View Post
I was screwing around with this and managed to find some code under the name "loot". Tried the steps in the video and tried using cheat engine and it said it worked, but the game crashed when it's just about to enter the city.
The code i tried:

Code:
AoB = AOBScan("02 7B ?? ?? ?? ?? 45 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 02 7B ?? ?? ?? ?? 28 ?? ?? ?? ?? 02 7B")
if (AoB) then
	print("More Loot Spots OK")
	for x=0, AoB.getCount()-1 do
		writeBytes(tonumber(AoB[x],16)+5, 0x109)
	end
else
	print("More Loot Spots FAILED")
end
Here's the converted IL to DASM code and the aob.

Also forgot to mention, i also found multiple places with the same code as the above. I remember there were at least three
Quote Originally Posted by lilililim View Post
Also forgot to mention, i also found multiple places with the same code as the above. I remember there were at least three
yes your right there is a code that not suppose to be there at the aob that is why the game crash
Quote Originally Posted by Brian Leonardo49 View Post
yes your right there is a code that not suppose to be there at the aob that is why the game crash
any chance you could fix said code?
Posts 114 of 14 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?