multicheat jass trigger pack

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
Dekar
Forum Drunk
Posts: 2896
Joined: January 17th, 2007, 4:22 pm

Post by Dekar »

hmm you want to steal our triggerpack and post it somewhere else as yours?
sure ill help you... NOT! LOL FAG
Don't pm me with Warcraft questions, this is a forum so just make a post!
In the world of thinking we are all immigrants. -Robert Nozick
Kala-cha
Forum Addict
Posts: 405
Joined: February 17th, 2007, 9:16 pm

Post by Kala-cha »

Rambo-owned.
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Post by Aero »

qwertz111 wrote:I want to change the activation code to something else, how would I do that? What do I have to edit? Can I delete the { call DisplayTimedTextToPlayer(p,0,0,60,''|cffff0000Cheats Enabled!|r'')

I want to change the activation to 12 characters in length.
Can I also remove the -cheat to something else?

if SubString(GetEventPlayerChatString(),0,23)=="-cheated by wc3edit.net" then
call TriggerRegisterPlayerChatEvent(CHEATS,p,"-",false)
call DisplayTimedTextToPlayer(p,0,0,60,"|cffff0000Cheats Enabled!|r")
endif
endfunction

local integer z=0
loop
exitwhen z>11
call TriggerRegisterPlayerChatEvent(ICHEAT,Player(z),"-cheat",false)
set z=z+1
endloop
call TriggerAddAction(ICHEAT,function CheatUse)
call TriggerAddAction(CHEATS,function Cheatz)
I can be removed
Change me to the string length of me
Change me to a substring of me

ex: -cheated by wc3edit.net
Where "-cheat" is the substring of the activation
qwertz111
Senior Member
Posts: 113
Joined: March 1st, 2007, 8:22 pm

Post by qwertz111 »

http://www.mediafire.com/?filzinonznt

Retard Wars II

Could you insert your cheat pack into this map? Wrong place to ask I think.
Dekar wrote:hmm you want to steal our triggerpack and post it somewhere else as yours?
sure ill help you... NOT! LOL FAG
Why would anyone want to have their name and have credit for this type of thing?

If you want, make a -DekarIsGreat, this command is much shorter.
User avatar
Dekar
Forum Drunk
Posts: 2896
Joined: January 17th, 2007, 4:22 pm

Post by Dekar »

qwertz111 wrote: Could you insert your cheat pack into this map? Wrong place to ask I think.
yeah... i could... we could... you could... this jass thing works for every map!
--> request forum!
qwertz111 wrote: Why would anyone want to have their name and have credit for this type of thing?
cause some people are retarded...
Don't pm me with Warcraft questions, this is a forum so just make a post!
In the world of thinking we are all immigrants. -Robert Nozick
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Post by Aero »

I am now thinking about binding arrow keys to commands.

Example:
-bindup -hp 500

This would then bind the command "-hp 500" to the up arrow key for easy use. This would allow for easy, customizable commands. If you wanted a quick heal or to kill a unit you can press up arrow.

Any ideas/suggestions before I start?
User avatar
Xantan
Honorary wc3edit.net Traitor
Posts: 2507
Joined: February 1st, 2007, 4:11 pm
Location: NEVADA

Post by Xantan »

Aero wrote:I am now thinking about binding arrow keys to commands.

Example:
-bindup -hp 500

This would then bind the command "-hp 500" to the up arrow key for easy use. This would allow for easy, customizable commands. If you wanted a quick heal or to kill a unit you can press up arrow.

Any ideas/suggestions before I start?
Ehm, I use my up arrow key quite frequently, is there a way you can make it harder to do ie up 3 times within a second or something? =/

But, that is not a bad idea at all and I may consider doing something like it too :/
Kala-cha
Forum Addict
Posts: 405
Joined: February 17th, 2007, 9:16 pm

Yeah...

Post by Kala-cha »

That'd be awe-awesome. Than it would be much more faster cheating. Plus, sometimes I say cheats in all, (shift+enter) because I usually type with a capital letter in the beginning, it's a habit for me to hold down shift while I'm about to press enter. So I say cheats in all and everyone leaves lololol.
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Post by Aero »

Trigger Pack updated.
Key bindings system integrated with cheatpack.

Key binding instructions updated with cheatpack command list.

It's pretty 1337--hf :)
Kala-cha
Forum Addict
Posts: 405
Joined: February 17th, 2007, 9:16 pm

Post by Kala-cha »

Is it possible, (I don't think so :P) to do it in GUI? (Binds?)