Wait this one doesnt work anymore but does the one posted works?
PS: i cant see any update in patch string numbers.
JJ's CP for 1.24
Moderator: Cheaters
-
- Crusader
- Posts: 4236
- Joined: January 27th, 2007, 4:46 pm
- Location: Greece, Veria
-
- Forum Staff
- Posts: 615
- Joined: June 9th, 2008, 9:51 am
- Location: Finland
Re: JJ's CP for 1.24
This one works on single player, but when you log into Battle.net it loads a "mini-patch" that makes the map crash. When you log out of B-net and go single player it works again.
EDIT: Sigh, this is as far as I got
-spawn doesn't work but atleast it doesn't crash.
EDIT: Sigh, this is as far as I got
Code: Select all
function s2i takes string s2s returns integer
if StringHash(s2s)!=0 then
return StringHash(s2s)
else
return 0
endif
endfunction
-
- Forum Staff
- Posts: 252
- Joined: July 20th, 2007, 10:25 pm
-
- Forum Fanatic
- Posts: 324
- Joined: August 31st, 2008, 10:24 am
- Title: ☆Fate Testarossa★
- Location: Malaysia
Re: JJ's CP for 1.24
Erm...That .zip files is for online and the other 3 txt part is?
Does -spawn works on below 1.24?
Does -spawn works on below 1.24?
Spoiler for Wc3 I'm using and Garena ID:
Small Sized Duck wrote:IF someone is talking about a map they wanted cheated 17 years ago. And you bump it, you're retarded.
-
- Crusader
- Posts: 4236
- Joined: January 27th, 2007, 4:46 pm
- Location: Greece, Veria
Re: JJ's CP for 1.24
Those 3 txt files are for single play where -spawn works.infernorock wrote:Erm...That .zip files is for online and the other 3 txt part is?
Does -spawn works on below 1.24?
-
- Member
- Posts: 83
- Joined: August 17th, 2008, 5:50 am
Re: JJ's CP for 1.24
Would the one for single player (with -spawn working) also work for LAN games? What about Listchecker (LC) games since LC connects to Battle.net and you are essentially playing a LAN game? Btw is JJ's cheatpack the only cheat pack with the "-spawn (item code or even unit code)" command or do other cheat packs have it? I think I saw a command in Fai's CP that lets you copy an item but I haven't seen any others which lets you spawn items out of thin air without having the item 1st (as in copy item).
-
- Newcomer
- Posts: 22
- Joined: June 30th, 2009, 8:21 pm
Re: JJ's CP for 1.24
To answer your question, it shouldn't. Even though you are in LAN when hosting with LC, your still on BNet, why? LC uses the CD Keys and Account Information (User+Pass) that you inserted into the settings to connect to BNet and host a game on there to appear in the games list so people who are on BNet itself can join your game even though your on the LAN Screen. I'm personally too lazy to check for sure, but it shouldn't from what I just stated.IceMan wrote:Would the one for single player (with -spawn working) also work for LAN games? What about Listchecker (LC) games since LC connects to Battle.net and you are essentially playing a LAN game? Btw is JJ's cheatpack the only cheat pack with the "-spawn (item code or even unit code)" command or do other cheat packs have it? I think I saw a command in Fai's CP that lets you copy an item but I haven't seen any others which lets you spawn items out of thin air without having the item 1st (as in copy item).
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: JJ's CP for 1.24
Any informations about this mini-patch? Did they just remove the native call donothing()?Hillo wrote:This one works on single player, but when you log into Battle.net it loads a "mini-patch" that makes the map crash. When you log out of B-net and go single player it works again.
-
- Forum Staff
- Posts: 615
- Joined: June 9th, 2008, 9:51 am
- Location: Finland
Re: JJ's CP for 1.24
No idea. call DoNothing() still works but as a bypass for the return bug, it doesn't. Weird. (I wonder why Fai's doesn't work anymore...)
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: JJ's CP for 1.24
doesn't matter.
maybe those programmer read this forums. when they found out that I f*** them too much they wanna to add just a little check on the mini patch. "if it's fai's cp then" ->>>screw it.
lol
why dont you try this on JJcp and see if it works?
maybe those programmer read this forums. when they found out that I f*** them too much they wanna to add just a little check on the mini patch. "if it's fai's cp then" ->>>screw it.
lol
why dont you try this on JJcp and see if it works?
Code: Select all
function s2i takes string s2s returns integer
if true then
call return s2s
endif
return 0
endfunction
They only blocked the donothing, they didn't block return on the "if" block yet. Try it.