User Tag List

Results 1 to 7 of 7

Thread: Ahhh help... Fkn code doesnt work

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Ahhh help... Fkn code doesnt work

    User Info Menu

    Re: Ahhh help... Fkn code doesnt work

    awsome!! thank you so much... i have been trying the code offline so maybe that hook is no good offline... if thats not the case i'll just change the hook

    i also have a joker that i made where i used my own template and the code froze... i cant remember if i tried it online.. i know that i tried all the hooks for my fw... i'll post it if i cant get it to work

    rep+

    ----------------------update

    i tried the code online with the jump in real addressing and the hook as A4 and the code works

    however, it accelerates too fast so i changed it a little bit

    #ACCELERATE v1 (fail)
    ;jump is not in real addressing
    ;accelerates to fast
    0x00000098 0x0a400000
    0x00800000 0x3c0808d6
    0x00800004 0x8d083a10
    0x00800008 0x3c0c3f80
    0x0080000c 0x10080009
    0x00800010 0x3c0908d6
    0x00800014 0x8d28fa2c
    0x00800018 0x3c0a3fff
    0x0080001c 0x110a0007
    0x00800020 0x3c0b0001
    0x00800024 0x010b5821
    0x00800028 0xad2bfa2c
    0x0080002c 0x0820000f
    0x00800034 0xad2cfa2c
    0x0080003c 0x03e00008

    #ACCELERATE v2
    ;initial acceleration is too slow
    ;top speed reached too quicky
    ;ghetto cruise control built in
    0x000000a4 0x0a400000
    0x00800000 0x3c0808d6
    0x00800004 0x8d083a10
    0x00800008 0x3c0c3f80
    0x0080000c 0x10080009
    0x00800010 0x3c0908d6
    0x00800014 0x8d28fa2c
    0x00800018 0x3c0a3fff; top speed
    0x0080001c 0x110a0007
    0x00800020 0x340b2000; acceleration rate
    0x00800024 0x010b5821
    0x00800028 0xad2bfa2c
    0x0080002c 0x0a40000f
    0x00800034 0xad2cfa2c
    0x0080003c 0x03e00008

    i labled the top speed and acceleration so you can experiment with it - make sure if you change either of them that your acceleration rate is a factor of the last byte in your top speed

    v2 is optimized at just the right acceleration yet it seems unrealistic accelerating at a constant rate until 3fff is reached

    i will be making a new version that has two different top speeds and two acceleration rates so that the initial acceleration is quick and the second accel rate is slower

    the final version will have 3 top speeds and 3 acceleration rates and i might add a slow down and a cruise control joker lol

    btw.. i know this alot of hype about such a puny code but its good practice for me
    Last edited by ShaneO; 02-05-2010 at 03:27 AM.
    ø¤º°`°º¤ø
    ,¸¸,ø¤º°`°º¤ø,¸¸, PSP 1000 CFW 5.50GEN-D3
    °º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º
    °`°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º °`°`°
    °º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°
    ,¸¸,ø¤º°`°º¤ø,¸¸ PSP 3000 5.03 w/ CFW ENABLER

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •