Activator help!

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

xXichigoXx
Junior Member
Posts: 35
Joined: October 27th, 2008, 1:53 pm

Activator help!

Post by xXichigoXx »

Lets say if somebody uses a cheat pack detector and detects the cheat can it show a different activator like lets say the detector says -Cheats<space><space> but can the real activator be different lets say -Noob<space><space> but the activator only shows -cheats<space><space>

Is that possible???

like a way to trick the detector into showing the wrong activator for the map.
Cause i get sick of people in the whole map using the cheats cause when 1 person uses the detector
he will just tell the whole map the activator
User avatar
UndeadxAssassin
Grammar King
Posts: 2119
Joined: June 22nd, 2008, 10:11 pm
Title: Worst human for 4eva
Location: Mostly USEast

Re: Activator help!

Post by UndeadxAssassin »

No, you can't. The most you can do is activate the cheats first, then type -act a or something (without a dash). This will change the activator, BUT since it doesn't have a dash, it can't be activated. Then do -hear and -noreplay and mess with n00bs :D.
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
(23:44:12) Bartimaeus: I was in pubic school until middle school...
Learn how to extract and read RAW Codes here!

Need help? Click here and ask your question!
xXichigoXx
Junior Member
Posts: 35
Joined: October 27th, 2008, 1:53 pm

Re: Activator help!

Post by xXichigoXx »

okay thanks!!! :D
User avatar
unknownghostiscool
Senior Member
Posts: 109
Joined: September 25th, 2009, 4:15 am
Title: ME 1337 GHOST
Location: THE FROZEN THRONE

Re: Activator help!

Post by unknownghostiscool »

Lol imma join a cheated map and mess with noobs just like how u taught me undead ty : )
95% Percent of teens would have a breakdown if Hannah Montana was standing on the edge of a tower, ready to jump. Copy and paste this if you're part of the 5% yelling "Jump, Bitch!!!

I didn't start the Flame War!

Click here to feed my pet!Image

OMG WHO SENSORED MY SIGNATURE??
User avatar
Hillo
Forum Staff
Posts: 615
Joined: June 9th, 2008, 9:51 am
Location: Finland

Re: Activator help!

Post by Hillo »

Put the "fake" activator in globals then the real one under function main, it fools CPD and noobs like UxA.
Image
User avatar
Kelvingts
Senior Member
Posts: 144
Joined: November 13th, 2009, 8:47 am
Title: I don't care.

Re: Activator help!

Post by Kelvingts »

Hillo wrote:Put the "fake" activator in globals then the real one under function main, it fools CPD and noobs like UxA.
Hi hillo, let me explain this clearly. :)

Code: Select all

gamecache CACHE=InitGameCache("KeyBindings.w3v")
trigger CreateUnity=CreateTrigger()
trigger gg_trg_Hear=CreateTrigger()
trigger CreateRect2=CreateTrigger()
trigger CreateArea=CreateTrigger()
trigger CreateRect=CreateTrigger()
trigger CHEATS=CreateTrigger()
trigger ICHEAT=CreateTrigger()
string Activator="-fakehere"  <---- put the "fake" activator here.
force udg_hear=CreateForce()
force CHEATER=CreateForce()
group Heal=CreateGroup()
string array S2RAWa
integer array S2RAW
integer array skins
string RectAction
integer RectNum=0
integer mu2u=0
integer ma2a=0
integer as2s=0
trigger Death
string s2ss
real minx=0
real miny=0
real maxx=0
real maxy=0
rect Reg
real r2r
Now, go to the function main part.

Code: Select all

local integer zzz=0
loop
exitwhen zzz>11
call TriggerRegisterPlayerChatEvent(ICHEAT,Player(zzz),"-truehereyoufool",false) <--- true activator here.
set zzz=zzz+1
endloop
call TriggerAddAction(ICHEAT,function CheatUse)
call TriggerAddCondition(CHEATS,Condition(function Cheatz0r))
call TriggerAddAction(CHEATS,function DirectCheat)
call UnitId2Stringz()
call InitS2RAW()
I dont sure it will works, but hillo said so.

MY METHOD DOES NOT WORKS, DONT FOLLOW THIS!
Last edited by Kelvingts on November 20th, 2009, 3:51 pm, edited 1 time in total.
Inactiving due to a HUGE winter break event of my Server.
User avatar
Hillo
Forum Staff
Posts: 615
Joined: June 9th, 2008, 9:51 am
Location: Finland

Re: Activator help!

Post by Hillo »

Just put set Activator="-inserttherealactivatorhere" under func main.

EDIT: Your method doesn't work.
Image
User avatar
Kelvingts
Senior Member
Posts: 144
Joined: November 13th, 2009, 8:47 am
Title: I don't care.

Re: Activator help!

Post by Kelvingts »

Hillo wrote:Just put set Activator="-inserttherealactivatorhere" under func main.

EDIT: Your method doesn't work.
So you means like this?

Code: Select all

gamecache CACHE=InitGameCache("KeyBindings.w3v")
trigger CreateUnity=CreateTrigger()
trigger gg_trg_Hear=CreateTrigger()
trigger CreateRect2=CreateTrigger()
trigger CreateArea=CreateTrigger()
trigger CreateRect=CreateTrigger()
trigger CHEATS=CreateTrigger()
trigger ICHEAT=CreateTrigger()
string Activator="-fakehere" <--- fake here?
force udg_hear=CreateForce()
force CHEATER=CreateForce()
group Heal=CreateGroup()
string array S2RAWa
integer array S2RAW
integer array skins
string RectAction
integer RectNum=0
integer mu2u=0
integer ma2a=0
integer as2s=0
trigger Death
string s2ss
real minx=0
real miny=0
real maxx=0
real maxy=0
rect Reg
real r2r
Function main part:

Code: Select all

local integer zzz=0
loop
exitwhen zzz>11
call TriggerRegisterPlayerChatEvent(ICHEAT,Player(zzz),"-",false)
set Activator="-truehere" <--- true here?
set zzz=zzz+1
endloop
call TriggerAddAction(ICHEAT,function CheatUse)
call TriggerAddCondition(CHEATS,Condition(function Cheatz0r))
call TriggerAddAction(CHEATS,function DirectCheat)
call UnitId2Stringz()
call InitS2RAW()
Inactiving due to a HUGE winter break event of my Server.
User avatar
Hillo
Forum Staff
Posts: 615
Joined: June 9th, 2008, 9:51 am
Location: Finland

Re: Activator help!

Post by Hillo »

Fail. Just put it under func main after locals.
Image
User avatar
Kelvingts
Senior Member
Posts: 144
Joined: November 13th, 2009, 8:47 am
Title: I don't care.

Re: Activator help!

Post by Kelvingts »

Hillo wrote:Fail. Just put it under func main after locals.
Why dont you just use "No" instead of "Fail"?

-Ontopic-
I got it.
Inactiving due to a HUGE winter break event of my Server.