A Tutorial On Patch Codes

D

Deleted User

Crowd Member
Part 1: What is a patch code?
A patch code is a code that makes long codes short, as long as their are no activators in the code.
Part 2: What does a patch code look like?
5000XXYY ZZZZ
Part 3: Breakdown of a patch code
Now that you have what the code looks like before it is used. Now the break down
XX= How many lines are in the code
YY= How much the addy increses by.
ZZZZ= How much the Value increses by.
Example:
80000000 0000
80000001 0001
80000002 0002
80000003 0003
80000004 0004
80000005 0005.
Part 4: Changing it into a Patch code.
So we have the code we want changed to a patch code.
50000601 0001
^^** ----
^^= 06 lines in the code
**= Addy increses by 1 everytime
----= Value increses by one evertime.
and add the first line of the code under the patch code.
Part 5: Finished Product
50000601 0001
80000000 0000.
Their you go.
I hope this helps.

Credit: thewinner14
 
Top