Jump to content



How to make a Simple Joker Code V2


  • This topic is locked This topic is locked
No replies to this topic

#1 Socom

Socom

    Michael Jackson 1958-2009 What a Legend

  • Code-X Legend
  • 10,498 posts
  • Gender:Male
  • Location:UK, Sheffield
  • Code-X History: Former G-Mod

Posted 23 March 2007 - 03:26 PM

Posted Image

How to make a Simple Joker Code V2
Credit: Socom and Code X



Joker Commands


What is a Joker Code ?

A Joker is a command. You active and deactive these commands by using your Joy Pads.
*e.g: Press R2 and The Rock will be the Hardcore Champion*


How do I use them ?

Simple if the Joker Commands says "Press R2 and The Rock will be the Hardcore Champion". Then you Press R2, easy as pie.

How do I Make Them ?

Some Joker Commands can be hard to put together put most are easy. As a example i will show you how to make The Rock be the Hardcore Champion when the R2 Button is press. First we start of with the Joker Command code itself. (Note: When making a Joker Command for SVR07 always make this the top line: "Ennndddd 01CF4B82")


Ennndddd 01CF4B82 - This is always the top line of the code. The code tells the game which Button to press, who many codes to active and which controller is being used.

Next we find the Championship Modifiers for "The Rock" as Hardcore Champion.

103F607A 00000000 - "The Rock" is the Hardcore Champion

Now we put them together. So we use this put this code (
Ennndddd 01CF4B82) on top of "The Rock" is the Hardcore Champion ( 103F607A 00000000 )

Ennndddd 01CF4B82
103F607A 00000000

Now to fill in nnn. (nnn = # of codes under the command to joker)

001 = 1 Code

002 = 2 Codes
003 = 3 Codes
004 = 4 Codes
005 = 5 Codes
006 = 6 Codes
007 = 7 Codes
008 = 8 Codes
009 = 9 Codes


E001dddd 01CF4B82
103F607A 00000000

Now to fill in dddd. (dddd = The value of the button you want to activate the code)

FEFF = L2
FDFF = R2
FCFF = R2 + L2
FBFF = L1


So we replace the value with FDFF


E001FDFF 01CF4B82
103F607A 00000000

So now the code is finished all of the values are filled, and the final code is.


Press R2 and The Rock will be the Hardcore Champion

E001FDFF 01CF4B82
103F607A 00000000[/B]


Feel free to ask any questions.