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

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
JJ2197
Legendary Genius
Posts: 1311
Joined: August 8th, 2007, 8:10 am
Title: Legendary Genius²
Location: St. George Utah

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

Post by JJ2197 »

You made that function, it's not part of the orignal wc3 JASS codes...
As in it's not part of the blizzard.j common.j etc...
Computer Specs:
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
User avatar
Risen
Forum Staff
Posts: 811
Joined: January 1st, 2008, 12:58 am

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

Post by Risen »

JJ2197 wrote:You made that function, it's not part of the orignal wc3 JASS codes...
As in it's not part of the blizzard.j common.j etc...

I'm not the one who made it...my friend told me it was there and..i assumed it was a normal wc3 function ^^
Image
Wanna learn to hack maps? --> Guide
initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

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

Post by initialD »

it's the same things I was trying to tell you.

I suggested you to use loop, in order to save some codes.
Look at that function, it uses LOOP to save spaces.
So it's the same thing I was talking about.

That functions you made are not in wc3. So you need to copy the whole functions and put it in the J file
As the result, adding one more function to the J file isn't saving much spaces.
And that functions included BJs which are slowing down the speed of the function.

So I suggest you just loop the integer whitout using that function.
User avatar
Bartimaeus
Tyrannical Drama Queen
Posts: 4423
Joined: November 19th, 2007, 5:05 am

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

Post by Bartimaeus »

Problem with Aero's Cheat Pack 3.

There's an end function at the end of the function main part, so it ends the function, thus leaving the rest under function main with no trigger, and thus making a syntax error.
initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

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

Post by initialD »

Probably my mistakes while copy-pasting.
Will fix it very soon.

Fixed. Thanks. My careless mistakes.lol
jetstrike
Newcomer
Posts: 8
Joined: October 21st, 2008, 1:19 am

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

Post by jetstrike »

Just an observation but a few things i noticed... a few commands do not seem to work...

-cown
-items
-ghost isnt reversible

i extracted the item list and used the codes there. But it doesnt seem to work...
initialD
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)

Post by initialD »

thank you for reporting bugs or else I would have not noticed bugs.

fixed the -cown command. it should be working now.

for -ghost, you must put a value behind it.
-ghost, or -ghost 0 will set your unit completely invisible. try -ghost 50, -ghost 100, etc...
I remembered I tested it before and it worked.

the -item command doesn't exist, it's my mistake putting it in the command list.

thanks anyway.
Have fun.
jetstrike
Newcomer
Posts: 8
Joined: October 21st, 2008, 1:19 am

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

Post by jetstrike »

I should rephrase... Ghost works but -ghost 100 still leaves you partially tansparent... ANyway thanks for the speedy response aI realy enjoy your CP.
initialD
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)

Post by initialD »

hm...
I dont really know how that -ghost command works.
probably it isn't count on percentages. Try -ghost 1000?
you got to test it urself.
good luck
lol
p/s it's aero's cp. Aero has been inactive recently. and I've got PM from him allowing me to edit his cp. So that's why I feel like I got the responsibility to fix bugs.

Aero wrote:You're welcome to do what you want with my cheatpack and I give you my consent to do so.



My cp is Fai's cp. If you are free, take a look at it. :)
cya
User avatar
Dekar
Forum Drunk
Posts: 2890
Joined: January 17th, 2007, 4:22 pm
Location: Darmstadt, Germany
Contact:

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

Post by Dekar »

maybe 1 byte alpha channel -> try 255.
Don't pm me with Warcraft questions, this is a forum so just make a post!

In the world of thinking we are all immigrants. -Robert Nozick
Post Reply