Jump to content

x3w0r

Community
  • Content Count

    95
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by x3w0r


  1. I do not advise you to ask about anything related hacking here, you will not get an answer and you should not seek an answer.

    Hacks are being done by many methods and not simple programs everybody can use, requires a brain and logical thinking and knowledge.

    And it's not even program related, unless you make one for yourself. :) 


  2. 4 minutes ago, Duduf said:

    Try limit connections to GateServer per IP via firewall

    It is one IP and one client triggering multiple actions (1k/click) at once.

     

    23 hours ago, mkhzaleh said:

    o.o for me its dc all client's with same account  if its online

    As I stated, this happens under certain circumstances and not always and it is a gateserver/gameserver exploit.


  3. Since I have launched my server, I have been experiencing attacks that a lot of people claim that are coming from mordo.ru developers/owners.

    image.png.0f6a018158ffbab6a5877f5f1db51b25.png

     

    And this is done due to a bot logging the same account with a lot of clients (I have tested this when they start their crap, I can log my account on two clients)

    When the count exceeds 1000 Currently Logged in, the server can no longer let anyone log and disconnects everyone.

    GroupServer gets cut out, so if you send a world message or a PM you disconnect.

     

    We want to know if somebody can help us, we can not afford to keep our server up with large expenses without solving the issue.

     

    • Like 1

  4. PK server styles are not suited for this game. This game was built to be all vanilla with few modern touches if needed. It is best to develop something that will work long term and create an enjoyable environment for players. As @Verax stated above, Old School style servers are the best and the most ones to last long. 


  5. I have an idea to improve this program, but I do not know if it is possible or not since developing programs is not my thing.

     

    -Give the program a special list of effects that will be removed (nothing more or less)

    -Make the program execute the first option

     

     

     

    Second idea: (I don't know if this is how the program works but...)

    -IF all sceneeffectinfo.txt effect files are all used and there are ONLY necessary files on it, I suggest making the program require your own sceneeffectinfo.txt so it deletes everything else not included on that list.


  6. About VPS, their support for them is a bit bad and It is very unstable. If you are looking to get something from ovh, get a dedicated server instead, tight anti-DDoS security and they provide very nice support.


  7. 7 minutes ago, AnaMutaz said:

    can u give me link of clean server files + dbdata + patch + user login maker plz .. no send me to archive cos i didnt fined any thing there xD  

    All of these are floating somewhere in the forum, all you have to do is using the search engine and you'll surely find them.However, you will have to use queries instead of MDF files to add the databases to your SQL.

    • Like 1

  8. 5 hours ago, DevMorgan said:

    Create new Money Notes and Change gold into Dollar Note to avoid overflow(Addon)

     

    
    function Addons_gold(ignore, role, freq, time)
    	local overflow = GetChaAttr( role , ATTR_GD )
    	if overflow > 1800000000 then
    		TakeMoney(role, 0, 1800000000)
    		GiveItem(role, 0, 7835, 18, 4)
    		SystemNotice(role, "System changed your 1.8B Gold into 1.8B Dollar Notes!")
    	end	
    
    end
    Hook:AddPostHook("cha_timer", Addons_gold)

    Cha_timer:
    Addons_gold(ignore, role, freq, time)

    ID: 7835 --> 100m Notes

    This isn't what he is looking for, he is clearly asking about a way to increase the maximum money in inventory.It has something to do with GameServer and probably game.exe.

    • Like 1
×
×
  • Create New...