[JJCP 1.24b - e] Multiple-Command Version
Moderator: Cheaters
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
[JJCP 1.24b - e] Multiple-Command Version
Command Remove
-list ## (1-8)
Command Fix
-itemid# (1-6)
-mh (can see invisible unit)
-hear (detect all chat)
-add #### ## (can set skill level over 9)
-bind[key] (save max 80-90 string)
String Activator Setting
string Activator="-cheats"
integer Space_Before_Time=0
integer Space_After_Time=2
what the space before and after?
EX: Space_After_Time=2 and Activator="-cheats"
now your activator is "-cheats<space><space>"
String Activator with: -act
integer Space_Before_Time=0
integer Space_After_Time=2
look your "Space_Before_Time" and "Space_After_Time" setting
EX: cmd "-act test" now your activator is "-test<space><space>"
How to use Multiple-Command
you can type command in 1 enter
EX 1: -gold 1000000 -lumber 1000000
EX 2: -tele -mh -gold 1000000 -lumber 100000 -hear -fast -bfast -ufast
EX 3: -spawn #### -spawn #### -spawn #### -spawn #### -spawn ####
How to add custom command
it easy to add then same JJCP 1.24b - e
Version: JJCP 1.24b - e
Download Note: remove [Multiple-Command]_JJCP folder
-list ## (1-8)
Command Fix
-itemid# (1-6)
-mh (can see invisible unit)
-hear (detect all chat)
-add #### ## (can set skill level over 9)
-bind[key] (save max 80-90 string)
String Activator Setting
string Activator="-cheats"
integer Space_Before_Time=0
integer Space_After_Time=2
what the space before and after?
EX: Space_After_Time=2 and Activator="-cheats"
now your activator is "-cheats<space><space>"
String Activator with: -act
integer Space_Before_Time=0
integer Space_After_Time=2
look your "Space_Before_Time" and "Space_After_Time" setting
EX: cmd "-act test" now your activator is "-test<space><space>"
How to use Multiple-Command
you can type command in 1 enter
EX 1: -gold 1000000 -lumber 1000000
EX 2: -tele -mh -gold 1000000 -lumber 100000 -hear -fast -bfast -ufast
EX 3: -spawn #### -spawn #### -spawn #### -spawn #### -spawn ####
How to add custom command
it easy to add then same JJCP 1.24b - e
Version: JJCP 1.24b - e
Download Note: remove [Multiple-Command]_JJCP folder
You do not have the required permissions to view the files attached to this post.
Last edited by Fukki on April 10th, 2013, 2:10 am, edited 19 times in total.
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
Re: [Multiple-Command] JJCP
Suggestion: make it so you don't need to retype space? and if it's just one "command" like ex3, make it so that you don't need to retype -spawn more than once?
Just Curious, have you made binding keys work into this o.o
Just Curious, have you made binding keys work into this o.o
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: [Multiple-Command] JJCP
Well the (original) CP works in a way you can't really use all commands in 1 line. likenaturesfury wrote:o.o -mh-gold 500 doesn't do maphack
and bind char limit is about 20
-say XXXX -gold 10
will say XXXX -gold 10, and not make a new gold command, same goes for the bind key. what if I want to bind -say jlsdfjldfjdfjfdsfssfsdfsdosdhfsdf to the downarrow to spam it?
Although it can be tweaked to work with other commands.
As for the idea, its a very nice and cool idea, nice to see more work from you
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
Re: [Multiple-Command] JJCP
i can't fix it because some commands have break and exit loop
i think it break and exit by WaitForString function
i think it break and exit by WaitForString function
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
Re: [Multiple-Command] JJCP
Well you CAN do it, just takes a lot more work
plus, i think it's helpful to have the limitations and disadvantages as well as advantages in the post
tells you what you can and can't do so you're not surprised
just throwing it out there
plus, i think it's helpful to have the limitations and disadvantages as well as advantages in the post
tells you what you can and can't do so you're not surprised
just throwing it out there
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
Re: [Multiple-Command] JJCP
i can fix it because i can find a way to edit it
-------------------------------------------
ok now 100% to use multiple commands
-------------------------------------------
ok now 100% to use multiple commands
-
- Forum Addict
- Posts: 407
- Joined: February 25th, 2011, 3:16 am
- Location: Unknown
Re: [JJCP 1.24b - e] Multiple-Command Version
Can I use rawcode to set activator? And how ?
Example: set Activator=("-"+S2RAWa[97]+S2RAWa[98]+S2RAWa[99])
I'm try to set Activator=("-"+S2RAWa[97]+S2RAWa[98]+S2RAWa[99]) (means -abc) and it's not working, however JJ2197 Cheat Pack normal ( not multiple ) is working well.
Example: set Activator=("-"+S2RAWa[97]+S2RAWa[98]+S2RAWa[99])
I'm try to set Activator=("-"+S2RAWa[97]+S2RAWa[98]+S2RAWa[99]) (means -abc) and it's not working, however JJ2197 Cheat Pack normal ( not multiple ) is working well.
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
Re: [JJCP 1.24b - e] Multiple-Command Version
You can't use something not declared in global. In this case S2RAWa array can't be used,crazymen14 wrote:Can I use rawcode to set activator? And how ?
Example: set Activator=("-"+S2RAWa[97]+S2RAWa[98]+S2RAWa[99])
I'm try to set Activator=("-"+S2RAWa[97]+S2RAWa[98]+S2RAWa[99]) (means -abc) and it's not working, however JJ2197 Cheat Pack normal ( not multiple ) is working well.
if you want to have that for your cheat activator you can add this line in the cheatpack endglobals after declaring the S2RAWa:
Code: Select all
set Activator=""-"+S2RAWa[97]+S2RAWa[98]+S2RAWa[99]"