How does cheat packs created?

General discussion of Warcraft 3. Threads may may be posted here if they don't fit into the other sections.

Moderator: Cheaters

User avatar
KachaL
Junior Member
Posts: 38
Joined: June 25th, 2017, 6:32 pm
Title: {◕ ◡ ◕}
Location: כדור הארץ

How does cheat packs created?

Post by KachaL »

How cheat pack creators , ( for example fukki ) created cheat packs.
Wich program they used for ?
Apple
Forum Staff
Posts: 1470
Joined: November 3rd, 2010, 10:48 am
Title: Best Player
Location: Singapore

Re: How does cheat packs created?

Post by Apple »

you simply code it.
you can use any program even notepad++ as long as it's in jass/gui (WorldEditor)
User avatar
KachaL
Junior Member
Posts: 38
Joined: June 25th, 2017, 6:32 pm
Title: {◕ ◡ ◕}
Location: כדור הארץ

Re: How does cheat packs created?

Post by KachaL »

I try it by jasscraft, it was not that simple.

For example jj cheat pack has 1000 lines, it can not be written by notepad.

I want to know about process of creating cheat pack.
Apple
Forum Staff
Posts: 1470
Joined: November 3rd, 2010, 10:48 am
Title: Best Player
Location: Singapore

Re: How does cheat packs created?

Post by Apple »

For example fai's cheatpack has over 2 thousand lines, it is written on paper notebook in class, transferred to notepad.exe.
KachaL wrote:For example jj cheat pack has 1000 lines, it can not be written by notepad.

It can be written by notepad, as long as you know jass well.

KachaL wrote:I want to know about process of creating cheat pack.

I just told you, you need to get more experienced and code it. there is no shortcut.
The process? if you want a newbie guide try searching haxorico's cheatpack tutorial on youtube.
I think he did explain.
User avatar
KachaL
Junior Member
Posts: 38
Joined: June 25th, 2017, 6:32 pm
Title: {◕ ◡ ◕}
Location: כדור הארץ

Re: How does cheat packs created?

Post by KachaL »

Apple wrote:For example fai's cheatpack has over 2 thousand lines, it is written on paper notebook in class, transferred to notepad.exe.

OMG :shock:
Apple wrote:I just told you, you need to get more experienced and code it. there is no shortcut.
The process? if you want a newbie guide try searching haxorico's cheatpack tutorial on youtube.
I think he did explain.

I saw all of haxorico's cheatpack tutorial on youtube.

I read about creating cheat pack process. They said this proceess:
1.creating a map with triggers and all comands.
2.save map.
3.open war3map.j of map with jass craft and seperate it in 3 parts: globals, end globals , functions.
4.inject them into new map that you want to cheat it.

Is it True ? is this process of creating cheat pack ?
Apple
Forum Staff
Posts: 1470
Joined: November 3rd, 2010, 10:48 am
Title: Best Player
Location: Singapore

Re: How does cheat packs created?

Post by Apple »

That's GUI cheatpack.
For jass cheatpack it's less complex, you just have to code the globals endglobals function main, and add it into the map.

Here's what it takes to make a cheatpack:

What makes a cheatpack a cheatpack?
-usually* has a password to access the cheats
-has a couple of cheats only cheaters can use

so that involves... detection of a string, arrowkey, action, entering of area, teleporting to another place, being able to click something hidden ...
all these can be used as a cheat activator.
As for commands, you can make anything within the capability of jass language, copying, killing, impersonating whatever

What i believe.. public cheatpack is good to use, but they're very detectable.
that's mainly why people have the thoughts of creating cheatpacks, however, it takes a lot of effort.
that's why many of us(i believe) have different version of our own, of the existing cheatpack.
If you know what they do in the cheatpack and know what you're altering, you can edit cheatpack instead.
User avatar
KachaL
Junior Member
Posts: 38
Joined: June 25th, 2017, 6:32 pm
Title: {◕ ◡ ◕}
Location: כדור הארץ

Re: How does cheat packs created?

Post by KachaL »

Apple wrote:That's GUI cheatpack.

I created my own simple GUI cheatpack successfuly. My goal is learn enough to edit fukki's cheat pack. That's reason of my effort to learn about cheat packs.
Apple wrote:If you know what they do in the cheatpack and know what you're altering, you can edit cheatpack instead.

Exactly, I am Trying to Edit cheatpack.

I posted topics and I asked a question (requested for help) :

deprotection-cheating-f64/use-cheat-comads-for-rate-editor-final-t34042.html#p192998
deprotection-cheating-f64/how-to-add-key-binds-to-cheatpack-t34053.html#p193022

But I did not received any Reply, Even 1 small Guidance did not received.
So I decided to learn about creating cheat packs, Maybe Then I could edit that cheatpack.
Apple
Forum Staff
Posts: 1470
Joined: November 3rd, 2010, 10:48 am
Title: Best Player
Location: Singapore

Re: How does cheat packs created?

Post by Apple »

how about leaerning jass first http://jass.sourceforge.net/doc/
User avatar
XD!
Senior Member
Posts: 156
Joined: May 15th, 2012, 6:09 pm

Re: How does cheat packs created?

Post by XD! »

If you're a retard like me who hates to RTFM...

Try tinkering this in world editor:
http://www.epicwar.com/maps/257515/

That's JJCP CP mostly in GUI
User avatar
KachaL
Junior Member
Posts: 38
Joined: June 25th, 2017, 6:32 pm
Title: {◕ ◡ ◕}
Location: כדור הארץ

Re: How does cheat packs created?

Post by KachaL »

XD! wrote:If you're a retard like me who hates to RTFM...

Try tinkering this in world editor:
http://www.epicwar.com/maps/257515/

That's JJCP CP mostly in GUI


Thank you Bro

It was So Helpful