anti spawn hack

Results 1 to 13 of 13
  1. #1
    Account Upgraded | Title Enabled! frenchfatcat is offline
    MemberRank
    Dec 2008 Join Date
    229Posts

    anti spawn hack

    hi everyone

    this isnt really a tutorial however it'll show you how to make your sever have less hackers :-)

    if you open your worlditem.xml in your system.mrs

    you shall see something like this:

    Code:
    		<WORLDITEM id="100" name="medikit">
    			<TYPE>hp</TYPE>
    			<AMOUNT>10</AMOUNT>
    			<MODELNAME>medikit</MODELNAME>
    		</WORLDITEM>
    
    		<WORLDITEM id="110" name="repairkit">
    			<TYPE>ap</TYPE>
    			<AMOUNT>10</AMOUNT>
    			<MODELNAME>repairkit</MODELNAME>
    		</WORLDITEM>
    
    		<WORLDITEM id="111" name="bulletkit">
    			<TYPE>bullet</TYPE>
    			<AMOUNT>1</AMOUNT>
    			<MODELNAME>bulletkit</MODELNAME>
    		</WORLDITEM>
    
    		<WORLDITEM id="120" name="samgak01">
    			<TYPE>hpap</TYPE>
    			<AMOUNT>7</AMOUNT>
    			<MODELNAME>samgak01</MODELNAME>
    		</WORLDITEM>
    it might not be the same

    however

    if we look at the eurogunz.dll source code

    Code:
      ZPostRequestSpawnWorldItem(NewCHAR,****GetPos(GetZChar(fakehackerwho)));
      ZPostRequestSpawnWorldItem(NewCHAR,120,GetPos(GetZChar(fakehackerwho)));
      ZPostRequestSpawnWorldItem(NewCHAR,130,GetPos(GetZChar(fakehackerwho)));
      ZPostRequestSpawnWorldItem(NewCHAR,131,GetPos(GetZChar(fakehackerwho)));
    you can see it spawns each individual item

    example:
    Code:
      ZPostRequestSpawnWorldItem(NewCHAR,120,GetPos(GetZChar(fakehackerwho)));
    Code:
    		<WORLDITEM id="120" name="samgak01">
    			<TYPE>hpap</TYPE>
    			<AMOUNT>7</AMOUNT>
    			<MODELNAME>samgak01</MODELNAME>
    		</WORLDITEM>
    so simply avoid using

    111
    120
    130
    131
    201
    erm i dont really check this site too much so i dont really be able to give a huge amount of feedback...


  2. #2
    Proficient Member ygoraugusto is offline
    MemberRank
    Jan 2009 Join Date
    167Posts

    Re: anti spawn hack

    no got it right

  3. #3
    Account Upgraded | Title Enabled! frenchfatcat is offline
    MemberRank
    Dec 2008 Join Date
    229Posts

    Re: anti spawn hack

    im sorry???

  4. #4
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: anti spawn hack

    nice but if your server doesn't have encryption they can easily update the source with the new ids
    nice tut though. I shall use :D

  5. #5
    Account Upgraded | Title Enabled! frenchfatcat is offline
    MemberRank
    Dec 2008 Join Date
    229Posts

    Re: anti spawn hack

    surly its a sever slide if they change there ID's in there world items....

    no?

  6. #6
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: anti spawn hack

    worlditem.xml is in client. if they can decompile your stuff they can update the source to have the woritem ids

  7. #7
    Account Upgraded | Title Enabled! frenchfatcat is offline
    MemberRank
    Dec 2008 Join Date
    229Posts

    Re: anti spawn hack

    lone222's eurogunz.dll is still private....

    it was never released....

  8. #8
    Member [+]Daniel is offline
    MemberRank
    Mar 2009 Join Date
    62Posts

    Re: anti spawn hack

    Hmm, i thought it was :S, but then again I heard there was 2, with eurogunz.dll being the latest one.

  9. #9
    Account Upgraded | Title Enabled! Hymn is offline
    MemberRank
    Jan 2007 Join Date
    269Posts

    Re: anti spawn hack

    So all the hackers have to do is figure out what the new spawn codes are?


    Not exactly hard. It has to be a number between 1 and 65535.

  10. #10
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: anti spawn hack

    Quote Originally Posted by frenchfatcat View Post
    lone222's eurogunz.dll is still private....

    it was never released....
    It's on every single hacking forum.

  11. #11
    Account Upgraded | Title Enabled! frenchfatcat is offline
    MemberRank
    Dec 2008 Join Date
    229Posts

    Re: anti spawn hack

    i must be mistaken then... i havnt checked in a couple of months so i guess i hold my hands up.

    @Hymn

    Not exactly hard. It has to be a number between 1 and 65535.
    i dont know what to say to that...

    that was a very douche-like statement...

  12. #12
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: anti spawn hack

    Quote Originally Posted by Hymn View Post
    So all the hackers have to do is figure out what the new spawn codes are?


    Not exactly hard. It has to be a number between 1 and 65535.
    65535? Lol. If you meant 65536, that's the amount of ports available and the maximum amount of tablerows in Microsoft Excel.

  13. #13
    Account Upgraded | Title Enabled! frenchfatcat is offline
    MemberRank
    Dec 2008 Join Date
    229Posts

    Re: anti spawn hack

    lol sorry this is the only thread in this section that doesnt have that gay '[tut]' tag on it....



Advertisement