Page MenuHomeFeedback Tracker

Ability to spawn items modifying the DayZ proccess.
New, WishlistPublic

Description

You can currently spawn any item modyfying the DayZ proccess.

Details

Legacy ID
3516487538
Severity
None
Resolution
Open
Reproducibility
Always
Steps To Reproduce
  • Cheat Engine
  • DayZ Standalone (Duh!)

So, once you've got those two, you're gonna want to open DayZ, and then Cheat Engine. You're then gonna want to open up Cheat Engine and find the DayZ process.

After you've done that, select value type on the right hand side of CE and select 'String', this will allow you to search for text.

Now search for:

["onLoad",_this,"RscDisplayOptionsVideo",'GUI'] call compile preprocessfilelinenumbers "DZ\ui\scripts\initDisplay.sqf"

Once the result has come up in the address list, double click the address.

Now, you will need to change the vale, to do this just double click under the value heading, this will allow you to change the value, a box will pop up and you'll want to change the value to:

  • execVM "hint.sqf";

After you've done this you'll need to go to this location

C:\Program Files (x86)\Steam\steamapps\common\DayZ

Once you're there, create a new text file and name it hint.sqf, make sure the 'save as type' selection is set to 'all files', not '.txt'.

Now you've saved that, you can open it and then add the items you want to spawn in, to do so you'll need to use this code

"classname" createVehicle (getPosATL player);

Event Timeline

Lorenzo0852 set Category to category:weapons.
Lorenzo0852 set Reproducibility to Always.
Lorenzo0852 set Severity to None.
Lorenzo0852 set Resolution to Open.
Lorenzo0852 set Legacy ID to 3516487538.May 8 2016, 2:30 PM
Lorenzo0852 added a subscriber: Lorenzo0852.

To add more, you can do other things too like waking up from unconsciousness.

player setVariable['shock',0];
player setUnconscious false;