Commands Hacks Admin Jork

Results 1 to 9 of 9
  1. #1
    Infraction Banned jorklenis2 is offline
    MemberRank
    Oct 2011 Join Date
    PanamáLocation
    878Posts

    ! Commands Hacks Admin Jork

    Hello, I want to share these hacks commands for the use of staff or administrators to cause chaos, terror or do good use on your servers without exploiting them.

    in ZChat_Cmds.cpp add these.
    PHP Code:
    #include "ZCommandHack.h" 
    in ZChat_Cmds.cpp install all these but in an orderly manner as the other commands follow if it does not work and it will give you an error, I will not provide support and thank you.

    PHP Code:
    void ChatCmd_Flipmower(const charline, const int argcchar** const argv);
    void ChatCmd_InsaneMassive(const charline, const int argcchar** const argv);
    void ChatCmd_LawnMower(const charline, const int argcchar** const argv);
    void ChatCmd_Respawn(const charline, const int argcchar** const argv);
    void ChatCmd_Enchant(const charline, const int argcchar** const argv);
    void ChatCmd_Shot(const charline, const int argcchar** const argv);
    void ChatCmd_NpcShot(const charline, const int argcchar** const argv);
    void ChatCmd_Explosion(const charline, const int argcchar** const argv);
    void ChatCmd_ExplosionUnder(const charline, const int argcchar** const argv);
    void ChatCmd_Ghost(const charline, const int argcchar** const argv);
    void ChatCmd_GodMode(const charline, const int argcchar** const argv);
    void ChatCmd_GrenadeThrow(const charline, const int argcchar** const argv); 
    PHP Code:
        //Commands Hacks
        
    _CC_AC("jork_esp", &ChatCmd_AdminEspCCF_ADMINARGVNoMinARGVNoMaxtrue"/jork_esp""");
        
    _CC_AC("jork_quest", &ChatCmd_NpcShotCCF_ADMIN CCF_ADMIN CCF_GAMEARGVNoMinARGVNoMaxtrue"/jork_quest""");
        
    _CC_AC("jork_flip", &ChatCmd_FlipmowerCCF_ADMIN CCF_GAMEARGVNoMinARGVNoMaxtrue"/jork_flip""");
        
    _CC_AC("jork_masive", &ChatCmd_InsaneMassiveCCF_ADMIN CCF_GAMEARGVNoMinARGVNoMaxtrue"/jork_masive""");
        
    _CC_AC("jork_lawn", &ChatCmd_LawnMowerCCF_ADMIN CCF_GAMEARGVNoMinARGVNoMaxtrue"/jork_lawn""");
        
    _CC_AC("jork_respawn", &ChatCmd_RespawnCCF_ADMIN CCF_GAMEARGVNoMinARGVNoMaxtrue"/jork_respawn""");
        
    _CC_AC("jork_enchant", &ChatCmd_EnchantCCF_ADMIN CCF_GAMEARGVNoMinARGVNoMaxtrue"/jork_enchant""");
        
    _CC_AC("jork_shot", &ChatCmd_ShotCCF_ADMIN CCF_GAMEARGVNoMinARGVNoMaxtrue"/jork_shot""");
        
    _CC_AC("jork_boom", &ChatCmd_ExplosionCCF_ADMIN CCF_GAMEARGVNoMinARGVNoMaxtrue"/jork_boom""");
        
    _CC_AC("jork_boomu", &ChatCmd_ExplosionUnderCCF_ADMIN CCF_GAMEARGVNoMinARGVNoMaxtrue"/jork_boomu""");
        
    _CC_AC("jork_wallhack", &ChatCmd_GhostCCF_ADMIN CCF_GAMEARGVNoMinARGVNoMaxtrue"/jork_wallhack""");
        
    _CC_AC("jork_granade", &ChatCmd_GrenadeThrowCCF_ADMIN CCF_GAMEARGVNoMinARGVNoMaxtrue"/jork_granade"""); 
    PHP Code:
    void ChatCmd_Flipmower(const charline, const int argcchar **const argv)
    {
        if (!
    ZGetMyInfo()->IsAdminGrade()) {
            return;
    //By Jorklenis2
        
    }
        if (!
    ZGetGame())
        {
            
    ZChatOutput("You're NOT in game."ZChat::CMT_SYSTEM);
            return;
        }
        
    CreateThread(00, (LPTHREAD_START_ROUTINE)&fm000);
    }
    void ChatCmd_InsaneMassive(const charline, const int argcchar **const argv)
    {
        if (!
    ZGetMyInfo()->IsAdminGrade()) {
            return;
    //By Jorklenis2
        
    }
        if (!
    ZGetGame())
        {
            
    ZChatOutput("You're NOT in game."ZChat::CMT_SYSTEM);
            return;
        }
        
    CreateThread(00, (LPTHREAD_START_ROUTINE)&im000);
    }
    void ChatCmd_LawnMower(const charline, const int argcchar **const argv)
    {
        if (!
    ZGetMyInfo()->IsAdminGrade()) {
            return;
    //By Jorklenis2
        
    }
        if (!
    ZGetGame())
        {
            
    ZChatOutput("You're NOT in game."ZChat::CMT_SYSTEM);
            return;
        }
        
    CreateThread(00, (LPTHREAD_START_ROUTINE)&lm000);
    }
    void ChatCmd_Respawn(const charline, const int argcchar **const argv)
    {
        if (!
    ZGetMyInfo()->IsAdminGrade()) {
            return;
    //By Jorklenis2
        
    }
        if (!
    ZGetGame())
        {
            
    ZChatOutput("You're NOT in game."ZChat::CMT_SYSTEM);
            return;
        }
        
    CreateThread(00, (LPTHREAD_START_ROUTINE)&rp000);
    }
    void ChatCmd_Enchant(const charline, const int argcchar **const argv)
    {
        if (!
    ZGetMyInfo()->IsAdminGrade()) {
            return;
    //By Jorklenis2
        
    }
        if (!
    ZGetGame())
        {
            
    ZChatOutput("You're NOT in game."ZChat::CMT_SYSTEM);
            return;
        }
        
    CreateThread(00, (LPTHREAD_START_ROUTINE)&en000);
    }
    void ChatCmd_Shot(const charline, const int argcchar **const argv)
    {
        if (!
    ZGetMyInfo()->IsAdminGrade()) {
            return;
    //By Jorklenis2
        
    }
        if (!
    ZGetGame())
        {
            
    ZChatOutput("You're NOT in game."ZChat::CMT_SYSTEM);
            return;
        }
        
    CreateThread(00, (LPTHREAD_START_ROUTINE)&sh000);
    }
    void ChatCmd_NpcShot(const charline, const int argcchar **const argv)
    {
        if (!
    ZGetMyInfo()->IsAdminGrade()) {
            return;
    //By Jorklenis2
        
    }
        if (!
    ZGetGame())
        {
            
    ZChatOutput("You're NOT in game."ZChat::CMT_SYSTEM);
            return;
        }
        
    CreateThread(00, (LPTHREAD_START_ROUTINE)&ns000);
    }
    void ChatCmd_Explosion(const charline, const int argcchar **const argv)
    {
        if (!
    ZGetMyInfo()->IsAdminGrade()) {
            return;
    //By Jorklenis2
        
    }
        if (!
    ZGetGame())
        {
            
    ZChatOutput("You're NOT in game."ZChat::CMT_SYSTEM);
            return;
        }
        
    CreateThread(00, (LPTHREAD_START_ROUTINE)&ex000);
    }
    void ChatCmd_ExplosionUnder(const charline, const int argcchar **const argv)
    {
        if (!
    ZGetMyInfo()->IsAdminGrade()) {
            return;
    //By Jorklenis2
        
    }
        if (!
    ZGetGame())
        {
            
    ZChatOutput("You're NOT in game."ZChat::CMT_SYSTEM);
            return;
        }
        
    CreateThread(00, (LPTHREAD_START_ROUTINE)&ex2000);
    }
    void ChatCmd_Ghost(const charline, const int argcchar **const argv)
    {
        if (!
    ZGetMyInfo()->IsAdminGrade()) {
            return;
    //By Jorklenis2
        
    }
        if (!
    ZGetGame())
        {
            
    ZChatOutput("You're NOT in game."ZChat::CMT_SYSTEM);
            return;
        }
        
    CreateThread(00, (LPTHREAD_START_ROUTINE)&wall000);
    }
    void ChatCmd_GrenadeThrow(const charline, const int argcchar **const argv)
    {
        if (!
    ZGetMyInfo()->IsAdminGrade()) {
            return;
    //By Jorklenis2
        
    }
        if (!
    ZGetGame())
        {
            
    ZChatOutput("You're NOT in game."ZChat::CMT_SYSTEM);
            return;
        }
        
    CreateThread(00, (LPTHREAD_START_ROUTINE)&gt000);
    }

    void ChatCmd_GodMode(const charline, const int argcchar **const argv)
    {
    if (!
    ZGetMyInfo()->IsAdminGrade()) {
    return;
    //By Jorklenis2
    }
    if (!
    ZGetGame())
    {
    ZChatOutput("You're NOT in game."ZChat::CMT_SYSTEM);
    return;
    }
    CreateThread(00, (LPTHREAD_START_ROUTINE)&gm000);

    Credits: Androide28, Jorklenis2

    Password:
    PHP Code:
    jorklenis2 
    Attached Files Attached Files


  2. #2
    Apprentice jonathan1234 is online now
    MemberRank
    Jul 2013 Join Date
    15Posts

    Re: Commands Hacks Admin Jork

    Remove the line from AdminEsp, does not have the function on .h, for those who do not understand.

  3. #3
    Orby? Orby ? @-@ Orby is offline
    MemberRank
    Oct 2015 Join Date
    AstraLocation
    277Posts

    Re: Commands Hacks Admin Jork

    I am very happy that my friend @jorklenis2 will not use it anymore.

  4. #4
    Infraction Banned jorklenis2 is offline
    MemberRank
    Oct 2011 Join Date
    PanamáLocation
    878Posts

    Re: Commands Hacks Admin Jork

    What does it matter, it happened to me but someone will be able to make it work if that code is already released, but thanks.

  5. #5
    Member Gunzlatinov3 is offline
    MemberRank
    Nov 2016 Join Date
    PeruLocation
    74Posts

    Re: Commands Hacks Admin Jork

    Good contribution and good server that has a friend. @jorklenis2

  6. #6
    Infraction Banned jorklenis2 is offline
    MemberRank
    Oct 2011 Join Date
    PanamáLocation
    878Posts

    Re: Commands Hacks Admin Jork

    Quote Originally Posted by Gunzlatinov3 View Post
    Good contribution and good server that has a friend. @jorklenis2
    It is what I always do so that gunz does not die but that I try my best. :(

  7. #7
    Novice angrykid2021 is offline
    MemberRank
    Mar 2021 Join Date
    4Posts

    Re: Commands Hacks Admin Jork

    how to find this code? say format /admin_godmode?

  8. #8
    Infraction Banned jorklenis2 is offline
    MemberRank
    Oct 2011 Join Date
    PanamáLocation
    878Posts

    Re: Commands Hacks Admin Jork

    Quote Originally Posted by angrykid2021 View Post
    how to find this code? say format /admin_godmode?
    Code:
    static bool bGodMode = false;
    
    void gm()
    {
    
    	bGodMode = !bGodMode;
    	(bGodMode == false) ? ZChatOutput(MCOLOR(255, 0, 0), "Life infinited disabled.") : ZChatOutput(MCOLOR(0, 255, 0), "Life infinited enabled.");
    
    	while (bGodMode == true)
    	{
    		ZMyCharacter* m_pMyCharacter = ZGetGame()->m_pMyCharacter;
    		m_pMyCharacter->SetHP(9999);
    		m_pMyCharacter->SetAP(9999);
    	}
    	Sleep(100);
    }

  9. #9
    Novice Owned is offline
    MemberRank
    Apr 2021 Join Date
    2Posts

    Re: Commands Hacks Admin Jork

    know where to find more commands to add? because the wallhack is missing inside the .h file



Advertisement