After my infiSTAR.de Tool installation i get kicked alot

Dutch Vertigo

New Member
Hello, i did buy and install infiSTAR.de tool yesterday. Now when i use admin tools, or some of the infiSTAR.de tools like viewing players on the map it gets me kicked.

For example it says: You where kicked off the game (battleeye : Public veriable value restriction #292 )

Also when adding vehicles and buildings i get kicked. I wish to use those tools, and add buildings with infiSTAR.de tool so my question is:

What can i do to use all my admin powers without getting kicked ? where and how do i do this?


Thanks alot for reading/reactions! hope to get this problem fixed.
 
In your mission.pbo\init, search for "//anti hack".
Below you'll see [] execVM "\z\addons\dayz_code\system\antihack.sqf"; .. add two // in front of that line, so its like this: //[] execVM "\z\addons\dayz_code\system\antihack.sqf";

Add this also under the dayz_maxLocalZombies:

dayz_antihack = 0; // DayZ Antihack / 1 = enabled // 0 = disabled
dayz_REsec = 0; // DayZ RE Security / 1 = enabled // 0 = disabled

Find this line: #include "\z\addons\dayz_code\system\REsec.sqf"
.. and delete it.
 
This:
In your mission.pbo\init, search for "//anti hack".
Below you'll see [] execVM "\z\addons\dayz_code\system\antihack.sqf"; .. add two // in front of that line, so its like this: //[] execVM "\z\addons\dayz_code\system\antihack.sqf";

I cant find enything with anti hack.

And:
Find this line: #include "\z\addons\dayz_code\system\REsec.sqf"
.. and delete it.

I dont have this line enymore already.
 
Back
Top