How cheat pack creators , ( for example fukki ) created cheat packs.
Wich program they used for ?
How does cheat packs created?
Moderator: Cheaters
-
- Junior Member
- Posts: 38
- Joined: June 25th, 2017, 6:32 pm
- Title: {◕ ◡ ◕}
- Location: כדור הארץ
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
Re: How does cheat packs created?
you simply code it.
you can use any program even notepad++ as long as it's in jass/gui (WorldEditor)
you can use any program even notepad++ as long as it's in jass/gui (WorldEditor)
-
- Junior Member
- Posts: 38
- Joined: June 25th, 2017, 6:32 pm
- Title: {◕ ◡ ◕}
- Location: כדור הארץ
Re: How does cheat packs created?
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.
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.
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
Re: How does cheat packs created?
For example fai's cheatpack has over 2 thousand lines, it is written on paper notebook in class, transferred to notepad.exe.
The process? if you want a newbie guide try searching haxorico's cheatpack tutorial on youtube.
I think he did explain.
It can be written by notepad, as long as you know jass well.KachaL wrote: For example jj cheat pack has 1000 lines, it can not be written by notepad.
I just told you, you need to get more experienced and code it. there is no shortcut.KachaL wrote: I want to know about process of creating cheat pack.
The process? if you want a newbie guide try searching haxorico's cheatpack tutorial on youtube.
I think he did explain.
-
- Junior Member
- Posts: 38
- Joined: June 25th, 2017, 6:32 pm
- Title: {◕ ◡ ◕}
- Location: כדור הארץ
Re: How does cheat packs created?
OMGApple wrote:For example fai's cheatpack has over 2 thousand lines, it is written on paper notebook in class, transferred to notepad.exe.
I saw all of haxorico's cheatpack tutorial on youtube.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 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 ?
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
Re: How does cheat packs created?
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.
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.
-
- Junior Member
- Posts: 38
- Joined: June 25th, 2017, 6:32 pm
- Title: {◕ ◡ ◕}
- Location: כדור הארץ
Re: How does cheat packs created?
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:That's GUI cheatpack.
Exactly, I am Trying to Edit cheatpack.Apple wrote:If you know what they do in the cheatpack and know what you're altering, you can edit cheatpack instead.
I posted topics and I asked a question (requested for help) :
deprotection-cheating-f64/use-cheat-com ... ml#p192998
deprotection-cheating-f64/how-to-add-ke ... ml#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.
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
-
- Senior Member
- Posts: 156
- Joined: May 15th, 2012, 6:09 pm
Re: How does cheat packs created?
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
Try tinkering this in world editor:
http://www.epicwar.com/maps/257515/
That's JJCP CP mostly in GUI
-
- Junior Member
- Posts: 38
- Joined: June 25th, 2017, 6:32 pm
- Title: {◕ ◡ ◕}
- Location: כדור הארץ
Re: How does cheat packs created?
Thank you BroXD! 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
It was So Helpful