[Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
Moderator: Cheaters
-
- Newcomer
- Posts: 9
- Joined: May 9th, 2009, 12:31 pm
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
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
-
- Newcomer
- Posts: 9
- Joined: May 9th, 2009, 12:31 pm
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
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
make the 3rd one
-
- Forum Staff
- Posts: 2618
- Joined: June 2nd, 2007, 6:53 pm
- Title: I Just Lost the Game
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
Eldie, stop asking if we can make a collided map with a cheatpack in it. It won't work. End of story.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
-
- Newcomer
- Posts: 2
- Joined: June 23rd, 2009, 9:25 am
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
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.
Feel free to give me some feed backs.
-
- Newcomer
- Posts: 19
- Joined: March 28th, 2008, 6:50 pm
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
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..
ive tried to change it, nothing happens
only "-cheated by wc3edit.net" is only accepting..
-
- Tyrannical Drama Queen
- Posts: 4430
- Joined: November 19th, 2007, 5:05 am
- Been thanked: 2 times
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
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...
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...
-
- Newcomer
- Posts: 19
- Joined: March 28th, 2008, 6:50 pm
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
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
-
- Tyrannical Drama Queen
- Posts: 4430
- Joined: November 19th, 2007, 5:05 am
- Been thanked: 2 times
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
What? Change the string, as in change "-cheated by wc3edit.net".
-
- Newcomer
- Posts: 19
- Joined: March 28th, 2008, 6:50 pm
Re: [Pure JASS] Aero's Cheat Packs (version 1, 2 and 3)
if SubString(GetEventPlayerChatString(),0,23)=="-cheated by wc3edit.net" thenBartimaeus wrote:What? Change the string, as in change "-cheated by wc3edit.net".
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?