multicheat jass trigger pack
Moderator: Cheaters
-
- Forum Addict
- Posts: 405
- Joined: February 17th, 2007, 9:16 pm
-
- Junior Member
- Posts: 30
- Joined: April 3rd, 2007, 11:37 am
'Laughs' too.I'm Kala-cha The Gay wrote:Lyw, did you just read what Xantan typed? Nope. Is it alright to rofl at you? 'Cause I feel like doing so...
[img]http://www.wc3edit.net/dekar/dekar.php?name=My name is Dekar, not.&rn=250&gn=250&bn=250&line=1[/img]
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
-
- The Legendary Near-bee - Obey Me Or Die!
- Posts: 413
- Joined: January 18th, 2007, 2:47 pm
- Title: Turkey King
- Location: Germany
damn...
already 10 pages here ...
and still not done?...(eventually ^^)
Kalle
PS: Keep going
already 10 pages here ...
and still not done?...(eventually ^^)
Kalle
PS: Keep going
Good sex is like a good bridge. If you don't have a good partner, you'd better have a good hand. - Mae West
Me, as a perfect example, is telling YOU, that you don't have to take any part in the Map-Cheating/Hacking department to become a Super-Mod (except the Near-Bee part)!
-
- The Legendary Near-bee - Obey Me Or Die!
- Posts: 413
- Joined: January 18th, 2007, 2:47 pm
- Title: Turkey King
- Location: Germany
that he is still updating this post ... but i am not sure so i put the eventually on there ...
even though... that was kinda a spam post... u know?
Kalle
PS: Muhar ^^
even though... that was kinda a spam post... u know?
Kalle
PS: Muhar ^^
Good sex is like a good bridge. If you don't have a good partner, you'd better have a good hand. - Mae West
Me, as a perfect example, is telling YOU, that you don't have to take any part in the Map-Cheating/Hacking department to become a Super-Mod (except the Near-Bee part)!
-
- Newcomer
- Posts: 18
- Joined: April 10th, 2007, 11:04 pm
-
- Forum Addict
- Posts: 405
- Joined: February 17th, 2007, 9:16 pm
-
- Senior Member
- Posts: 113
- Joined: March 1st, 2007, 8:22 pm
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 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)