DONT USE THIS ON A BATTLEYE SERVER UNLESS YOU HAVE A BYPASS
This is for newbies that are new to dayz hacking.
---------------------------------------------------------------------
Ever found some Dayz scripts but don't know how to use them? Well this tutorial will show you how!
Requirements:
Cheat Engine
Scripts / Menu
Dayz.
1.Download some scripts or a menu.
2.Put the file e.g. 'Scripts' into your Arma 2 OA folder.
3.Make sure you are on a server first then open cheat engine then click 'Select a process to open' (The Computer with a magnifying glass on it) and find Arma2 OA then ok.
4.Go to value type and change it to 'String'
5.Put in the text bar private
Code:
["_dummy"]; _dummy = [_this,"onload"] execVM "\ca\ui\scripts\dedicatedServerInterface.sqf";
then first scan.
6.Then go to the bar at the side and double click the new address. A address should of appeared at the bottom.
7.Double click on the value and change the code to
Code:
private ["_dummy"]; _dummy = [_this,"onload"] execVM "\scripts\menu.sqf
"(The "\scripts\menu.sqf" can be changed to fit what your menu file is called. E.g
Code:
private ["_dummy"]; _dummy = [_this,"onload"] execVM "\scripts\LScroll.sqf"
)
8.Now that your scripts are injected press Shift+P then close it. Now scroll your mouse or press a key for the menu for show.
Congrats. Your scripts are now injected.
Scripts / Menus don't always work on some servers since there are Anti-Hacks on some servers.