Jump to content
Sign in to follow this  
Cyberkitten

Need help with script translation

Recommended Posts

Hi, we just had a hacker. Now I need to sniffle through the log but I need help to identifie the right things.

I found this for example:

_id = player spawn spawn

07.08.2012 12:12:54: HeLLRaiseR (87.255.1.55:2700) b5d8aff9357dfaaa3ec78fe19633890b - #97 qs'];

player addAction ['Boost TP', '\scripts\teleport.sqf'];

player addAction ['Mass Kill', '\scrip

07.08.2012 12:13:02: HeLLRaiseR (87.255.1.55:2700) b5d8aff9357dfaaa3ec78fe19633890b - #1 #line 1 "scripts\FULL.sqf"

player addBackPack "DZ_Backpack_EP1";

player addweapon "M4A1_AIM_SD_camo

07.08.2012 12:13:05: HeLLRaiseR (87.255.1.55:2700) b5d8aff9357dfaaa3ec78fe19633890b - #52 t [format["Click on map"], "PLAIN DOWN"];

onMapSingleClick "[_pos select 0, _pos select 1, _pos sele

07.08.2012 12:14:16: Sebastian (78.50.121.13:2344) 0648df6b239b6cf9f8d68dcb9a2a53a3 - #27 awn player_alertZombies;

Or this:

_id = player spawn spawn

07.08.2012 12:20:41: Penisbaum (178.82.198.178:2304) 968b34aa31d0d3b868869270b94afa9e - #1 eCargo [_x,100];} forEach _dayz_mag;

{_heli addBackpackCargo [_x,2];} forEach _dayz_bpk;

Anyone can help me with that?

  • Like 1

Share this post


Link to post
Share on other sites

_id = player spawn spawn

07.08.2012 12:12:54: HeLLRaiseR (87.255.1.55:2700) b5d8aff9357dfaaa3ec78fe19633890b - #97 qs'];

player addAction ['Boost TP', '\scripts\teleport.sqf'];

player addAction ['Mass Kill', '\scrip

07.08.2012 12:13:02: HeLLRaiseR (87.255.1.55:2700) b5d8aff9357dfaaa3ec78fe19633890b - #1 #line 1 "scripts\FULL.sqf"

player addBackPack "DZ_Backpack_EP1";

player addweapon "M4A1_AIM_SD_camo

07.08.2012 12:13:05: HeLLRaiseR (87.255.1.55:2700) b5d8aff9357dfaaa3ec78fe19633890b - #52 t [format["Click on map"], "PLAIN DOWN"];

onMapSingleClick "[_pos select 0, _pos select 1, _pos sele

07.08.2012 12:14:16: Sebastian (78.50.121.13:2344) 0648df6b239b6cf9f8d68dcb9a2a53a3 - #27 awn player_alertZombies;

-------------------------ANALYSIS--------------------------------

player addAction ['Boost TP', '\scripts\teleport.sqf']; -> Teleport hack

player addAction ['Mass Kill', '\scrip -> Nuke hack i.e. everyone dies

player addBackPack "DZ_Backpack_EP1"; -> spawned shit right here

player addweapon "M4A1_AIM_SD_camo -> spawned shit right here

Edited by nexXtec
  • Like 2

Share this post


Link to post
Share on other sites

typically if you see the words "Teleport", "Mass Kill", and "player add", then it is a good sign that it is a hack. Those should never show up in the logs as regular players have no ability to do those things.

  • Like 1

Share this post


Link to post
Share on other sites

Yep, you've caught a bunch of hackers! :)

You've got my confimation, too. :beans:

  • Like 1

Share this post


Link to post
Share on other sites

Thank you.

15:11:10 BattlEye Server: Player #13 HeLLRaiseR (87.255.1.55:2700) connected

15:11:10 BattlEye Server: Player #13 HeLLRaiseR - GUID: b5d8aff9357dfaaa3ec78fe19633890b (unverified)

15:11:10 BattlEye Server: Verified GUID (b5d8aff9357dfaaa3ec78fe19633890b) of player #13 HeLLRaiseR

Thats his GUID. Thanks for your help.

Edited by Cyberkitten

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×