multicheat jass trigger pack

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
vosszaa
Old Wrinkly Member
Posts: 247
Joined: March 7th, 2007, 7:04 am

Post by vosszaa »

i did search, i press Ctrl+F to search in da whole script. I even search the word "call" and look at every single line that start with "call.. and i cound not find it.
Trust me i actually did read on EVERY "CALL" line
Image

The tallest tower.. begins from the ground
Today, you are novice..
Tomorrow, you might be The Master..
And when you are..
Vosszaa will hunt you down..
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Post by Aero »

vosszaa wrote:Just one question..
This after "call DetectGameStarted()" under function main
I cant find it !! @_@

In 6 maps that i extract and have a look in jass file, none of them contain that line in anywhere

What should i do if the jass file doesnt have that line??

Please xplain ..

Thx
If the .j doesnt have "DetectGameStarted" in it, then look under globals for a variable array
Then, declare my 2 integer array variables with the other arrays

Looks something like this

Code: Select all

loop
exitwhen(i>1)
set G[i]=""
set h[i]=false
set H[i]=""
set J[i]=false
set N[i]=0
set i=i+1
endloop
Just plop "set QX=0" and "set QZ=0" in with the rest
User avatar
vosszaa
Old Wrinkly Member
Posts: 247
Joined: March 7th, 2007, 7:04 am

Post by vosszaa »

Aero wrote:If the .j doesnt have "DetectGameStarted" in it, then look under globals for a variable array
Then, declare my 2 integer array variables with the other arrays
so, i should declare this under globals..??

Code: Select all

integer array QX
integer array QZ
trigger ICHEAT=CreateTrigger()
trigger CHEATS=CreateTrigger()
loop
exitwhen(i>1)
set G[i]=""
set h[i]=false
set H[i]=""
set J[i]=false
set N[i]=0
set i=i+1
endloop
Aero wrote:Just plop "set QX=0" and "set QZ=0" in with the rest


What is that mean by "with the rest" ? where is the rest?

What about the condition function code part? do i have to change anything ?
What about the code under function main? do i have to change anything?

>_<

Aero, can u post the total code after mod?? im still confuse with ya xplanation, sorry.

and.. is it wierd that the .j file doens contain "call detectgamestarted()" ??
what does it do?
is it suppose b in every .j file? in every map??
if it doesnt have that line.. whats it mean??

Thx Aero
Image

The tallest tower.. begins from the ground
Today, you are novice..
Tomorrow, you might be The Master..
And when you are..
Vosszaa will hunt you down..
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Post by Aero »

Give me a small (For easier reference/upload/download ect.) protected map, and I'll tell you at which lines in the script I did the changes.
lwyjdgv
Newcomer
Posts: 16
Joined: February 20th, 2007, 7:11 pm

Post by lwyjdgv »

Aero,help me.
i use your jass trigger pack in a map,but i can't load this map.
this map:
http://rapidshare.com/files/25720632/war3map.rar.html
the war3map.j
http://rapidshare.com/files/25720523/war3map.j.rar.html
thank you!
User avatar
vosszaa
Old Wrinkly Member
Posts: 247
Joined: March 7th, 2007, 7:04 am

Post by vosszaa »

Heres the.. Archer Stronghold 2.2B (Original and clean)

http://files.wc3edit.net/secure/files/A ... .2%20B.w3x

Size: 600Kb

Level require to unprotect: Lv.2

j. file info.: very well organise and comments also included.

Ok Aero, ive already cheated this map by putting -gold xx cheat in it, this map is so damn easy to do anyway.

But !!

As on your request.. this map doesnt have "Call detectgamestarted()" line in anywhere @_@

If i want to use your code pack..

What should i do?

Please modify and upload as a reference for me.

EDIT: Please test the map to ensure that the codes work b4 u upload :P

Thx
Image

The tallest tower.. begins from the ground
Today, you are novice..
Tomorrow, you might be The Master..
And when you are..
Vosszaa will hunt you down..
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Post by Aero »

My apologies, I found a small "error" in the QX & QZ script
set indx=0
loop
exitwhen i>1
set QX[i]=0
set QZ[i]=0
endloop
I changed that "i" back to "indx"
That might have been the cause of the problems, try it now...

As asked, maps links are below...

CLJ-StarFantasy
Archer Stronghold v2.2 B

Tell me if they don't work, I did this in 5 mins and havnt tested

[Edit] I don't think QX and QZ need to be declared...removed.
User avatar
vosszaa
Old Wrinkly Member
Posts: 247
Joined: March 7th, 2007, 7:04 am

Post by vosszaa »

Ive try it just now and what happen is..

The game just wont start !?!?!

i mean.. the game finish the loading screen --> get to the game --> then stop. Its not freezing, not crash, u can stilll type but its like the map is EMPTY !!

u have to try yaself Aero and u will understand what i mean..

PS. I try with Archer Stronghold
Image

The tallest tower.. begins from the ground
Today, you are novice..
Tomorrow, you might be The Master..
And when you are..
Vosszaa will hunt you down..
lwyjdgv
Newcomer
Posts: 16
Joined: February 20th, 2007, 7:11 pm

Post by lwyjdgv »

sorry,Aero.
the CLJ-StarFantasy-V1.1.w3x start have a movie..but CLJ-StarFantasy-V1.1-cheatpack.w3x don't find the movie in game start...
i speak a lillte english,sorry.
and i upload the map to where?i can't upload to http://files.wc3edit.net/
than you! :D
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Post by Aero »

I removed the movie
I removed attributes