Help to find hidden activator in JJCP.
Moderator: Cheaters
-
- Newcomer
- Posts: 1
- Joined: July 12th, 2018, 9:07 am
Help to find hidden activator in JJCP.
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.
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 7 times
Re: Help to find hidden activator in JJCP.
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