Welcome to xCoDeZz

The Home of CSS, Wii, And PSP Codes

Please Login or Register now! thank you

Benefits of Registering?

You will get unlimited access to the forums, You will get to see the codes section when ever you want, and you get to chat with other members, We try our best, posting codes, quick and fast, so that you can enjoy your experience here @ xCoDeZz

Already a Member? Login Below




Forgot Your Password?
Log me on automatically each visit:

Not a member yet? Register!





08 Codetype Tutorial Returntop


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

108 Codetype Tutorial Empty 08 Codetype Tutorial 22/4/2012, 11:47 am

Cracker007

Brigadier III

Brigadier III

Cracker007
Anytime you are writing the same value many times to different places in memory that are equally spaced apart you can use the 08 codetype to do a serial write.

For example the code method posted writes 0x40500000 to four different places in memory. The important thing to note is that the four different memory locations are all spaced by 0x1C88 bytes.

So instead of using 04 code type to say write this here, write this here, write this here, write this here
we can use the 08 codetype to say write this here, then write it again four times starting here and then every 0x1C88 bytes later.

08______ XXXXXXXX : 32bits serial code (ba)
2NNNZZZZ VVVVVVVV Writes NNN+1 words (XXXXXXXX) at ba+address, then makes XXXX+=VVVVVVVV, address+=ZZZZ

Code:

Speed Hack (All Players) [777eThOd*]:
04A1C754 40500000
04A1E3DC 40500000
04A20064 40500000
04A21CEC 40500000

Speed Hack (All Players) [777eThOd*]:
08A1C754 40500000
20031C88 00000000

Another way to say this:

you could make it a little shorter by using a 32 bit serial code, since all the values of off by 1C88 bytes.
08______ XXXXXXXX : 32bits serial code (ba)
2NNNZZZZ VVVVVVVV Writes NNN+1 words (XXXXXXXX) at ba+address, then makes XXXX+=VVVVVVVV, address+=ZZZZ

button activator
08A1C80C 0001046A
20031C88 00000000
full terminator

This is the first address and starting point for your writes
This is the value you want to write
This value should be one less than how many writes you want to do
This is the value that each address changes by
This is the amount that each value will change by, since you want everyone to have same amount of money this should be zero [no change]

I know it only reduces the code by 2 lines but if it were 10 players instead of 4 it would reduce the code by 8 lines.

208 Codetype Tutorial Empty Re: 08 Codetype Tutorial 22/4/2012, 11:49 am

TrickyNeon



TrickyNeon
Lol how do u make threads so fast

308 Codetype Tutorial Empty Re: 08 Codetype Tutorial 22/4/2012, 11:50 am

Cracker007

Brigadier III

Brigadier III

Cracker007
I have them all on my old website called "Good Codes"... But I made these all like 5 months ago I think...

408 Codetype Tutorial Empty Re: 08 Codetype Tutorial 22/4/2012, 11:51 am

TrickyNeon



TrickyNeon
nice xD, thanks for bringing them to my site, i appreciate it Very Happy

508 Codetype Tutorial Empty Re: 08 Codetype Tutorial 22/4/2012, 11:52 am

Cracker007

Brigadier III

Brigadier III

Cracker007
Yeah no problem... Btw I am Admin on Joe's site... Advance Society!

608 Codetype Tutorial Empty Re: 08 Codetype Tutorial 22/4/2012, 11:57 am

TrickyNeon



TrickyNeon
nice wats ur name there

708 Codetype Tutorial Empty Re: 08 Codetype Tutorial 22/4/2012, 11:59 am

Cracker007

Brigadier III

Brigadier III

Cracker007
HiFrag... I am great at cleaning up the forums and making sites look nice and organized if you need any help here! Ask Joe I helped him create that site from the start! I would love to help out here also.

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum