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

Thread: Singleplayer

  1. #1
    Join Date
    Oct 2008
    Posts
    4
    Points
    41,336.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,587.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,625.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
    Jan 2009
    Location
    Pennsylvania
    Posts
    266
    Points
    111,860.00
    Rep Power
    201

    Default

    Quote Originally Posted by admin View Post
    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)
    That's very confusing to me. Try to check to make sure you don't accidently double post :P
    WawR.

  7. #7
    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...

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

    Default

    Quote Originally Posted by aZian09_GirL View Post
    That's very confusing to me. Try to check to make sure you don't accidently double post :P
    if u know how to use nitepr....
    Code:
    #inf hp(single palyer mode)
    ;some enemy one shot kill
    0x0012200C 0x3C0808DE
    0x00122010 0x8D086BEC
    0x00122014 0x51100002
    0x00122018 0x3C087FFF
    0x0012201C 0x3C083F80
    0x00122020 0xAE080024
    i dont want double post,check post time

  9. #9
    Join Date
    Mar 2008
    Location
    US
    Posts
    71
    Points
    33,845.00
    Rep Power
    211

    Default

    Quote Originally Posted by admin View Post
    if u know how to use nitepr....
    Code:
    #inf hp(single palyer mode)
    ;some enemy one shot kill
    0x0012200C 0x3C0808DE
    0x00122010 0x8D086BEC
    0x00122014 0x51100002
    0x00122018 0x3C087FFF
    0x0012201C 0x3C083F80
    0x00122020 0xAE080024
    i dont want double post,check post time
    Does it actually work, if it does, thanks, i'll go try it out.

    Damn straight....

  10. #10
    Join Date
    Feb 2008
    Posts
    376
    Points
    1,160,894.33
    Rep Power
    217

    Default

    Quote Originally Posted by Da1unv View Post
    Does it actually work, if it does, thanks, i'll go try it out.
    Removed
    Last edited by MAD Industries; 05-04-2009 at 12:31 PM.
    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 3
1 2 3 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