Codes
WiiRd forum
October 11, 2024, 11:19:16 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome on the new server

Update 4.3 - do NOT update!
Gecko 1.9.3.1
Should I get a USB Gecko, I wanna hack?
How do I use my USB Gecko
Where can I get WiiRd?
 
   Home   CODE DATABASE GAMEHACKING Help Search Login Register  
Pages: [1] 2
  Print  
Author Topic: Video tutorial - Breakpoints  (Read 22444 times)
Romaap
Hacker
Moderator
Legendary Member
*****

Karma: 89
Posts: 1794


WWW
« on: January 20, 2009, 07:01:28 PM »

I made a tutorial on how to use breakpoints.
I hope you can understand what I say because i'm Dutch


Download:
Rapidshare
Megaupload

I used this assembly quick reference


Please give feedback, this is my first video tutorial ever

Edit by Link:

Online watch version:
http://wiird.l0nk.org/vid/bptut.mp4
« Last Edit: April 27, 2009, 02:13:12 PM by Romaap » Logged
Fred
The Twilight Hacker
Hacker
Full Member
*****

Karma: 14
Posts: 243


« Reply #1 on: January 20, 2009, 09:01:54 PM »

Sound works completely fine and all but i get no video, was i supposed to? Did not work with my VLC. Tried WMP and it worked fine.
Dont worry about language, you're fully understandable and you actually helped me a step further to understand how breakpoints can be used differently than pure RAM codes.

+1 Thank You.
« Last Edit: January 20, 2009, 09:10:35 PM by Fred » Logged

If someone helped you press the thank you button.
Romaap
Hacker
Moderator
Legendary Member
*****

Karma: 89
Posts: 1794


WWW
« Reply #2 on: January 20, 2009, 10:49:16 PM »

If you understand this, then it is much easier to understand ASM.
This is almost the same as ASM.
Logged
hetoan2
Guest
« Reply #3 on: January 22, 2009, 12:58:30 AM »

thanks for the tut. your accent isnt that bad. if you want to upload onto youtube try using the bulk uploader. it works almost 98%
« Last Edit: January 22, 2009, 01:00:49 AM by hetoan2 » Logged
Link
that dev there
Moderator
Hero Member
*****

Karma: 76
Posts: 1254

I hate everyone in this community. Except for you!


WWW
« Reply #4 on: January 22, 2009, 09:25:54 AM »

Very good work!

Only issue I had was: "Stw" -> stores a word and you said a word is a 16 bit value.. this is the only issue: a word in power PC cases is 32 bit.. but other than that.. excellent!
Logged

Nuke
Hacker
Hero Member
*****

Karma: 53
Posts: 659


« Reply #5 on: January 22, 2009, 09:40:33 AM »

great stuff, thanks dude!
Logged

0xFFFFFFuuuuuuu
Link
that dev there
Moderator
Hero Member
*****

Karma: 76
Posts: 1254

I hate everyone in this community. Except for you!


WWW
« Reply #6 on: January 22, 2009, 02:20:47 PM »

just to note in case nobody realized: what I meantioned in the announcement.. here's the first demo: MP4 video directly embedded!
Logged

Romaap
Hacker
Moderator
Legendary Member
*****

Karma: 89
Posts: 1794


WWW
« Reply #7 on: January 22, 2009, 02:23:26 PM »

thanks for the feedback, and thanks Link for hosting it
Logged
matt123337
Hacker
Hero Member
*****

Karma: 16
Posts: 510



Email
« Reply #8 on: January 22, 2009, 11:28:09 PM »

just to note in case nobody realized: what I meantioned in the announcement.. here's the first demo: MP4 video directly embedded!
WOW great quality Cheesy
Logged
Duker
I can has custom title?
Hacker
Newbie
*****

Karma: 0
Posts: 20

olli_farbo@hotmail.com
« Reply #9 on: January 23, 2009, 02:33:20 PM »

Hmm... since a pointer is needed when doing a "normal" code for Mario's health, isn't is needed when doing an ASM code?
« Last Edit: January 23, 2009, 05:11:27 PM by Duker » Logged


y helo thar!
Foxx
Disgruntled
Moderator
Full Member
*****

Karma: 20
Posts: 189

FoxxOTG FoxxOTG
WWW
« Reply #10 on: January 23, 2009, 05:07:20 PM »

Nice video Romaap, your accent is just fine. I was able to understand you very well. You did very well at explaining this!! DO MORE! Would be nice if you could get a video capture device instead of holding the cam up to the TV, but it was acceptable in this instance. Nice use of a camcorder held up to the TV. It also shows that it was real and not editing magic.

Im glad someone else finally did a tutorial video. Would you like me to host this for you on the BSoD HTTP File server? Im not a fan of MegaUpload and Rapidshare. I would be more than happy to provide space and bandwidth for you.
Logged
Romaap
Hacker
Moderator
Legendary Member
*****

Karma: 89
Posts: 1794


WWW
« Reply #11 on: January 23, 2009, 05:58:01 PM »

Hmm... since a pointer is needed when doing a "normal" code for Mario's health, isn't is needed when doing an ASM code?
the stw command stores the value to a address that is stored in a register + an offset (stw rD, O(rA))
O is the offset and rA is the address, that address is stored in the registers so it is changed when you enter another level.


Im glad someone else finally did a tutorial video. Would you like me to host this for you on the BSoD HTTP File server? Im not a fan of MegaUpload and Rapidshare. I would be more than happy to provide space and bandwidth for you.
I feel honored Cheesy
« Last Edit: January 24, 2009, 09:59:26 PM by Romaap » Logged
Jassim
WiiRD Legend
Hacker
Hero Member
*****

Karma: 25
Posts: 714

i came up with "legendary member" :)


« Reply #12 on: January 25, 2009, 11:58:22 PM »

just out of interest which is more stable ram write or asm?
Logged


do NOT pm me to request a code or if you have any problems with my code.


Romaap
Hacker
Moderator
Legendary Member
*****

Karma: 89
Posts: 1794


WWW
« Reply #13 on: January 26, 2009, 12:07:41 AM »

They are both very stable if you know what you're doing.
But ASM can have some dangerous results if you mess with it too much.
So if you just make an ASM code without knowing what it does and run it, it can freeze the game, do some weird things to the game or (according to brkirch) maybe brick your wii. but that will be very unlikely. Tongue
Logged
Jassim
WiiRD Legend
Hacker
Hero Member
*****

Karma: 25
Posts: 714

i came up with "legendary member" :)


« Reply #14 on: January 26, 2009, 12:11:41 AM »

oh that happened to me once, i tried to make a code yesterday so that you can have unlimited friends on ur friend roster in ssbb so i found the address which shows how many people are on your friend list and i nopped it and i got stuck in the friend roster, next thing is (not responding), i lost my search and i was stuck in the friend roster and had to turn my wii off
Logged


do NOT pm me to request a code or if you have any problems with my code.


Pages: [1] 2
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!