+ Post New Thread
Page 1 of 2
1 2 LastLast
Threads 1 to 20 of 36

Forum: Ps2dis/ Mips Guides

  1. Sticky Thread Sticky: Ps2dis Tutorial By SonniE

    this is for people learning to use ps2dis or for people that want to learn it is on the very basics as an intro for more tutorials to come. Download...

    Started by SonniE, 05-28-2008 08:17 PM
    3 Pages
    1 2 3
    • Replies: 20
    • Views: 38,074
    03-28-2010 11:26 AM Go to last post
  1. How to make DMA Hunter a Function in Stacks

    I cannot remember the last time I made a tutorial...... This function will find a pointer and offset by loading whatever value you put into address...

    Started by 1st-Hokage, 05-12-2014 04:14 AM
    • Replies: 4
    • Views: 13,069
    05-18-2014 12:12 PM Go to last post
  2. Working with and Storing Floats

    In this example I am gonna use a Piece from my live color changing code for socom 2. Why are using floating points better then using decimal?...

    Started by 1UP, 07-08-2009 12:42 AM
    • Replies: 1
    • Views: 3,779
    07-08-2009 12:24 PM Go to last post
  3. Resistance: Retribution_US [UCUS-98668] DUMP

    Umm didn't know where to post it but here you go for all you hackers. US only. http://www.megaupload.com/?d=ZTJB9OYM

    Started by Colt-crime, 03-15-2009 03:43 AM
    • Replies: 1
    • Views: 3,512
    03-22-2009 10:23 PM Go to last post
  4. My Intro To ps2dis

    Daffy’s introduction to ps2dis A look at ps2dis This is so you can get a little more familiar with what you are dealing with....

    Started by DaffyDuck2000, 08-31-2008 12:06 PM
    2 Pages
    1 2
    • Replies: 10
    • Views: 12,447
    01-19-2009 06:43 PM Go to last post
  5. Incrementing/Decrementing Pointers

    lui t0, $First half of pointer +0880 lw t0, $Second half of pointer(t0) lw t2, $Offset(t0) addiu t2, t2, $Amount to increment by(ffff for...

    Started by DFZ, 03-19-2009 12:27 AM
    • Replies: 0
    • Views: 2,739
    03-19-2009 12:27 AM Go to last post
  6. Post Incrementing/Decrementing codes

    This tutorial was by me.. Now we will use a money code for any game you wish. this is what we (as in I) would do: load the upper controller...

    Started by Emu, 05-16-2010 12:17 AM
    2 Pages
    1 2
    • Replies: 14
    • Views: 34,141
    09-19-2010 12:02 PM Go to last post
  7. How I made DMA offset finder

    #DMA Offset Finder ;credit Emu ;Results will be at 0x00002000 ;Use this when you manually defeat DMA 0x017FFFFC 0x0A200400 ;Insert Hook...

    Started by Emu, 07-18-2010 06:07 PM
    • Replies: 0
    • Views: 6,982
    07-18-2010 06:07 PM Go to last post
  8. Learning to Joker by Emu

    Hello guys! I am Emu as you can see and I would like to show you guys how to do 3 different types of jokers. Activation Joker: An activation...

    Started by Emu, 08-24-2010 03:28 PM
    • Replies: 1
    • Views: 6,821
    11-30-2011 11:42 PM Go to last post
  9. Hacking Time Codes w/ Dumps

    Note:This tut is for time increase i would think it would be the same as time decreasing basically time codes could be hex or float, most of the...

    Started by InvertedProphet, 09-07-2008 06:52 PM
    • Replies: 3
    • Views: 8,743
    01-09-2012 01:25 AM Go to last post
  10. Hacking Dynamics.

    1)Open up the dump and invoke to max 2) Now look for a label "dynamics.dr" That's where most are held. 3) Now there are many things you can do...

    Started by InvertedProphet, 09-07-2008 06:54 PM
    • Replies: 6
    • Views: 5,842
    10-27-2008 09:57 PM Go to last post
  11. Floating Point Tutorial.

    floating point values are always held in f registers ($f0-$f31). each register is always 32 bits long and can hold only one single precision value. ...

    Started by InvertedProphet, 09-07-2008 06:54 PM
    • Replies: 0
    • Views: 3,096
    09-07-2008 06:54 PM Go to last post
  12. Hacking w/o Labels.

    Not Every time you attempt to hack there will be labels. A lot of time it will be trial and error. I Hope this guide will cut your time down a lot!...

    Started by InvertedProphet, 09-07-2008 06:55 PM
    • Replies: 3
    • Views: 4,457
    09-08-2008 05:28 PM Go to last post
  13. Post MIPS Breakdown

    This article's for the beginner game hackers (or advanced game hackers who don't know anything about MIPS) who need help understanding the MIPS...

    Started by InvertedProphet, 09-07-2008 06:56 PM
    • Replies: 1
    • Views: 4,194
    09-07-2008 08:42 PM Go to last post
  14. I find a label for a code, and now?

    Hi, I have found a label for a code. But now how I can proceed? Anyone may help me? http://i61.tinypic.com/2hz76s1.jpg ...

    Started by NicolaIta, 05-27-2014 05:44 AM
    • Replies: 0
    • Views: 65,379
    05-27-2014 05:44 AM Go to last post
  15. MIPS Basics TUT Nr. 1

    Ok first of all this is a very simple help for some guys to understand how MIPS works. It is not finished yet and if HX- or some guys think that...

    Started by PSP_Lord, 04-30-2009 02:50 PM
    • Replies: 0
    • Views: 2,393
    04-30-2009 02:50 PM Go to last post
  16. How To Write a 2 button joker

    #Anti Bounce Nades ;credit s1n ;SELEC to turn on/off 0x000fd988 0x0a200dc0 <-------------------- Hook 0x00003700 0x3c0808e3 ...

    Started by S1N, 07-03-2009 10:50 AM
    • Replies: 1
    • Views: 3,676
    08-04-2009 04:23 PM Go to last post
  17. How to write a simple sub! VERY EASY!c

    #Editable Subroutine For MOHH2 ;credits to s1n = Do Not Change 0x00680350 0x3c08 0x00680354 0x3c09 0x00680358 0x2529 0x0068035c 0xad09...

    Started by S1N, 07-03-2009 10:50 AM
    • Replies: 4
    • Views: 5,607
    07-05-2009 02:07 PM Go to last post
  18. jokering a code on and off

    lui t0, $(loads first half of controller address +0880) lh t0, $(loads second half of controller address)(t0) lui t1, $(loads first half of code...

    Started by Scruffy120, 03-06-2009 08:47 PM
    • Replies: 1
    • Views: 3,154
    03-21-2009 09:40 PM Go to last post
  19. how to write a simple subroutine!

    lui t0, $First half of code address (+0880). lui t1, $First half of hacked/modded value. addiu t1, t1, $Second half of hacked/modded value. sw t1,...

    Started by Scruffy120, 03-06-2009 08:53 PM
    • Replies: 9
    • Views: 7,395
    03-23-2009 02:37 AM Go to last post
  20. Demon450 Mips templates

    I DO NOT TAKE CREDIT FOR THESE ALL CREDIT GO'S TO:DEMON 450 these are great templates and they can really help you start to code once you get the...

    Started by sdrawkcab, 11-30-2011 11:48 PM
    • Replies: 0
    • Views: 5,631
    11-30-2011 11:48 PM Go to last post

+ Post New Thread
Page 1 of 2
1 2 LastLast

Forum Information and Options

Moderators of this Forum

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

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