Need help with cheatpack

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

00petar00
Junior Member
Posts: 32
Joined: March 27th, 2011, 2:21 pm

Need help with cheatpack

Post by 00petar00 »

Well i downloaded cheatpack that is nice, but for some reason its not working.It doesn't need to be this one , just some cheatpack with name activator and no other activators in it. ( So other people can't use it ).

I tried adding this cheat pack to few different maps.
You do not have the required permissions to view the files attached to this post.
naturesfury
Forum Spammer
Posts: 610
Joined: March 30th, 2009, 9:02 pm

Re: Need help with cheatpack

Post by naturesfury »

that may be outdated idk
You can try the normal JJCP and change the activator to something like "lakwjerlkaewjr" without a dash so others cant activate
then scroll down and change the name activator to urself
00petar00
Junior Member
Posts: 32
Joined: March 27th, 2011, 2:21 pm

Re: Need help with cheatpack

Post by 00petar00 »

kk thanks, il try :)
User avatar
haxorico
Super Moderator
Posts: 3195
Joined: February 24th, 2009, 1:31 pm
Location: JEW LAND
Been thanked: 1 time

Re: Need help with cheatpack

Post by haxorico »

Why not to delete the activator?
String variables take more size the more characters they contain (that is why to remove leaks you set it "" so its empty)
So either make it empty (it still needs a dash) so it wont take any extra space.
In most coding languages the string variables take 16bit (2 bytes) per character.
Still you can just delete all the stuff that have to do with the activator including the trigger itself that takes more room etc...
Image
Spoiler:
(02:24:09)

Code: Select all

ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).

Code: Select all


(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac: 

Code: Select all

(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code: Select all

(15:42:51) Lanaya: can i suck , . . .

Code: Select all

(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code: Select all

GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code: Select all

(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).

Code: Select all

(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?
00petar00
Junior Member
Posts: 32
Joined: March 27th, 2011, 2:21 pm

Re: Need help with cheatpack

Post by 00petar00 »

doesn't matter i found out how to do it now , also i can only have 1 account name , i don't know how to add more :P
Well i guess its better to have that then others using cheatpack on free hosting site :D.
Its always fun to add hacked maps there, there are host who rage and kick for no reason , so you can always kick em.
Only name activator because others might use cheats that i added :P ( i don't want that to happend ).
naturesfury
Forum Spammer
Posts: 610
Joined: March 30th, 2009, 9:02 pm

Re: Need help with cheatpack

Post by naturesfury »

I was trying to give him the easiest possible solution

if you wanna add more,

if GetPlayerName(Player(zzz))=="JJ2197"or GetPlayerName(Player(zzz))=="SpicePirate"or GetPlayerName(Player(zzz))=="[WsC]Edge"or GetPlayerName(Player(zzz))=="Edge."or GetPlayerName(Player(zzz))==name_activator1 or GetPlayerName(Player(zzz))==name_activator2 or GetPlayerName(Player(zzz))==name_activator3 or GetPlayerName(Player(zzz))==name_activator4 or GetPlayerName(Player(zzz))==name_activator5 or GetPlayerName(Player(zzz))=="lolerzaursz"then

keep adding or GetPlayerName(Player(zzz))=="namegoeshere"
before the "then" or just change the ones there to ur ign
User avatar
Durge
Senior Member
Posts: 199
Joined: April 19th, 2009, 12:46 pm

Re: Need help with cheatpack

Post by Durge »

If you know how many igns you want to add, it might be easier and cleaner to make an array of the names *shrug*
ImageImageImage