+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 25

Thread: Singleplayer

Threaded View

  1. #1
    Join Date
    Oct 2008
    Posts
    4
    Points
    41,351.00
    Rep Power
    205

    Default Singleplayer

    Could someone do some single player hacks cause i wanna beat the game on hard if u kno what i mean!:BL:

  2. #2
    Join Date
    Mar 2009
    Posts
    9
    Points
    19,589.00
    Rep Power
    199

    Default

    why dont u just play the game..
    insted off hackin..
    thats how u get good

  3. #3
    Join Date
    Mar 2009
    Posts
    2
    Points
    2,826.00
    Rep Power
    199

    Default

    I've tried to make a couple, but do to the fact that I've only had nitepr for about a month and only understand the basics of it. It's proven to be a lot more time consuming then I thought it would be. It's easy creating info ammo, but every time I die or restart the level it stops working. Info health takes a lot longer to make, and still has the same problem. And every single level I've had to make new codes, because the old ones don't work anymore. I think there are ways around having to create a new code every single time, but I'm just not skilled enough to do it. So, until someone who knows what their doing makes some codes it really is better to just try and beat it fair. I think.

  4. #4
    Join Date
    May 2008
    Location
    In the interwebz
    Posts
    5,057
    Points
    1,625,720.99
    Rep Power
    233

    Default

    Quote Originally Posted by killjoy_13 View Post
    I've tried to make a couple, but do to the fact that I've only had nitepr for about a month and only understand the basics of it. It's proven to be a lot more time consuming then I thought it would be. It's easy creating info ammo, but every time I die or restart the level it stops working. Info health takes a lot longer to make, and still has the same problem. And every single level I've had to make new codes, because the old ones don't work anymore. I think there are ways around having to create a new code every single time, but I'm just not skilled enough to do it. So, until someone who knows what their doing makes some codes it really is better to just try and beat it fair. I think.
    That's called DMA. short for Dynamic Memory Allocation. Basically means things move. Look around the hacking guide section, there's a nice tutorial by murderface about how to get around it

  5. #5
    Join Date
    Jul 2008
    Posts
    12
    Points
    9,374.00
    Rep Power
    207

    Default

    no problem,hp hack is very easy,i was bored,so i wirte one for you
    Code:
    0x0892200C: 0x3C0808DE '...<' - lui        $t0, 0x8DE
    0x08922010: 0x8D086BEC '.k..' - lw         $t0, 27628($t0)
    0x08922014: 0x51100002 '...Q' - beql       $t0, $s0, 0x08922020
    0x08922018: 0x3C087FFF '...<' - lui        $t0, 0x7FFF
    0x0892201C: 0x3C083F80 '.?.<' - lui        $t0, 0x3F80
    0x08922020: 0xAE080024 '$...' - sw         $t0, 36($s0)

  6. #6
    Join Date
    Apr 2009
    Location
    Mars
    Posts
    23
    Points
    14,426.00
    Rep Power
    198

    Default

    ive got some cwcheat for this...but infinite bullet might make your game freeze at some stages...

    _S UCUS-98668
    _G RESISTANCE
    _C0 HP INFI
    _L 0x605E6BEC 0x47C35000
    _L 0x00020001 0x00000024
    _C0 BULLET INFI
    _L 0x605E6BEC 0x000000FF
    _L 0x00020003 0x00000010
    _L 0x20000224 0x200002B0
    _L 0x605E6BEC 0x000000FF
    _L 0x00020003 0x00000010
    _L 0x20000224 0x200002B4
    _L 0x605E6BEC 0x000000FF
    _L 0x00020003 0x00000010
    _L 0x20000224 0x200002B8
    _L 0x605E6BEC 0x000000FF
    _L 0x00020003 0x00000010
    _L 0x20000224 0x200002BC
    _L 0x605E6BEC 0x000000FF
    _L 0x00020003 0x00000010
    _L 0x20000224 0x200002C0
    _L 0x605E6BEC 0x000000FF
    _L 0x00020003 0x00000010
    _L 0x20000224 0x200002C4
    _L 0x605E6BEC 0x000000FF
    _L 0x00020003 0x00000010
    _L 0x20000224 0x200002C8
    _L 0x605E6BEC 0x000000FF
    _L 0x00020003 0x00000010
    _L 0x20000224 0x200002CC
    _L 0x605E6BEC 0x000000FF
    _L 0x00020003 0x00000010
    _L 0x20000224 0x200002D0
    _L 0x605E6BEC 0x000000FF
    _L 0x00020003 0x00000010
    _L 0x20000224 0x200002D4
    _L 0x605E6BEC 0x000000FF
    _L 0x00020003 0x00000010
    _L 0x20000224 0x200002D8

    i did not make these codes so im not taking credit for it...

  7. #7
    Join Date
    Oct 2008
    Posts
    4
    Points
    41,351.00
    Rep Power
    205

    Default

    thanks for helping out!

  8. #8
    Join Date
    Feb 2008
    Posts
    376
    Points
    1,161,170.33
    Rep Power
    217

    Default

    It's a sub. -_-
    :facepalm:

    Just unconventional. Usually the subs start with jumps. (yours doesn't) So it didn't look like one and I assumed it wasn't a working health code because:

    1. No jump (= no sub)
    or
    2. No 0xFFFFFFFF (= no DMA)
    Latest Weapon Modifier (SFCO) Version: 9.0 OpenSource Download
    Latest Weapon Modifier (SFLS) Version: 1.0 Beta Download

    Tutorials
    NitePR Guide by WhoIsYou

    +Reputation if you like my work =] Thanks!


  9. #9
    Join Date
    Jul 2008
    Posts
    12
    Points
    9,374.00
    Rep Power
    207

    Default

    Quote Originally Posted by MAD Industries View Post
    It's a sub. -_-
    :facepalm:

    Just unconventional. Usually the subs start with jumps. (yours doesn't) So it didn't look like one and I assumed it wasn't a working health code because:

    1. No jump (= no sub)
    or
    2. No 0xFFFFFFFF (= no DMA)
    you wrong again -_-
    it's not a sub,sub must have a jumps,it' a current function mod.

  10. #10
    Join Date
    Feb 2008
    Posts
    376
    Points
    1,161,170.33
    Rep Power
    217

    Default

    Quote Originally Posted by admin View Post
    you wrong again -_-
    it's not a sub,sub must have a jumps,it' a current function mod.
    function = sub. even if you didnt write the sub. you are modifying an existing one so you dont need the jumps.
    Latest Weapon Modifier (SFCO) Version: 9.0 OpenSource Download
    Latest Weapon Modifier (SFLS) Version: 1.0 Beta Download

    Tutorials
    NitePR Guide by WhoIsYou

    +Reputation if you like my work =] Thanks!


+ Reply to Thread
Page 1 of 2
1 2 LastLast

Posting Permissions

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