How do you cheat ?
Moderator: Cheaters
-
- Junior Member
- Posts: 25
- Joined: April 20th, 2012, 9:08 am
How do you cheat ?
Hy ,I just played yesterday "Naruto Ninpou Shining" and a guy was repicking his character in the middle of the game ,had infinite gold ,infinite stats ,no cooldowns ,and I was wondering how he did it . So ,I'd spent my last couple of hours and searched about cheated maps ,this is how I've found this forum and I've gave and eye over the guides . I'd found out that there's an "Activation Code" that you have to type and you gain those "powers" ^_^ . I guess the "Activation Code" for this map is "-blue" ,but after typing it nothing happens ,and ,if I'm right and the code is "-blue" ,how can I take off my Cooldowns ,repick my character ,give myself gold and all the stuff xD . I know that I'm just a little noob and I would like to gain some basic informations . Thank You and sorry for my bad english ,it isn't my natal language and I'm still learning it at school ^_^ .
You do not have the required permissions to view the files attached to this post.
-
- Tyrannical Drama Queen
- Posts: 4430
- Joined: November 19th, 2007, 5:05 am
- Been thanked: 2 times
Re: How do you cheat ?
Hmm, looks like the guy actually disabled the activator - I think it's only name activated.
Does the name "edwagner" seem familiar to you? lol
Does the name "edwagner" seem familiar to you? lol
-
- Newcomer
- Posts: 10
- Joined: July 21st, 2011, 9:57 am
Re: How do you cheat ?
I think you have been cheated by the author, I checked and found set Activator = "blue", what can I put it to work - => Activator = "-blue"
-
- Tyrannical Drama Queen
- Posts: 4430
- Joined: November 19th, 2007, 5:05 am
- Been thanked: 2 times
Re: How do you cheat ?
If I'm reading the coding right, the activator isn't "-blue" but "blue" - which wouldn't work in JJ's CP as JJ's CP requires a hyphen (-) in messages in order to even register that something has been typed. This is because the UnitId2Stringz is called in the initialization(?) which in turn calls StringRaw2, which sets the activator to "blue" instead of the regular "-blue" it's set to by default. In other words, it should be only activate-able by the name check.
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: How do you cheat ?
out of curiasity I checked the code, and all I got to say is... Who ever made this name-activator is a total noob and has no coding knoledge WHAT SO EVER.
This is something that made me laugh...
Besides the code being extremly un-efficient and he has wrote his name twice cause he doesn't know how to make a name-activator NOT case sensitive. He even resets the Activator to blue 12 times while the map is loading itself..
Not to mention he actually keeps alot of the code that is about the string activator.
In short words. To get the cheats you must be using the nick-name - edwagner or Edwagner
This is something that made me laugh...
Code: Select all
local integer zzz=0
loop
exitwhen zzz>11
if GetPlayerName(Player(zzz))=="Edwagner"then
//
endif
set Activator="blue"
set zzz=zzz+1
endloop
Not to mention he actually keeps alot of the code that is about the string activator.
In short words. To get the cheats you must be using the nick-name - edwagner or Edwagner