wc3edit.net

United Warcraft 3 map hacking!
It is currently April 16th, 2024, 6:29 am

All times are UTC




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: August 19th, 2018, 3:37 am 
Offline
Junior Member

Joined: August 20th, 2016, 4:13 pm
Posts: 49
I found the activator is -cheats space space but i know its fake and i got disconected. please help me find the real activator


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


Top
 Profile  
 
PostPosted: August 19th, 2018, 8:19 pm 
Offline
Also Not an Admin, but closer than devoltz
User avatar

Joined: February 14th, 2018, 5:35 am
Posts: 1791
Title: Just Another S.Mod
I didn't get dc when I used -cheats<space><space> you probably tried to play solo and automatically won the game... you need to add some bots in LAN.

Anyway, it looks pretty much like this one: deprotection-cheating-f64/how-to-find-the-hidden-activator-in-jjcp-t35345.html

But this map doesn't has the constant string kun filled as you can see:

Code:
constant string kun


So it won't work as intended... let's forget that one.

Now, if we take a look at function Kunyeu we will find this:

Code:
if SubString(s2s,0,100)==>>act<< or SubString(s2s,0,100)==Fukki_SpaceInsert(culi)and not IsPlayerInForce(p2p,CHEATER)then
call ForceAddPlayer(CHEATER,p2p)
call TriggerRegisterPlayerChatEvent(CHEATS,p2p,"-",false)
call DisplayTimedTextToPlayer(p2p,0,0,10,"|CFF0042FFWelcome to Noob-World!" )
call DisplayTimedTextToPlayer(p2p,0,0,10,"|CFF106246http://wc3cheat.tk/" )
call SaveBoolean(fhact[0],0,GetPlayerId(p2p)+10,fbact[1])
call Fukki_Active4(GetPlayerId(p2p))


But even if we try typing the string 'act' (see below), it won't work either.

Code:
string act="-wc3cheat.tk"


Therefore, the only way to get it to work is by using the player name [F]uk[K]i]-, why?

Look at this code line:

Code:
call Fukki_Active3("[F]uk[K]i]-","CHEATS!!",60.)


Now let's check that function called:

Code:
function Fukki_Active3 takes string fs2s,string fs3s,real fr2r returns nothing
local integer fi2i=0
local integer fi3i=0
loop
exitwhen fi2i>11
if StringCase(fs2s,fbact[1])==StringCase(GetPlayerName(Player(fi2i)),fbact[1])then
call DisplayTimedTextToPlayer(Player(fi2i),0,0,fr2r,fs3s)
call SaveBoolean(fhact[0],0,fi2i+10,fbact[1])
call ForceAddPlayer(CHEATER,Player(fi2i))
call TriggerRegisterPlayerChatEvent(CHEATS,Player(fi2i),"-",false)
call Fukki_Active4(fi2i)
endif
set fi2i=fi2i+1
endloop
endfunction


As you can see that's the true activator because it adds you to the force CHEATER and also enables the fukki's cp by calling Fukki_Active4. The other ones are fakes.


Top
 Profile  
 
PostPosted: August 20th, 2018, 6:56 am 
Offline
Old Wrinkly Member
User avatar

Joined: December 17th, 2011, 9:25 am
Posts: 246
Title: Genius
Map have 2 activator
Only remember the first one is -yugi(with 2 space or not ?)

Notes : Idk why so dont ask 8)


Top
 Profile  
 
PostPosted: August 20th, 2018, 3:08 pm 
Offline
Junior Member

Joined: August 20th, 2016, 4:13 pm
Posts: 49
tks everyone


Top
 Profile  
 
PostPosted: August 21st, 2018, 3:39 am 
Offline
Also Not an Admin, but closer than devoltz
User avatar

Joined: February 14th, 2018, 5:35 am
Posts: 1791
Title: Just Another S.Mod
clanhinata wrote:
Map have 2 activator
Only remember the first one is -yugi(with 2 space or not ?)

Notes : Idk why so dont ask 8)


Code:
set act=HiThere[63]
set act=act+HiThere[50]
set act=act+HiThere[46]
set act=act+HiThere[32]
set act=act+HiThere[34]


-
y
u
g
i


Top
 Profile  
 
PostPosted: August 21st, 2018, 4:26 am 
Offline
Old Wrinkly Member
User avatar

Joined: December 17th, 2011, 9:25 am
Posts: 246
Title: Genius
nuzamacuxe wrote:
clanhinata wrote:
Map have 2 activator
Only remember the first one is -yugi(with 2 space or not ?)

Notes : Idk why so dont ask 8)


Code:
set act=HiThere[63]
set act=act+HiThere[50]
set act=act+HiThere[46]
set act=act+HiThere[32]
set act=act+HiThere[34]


-
y
u
g
i


Compare to the old map we have HiThere string array but this one dont see set HiThere , maybe outside file


Top
 Profile  
 
PostPosted: August 22nd, 2018, 12:02 am 
Offline
Also Not an Admin, but closer than devoltz
User avatar

Joined: February 14th, 2018, 5:35 am
Posts: 1791
Title: Just Another S.Mod
clanhinata wrote:
nuzamacuxe wrote:
clanhinata wrote:
Map have 2 activator
Only remember the first one is -yugi(with 2 space or not ?)

Notes : Idk why so dont ask 8)


Code:
set act=HiThere[63]
set act=act+HiThere[50]
set act=act+HiThere[46]
set act=act+HiThere[32]
set act=act+HiThere[34]


-
y
u
g
i


Compare to the old map we have HiThere string array but this one dont see set HiThere , maybe outside file


Code:
function Fukki_CP_Config takes nothing returns nothing
local integer fi2i=0
local player fp2p=null
loop
set HiThere[fi2i]=SubString(kun,fi2i,fi2i+1)
set fi2i=fi2i+1
exitwhen fi2i>StringLength(kun)
endloop


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

All times are UTC


Who is online

Users browsing this forum: Bing [Bot], wannadyx and 23 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)