wc3edit.net

United Warcraft 3 map hacking!
It is currently April 27th, 2024, 9:35 am

All times are UTC




Post new topic Reply to topic  [ 462 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 47  Next
Author Message
PostPosted: May 8th, 2009, 3:44 am 
Offline
Newcomer
User avatar

Joined: May 1st, 2009, 2:30 am
Posts: 20
Location: Canadia
Title: Title?
How come the JJ CP download just gives me a bunch of text files?

_________________
Spoiler for a invalid:
ImageImageImagePoking them makes you sexy, I know you want to

Image


Top
 Profile  
 
PostPosted: May 8th, 2009, 10:53 am 
Offline
Forum Staff
User avatar

Joined: June 9th, 2008, 9:51 am
Posts: 685
Location: Finland
-.-

Of course it does. You insert it to the .j file. First part below globals, second below endglobals and the last one after function main.

_________________
Image


Top
 Profile  
 
PostPosted: May 9th, 2009, 3:26 am 
Offline
Newcomer
User avatar

Joined: May 1st, 2009, 2:30 am
Posts: 20
Location: Canadia
Title: Title?
By Insert though, do you mean copy and paste or is there a specific command for it?

_________________
Spoiler for a invalid:
ImageImageImagePoking them makes you sexy, I know you want to

Image


Top
 Profile  
 
PostPosted: May 9th, 2009, 3:34 am 
Offline
Forum Staff
User avatar

Joined: March 17th, 2008, 12:07 am
Posts: 1488
Okay, here's exactly how to do it...

1. DL the files.
2. Open the map you wish to hack in MPQMaster.
3. Find & extract the war3map.j file.
4. Open Jass Craft and open that war3map.j file.
5. Open the first text document and click Ctrl+A and then Ctrl+C
6. Find and click at the end of "globals", hit enter and then Ctrl+V
7. Open the second text document and Ctrl+A then Ctrl+C
8. In Jass Craft, press Ctrl+F and type "endglobals" (one word) and click at the end of it.
9. Hit enter and then Ctrl+V
10. Open the third text document and Ctrl+A then Ctrl+C
11. Click on Jass Craft and use Ctrl+F to find "Function main" (Make sure it's NOT function main2)
12. Click at the end of the function main line OR if there is locals under it (they will be red),
then click at the end of the last of them and hit enter then Ctrl+V.
13. Save the file.
14. Click on MPQMaster and right click, import file and select the newly hacked war3map.j.
15. Check for the file (attributes), if it's there, delete it.
16. Close MPQMaster and enjoy the map.

_________________
Image
Made by the late ILikeHacking

My quote from SKillER

Spoiler:
Chat wrote:
(19:12:41) SKillER: newfags cant triforce
(19:20:30) SKillER: ▲
▲ ▲
(19:20:35) SKillER: aww
(19:20:37) FatherSpace: FAIL
(19:20:43) Kryptonyte: Wow stop failing.
(19:20:47) SKillER: ▲
▲ ▲
(19:21:41) Kryptonyte: .

. ▲
▲ ▲
(19:22:20) Kryptonyte: I guess you were right, newfags can't triforce.
(19:22:29) SKillER: . . ▲
▲ ▲
(19:23:04) SKillER: OMFG
(19:23:06) SKillER: ... THIS CHAT
(19:23:06) SKillER: !
(19:23:36) SKillER: ▲
▲ ▲
(19:23:46) SKillER: ▲
.▲ ▲


Apparently, SKillER is a newfag.


Top
 Profile  
 
PostPosted: May 9th, 2009, 10:25 am 
Offline
Newcomer

Joined: May 9th, 2009, 7:01 am
Posts: 5
How do we make our own cheat pack?
Briefly, how do we make our own cheatcode of "-<cheatcodename>" that we chose?
Is there a topic on that?

_________________
"I have ideas, I have creativity, just don't have the knowledge to create the ideas into innovation."
-IrvinS. KK


Top
 Profile  
 
PostPosted: May 9th, 2009, 1:04 pm 
Offline
Forum Staff
User avatar

Joined: June 2nd, 2007, 6:53 pm
Posts: 2732
Title: I Just Lost the Game
If you don't know at least a bit of Jass, you won't be able to do it. You need to know enough to be able to make the commands do what you want.

_________________
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle


Top
 Profile  
 
PostPosted: May 11th, 2009, 4:18 pm 
Offline
Newcomer

Joined: May 9th, 2009, 7:01 am
Posts: 5
Oh, thanks for the info.
Can you help me to make one? Please?

_________________
"I have ideas, I have creativity, just don't have the knowledge to create the ideas into innovation."
-IrvinS. KK


Top
 Profile  
 
PostPosted: May 11th, 2009, 8:50 pm 
Offline
Forum Staff
User avatar

Joined: January 1st, 2008, 12:58 am
Posts: 862
Basically, You'll just need to know how to make functions in jass that work. I'll start with a function to kill a unit.
Code:
function kill takes nothing returns nothing
call KillUnit( GetSomeStupidUnit() ) //take note, this doesn't work, you need to give it a correct function to operate with.
endfunction

function init takes nothing returns nothing
local trigger t = CreateTrigger()
call TriggerRegisterPlayerChatEvent( Something,Something,Something, "-killsomestupidunit", something )
call TriggerAddAction( t, function kill )
set t = null
endfunction

That's a...small example.

But if you want us to code a function for you, ask.

_________________
Image
Wanna learn to hack maps? --> Guide


Top
 Profile  
 
PostPosted: May 12th, 2009, 9:56 am 
Offline
Newcomer

Joined: March 26th, 2009, 5:46 am
Posts: 1
Quote:
After you're done, Do a syntax check, and you should know the rest, Reinsert your *new* .j file into your map.

What? How?

EDIT: Just read above, hopefully it works. CRIES! It crashed when I selected the map, before I could even press "Start".

EDIT 2: I googled "Impossible Bosses single player", and found a working one -.-


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
PostPosted: May 17th, 2009, 11:09 am 
Offline
Newcomer

Joined: May 16th, 2009, 2:57 am
Posts: 6
I'm having the same above problem with Dark Sun RPG v3.4.2.w3x

The map does not have any singleplayer function, it only has anticheat functions.

Tried to remove the anti cheat but the game declares the modified script file to be corrupt.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 462 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 47  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

phpBB SEO


Privacy Policy Statement
Impressum (German)