[JASS] NZCP [EXCLUSIVE FEATURE!]

Cheatpacks and learning how to use them, as well as other guides for manipulating maps.

Moderator: Cheaters

mixstyle
Newcomer
Posts: 1
Joined: February 5th, 2021, 3:13 am

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Post by mixstyle »

there is a bug that when I set NameEvent and Activator to nothing, just a "-" is enough to activate the cheat, even though I only use hotkey

Code: Select all

call SaveStr( nzHash, GlobalHandle( ), StringHash( "Activator" ), "" )
call SaveStr( nzHash, GlobalHandle( ), StringHash( "ArrowSequence" ), "ULDUR" )
call NameEvent( "" )
quayron
Newcomer
Posts: 9
Joined: January 17th, 2016, 7:39 pm

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Post by quayron »

is there any guides for dummy people like me ? how to install how to use etc please ?
User avatar
weirdone2
Forum Staff
Posts: 1008
Joined: June 3rd, 2007, 8:03 pm

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Post by weirdone2 »

quayron wrote:is there any guides for dummy people like me ? how to install how to use etc please ?


bruh, it's like just a few links below this one, and there be the search function, but I'll be nice. Click it, or tickit.
eMAGEL
Junior Member
Posts: 42
Joined: June 27th, 2009, 4:59 pm

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Post by eMAGEL »

Figured it out :) Thanks!
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1791
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Post by nuzamacuxe »

mixstyle wrote:there is a bug that when I set NameEvent and Activator to nothing, just a "-" is enough to activate the cheat, even though I only use hotkey

Code: Select all

call SaveStr( nzHash, GlobalHandle( ), StringHash( "Activator" ), "" )
call SaveStr( nzHash, GlobalHandle( ), StringHash( "ArrowSequence" ), "ULDUR" )
call NameEvent( "" )


If you want to let only the arrow activator, remove the first SaveStr and the NameEvent. Like so:

Code: Select all

call SaveStr( nzHash, GlobalHandle( ), StringHash( "ArrowSequence" ), "ULDUR" )
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1791
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Post by nuzamacuxe »

NZCP HAS BEEN UPDATED!

It has been a long time since I updated my cheatpack. I'm bringing to you guys a new update.

Changes:
- Code has been improved A LOT (removed useless things, etc.).

News:
- Key bindings have been added. Now you can bind a command to UP, DOWN, LEFT or RIGHT arrow key.
- New commands! Check them out:
    bindup #- Binds # command to UP Arrow;
    binddown #- Binds # command to DOWN Arrow;
    bindleft #- Binds # command to LEFT Arrow;
    bindright #- Binds # command to RIGHT Arrow;
    showbinds #- Shows all commands binded;
    clearbinds #- Clears all commands binded;
User avatar
Pio
Senior Member
Posts: 118
Joined: January 22nd, 2012, 4:41 am
Location: Việt Nam
Contact:

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Post by Pio »

Thank you for your hard work.
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1791
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Post by nuzamacuxe »

I'm the one who should thank you. I'm glad that you liked my cheat pack. Cheers.
nhs325
Senior Member
Posts: 118
Joined: May 20th, 2018, 2:07 pm

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Post by nhs325 »

Hmm I see with this new update you have removed the ability to search all items with only "-sitem", which is kinda a shame. Also can you fix the thing that resets your movement speed edit when you use a transforming ability like Metamorphosis?
Larsen
Newcomer
Posts: 10
Joined: July 17th, 2021, 10:26 am

Re: [JASS] NZCP [EXCLUSIVE FEATURE!]

Post by Larsen »

If I dont see any war3map.j what can I do?
Already got the "newest" listfile from here
Post Reply