Page 6 of 7

Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)

PostPosted: May 10th, 2009, 6:58 am
by Eldie37
Can i ask i'm having a problem i paste all the command in the right place after i save it i use auto collider when starting the game i'm typing the -cheated by wc3edit.net nothing appears nothing been activate i try other code still nothing

Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)

PostPosted: May 10th, 2009, 7:10 am
by Eldie37
sorry for double post can u just make me a collided map of this cheatpack in 6.59d and C i did not say i don't want the 59d you make i just want to test this too

make the 3rd one

Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)

PostPosted: May 10th, 2009, 6:52 pm
by Senethior459
Eldie, stop asking if we can make a collided map with a cheatpack in it. It won't work. End of story.

Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)

PostPosted: June 23rd, 2009, 9:33 am
by 055457049
thx for U

thx

Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)

PostPosted: August 9th, 2009, 8:44 am
by initialD
I have just checked the codes. Seems like Aero'cp ver 1,2 and 3 are all working on patch 1.24
Feel free to give me some feed backs.

Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)

PostPosted: November 13th, 2012, 2:27 pm
by locusts00
how can i change the activator??(Aero's cheat) v.3
ive tried to change it, nothing happens

only "-cheated by wc3edit.net" is only accepting..

Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)

PostPosted: November 13th, 2012, 8:51 pm
by Bartimaeus
if SubString(GetEventPlayerChatString(),0,23)=="-cheated by wc3edit.net" then

Change this string, and then change the 23 to the length of the new activator. As you can see, the length of the default string is 23 characters long...

Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)

PostPosted: November 14th, 2012, 12:59 am
by locusts00
Bartimaeus wrote:if SubString(GetEventPlayerChatString(),0,23)=="-cheated by wc3edit.net" then

Change this string, and then change the 23 to the length of the new activator. As you can see, the length of the default string is 23 characters long...



im a begginer of editing,,
can u please tell me what string will i put in the line of "if SubString" or the "GetEventPlayerChatString"

dont know what will i change,, im sorry

Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)

PostPosted: November 14th, 2012, 2:36 am
by Bartimaeus
What? Change the string, as in change "-cheated by wc3edit.net".

Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)

PostPosted: November 14th, 2012, 2:53 am
by locusts00
Bartimaeus wrote:What? Change the string, as in change "-cheated by wc3edit.net".


if SubString(GetEventPlayerChatString(),0,23)=="-cheated by wc3edit.net" then

i only change the value of "23" to "5"

eg.

if SubString(GetEventPlayerChatString(),0,5)=="-wc3e" then


but, this not not working either..



now,, what will i change to make it work?