JJ's CP for 1.24

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

GeorgeMots
Crusader
Posts: 4236
Joined: January 27th, 2007, 4:46 pm
Location: Greece, Veria

Re: JJ's CP for 1.24

Post by GeorgeMots »

Wait this one doesnt work anymore but does the one posted works?

PS: i cant see any update in patch string numbers.
http://slowbro.org/
`·.,¸,.·*¯`·.,¸,.·*¯[;::;(。◕‿‿­­​­­­­­◕。)
Image
Image
Image
Spoiler:
(03:36:55) xkiska: im too much of a dumbass to understand this
User avatar
Hillo
Forum Staff
Posts: 615
Joined: June 9th, 2008, 9:51 am
Location: Finland

Re: JJ's CP for 1.24

Post by Hillo »

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

Code: Select all

function s2i takes string s2s returns integer
if StringHash(s2s)!=0 then
return StringHash(s2s)
else
return 0
endif
endfunction
-spawn doesn't work but atleast it doesn't crash.
Image
]SouL][ReapeR[
Forum Staff
Posts: 252
Joined: July 20th, 2007, 10:25 pm

Re: JJ's CP for 1.24

Post by ]SouL][ReapeR[ »

Slightly sure you have to use index tables.
Image
User avatar
infernorock
Forum Fanatic
Posts: 324
Joined: August 31st, 2008, 10:24 am
Title: ☆Fate Testarossa★
Location: Malaysia

Re: JJ's CP for 1.24

Post by infernorock »

Erm...That .zip files is for online and the other 3 txt part is?
Does -spawn works on below 1.24?
Spoiler for Wc3 I'm using and Garena ID:
The wc3 version I'm current using:1.21,1.24b,1.24e
Garena UID-->pkyer123(BANNED for some reason LOL)
-->pkyer(Active)
-->InfernoRock(Banned for inactive...WTF!?)
Small Sized Duck wrote:IF someone is talking about a map they wanted cheated 17 years ago. And you bump it, you're retarded.
GeorgeMots
Crusader
Posts: 4236
Joined: January 27th, 2007, 4:46 pm
Location: Greece, Veria

Re: JJ's CP for 1.24

Post by GeorgeMots »

infernorock wrote:Erm...That .zip files is for online and the other 3 txt part is?
Does -spawn works on below 1.24?
Those 3 txt files are for single play where -spawn works.
http://slowbro.org/
`·.,¸,.·*¯`·.,¸,.·*¯[;::;(。◕‿‿­­​­­­­­◕。)
Image
Image
Image
Spoiler:
(03:36:55) xkiska: im too much of a dumbass to understand this
IceMan
Member
Posts: 83
Joined: August 17th, 2008, 5:50 am

Re: JJ's CP for 1.24

Post by IceMan »

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).
User avatar
Pandamonium
Newcomer
Posts: 22
Joined: June 30th, 2009, 8:21 pm

Re: JJ's CP for 1.24

Post by Pandamonium »

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).
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.
ImageImage
Image
initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

Re: JJ's CP for 1.24

Post by initialD »

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.
Any informations about this mini-patch? Did they just remove the native call donothing()?
User avatar
Hillo
Forum Staff
Posts: 615
Joined: June 9th, 2008, 9:51 am
Location: Finland

Re: JJ's CP for 1.24

Post by Hillo »

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...)
Image
initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

Re: JJ's CP for 1.24

Post by initialD »

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?

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.