Jump to content

DuMa

Member
  • Posts

    97
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Haha
    DuMa reacted to finplayer21 in [HOW-TO] DankHax Prevention   
    The problem is not the hackers. The problem is server admins being lazy. You've been given the tools to make your servers secure. SQF is great quite shitty, but it allows you to stop people from deleting your databases.
    You've been given BE filters which stop teleport/kill all scripts if you know how to use google. You can stop all scripters if you spend the time to learn how to.
    As proof of concept I quickly wrote something that should stop people from deleting your databases. I really don't know about Epochs file structure or how the deleteObj is used. I assume the server might use it for cleaning up some stuff or something, which this might block, so just implement a password for the function, so the server can delete as much stuff as needed or something. I didn't run it so might have stupid syntax error or missing semi-colons...
    Place under "//remove from database" in server_deleteObj.sqf
    // init the vars if (isNil "deleteUsers") then { deleteUsers = []; deleteTimes = []; }; // see if the user is already present _index = deleteUsers find _activatingPlayer; // if not add the user and his time to the array if (_index == -1) then { [deleteUsers, _activatingPlayer] call BIS_fnc_arrayPush; [deleteTimes, time] call BIS_fnc_arrayPush; } else { // if the user is present get the time of the last deletion _time = deleteTimes select _index; // check if the old time + 10 is more than current time if ((_time + 10) > time) exitWith { // if yes then log that the player tried to delete too often diag_log format["Player %1 tried to delete after %2 seconds", _activatingPlayer, time - _time]; } else { // if not update the delete time deleteTimes set [_index, time]; }; };  
  2. Like
    DuMa reacted to syco in SERVER HACKED PLEASE HELP   
    Shawn why are you here? You are one of the people hacking these servers when you tried to take all of "FEAR GAMING SERVERS PAYPAL MONEY" about 1 week ago. Go ahead and act like you are not part of it. Was that $100 worth it shawn?
    The best part is back last year when your server "RED Overpoch" was getting smashed in you come to me for help. I provided info on how to stop it and you was too dumb to even apply the filter with a tutorial on how to do it. Yet i'm the one who can't stop shit? Yes, Dami has showed me a lot. Many ways to stop hackers. You have to get help from someone that know what they are doing. After awhile you learn how to do it yourself.
    I might spend 2 minutes making this post then off to hang out with friends and do real stuff. I don't have time to spend on this game anymore. Sorry to those that need help with this kind of stuff.
  3. Like
    DuMa reacted to Shak in Looking for a scripter (FIXED $50 PAYMENT)   
    Is this just a prank bro?
    You're asking someone who, by the sounds of what you're asking for, has spent not dayz, not weeks, not months but YEARS perfecting their server (s) to carry out a complete overhaul for $50?
    I get $35 per hour (plus benefits) to schmooze milfs who bring their Audi / Maserati in for service lolol. 
×
×
  • Create New...