[Release] Simple Code AntiHack just testing

Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    Enthusiast QcBlastar is offline
    MemberRank
    Apr 2013 Join Date
    discord : #7279Location
    40Posts

    Re: [Release] Simple Code AntiHack just testing

    PKT_S2C_Flashlight find not found, Or because src me.

    i have if PKT_S2C_Flashlight Replace it PKT_C2C_PlayerSwitchFlashlight_s ?

  2. #17
    failed in javascript ItzFdr is offline
    MemberRank
    May 2013 Join Date
    BrasilLocation
    293Posts

    Re: [Release] Simple Code AntiHack just testing

    One more method, this will force game client crash (WarZ has stopped working) for exemple.
    Code:
    if(JumpVelocity > 18 && gUserProfile.ProfileData.isDevAccount == 0)
    {
        *(unsigned long*)0 = 0; // Forces the game to crash
        return;
    }

  3. #18
    Play Alpha MMO DouglasPro is offline
    MemberRank
    Nov 2014 Join Date
    //HKEY//RJ_BRLocation
    392Posts

    Re: [Release] Simple Code AntiHack just testing

    Search for
    PKT_C2S_DataUpdateReq,

  4. #19
    Proficient Member therehere3 is offline
    MemberRank
    Sep 2013 Join Date
    166Posts

    Re: [Release] Simple Code AntiHack just testing

    Quote Originally Posted by ItzFdr View Post
    One more method, this will force game client crash (WarZ has stopped working) for exemple.
    Code:
    if(JumpVelocity > 18 && gUserProfile.ProfileData.isDevAccount == 0)
    {
        *(unsigned long*)0 = 0; // Forces the game to crash
        return;
    }
    I am curious why setting an unsigned long to 0 would crash the application(game)?
    Do you know exactly why?

  5. #20
    failed in javascript ItzFdr is offline
    MemberRank
    May 2013 Join Date
    BrasilLocation
    293Posts

    Re: [Release] Simple Code AntiHack just testing

    Quote Originally Posted by therehere3 View Post
    I am curious why setting an unsigned long to 0 would crash the application(game)?
    Do you know exactly why?
    Basically you are setting a pointer and telling that is null, not sure why, but it crashes the most of C++ applications.

  6. #21
    Proficient Member therehere3 is offline
    MemberRank
    Sep 2013 Join Date
    166Posts

    Re: [Release] Simple Code AntiHack just testing

    Quote Originally Posted by ItzFdr View Post
    Basically you are setting a pointer and telling that is null, not sure why, but it crashes the most of C++ applications.
    Thanks for the information !
    That is kind of strange hahaha

  7. #22
    Member xmens008 is offline
    MemberRank
    Mar 2006 Join Date
    55555Location
    59Posts

    Re: [Release] Simple Code AntiHack just testing

    you have Code speed Weapon , game client crash (WarZ has stopped working)
    Last edited by xmens008; 19-10-17 at 01:16 PM.



Page 2 of 2 FirstFirst 12

Advertisement