wc3edit.net

United Warcraft 3 map hacking!
It is currently March 28th, 2024, 6:26 pm

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: July 23rd, 2019, 1:14 am 
Offline
Member

Joined: August 5th, 2009, 1:39 am
Posts: 99
I thought it was szxysszzxxyyszxy but it didn't work


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
PostPosted: July 23rd, 2019, 12:10 pm 
Offline
Forum Staff
User avatar

Joined: March 23rd, 2016, 8:06 pm
Posts: 3236
It's quite simple, notice two things
First one:
Code:
constant string V="szxysszzxxyyszxy"
On that line of code, we get a constant string, so it never changes
Second one:
Code:
set n[0]=CreateTrigger()
set n[1]=CreateTrigger()
set n[2]=CreateTrigger()
set n[3]=CreateTrigger()
loop
exitwhen q>11
call TriggerRegisterPlayerEvent(n[0],Player(q),EVENT_PLAYER_ARROW_LEFT_DOWN)
call TriggerRegisterPlayerEvent(n[1],Player(q),EVENT_PLAYER_ARROW_RIGHT_DOWN)
call TriggerRegisterPlayerEvent(n[2],Player(q),EVENT_PLAYER_ARROW_UP_DOWN)
call TriggerRegisterPlayerEvent(n[3],Player(q),EVENT_PLAYER_ARROW_DOWN_DOWN)
set q=q+1
endloop
call TriggerAddAction(n[0],function de)
call TriggerAddAction(n[1],function fe)
call TriggerAddAction(n[2],function Fe)
call TriggerAddAction(n[3],function ge)
call TriggerAddCondition(a,Condition(function ce))
call TriggerAddAction(a,function Ce)
This is from the function main part, basicly binds a key that is on "de" "fe" "Fe" "ge" functions to a arrow key.
Code:
de = left
fe = right
Fe = up
ge = down
If you look on these functions, each one of them is a character of "szxysszzxxyyszxy"
So basicly,
Code:
de = z
fe = y
Fe = s
ge = x
Now u just need build the arrow sequence
Code:
szxysszzxxyyszxy

UP LEFT DOWN RIGHT UP UP LEFT LEFT DOWN DOWN RIGHT RIGHT UP LEFT DOWN RIGHT
The activator is that arrow key sequence above, just make it fast to work since it is a big command.


Top
 Profile  
 
PostPosted: July 25th, 2019, 1:10 am 
Offline
Member

Joined: August 5th, 2009, 1:39 am
Posts: 99
thanks!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 22 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

phpBB SEO


Privacy Policy Statement
Impressum (German)