just delete the entire native O.o
like... make that entire thing look like
function rb takes nothing returns nothing
call DoNothing()
endfunction
Problem with protection.
Moderator: Cheaters
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
Re: Problem with protection.
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
Re: Problem with protection.
Yeah I know how to remove it =.=naturesfury wrote:just delete the entire native O.o
like... make that entire thing look like
function rb takes nothing returns nothing
call DoNothing()
endfunction
That's not what I'm asking for.
What I mean is that I wanna insert this anticheat into a map I want to hack, so because this cannot be saved, I'm asking how to insert this anticheat?
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
Re: Problem with protection.
copy+paste the function into ur map
make sure the function name isnt already used
save the war3map.j file
open it with a hex editor
find ur function
replace the 0D 0A with just 0D
save
insert war3map.j into ur map
make sure the function name isnt already used
save the war3map.j file
open it with a hex editor
find ur function
replace the 0D 0A with just 0D
save
insert war3map.j into ur map
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
Re: Problem with protection.
Hmm I'll try it soon, open what with hex editor? the war3map.j?naturesfury wrote:copy+paste the function into ur map
make sure the function name isnt already used
save the war3map.j file
open it with a hex editor
find ur function
replace the 0D 0A with just 0D
save
insert war3map.j into ur map
explanation about why replacing 0D 0A with just 0D? Thanks a lot (:
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
-
- Old Wrinkly Member
- Posts: 226
- Joined: April 19th, 2010, 1:48 pm
- Location: In The World
Re: Problem with protection.
i think this problem from your protection
can you upload original map again?
can you upload original map again?
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
Re: Problem with protection.
Fukki, problem 1 is solved.Fukki wrote:i think this problem from your protection
can you upload original map again?
my tool didn't change the ExecuteFunc("Whatever That Is Here") at the function main
so I have to manually change it and it worked.
I'm settling the 2nd problem like nature said. Which I don't know what to be used on hex editor..