Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by nicktte

  1. N

    Char transfer to another account.

    In jPT 4096 files there are a official (or not) tool for that.
  2. N

    Understanding ItemLogDB.IL

    Sheen only forgot to mention that this was made by me. Some itens might be wrong because i had replaced them with other itens. And if i remember well, itens with low level are not shown.
  3. N

    Enhance password security

    Make it hash twice will never make it more "secure". I don't see the point to create a custom algorithm. It'll be A LOT more easier for hackers. Just use SHA-2 (256 or 512).
  4. N

    Embedding Exes

    Yes you can. On .NET you have to pass a StartInfo to Process.Start and set the WorkingDirectory to PT folder.
  5. N

    Embedding Exes

    You can embeed a FileWatcher in which logical drive of windows. When it raises an event you can handle it, if it's copying your game you can cancel. The best you can do is your own exe cryptor.
  6. N

    PT Gateway \ Proxy

    I've blocked those games without checksum, kick an online user and send message to a selected player.
  7. N

    PT Gateway \ Proxy

    Well... no. I'm using some codes from Price emulator (decrypt packet) and he asked to not sent this to anyone. But it's pretty easy to do. Work with sockets. The Gateway socket will listen to every new connection and attach it to a new class that will have 2 sockets. The new connection accepted...
  8. N

    PT Gateway \ Proxy

    Re: .NET ASPX Website Some of your ideias are pretty easy to do. Logging and reporting, auto ban, auto kick. This is some of the stuff i'll work for now. I'm trying to block those game.exe with checksum bypass, if i can do it'll be veeery nice.
  9. N

    PT Gateway \ Proxy

    Re: .NET ASPX Website I need to try on a bigger server, but i dont think that it'll add considerable lag as you said. With help of Price i added two options (Kick and send message) and it's working ok. The good thing of the gateway is the packet handle utility, this brings a lot of oportunities.
  10. N

    PT Gateway \ Proxy

    Re: .NET ASPX Website I'm doing it local, so i dont think would have any lag.
  11. N

    PT Gateway \ Proxy

    It's done again. Successfully gateway. You must be registered for see element.
  12. N

    .NET ASPX Website

    Your third method is the best one. I remember a Sandurr program that make exactly what you are saying, a gateway proxy.
  13. N

    Pstale editing

    You must be registered for see element. Is that ok for you? :p
  14. N

    Code for updater

    Try this. Private Sub UpdateIP() 'Creates all variables Dim sReader As IO.StreamReader = Nothing Dim WebRequest As Net.WebRequest = Nothing Dim WebResponse As Net.WebResponse = Nothing Try WebRequest =...
  15. N

    [RELEASE] Endless Tower 3rd Floor : ALL IN ONE Pack

    Someone had noted that aging after +4 always come back -1? I edited with shagpub's aging editor and stays the same. I tried with others servers and it's working fine.
Back
Top