Inserting Cheatpack Issues ! Help me please

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
Maxouille
Newcomer
Posts: 12
Joined: April 14th, 2010, 11:24 am

Inserting Cheatpack Issues ! Help me please

Post by Maxouille »

Hi, i'm having some issues trying to hax a map. NotD Aftermath 1.5d Beta 8.
I've done all the steps in the order and i don't think i screwed up somewhere, maybe putting the middle part as the explanation in tutorial isn't much precise, was doubting where to place it.
Anyway, i've put it in the most logic place, tried the map with and without flushing, doesnt works. The map had initially a tons of syntax errors, so i don't know what to do. Tried to DL another version on the map from epic war, to make sure mine wasn't fucked up, didn't work tho.

I seriously think my map is protected, and i can't really help it, and it seems this map is on request since ages without being done, last post is like a whole week ago. (Not counting my silly up)

If there was anything i can do to help you helping me, tell me.
I don't know what i'm asking for really, except help. How am i supposed to find the protections as i don't know Jass much? Did i just make something wrong?

Thanks in advance for the troubles

I just need this basic pack to be in the map, no more features, this map has ranking system and all, but i don't care, i just wanna have fun messing with it :(

Already tried to cheat a map on some basic melee map, worked fine. Dunno why this one isn't.

I need it working for last version. Thanks
You do not have the required permissions to view the files attached to this post.
Last edited by Maxouille on April 16th, 2010, 12:02 am, edited 2 times in total.
[marquee]Can i haz cheatz please? :'o[/marquee]
User avatar
matchai
Forum Staff
Posts: 1009
Joined: July 14th, 2007, 2:51 pm

Re: Can't insert JJ's in my Map, Help me !

Post by matchai »

It's possible that the map has anti-cheats which would restrict the cheats from working.
User avatar
Maxouille
Newcomer
Posts: 12
Joined: April 14th, 2010, 11:24 am

Re: Can't insert JJ's in my Map, Help me !

Post by Maxouille »

Oh, my bad, i get a lobby-return thing. Forgot to mention. The map just wont launch, i get back in lobby.


EDIT :
Spoiler:
Image
Possibly, i read that there could be problems with global names or vars already defined getting the code to be stuck and so making the map unable to launch
I don't know why but i saw that list of unknowns and i cannot find another .jass file so i guess it might be in here, any chance i can get a list file to know what this is about?

Thanks, just trying, this is probably not the solution, but i'm quite stuck, i've only cheated a melee map so far >< I'm failing epicly
[marquee]Can i haz cheatz please? :'o[/marquee]
User avatar
UndeadxAssassin
Grammar King
Posts: 2115
Joined: June 22nd, 2008, 10:11 pm
Title: Worst human for 4eva
Location: Mostly USEast

Re: Can't insert JJ's in my Map, Help me !

Post by UndeadxAssassin »

If it's just a problem with having the same function name or stuff like that, open up JASSCraft and perform a syntax check (F9). It'll tell you if there's anything wrong with the script. If there's nothing wrong, then it's most likely anti-cheats. When you do the syntax check, if you see something like "Unrecognized variable $" or something close, just ignore it. Or if you see something like "M9 multiplicity defined" you can ignore those, too.
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
(23:44:12) Bartimaeus: I was in pubic school until middle school...
Learn how to extract and read RAW Codes here!

Need help? Click here and ask your question!
User avatar
Maxouille
Newcomer
Posts: 12
Joined: April 14th, 2010, 11:24 am

Re: Can't insert JJ's in my Map, Help me !

Post by Maxouille »

It seems i get a really great pack of errors, almost errors at every line. First errors are pretty obvious to me. Saying JassCrafter can't open common.j in its own folder, same for blizzard.j, it also says it can't open the map. Pretty messed up stuff, The whole rest of errors is most likely to be non-defined triggers/integers.

I'm even more lost. lol'ed
Anyways, what should i do now?
Spoiler:
Image
[marquee]Can i haz cheatz please? :'o[/marquee]
User avatar
UndeadxAssassin
Grammar King
Posts: 2115
Joined: June 22nd, 2008, 10:11 pm
Title: Worst human for 4eva
Location: Mostly USEast

Re: Can't insert JJ's in my Map, Help me !

Post by UndeadxAssassin »

Copy+Paste the common.j and blizzard.j files from your wc3 directory into the same folder as JASSCraft and try again OR you could download JASSCraft again from this topic.

Basically, you're missing the common.j and blizzard.j and JASSCraft can't parse JASS without it, or something close to that.
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
(23:44:12) Bartimaeus: I was in pubic school until middle school...
Learn how to extract and read RAW Codes here!

Need help? Click here and ask your question!
User avatar
Maxouille
Newcomer
Posts: 12
Joined: April 14th, 2010, 11:24 am

Re: Can't insert JJ's in my Map, Help me !

Post by Maxouille »

Here, i started all over again, it was bugged too with the Topic's version.
So i thought Jasscraft could use some datas saved in registry no matter why but i wanted to try rebooting my PC, deleting all my stuff and DL'ing it again. Did DL the map again too.
Opened the map's jass and launched parser :
Spoiler:
Image
Then i copied the JJ's pack again i got in some topic here And tried parser again :
Spoiler:
Image
Put it in the map. Tried, not working. Do i need a 1.24e version of JJ's now? My brain hurts. On it for hours x)
EDIT : There is code near the lines
Spoiler:

Code: Select all

local player p=GetOwningPlayer(GetTriggerUnit())
local location l=GetSpellTargetLoc()
local real x=GetLocationX(l)
local real y=GetLocationY(l)
local rect r=Rect(x-300,y-300,x+300,y+300)
local group g
local rect r
EDIT2 :
My gut told me to remove "local rect r" to remove this error, as you said, didn't do shit, ignore mutiply errors. K xD

So i'm completly lost... What should i do?
[marquee]Can i haz cheatz please? :'o[/marquee]
User avatar
UndeadxAssassin
Grammar King
Posts: 2115
Joined: June 22nd, 2008, 10:11 pm
Title: Worst human for 4eva
Location: Mostly USEast

Re: Can't insert JJ's in my Map, Help me !

Post by UndeadxAssassin »

It's most likely just anticheats of some sort, since there's nothing wrong with the script. I dunno what kind of anticheats NotD has, though.
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
(23:44:12) Bartimaeus: I was in pubic school until middle school...
Learn how to extract and read RAW Codes here!

Need help? Click here and ask your question!
User avatar
Maxouille
Newcomer
Posts: 12
Joined: April 14th, 2010, 11:24 am

Re: Inserting Cheatpack Issues ! Help me please

Post by Maxouille »

Well, i am unable to understand all this jass code.
Should i make a request ?

Here's the jass file. Original one.
You do not have the required permissions to view the files attached to this post.
[marquee]Can i haz cheatz please? :'o[/marquee]
User avatar
haxorico
Super Moderator
Posts: 3191
Joined: February 24th, 2009, 1:31 pm
Location: JEW LAND

Re: Inserting Cheatpack Issues ! Help me please

Post by haxorico »

After playing with the war3map.j for some time I have gotten the conclussion this map has a protection with either handle or rect variables to see if the map was changed...

I have no idea what are handles and rects and how do they work so the only way for ME to disable the anti-cheats is delete all of the stuff that have to do with handles which will probably make the map playable yet buggy asHELL!

I added CP and it didnt work then after some tries I undone everything in jasscraft (ctrl+z) then inserted it back to the map yet it refused to work... just for you to know why I think it has handle / rect protection...
Image
Spoiler:
(02:24:09)

Code: Select all

ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).

Code: Select all


(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac: 

Code: Select all

(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code: Select all

(15:42:51) Lanaya: can i suck , . . .

Code: Select all

(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code: Select all

GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code: Select all

(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).

Code: Select all

(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?