Jump to content
  • 0

HackLog | SERVER ALERT! (remExServer modified!) |


insertcoins

Question

9 answers to this question

Recommended Posts

  • 0

2014-04-21 20:22:55 infiSTAR HackLog | SERVER ALERT! (remExServer modified!) |    |DayZ Instance: 11|

 

what's this?

 

 

I would check the temp ban log...someone tried to run a script to the server and since the antihack didnt detect him in the first place....he has a bypasser.

Link to comment
Share on other sites

  • 0

tempban log is empty

 

yeah, well just cross you fingers then that he'll do something stupid and the antihack catches him...usually they do.

Worst case scenario...check who registered lately in the server and check his gear. If he is a new person i doubt he'll have time to find NV googles, GPS, AS50 and 1231231 rubies :P

Link to comment
Share on other sites

  • 0

yeah, well just cross you fingers then that he'll do something stupid and the antihack catches him...usually they do.

Worst case scenario...check who registered lately in the server and check his gear. If he is a new person i doubt he'll have NV googles, GPS, AS50 and 1231231 rubies :P

 

dang man, that's my spawngear!

Link to comment
Share on other sites

  • 0

Thanks :) usually this menas somebody was trying to modify "BIS_MPF_remoteExecutionServer" which is the function we call everytime we have a "..call RE" somewhere.

But when it says that the functions is already reverted to what it is supposed to be. If that is like spamming your logs you should probably take a look on who might be hacking ^^ (or trying to)

 

cheers guys :)

 

I basically happens the moment the server starts, without anyone joining. So I think it's a loading thing like you said

Link to comment
Share on other sites

  • 0

i have the same error but its no hacker on my server only me as Super admin with Infistar admin tool (payed version)

i have create a custom airfield in the editor and have try to load this custom airfield

in my mission pbo in the Directory maperweiterungen and file name balota_airfield.sqf

I have add this in my init.sqf

[] execVm 'maperweiterungen\balota_airfield.sqf';

but i dont know why infistar think its a Hack

I have an DayZ Epoch server hosted on an Linux Root server

Installed scripts is singel curency from this forum for linux servers

Link to comment
Share on other sites

  • 0
14 hours ago, campers-dead said:

i have the same error but its no hacker on my server only me as Super admin with Infistar admin tool (payed version)

i have create a custom airfield in the editor and have try to load this custom airfield

in my mission pbo in the Directory maperweiterungen and file name balota_airfield.sqf

I have add this in my init.sqf

[] execVm 'maperweiterungen\balota_airfield.sqf';

but i dont know why infistar think its a Hack

I have an DayZ Epoch server hosted on an Linux Root server

Installed scripts is singel curency from this forum for linux servers

any custom map addons must be called from the server.

Open your server PBO, look in the init folder, open the file called server_functions.sqf 

Look for these 2 lines 

server_maintainArea = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\server_maintainArea.sqf";
server_sendToClient = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\server_sendToClient.sqf";

bellow add 

[] execVm "maperweiterungen\balota_airfield.sqf";

Just make sure the path is correct.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...