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 Hideasu

  1. Hideasu

    Gunz (Sniper) -> Real fix...

    You see the green dot in the middle of the scope in the video? that's my crosshair lol. And... it already does that... but if you want it already zoomed just change the value of g_fFOV manually. It's actually bind himself on mousewhell only if it is in zoom mode, but if you don't want it, just...
  2. Hideasu

    Gunz 1.5, 07June, 08July, 08Oct, (Farewell Gift)

    I'm going to re-release everything, new user friendly, un-bugged. -> Was messing around this morning Challenge mode will not be included, i do not feel to re-code and repair this game mode. But the client will be ready for someone that feel like trying to implant it tough. ->PatchBuilderUSA...
  3. Hideasu

    Some Gunz 1.5 Database Fixes

    Foreign key aren't here only for fun... they are there to protect your data from instant deletion. And you cannot purchase item which aren't in the item.dbo table, to be clear, remove the foreign key that is making it unable to be deleted, and simply delete the item.dbo table, everything will be...
  4. Hideasu

    [Pre-Release] Fixed Launcher [Source of 1.5] Compatible whit June/July/Oct

    The CRC check is fine, but if you look closely you will see that the launcher or patchbuilder need to open/read the file to give him the "CRC". The Launcher won't learn by himself how to decrypt your encryption, you must make him able to. It's the same thing as Gunz.exe, make him try to read...
  5. Hideasu

    [Pre-Release] Fixed Launcher [Source of 1.5] Compatible whit June/July/Oct

    -VS .NET 2003 ----------------------- -Files PatchBuilder.exe Launcher.exe ----------------------- You'll have to rename "Theduel.exe" To "Gunz.exe" or simply change it into the source's (Ctrl+F) "Gunz.exe". For the serial key (Ctrl+F) "I_hate_hacker". Screenshot located here -> You must be...
  6. Hideasu

    Inject dll in MServer

    July 08? Use this, it will work at 110%. Get ollydbg and start coding! 1)Go to address & Assemble the following 00426FEB - JMP [#1 Code cave address] [#2 Code cave address] - Binary edit > ASCII = Name of the .dll > HEX+00 = Dll hex - NOTE: The dll writed must finish whit a (HEX+00) just add...
  7. Hideasu

    Gunz 1.5, 07June, 08July, 08Oct, (Farewell Gift)

    Easy as it seem, the newest Gunz dev are still unable to compile "The original source from Dawson" or is having alot of problem whit them, so they start of whit a repack from someone who have been edited way to much in every sense. This source will be easy to build and edit for everyone using...
  8. Hideasu

    Can someone re upload these if you got them.

    You must be registered for see element.
  9. Hideasu

    Gunz (Sniper) -> Real fix...

    Yeah about my old source... i accidently formated my drive that my gunz source was in when i was rebuilding my PC... poop happen i guess, well let's get to the point, I've somewhat found out that one of my friend shared this code whit someone here on RZ, so instead of having him brag about it, i...
  10. Hideasu

    Heroic Gunz - C# Launcher

    Requirement: Visual Studio 2010 OR Visual Studio 2012 Information: The launcher has 2main instance, first it wait for the user to click the "Update Game" bouton before to check if there is a patch before launching the game, if there is a patch it will automaticly update after/else it will get...
  11. Hideasu

    [Snippet] Fix sniper right click poop

    I would have expected a better fix for someone that work whit gunz since 2007, instead of using m_fDist take a look at g_fFOV for the zoom.
  12. Hideasu

    Explain me gunzlauncher, gunz.exe relation with updating.

    If it always stick on trying to update, it's all the because the CRC of the new launcher doesn't match the current launcher one, which mean that your updater didn't replace the current one whit the newest one and nah it's the only way to do so or do it via gunz.exe but it will be alot of work...
  13. Hideasu

    Explain me gunzlauncher, gunz.exe relation with updating.

    Oh man please, please, it is super easy to make the Gunz launcher auto-update itself, please take your time and read the source, maybe you will be able to do it. Here is two screenshot of how it should look like if you manage to do it. You must be registered for see element.You must be...
  14. Hideasu

    How to fix the Ranking InGame Room ?

    It's database sided, I've fixed it in 5 minutes back then when i was working on the sources.
  15. Hideasu

    Fix Update.mrs gunz 1.5

    Lie, i've fixed that in 2seconds when i had the source, it's just disabled by a pragma or something like that, i doesn't remember.
Back
Top