Jump to content

Rusef

Inactive Member
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Rusef

  1. On 7/5/2020 at 4:14 PM, Vanilla said:

    There are two very important things on how to solve p2p shutdown commands:

     

    First: Make sure p2p ports are blocked from external access. This is VERY important and with your firewall you can block those things.

    Generally I'd recommend NOT posting Ip-Adresses here. But you'd check the one if it's your machine's ip or someone else. If it's someone else then your firewall isn't set up properly and someone just sent you a shutdown command via p2p port.

     

    Second: Block external p2p commands via source. You can do that quite easy. Just discard commands sent from external ip addresses. I think there are also tutorials about this, if not, just lemme know and I'll post a solution here.

     

    I recommend doing both to add the best layer of defense. Packets can be spoofed though so the best approach would be to add a special key to the packet and check if it's the valid key. If it's not, then the server will discard the p2p packet entirely. This will also render any external attempts useless since those kids won't even know you've changed your packet structure. And even if we assume they do know the new packet structure.. Then they'd have to guess the password AND spoof packets.

    Additionally, use PF as your firewall with antispoof.

    I've already tried, but I'm a novice on the subject.

    A tutorial would be nice
    is that I have been with this problem for 2 months,
    I would like these methods, I pay for it
    Thank you very much for the reply

  2.  

    Hi everyone, I have my beta server.

    But I've been around for 2 months with this, and I don't know how to fix it

     

    SYSERR: Jul  5 05:52:32 :: socket_accept: accept: Software caused connection abort (fd 13)
    SYSERR: Jul  5 06:06:33 :: Process: UNKNOWN HEADER: 71, LAST HEADER: 0(0), REMAIN BYTES: 179, fd: 18
    SYSERR: Jul  5 06:06:34 :: Analyze: Accept shutdown p2p command from 183.136.225.45.
     

    I put the 3 lines because they are usually accompanied. (Always)

    I've tested with firewall and some guides in this forum, but none of them fix it.

    I would be willing to pay for the solution, a greeting and thanks!

     

    Discord: [ADM]Rusef#9402

    Skype: [ADM]Rusef

  3. Hi, I need someone who;
    make me work,
    I usually get ideas and others,
    who need knowledge of;
    c + c ++ Python lua

    We would work like this:
    1. I tell you what I need
    2. you put a price (+ or -)

    3. I decide, and if it's okay then we start

    I have a lot of homework

     

     

    I ask please
    If you are interested,
    and will contact me
    that when I send you 1 task,
    it doesn't take 1 week to finish it
    (talking about simple tasks)

    thanks for your time,
    MP to me and I share (Skype, Discord)

    payment system
    paypal
    skrill
    possibly others .. but not much else

  4. hace 4 horas, Tasho dijo:

    Try this. 

    
    #@root/uiInventory.py
    #Search for:
    	def OnPickMoney(self, money):
    		mouseModule.mouseController.AttachMoney(self, player.SLOT_TYPE_INVENTORY, money)
    #Add after:
    	def RefreshSlotAcce(self):
    		[self.wndEquip.SetItemSlot(item.COSTUME_SLOT_START + i, player.GetItemIndex(item.COSTUME_SLOT_START + i), 0) for i in xrange(item.COSTUME_SLOT_COUNT)]
    		self.wndEquip.RefreshSlot()
    		
    #Search in class InventoryWindow(ui.ScriptWindow):
    	def Show(self):
    		self.__LoadWindow()
    #Add after:
    		self.RefreshSlotAcce()
    
    #Search in def RefreshEquipSlotWindow(self):
    		self.wndEquip.RefreshSlot()
    #Add after:
    		self.RefreshSlotAcce()
    
    #@locale/xx/InventoryWindow.py
    #Search for:
                                "slot" : (
    #Add after:
    										{"index": item.COSTUME_SLOT_START + 2, "x": 80, "y": 3, "width":32, "height": 32},

    Thanks, ya esta hecho.

     

    • Up! Change question
    • Love 1
  5. hace 43 minutos, Exynox dijo:

    Hello, I cannot find you with the Skype ID you have posted. Please check your private messages :)

    Sorry, I had a problem. And my name changed.
    Already back to: [ADM] Rusef

    https://metin2.download/picture/RX80dLM8Uw9Ps46ua7cwcZoDW79xE4Qi/.png

     

    hace 35 minutos, xP3NG3Rx dijo:

    Easy :facepalm:

    Someone, already answered for me.

     

    hace 15 minutos, ondry dijo:

    ah great, thanks for your comment.. i think now he doesnt need the "service" anymore

    Thank you
     

     

    @Rusef
     

    -- UP 

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.