When I put jj's cheat pack into a map (I just saw the guide and figured out how to put it into any map myself.) How can I change the activator?
Not with-activator or whatever, but in the cheatpack how do I edit the activator?
Cheat Command Help
Moderator: Cheaters
-
- Member
- Posts: 55
- Joined: March 9th, 2008, 8:13 pm
- Title: Demonoid Hacker
- Location: Ask me personally.
-
- Forum Staff
- Posts: 1400
- Joined: March 17th, 2008, 12:07 am
Re: Cheat Command Help
In the first part, you will see the following...
string Activator="-cheats "
Change that to whatever you want, and that will be the activator.
Remember, it is case sensitive.
string Activator="-cheats "
Change that to whatever you want, and that will be the activator.
Remember, it is case sensitive.

Made by the late ILikeHacking
My quote from SKillER
Spoiler:
-
- Member
- Posts: 55
- Joined: March 9th, 2008, 8:13 pm
- Title: Demonoid Hacker
- Location: Ask me personally.
Re: Cheat Command Help
At the end of cheatpacks it also says something like Cheatzor= "-" or something, I didn't know if that had to correspond correctly or not, Let me show you what I mean
CAll TriggerRegisterPlayerChatEvent(ICHEAT,Player(zzz),"-",false)
Does this mean the activator needs a - in it?
CAll TriggerRegisterPlayerChatEvent(ICHEAT,Player(zzz),"-",false)
Does this mean the activator needs a - in it?
-
- Legendary Genius
- Posts: 1311
- Joined: August 8th, 2007, 8:10 am
- Title: Legendary Genius²
- Location: St. George Utah
Re: Cheat Command Help
Yes, the activator must start with a -
Computer Specs:
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
-
- Forum Staff
- Posts: 926
- Joined: June 3rd, 2007, 8:03 pm
Re: Cheat Command Help
You can't do it like that the trigger registers "-" if the "-" isn't first it won't pay it any heed. o.0
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: Cheat Command Help
I bet it will.
you can test it yourself, make all your command by putting the "-" behind it.
Why?
because:
call TriggerRegisterPlayerChatEvent(ICHEAT,Player(zzz),"-",false)
I wasn't practical, but just for fun, yes, you can put the commands like that.
lol
gold-
lumber-
you can test it yourself, make all your command by putting the "-" behind it.
Why?
because:
call TriggerRegisterPlayerChatEvent(ICHEAT,Player(zzz),"-",false)
I wasn't practical, but just for fun, yes, you can put the commands like that.
lol
gold-
lumber-
-
- Forum Staff
- Posts: 926
- Joined: June 3rd, 2007, 8:03 pm
Re: Cheat Command Help
No you can't I don't even need to test it either as I know it doesn't, false means that it just doesn't have to be exact, as in it can have things after the cmd, however you still must have the registered cmd part first, and true just means it has to be exact.
-
- Legendary Genius
- Posts: 1311
- Joined: August 8th, 2007, 8:10 am
- Title: Legendary Genius²
- Location: St. George Utah
Re: Cheat Command Help
Sorry weirdone... looks like your wrong... did some testing... You can put it where ever...
Like "In-between" "-first" and "last-"
I was always thinking this was true, but just
said it must start with, probably because that made sense to do
then putting it somewhere else (I mean really who would make it "cheats-" )
Well anyways it seems to register as long as you say -...
Like "In-between" "-first" and "last-"
I was always thinking this was true, but just
said it must start with, probably because that made sense to do
then putting it somewhere else (I mean really who would make it "cheats-" )
Well anyways it seems to register as long as you say -...
Computer Specs:
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
-
- Forum Staff
- Posts: 926
- Joined: June 3rd, 2007, 8:03 pm
Re: Cheat Command Help
Since both of you agreed on this I went ahead and tested, my test simply yields results of what i've been saying I used the code below added on to my cheatpack below the locals in my main cheat function, I then typed "test-" which should have made it go I also typed "test -" "test -" and so fourth.
Perhaps show me the code you used so I can test with yours?
Code: Select all
if SubString(s,0,5)=="test"then
call DisplayTextToPlayer(p,0,0,"If you get this message then you just got owned, you stupid nubber.")
endif