Help to find hidden activator in JJCP.

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

quangbao1881999
Newcomer
Posts: 1
Joined: July 12th, 2018, 9:07 am

Help to find hidden activator in JJCP.

Post by quangbao1881999 »

My friend added and challenged me to find. But after spending like 1 hour to find it, I feel hopeless.
You do not have the required permissions to view the files attached to this post.
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1655
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: Help to find hidden activator in JJCP.

Post by nuzamacuxe »

You obviously will never find out because it's a random activator. There's a function which generates an activator and then inserts the activator into a replay. To find out the activator just replace the function wMiss takes nothing returns nothing with this one:

Code: Select all

function wMiss takes nothing returns nothing
set Activator="-"+I2S((GetRandomInt(556112,989512)+GetRandomInt(4124,728127))*(11+7))
call BJDebugMsg(Activator)
endfunction