WiiRd forum

USB Gecko Related => Gecko OS & USB Gecko => Topic started by: Jassim on November 08, 2008, 09:29:49 PM

Title: hacking help plz
Post by: Jassim on November 08, 2008, 09:29:49 PM
hiya
i wanna start making codes for super smash bros brawl EUR i wanna start with super codes. i have a usb gecko and ive installed wiird, i kind of know about breakpoints but i dont know how i get them, im a real nub to this and id really appreciate it if someone would help.

thx
Title: Re: hacking help plz
Post by: Igglyboo on November 08, 2008, 09:43:40 PM
Breakpoints basically tells you when things happen to a value.

A read breakpoint tells you when another address accesses you address and reads the value

i.e  when your HP goes under 1, you die
address B contains HP and address A contains lives
Address A will read address B to see if it is under one, if it is it will subtract 1 life

A write breakpoint tells you when another address writes to your value

i.e same thing as above but your value is A, when you HP goes below 1 another address writes to A(-1)

A read/write breakpoint is a combination of the two

An execute breakpoint tells you when your address is executed as a line of ASM

(not too good with these, no example)
Title: Re: hacking help plz
Post by: Jassim on November 08, 2008, 11:52:22 PM
thx for the help iggly, any idea of how i find out what the breakpoint is for a move or summin like that, sry for being such a pain but hopefully ill get used to this
Title: Re: hacking help plz
Post by: Jassim on November 09, 2008, 05:47:00 PM
also can i know the application i have to use to make codes/hacks.
Title: Re: hacking help plz
Post by: Igglyboo on November 10, 2008, 03:02:32 AM
???
Wiird makes codes, but you said you already had that.
Title: Re: hacking help plz
Post by: Jassim on November 10, 2008, 09:06:19 PM
yes i downloaded wiird but theres loads of applications, theres:

wiirdGUI
wiirdw32

and all those power pc/gecko. im not sure which ones the right one to use to make codes
Title: Re: hacking help plz
Post by: Romaap on November 10, 2008, 09:10:57 PM
you have to use WiiRDGUI
Title: Re: hacking help plz
Post by: Jassim on November 11, 2008, 04:14:54 PM
tyvm to both of u, my questions answered