Here is my way on how to maphack in Garena, without using any crack or executable. We are going to mod Warcraft III.
Tutorial:
1st step: Download a Hex-Editor (I use FlexHex for example: http://www.flexhex.com/download/)
2nd step: Make a copy of your Warcraft III folder and name it "Warcraft III - Garena"
3rd step: Now the interresting part starts: Open Game.dll (from "Warcraft III - Garena" folder) in your Hex-Editor
4th step (most important):
Search with your Hex-Editor the following sequences and edit them to the sequences, I show you now:
Note: You can skip a feature if you dont want it.
Reveal units on Mainmap:
Code:
Search:
23 CA 75 32|8B 4C 24 14|50 8B 44 24|14 50 51 8B|4F 34 E8 4E|D4 C6 FF 8B|D0 C1 EA 02|83 E2 01 75|
Edit to:
90 90 75 32|8B 4C 24 14|50 8B 44 24|14 50 51 8B|4F 34 E8 4E|D4 C6 FF 8B|D0 C1 EA 02|83 E2 01 75|
Reveal units on Minimap:
Code:
Search:
01 00 00 00|D3 E8 3B C3|89 44 24 30|75 28 81 BF|14 08 00 00|64 02 00 00|75 1C B9 0D|00 00 00 89|
Edit to:
00 00 00 00|D3 E8 3B C3|89 44 24 30|75 28 81 BF|14 08 00 00|64 02 00 00|75 1C B9 0D|00 00 00 89|
Make units clickable:
Code:
Search:
75 29 53 8B|CF E8 24 A8|FE FF 85 C0|75 1D 5F 5D|5B 5E 59 C2|08 00 8B 4C|24 20 51 57|8B 7C 24 1C|
Edit to:
EB 29 53 8B|CF E8 24 A8|FE FF 85 C0|75 1D 5F 5D|5B 5E 59 C2|08 00 8B 4C|24 20 51 57|8B 7C 24 1C|
Reveal Illusions:
Code:
Search:
C3 CC CC CC|8B 41 08 85|C0 74 0F 6A|00 6A FE 68|10 71 A8 6F|50 E8 22 87|46 00 C3 CC|CC CC CC CC|
Edit to:
40 C3 CC CC|8B 41 08 85|C0 74 0F 6A|00 6A FE 68|10 71 A8 6F|50 E8 22 87|46 00 C3 CC|CC CC CC CC|
Reveal Invisibles:
Code:
Search:
74 27 39 6C|24 44 74 2B|66 8B 44 24|10 66 85 87|F4 01 00 00|74 1D 8B 8F|98 01 00 00|BA 01 00 00|
Edit to:
EB 27 39 6C|24 44 74 2B|66 8B 44 24|10 66 85 87|F4 01 00 00|74 1D 8B 8F|98 01 00 00|BA 01 00 00|
Show Runes:
Code:
Search:
EB 09 8B 44|24 20 0B F3|66 89 30 83|C5 02 03 DB|83 6C 24 1C|01 75 9F 5F|5E 5D 5B 83|C4 08 C2 10|
Edit to:
90 90 8B 44|24 20 0B F3|66 89 30 83|C5 02 03 DB|83 6C 24 1C|01 75 9F 5F|5E 5D 5B 83|C4 08 C2 10|
5th step: Now you save the file as Game.dll and replace it into your "Warcraft III - Garena" folder
6th step: Set the gamepass in Garena to the war3.exe existing in your "Warcraft III - Garena" folder
Now your done, enjoy playing with your modified Wc3 copy.
Importend: This should be totally undetected in Garena, but rember never to connect to Battle.Net with your patched Wc3 version!
try at ut own risk
Tutorial:
1st step: Download a Hex-Editor (I use FlexHex for example: http://www.flexhex.com/download/)
2nd step: Make a copy of your Warcraft III folder and name it "Warcraft III - Garena"
3rd step: Now the interresting part starts: Open Game.dll (from "Warcraft III - Garena" folder) in your Hex-Editor
4th step (most important):
Search with your Hex-Editor the following sequences and edit them to the sequences, I show you now:
Note: You can skip a feature if you dont want it.
Reveal units on Mainmap:
Code:
Search:
23 CA 75 32|8B 4C 24 14|50 8B 44 24|14 50 51 8B|4F 34 E8 4E|D4 C6 FF 8B|D0 C1 EA 02|83 E2 01 75|
Edit to:
90 90 75 32|8B 4C 24 14|50 8B 44 24|14 50 51 8B|4F 34 E8 4E|D4 C6 FF 8B|D0 C1 EA 02|83 E2 01 75|
Reveal units on Minimap:
Code:
Search:
01 00 00 00|D3 E8 3B C3|89 44 24 30|75 28 81 BF|14 08 00 00|64 02 00 00|75 1C B9 0D|00 00 00 89|
Edit to:
00 00 00 00|D3 E8 3B C3|89 44 24 30|75 28 81 BF|14 08 00 00|64 02 00 00|75 1C B9 0D|00 00 00 89|
Make units clickable:
Code:
Search:
75 29 53 8B|CF E8 24 A8|FE FF 85 C0|75 1D 5F 5D|5B 5E 59 C2|08 00 8B 4C|24 20 51 57|8B 7C 24 1C|
Edit to:
EB 29 53 8B|CF E8 24 A8|FE FF 85 C0|75 1D 5F 5D|5B 5E 59 C2|08 00 8B 4C|24 20 51 57|8B 7C 24 1C|
Reveal Illusions:
Code:
Search:
C3 CC CC CC|8B 41 08 85|C0 74 0F 6A|00 6A FE 68|10 71 A8 6F|50 E8 22 87|46 00 C3 CC|CC CC CC CC|
Edit to:
40 C3 CC CC|8B 41 08 85|C0 74 0F 6A|00 6A FE 68|10 71 A8 6F|50 E8 22 87|46 00 C3 CC|CC CC CC CC|
Reveal Invisibles:
Code:
Search:
74 27 39 6C|24 44 74 2B|66 8B 44 24|10 66 85 87|F4 01 00 00|74 1D 8B 8F|98 01 00 00|BA 01 00 00|
Edit to:
EB 27 39 6C|24 44 74 2B|66 8B 44 24|10 66 85 87|F4 01 00 00|74 1D 8B 8F|98 01 00 00|BA 01 00 00|
Show Runes:
Code:
Search:
EB 09 8B 44|24 20 0B F3|66 89 30 83|C5 02 03 DB|83 6C 24 1C|01 75 9F 5F|5E 5D 5B 83|C4 08 C2 10|
Edit to:
90 90 8B 44|24 20 0B F3|66 89 30 83|C5 02 03 DB|83 6C 24 1C|01 75 9F 5F|5E 5D 5B 83|C4 08 C2 10|
5th step: Now you save the file as Game.dll and replace it into your "Warcraft III - Garena" folder
6th step: Set the gamepass in Garena to the war3.exe existing in your "Warcraft III - Garena" folder
Now your done, enjoy playing with your modified Wc3 copy.
Importend: This should be totally undetected in Garena, but rember never to connect to Battle.Net with your patched Wc3 version!
try at ut own risk