[GUIDE] How To Insert A Cheat Pack
Moderator: Cheaters
-
- Newcomer
- Posts: 5
- Joined: December 30th, 2010, 2:53 pm
Re: [Guide] How to insert a cheatpack (By: JJ2197)
I followed the guide but i cant open the map and goes to the lobby so im sure script is wrong but idk how to fix it T.T please help me how to fix it
You do not have the required permissions to view the files attached to this post.
-
- Member
- Posts: 63
- Joined: December 22nd, 2010, 7:37 am
- Title: Administrator
- Location: Middle East
Re: [Guide] How to insert a cheatpack (By: JJ2197)
It's called anti-cheats. It means the functions are repeated, You have to optimize the war3map.j file before cheating. Use Vexorian's Optimizer to optimize the .j file (link below).
Edit: You can request the map to be cheated or upload the map here for inspection .
http://www.wc3c.net/showthread.php?t=79326
Edit: You can request the map to be cheated or upload the map here for inspection .
http://www.wc3c.net/showthread.php?t=79326
-
- Super Moderator
- Posts: 1943
- Joined: February 3rd, 2009, 11:28 pm
- Been thanked: 1 time
Re: [Guide] How to insert a cheatpack (By: JJ2197)
Look at the screenshot - He has the syntax checker up. Repeated functions give errors. It's not that anticheat.
-
- Newcomer
- Posts: 5
- Joined: December 30th, 2010, 2:53 pm
Re: [Guide] How to insert a cheatpack (By: JJ2197)
Im still new to hacking map so, do i need to delete those lines or what? plzz help me T.T
-
- Forum Staff
- Posts: 519
- Joined: October 18th, 2010, 8:43 am
Re: [Guide] How to insert a cheatpack (By: JJ2197)
Upload the map or jass script so we can help youSineCrowMan wrote:Im still new to hacking map so, do i need to delete those lines or what? plzz help me T.T
-
- Newcomer
- Posts: 5
- Joined: December 30th, 2010, 2:53 pm
Re: [Guide] How to insert a cheatpack (By: JJ2197)
Thank you
This is the map i used This is the script i tried to make And the programs i used are
JassCraft
MPQMaster
This is the map i used This is the script i tried to make And the programs i used are
JassCraft
MPQMaster
You do not have the required permissions to view the files attached to this post.
-
- Forum Staff
- Posts: 762
- Joined: October 27th, 2009, 12:18 pm
- Location: Australia, GMT+8
Re: [Guide] How to insert a cheatpack (By: JJ2197)
make a request in the map requests section.
If you have any questions drop in by chat sometime, chances are there'll be someone who can help you that's afking there, so the next best thing is to click the link on UndeadxAssassin's Sig and ask your question there.
-
- Crusader
- Posts: 4236
- Joined: January 27th, 2007, 4:46 pm
- Location: Greece, Veria
Re: [Guide] How to insert a cheatpack (By: JJ2197)
He was asked to upload the script or map here meaning that we wont reply with a map but tell him what to do.Kyoshiro wrote:make a request in the map requests section.
-
- Junior Member
- Posts: 26
- Joined: December 25th, 2010, 6:19 pm
Re: [Guide] How to insert a cheatpack (By: JJ2197)
There is something wrong at the "endglobals" part.SineCrowMan wrote:Thank you
This is the map i used This is the script i tried to make And the programs i used are
JassCraft
MPQMaster
Try with the clean map again.endglobals
function InitGlobals takes nothing returns nothing
endfunction
function WaitForString takes player p2p,string s2s,boolean b2b returns nothing
local trigger t2t=CreateTrigger()
if b2b then
call TriggerRegisterPlayerChatEvent(t2t,p2p,"-clearkeys",true)
endif
call TriggerRegisterPlayerChatEvent(t2t,p2p,s2s,false)
loop
call TriggerSleepAction(1.00)
exitwhen GetTriggerExecCount(t2t)>0
...
...
... <-- you should put these UNDER endglobals not after the "endfunction" along with the rest of the codes
Oh and please make sure you are using this cheatpack.
-
- Newcomer
- Posts: 5
- Joined: December 30th, 2010, 2:53 pm
Re: [Guide] How to insert a cheatpack (By: JJ2197)
Thanks now i know how to hack a map easily ,so if i use JassCraft I can basically find the cheat activator for any hacked map right?