General talk about editing, cheating, and deprotecting maps.
Moderator: Cheaters
-
Pio
- Senior Member
- Posts: 103
- Joined: January 22nd, 2012, 4:41 am
- Location: Việt Nam
Post
by Pio »
Hello,
I play a map that had hidden recipe. When I open a war3map.j file. I see something like this:
Code: Select all
function THv takes nothing returns boolean
if(not(UnitHasItemOfTypeBJ(GetManipulatingUnit(),0x4930334F)==true))then
return false
endif
if(not(UnitHasItemOfTypeBJ(GetManipulatingUnit(),0x49303932)==true))then
return false
endif
if(not(UnitHasItemOfTypeBJ(GetManipulatingUnit(),0x49303047)==true))then
return false
endif
return true
endfunction
So, can I decode "0x493xxxx" to get the recipe?
Thank you.
Edit: Add war3map.j
You do not have the required permissions to view the files attached to this post.
Last edited by Pio on January 8th, 2019, 9:38 am, edited 1 time in total.
-
Xirizo
- Senior Member
- Posts: 198
- Joined: May 24th, 2013, 11:53 am
Post
by Xirizo »
give entire script?
-
Pio
- Senior Member
- Posts: 103
- Joined: January 22nd, 2012, 4:41 am
- Location: Việt Nam
Post
by Pio »
Xirizo wrote:give entire script?
Add it in the first post.
-
Pio
- Senior Member
- Posts: 103
- Joined: January 22nd, 2012, 4:41 am
- Location: Việt Nam
Post
by Pio »
Thank you for help. Actually when I convert all of it to $493xxx and use fukki hex fixer it don't work.
So I try use the hexadecimal to text and it work. You're best.
-
CrossWing
- Newcomer
- Posts: 15
- Joined: November 26th, 2012, 1:01 am
Post
by CrossWing »
no need to convert
[FukKi]Hex Fixer is auto do it
You do not have the required permissions to view the files attached to this post.
-
Pio
- Senior Member
- Posts: 103
- Joined: January 22nd, 2012, 4:41 am
- Location: Việt Nam
Post
by Pio »
Ehh, I guess Hex fixer of fukki dont work for me.. Don't know what is wrong with my computer. Shhh
Edit: Oh nvm. It's because I was use Hex Fixer V27.
Redownload and it work..