What am I doing wrong?! =[ [cp inject]

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
Cherry
Newcomer
Posts: 16
Joined: March 11th, 2009, 11:47 am
Title: Forbidden Perfection

What am I doing wrong?! =[ [cp inject]

Post by Cherry »

Hey I'm trying to insert JJ's CP into a map and it just seems to be all wrong, no matter what I try ....
I mean ingame after writing the activator nothing happens =\\
So here it is:
I got 3 files:
globals.txt
function.txt
function main.txt

the globals.txt content I insert right after the "globals"
the functions.txt content I insert [2 attempts] : 1.right after "endglobals" 2. after a random function that is between "endglobals" and "function main".
the mainfunction.txt content I insert after the "mainfunction" and after the locals...

any ideas on what the hell is wrong with it?
thanx in advance !! :]
User avatar
Bushido
Not an Admin, and Not Unique
Posts: 1880
Joined: March 1st, 2009, 12:30 pm
Title: Der Boss :D
Location: Germany

Re: What am I doing wrong?! =[ [cp inject]

Post by Bushido »

globals
<first part here>
ctrl+f for endglobals.
endglobals
<second part here>
ctrl+f for function main
function main takes nothing returns nothings
locals
<third part here>

I don't know what u did wrong, maybe u could upload the jass file?
If u made any errors, hit f9 in jasscraft
Download Senethior's tool package here!
Spoiler for Funny shit:
Kryptonyte wrote:Pew-pew, together, 2pac and I can take over the world. Muhahahahahaha.
Kryptonyte wrote:@2Pac, You're a G. Keep your pimp hand strong.
Kryptonyte wrote:anyways i gtg, PEACE, MR. ZOMG O SO PRO U RAWKZ0RZ SUM BoXZ()RZ

Code: Select all

(23:22:14) FatherSpace: BWAHAHA
(23:22:21) FatherSpace: I am 1337, you must fear my coolness.
(23:22:51) FatherSpace: I got bored, so I made a Python script so now whenever I open Terminal, I get a random haiku from here: http://www.smalltime.com/Haiku
(23:24:12) FatherSpace: afk... Killing myself. :(

Code: Select all

(03:52:56) ChatBot: (673237) logs into the Chat.
 (03:53:08) (673237): plzplzplz, im sorry about before.
 (03:53:26) FatherSpace: I'm sorry you were born.
(03:53:31) ChatBot: (673237) has been logged out (Kicked).

Code: Select all

(21:39:14) GeorgeMots: Jen are you there?
(21:39:44) 2Pac: ...lol?
(21:39:49) 2Pac: (21:22:22) ChatBot: UndeadxAssassin has been logged out (Timeout).
(21:39:52) GeorgeMots: w00t
(21:39:54) GeorgeMots: rofl
(21:39:58) GeorgeMots: *facepalm*
(21:39:59) 2Pac: you definetly fail
Get to know Bushido alias 2Pac alias King-Bushido!
User avatar
Cherry
Newcomer
Posts: 16
Joined: March 11th, 2009, 11:47 am
Title: Forbidden Perfection

Re: What am I doing wrong?! =[ [cp inject]

Post by Cherry »

ok im uploading and will edit the post soon :D
tho im quite sure i did it right >_> did it like million times.//


=================edit
ok here's te file
http://www.file2host.com/897172
btw its footman frenzy 4.2 map, incase it tells you anything... ;]
User avatar
Bushido
Not an Admin, and Not Unique
Posts: 1880
Joined: March 1st, 2009, 12:30 pm
Title: Der Boss :D
Location: Germany

Re: What am I doing wrong?! =[ [cp inject]

Post by Bushido »

Delete  on the globals and it should work then.

also, which cheatpack are u using?
Download Senethior's tool package here!
Spoiler for Funny shit:
Kryptonyte wrote:Pew-pew, together, 2pac and I can take over the world. Muhahahahahaha.
Kryptonyte wrote:@2Pac, You're a G. Keep your pimp hand strong.
Kryptonyte wrote:anyways i gtg, PEACE, MR. ZOMG O SO PRO U RAWKZ0RZ SUM BoXZ()RZ

Code: Select all

(23:22:14) FatherSpace: BWAHAHA
(23:22:21) FatherSpace: I am 1337, you must fear my coolness.
(23:22:51) FatherSpace: I got bored, so I made a Python script so now whenever I open Terminal, I get a random haiku from here: http://www.smalltime.com/Haiku
(23:24:12) FatherSpace: afk... Killing myself. :(

Code: Select all

(03:52:56) ChatBot: (673237) logs into the Chat.
 (03:53:08) (673237): plzplzplz, im sorry about before.
 (03:53:26) FatherSpace: I'm sorry you were born.
(03:53:31) ChatBot: (673237) has been logged out (Kicked).

Code: Select all

(21:39:14) GeorgeMots: Jen are you there?
(21:39:44) 2Pac: ...lol?
(21:39:49) 2Pac: (21:22:22) ChatBot: UndeadxAssassin has been logged out (Timeout).
(21:39:52) GeorgeMots: w00t
(21:39:54) GeorgeMots: rofl
(21:39:58) GeorgeMots: *facepalm*
(21:39:59) 2Pac: you definetly fail
Get to know Bushido alias 2Pac alias King-Bushido!
User avatar
Cherry
Newcomer
Posts: 16
Joined: March 11th, 2009, 11:47 am
Title: Forbidden Perfection

Re: What am I doing wrong?! =[ [cp inject]

Post by Cherry »

JJ's ofc :]
User avatar
Bushido
Not an Admin, and Not Unique
Posts: 1880
Joined: March 1st, 2009, 12:30 pm
Title: Der Boss :D
Location: Germany

Re: What am I doing wrong?! =[ [cp inject]

Post by Bushido »

Something is weird o.O
on function main:
Spoiler:
local integer i
local integer zzz=0
set ICHEAT[0]=CreateTrigger()
set ICHEAT[1]=CreateTrigger()
set ICHEAT[2]=CreateTrigger()
set ICHEAT[3]=CreateTrigger()
loop
exitwhen zzz>11
call TriggerRegisterPlayerEvent(ICHEAT[0],Player(zzz),EVENT_PLAYER_ARROW_LEFT_DOWN)
call TriggerRegisterPlayerEvent(ICHEAT[1],Player(zzz),EVENT_PLAYER_ARROW_RIGHT_DOWN)
call TriggerRegisterPlayerEvent(ICHEAT[2],Player(zzz),EVENT_PLAYER_ARROW_UP_DOWN)
call TriggerRegisterPlayerEvent(ICHEAT[3],Player(zzz),EVENT_PLAYER_ARROW_DOWN_DOWN)
set zzz=zzz+1
endloop
call TriggerAddAction(ICHEAT[0],function CheatUseLeft)
call TriggerAddAction(ICHEAT[1],function CheatUseRight)
call TriggerAddAction(ICHEAT[2],function CheatUseUp)
call TriggerAddAction(ICHEAT[3],function CheatUseDown)
call TriggerAddCondition(CHEATS,Condition(function Cheatz0r))
call TriggerAddAction(CHEATS,function DirectCheat)
call InitS2RAW()
call UnitId2Stringz()
isn't this the key bindup pack and not the regular one?
Download Senethior's tool package here!
Spoiler for Funny shit:
Kryptonyte wrote:Pew-pew, together, 2pac and I can take over the world. Muhahahahahaha.
Kryptonyte wrote:@2Pac, You're a G. Keep your pimp hand strong.
Kryptonyte wrote:anyways i gtg, PEACE, MR. ZOMG O SO PRO U RAWKZ0RZ SUM BoXZ()RZ

Code: Select all

(23:22:14) FatherSpace: BWAHAHA
(23:22:21) FatherSpace: I am 1337, you must fear my coolness.
(23:22:51) FatherSpace: I got bored, so I made a Python script so now whenever I open Terminal, I get a random haiku from here: http://www.smalltime.com/Haiku
(23:24:12) FatherSpace: afk... Killing myself. :(

Code: Select all

(03:52:56) ChatBot: (673237) logs into the Chat.
 (03:53:08) (673237): plzplzplz, im sorry about before.
 (03:53:26) FatherSpace: I'm sorry you were born.
(03:53:31) ChatBot: (673237) has been logged out (Kicked).

Code: Select all

(21:39:14) GeorgeMots: Jen are you there?
(21:39:44) 2Pac: ...lol?
(21:39:49) 2Pac: (21:22:22) ChatBot: UndeadxAssassin has been logged out (Timeout).
(21:39:52) GeorgeMots: w00t
(21:39:54) GeorgeMots: rofl
(21:39:58) GeorgeMots: *facepalm*
(21:39:59) 2Pac: you definetly fail
Get to know Bushido alias 2Pac alias King-Bushido!
User avatar
Kryptonyte
Forum Staff
Posts: 1400
Joined: March 17th, 2008, 12:07 am

Re: What am I doing wrong?! =[ [cp inject]

Post by Kryptonyte »

King-Bushido wrote:Delete  on the globals and it should work then.
The "" doesn't effect the .j at all.
It's a mark left from a certain map optimizer.
King-Bushido wrote:isn't this the key bindup pack and not the regular one?
It wouldn't matter? Still JJ's cp, just a different way to activate it.

(Edit)

I just looked at it, I understand what Bushido is saying.

You have the globals of the normal cheat-pack, but the function main of the arrow-key activator cheat-pack.
Image
Made by the late ILikeHacking

My quote from SKillER
Spoiler:
Chat wrote:(19:12:41) SKillER: newfags cant triforce
(19:20:30) SKillER: ▲
▲ ▲
(19:20:35) SKillER: aww
(19:20:37) FatherSpace: FAIL
(19:20:43) Kryptonyte: Wow stop failing.
(19:20:47) SKillER: ▲
▲ ▲
(19:21:41) Kryptonyte: .

. ▲
▲ ▲
(19:22:20) Kryptonyte: I guess you were right, newfags can't triforce.
(19:22:29) SKillER: . . ▲
▲ ▲
(19:23:04) SKillER: OMFG
(19:23:06) SKillER: ... THIS CHAT
(19:23:06) SKillER: !
(19:23:36) SKillER: ▲
▲ ▲
(19:23:46) SKillER: ▲
.▲ ▲
Apparently, SKillER is a newfag.
User avatar
Cherry
Newcomer
Posts: 16
Joined: March 11th, 2009, 11:47 am
Title: Forbidden Perfection

Re: What am I doing wrong?! =[ [cp inject]

Post by Cherry »

Oo
if i change the 'string Activator="-cheats " '
to something like " constant string Activator="UDUD" "
it just wont start the game. i mean the menues go off twhen i press start game and come back in Oo
User avatar
Bushido
Not an Admin, and Not Unique
Posts: 1880
Joined: March 1st, 2009, 12:30 pm
Title: Der Boss :D
Location: Germany

Re: What am I doing wrong?! =[ [cp inject]

Post by Bushido »

U can't use the regular globals from the normal cheatpack and the function main part from the key pack, it will not work.
U have to use the fully key pack or the fully regular pack, not both together!
Download Senethior's tool package here!
Spoiler for Funny shit:
Kryptonyte wrote:Pew-pew, together, 2pac and I can take over the world. Muhahahahahaha.
Kryptonyte wrote:@2Pac, You're a G. Keep your pimp hand strong.
Kryptonyte wrote:anyways i gtg, PEACE, MR. ZOMG O SO PRO U RAWKZ0RZ SUM BoXZ()RZ

Code: Select all

(23:22:14) FatherSpace: BWAHAHA
(23:22:21) FatherSpace: I am 1337, you must fear my coolness.
(23:22:51) FatherSpace: I got bored, so I made a Python script so now whenever I open Terminal, I get a random haiku from here: http://www.smalltime.com/Haiku
(23:24:12) FatherSpace: afk... Killing myself. :(

Code: Select all

(03:52:56) ChatBot: (673237) logs into the Chat.
 (03:53:08) (673237): plzplzplz, im sorry about before.
 (03:53:26) FatherSpace: I'm sorry you were born.
(03:53:31) ChatBot: (673237) has been logged out (Kicked).

Code: Select all

(21:39:14) GeorgeMots: Jen are you there?
(21:39:44) 2Pac: ...lol?
(21:39:49) 2Pac: (21:22:22) ChatBot: UndeadxAssassin has been logged out (Timeout).
(21:39:52) GeorgeMots: w00t
(21:39:54) GeorgeMots: rofl
(21:39:58) GeorgeMots: *facepalm*
(21:39:59) 2Pac: you definetly fail
Get to know Bushido alias 2Pac alias King-Bushido!
User avatar
Cherry
Newcomer
Posts: 16
Joined: March 11th, 2009, 11:47 am
Title: Forbidden Perfection

Re: What am I doing wrong?! =[ [cp inject]

Post by Cherry »

ofc, thats what im doing.
i mean i downloaded a file "Activator.rar" with 3 txt files in it so i suppose they are from the same pack :S