how to make unlimited ammo ? all i can do is edit the value and freeze them . i tried to save as cheat but when i restart the game and enable the cheat nothing happened. so i repeat the for the valueInfinite money is easy enough using Edzion, just search for your money value as u32 == heap + main an search for value in decimal.
Sell or buy something an repeat the search, you will be left with one result, change the value to whatever money you want
You can repeat this process for items too, search using u16 for items instead of u32
@xtatu Your cheats just made the game a whole lot more fun for me, thanks!
On another note, has anyone been able to edit their exp on Hellraid? Looking to max out Hellraid without putting in the work lol
On another note, has anyone been able to edit their exp on Hellraid? Looking to max out Hellraid without putting in the work lol
Tested almost all cheats and work fine super kick is very hilarious we don’t need a one hit kill with that is just so funny but I don’t know if I’m wrong but the ones to slow down zombies example speed zombie x0.75 I have noticed no change in their speed the move at normal speed as always
- Joined
- May 22, 2019
- Messages
- 73
- Reaction score
- 46
- Trophies
- 0
- Age
- 39
- Location
- Merseyside
- Website
- dave-hamilton.co.uk
- XP
- 297
- Country

how to make unlimited ammo ? all i can do is edit the value and freeze them . i tried to save as cheat but when i restart the game and enable the cheat nothing happened. so i repeat the for the value
The value you find at that point is only for the game loaded into memory, what you have to do is dump the data, make a note of the value, reload the game and repeat the search process. Find the value, dump the data.
You then use the Dumped data and saved values in Cheat Engine (Windows application) This will help discover the pointers.
Once you have the pointers, you can then create a cheat file for the values from the pointers / edited values.
There is a ton of videos on it, i have not yet done this myself, i was trying to, but after a 4th search on low u16 values my switch crashes, when this happens a few times the game becomes corrupted and i have to reinstall.
If no cheat become available, i tend to farm as much resources as i can, then edit the values so i can craft whatever i need on the fly.
Make sure when you have found a value and edited it (i.e inventory item) and it works, make sure you sleep to save the progress.
Did you try s16? Since u can only be positive integers, s usually produces more reliable results for decimal entries; for Dying Light anyway. Not sure how to find pointers and make codes otherwise I would give it a shot too.The value you find at that point is only for the game loaded into memory, what you have to do is dump the data, make a note of the value, reload the game and repeat the search process. Find the value, dump the data.
You then use the Dumped data and saved values in Cheat Engine (Windows application) This will help discover the pointers.
Once you have the pointers, you can then create a cheat file for the values from the pointers / edited values.
There is a ton of videos on it, i have not yet done this myself, i was trying to, but after a 4th search on low u16 values my switch crashes, when this happens a few times the game becomes corrupted and i have to reinstall.
If no cheat become available, i tend to farm as much resources as i can, then edit the values so i can craft whatever i need on the fly.
Make sure when you have found a value and edited it (i.e inventory item) and it works, make sure you sleep to save the progress.
Also as a tip for anyone trying to max out inventory stuff, don't use u16 etc. Use s16 since you can put both odd and even numbers. Using s16 I was able to edit all inventory stuff (didn't bother with ammo) to 999. S16 range is 256-65535 so don't put values above 65535. Once you've edited using s16 you can use s32 if you want bigger values ie 65536-4294967295
- Joined
- May 22, 2019
- Messages
- 73
- Reaction score
- 46
- Trophies
- 0
- Age
- 39
- Location
- Merseyside
- Website
- dave-hamilton.co.uk
- XP
- 297
- Country

To make a pointer, you need to find the value doing the search as normal, Once you have the 1 result, manually make a note of this. There should be an option to Dump the information, if so dump it.Did you try s16? Since u can only be positive integers, s usually produces more reliable results for decimal entries; for Dying Light anyway. Not sure how to find pointers and make codes otherwise I would give it a shot too.
Close the game and repeat the first process, make a note of the 1 value and dump the information (The more times you do this the more accurate / less results you will get when you load in the information into a cheat engine)
You load in the Dumps into cheat engine, you put in the values you manually made a note and it will search to locate the pointers for you.
Here is a video:
This video reference is the best, it explains everything in detail, You can skip most of it though as you already understand the basics
Ill be honest i cannot remember, It was the row on the Top, i just have U in my head for Unsigned, S for Signed, As the values are inventory they should never go into a negative value, So Unsigned was my logic.
Signed allows for negative values.
But ill re-try again using S and see if this works any better.
Yes the only 32 value would be money, Only one i was not successful with was XP, i believe that's because its Of-set. i.e. the Game shows you the Value of XP in your Current Rank, But combined XP would be the values of the previous rank added to that current XP display.
U8 = Unsigned 8 bit search for known and unknown values up to 255 in decimal or FF in hex
U16 = Unsigned 16 bit search for known and unknown values from 256-65535 in decimal or FFFF in hex
U32 = Unsigned 32 bit search for known and unknown values from 65536-4294967295 in decimal or FFFFFFFF in hex
U64 = Unsigned 64 bit search for known and unknown values. Most cheat codes likely won't use this. However, if 32 and below don't find it, then this may be your next step.
S8/S16/S32/S64 = Exactly like the unsigned searches except that Signed can hold negative numbers, zero, and positive numbers whereas the unsigned can only hold zero and positive numbers.
Source @wiitendo84
https://gbatemp.net/threads/edizon-se-with-pointer-searcher-se-tutorial.587265/
You can edit money thru edizon/edizon se..Thanks for the code, but Can we have infinite money ?
- Joined
- May 22, 2019
- Messages
- 73
- Reaction score
- 46
- Trophies
- 0
- Age
- 39
- Location
- Merseyside
- Website
- dave-hamilton.co.uk
- XP
- 297
- Country

Yes, search u32 == heap + mainYou can edit money thru edizon/edizon se..
And search for the value you currently have. Go the shop buy / sell. Go back to Edizon an search again for your new money value. Do it a 2/3 times until you have 1 value left.
Edit the value to give yourself whatever amount you want.
Sleep to save the game,
If you ever want to edit it again after you close / relaunch the game you will have to repeat the process above
On the reg forum there is a link to a save that's starts you at beginning of game with lots of stuff including electrified grappling hook which is fun it's from clericjay halfway down page 2227
Last edited by Scottla94,
- Joined
- Oct 21, 2015
- Messages
- 1,901
- Reaction score
- 3,517
- Trophies
- 4
- Age
- 30
- Location
- Storm Border
- XP
- 1,437
- Country

Or you can just find a PC save. I transferred the save I used on PC and moved it to the Switch and it works perfectly. Everything is there. There's tons of modded starter saves on Nexus I believe. So pick your poison.On the reg forum there is a link to a save that's starts you at beginning of game with lots of stuff including electrified grappling hook which is fun it's from clericjay halfway down page 2227
how exactly did you do that? can it be any of the saves from nexus?Or you can just find a PC save. I transferred the save I used on PC and moved it to the Switch and it works perfectly. Everything is there. There's tons of modded starter saves on Nexus I believe. So pick your poison.
because that sounds amazn, there are so many saves on nexus w/ cheats basically in there from jump no edizon required.
- Joined
- Oct 21, 2015
- Messages
- 1,901
- Reaction score
- 3,517
- Trophies
- 4
- Age
- 30
- Location
- Storm Border
- XP
- 1,437
- Country

Yeah, it can be any save from there. Just download one and replace the "save_coop_0" with the one you downloaded. That's it.how exactly did you do that? can it be any of the saves from nexus?
because that sounds amazn, there are so many saves on nexus w/ cheats basically in there from jump no edizon required.
thank youfr this helpsYeah, it can be any save from there. Just download one and replace the "save_coop_0" with the one you downloaded. That's it.
Thanks for all your cheat codes you have posted much appreciated xtatuDying Light Platinum Edition
tid:01008C8012920000
bid:7587506B733AAD48
ver:1.0.1
[hit range kick 31x]
04000000 0149E2D4 1E27F002
[inf stamim]
04000000 010CF608 1E3E1000
[1p speed run 31x]
04000000 014E6080 1E27F000
[slow zombi freezer]
04000000 00CEF8E4 1E3E1000
[slow zombi x0.25]
04000000 00CEF8E4 1E2A1000
[slow zombi x0.5]
04000000 00CEF8E4 1E2C1000
[slow zombi x0.75]
04000000 00CEF8E4 1E2D1003
[speed zombi normal]
04000000 00CEF8E4 1E2E1003
[speed zombi 31x]
04000000 00CEF8E4 1E27F003
bro can make a code for inf hp turn off code? when i restart the game my hp is 0 everything is normal instead of talking people and grab any items using Y button not work because my hp is 0 can., you make turn off code of all this cheat?Dying Light Platinum Edition
tid:01008C8012920000
bid:7587506B733AAD48
ver:1.0.1
up
[1p inf heath]
04000000 013F077C D65F03C0
[1p invicinble+zombi no attack]
04000000 00F27ABC D65F03C0









