(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
04-29-24 04:09 AM
Acmlm's Board - I3 Archive - - Posts by interdpth
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
User Post
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 11-18-05 12:52 PM, in Interdpths question corner Link
Alright here's on it goes. Ask me a legit question that hasn't been asked yet, if it pretains to muisc go away. If it's a really stupid one I won't answer it. So shoot!
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 11-20-05 03:36 PM, in OK, so, here's the scoop Link
Dude, just stooooop
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 11-21-05 07:26 PM, in Pokemon Brown Link
Originally posted by Blue Falkon
Originally posted by Keitaro
A) This was already released a LONG time ago, so what's the point?
B) This isn't even your hack, so again what's the point

Your incompetence in the ways of proper posting troubles me.


Don't be rude, now. Haven't seen the most spectacular stuff from you, either, in the archives.

insectduel: I'd suggest you post stuff that you own. It can turn into a problem if you post other people's stuff in this forum.


Just to be a bit off-topic Keitaro is one of the few people here that can actually do advance things.

And on topic. He was just reviving an old thread for a good hack :O
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 11-22-05 09:33 PM, in What caused you to be here at Acmlm's Board? Link
I uh, hrm. Romhacking lead me here so yeah
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 11-23-05 08:13 PM, in Interdpths question corner Link
Ok, to the unlz question. It tells you the offset don't be lazy just look in the rom.

Alright, this is my don't freaking ask anymore post

--What is a hex A.K.A What is hexes A.K.A teach me how to hex(es)
And just a little info if a hacker says "OMG I CNA HEXES" Just whack em with a stick.
People for some godawful reason think using a hex editor is hard.
Ok

What is a hexadecimal(full name for hex) value A byte can hold the values 0-255
In hex that is 0x0-0xFF
The Prefix 0x labels it has hex in most programming languages.
If you're wondering what it is in VB, is &H

The reason most people think Hex Editing is hard is because they're not used to viewing numbers. Hex is just a number

In case you're wondering here is a list to convert regular numbers to hex

Table
Table
Decimal Hex
________________________
|0 | 0x0|
|1 | 0x1|
|2 | 0x2|
|3 | 0x3|
|4 | 0x4|
|5 | 0x5|
|6 | 0x6|
|7 | 0x7|
|8 | 0x8|
|9 | 0x9|
|10 | 0xa|
|11 | 0xb|
|12 | 0xc|
|13 | 0xd|
|14 | 0xe|
|15 | 0xf|
|16 | 0x10|
|17 | 0x11|
|18 | 0x12|
|19 | 0x13|
|20 | 0x14|
|21 | 0x15|
|22 | 0x16|
|23 | 0x17|
|24 | 0x18|
|25 | 0x19|
|26 | 0x1a|
|27 | 0x1b|
|28 | 0x1c|
|29 | 0x1d|
|30 | 0x1e|
|31 | 0x1f|
|32 | 0x20|
|33 | 0x21|
|34 | 0x22|
|35 | 0x23|
|36 | 0x24|
|37 | 0x25|
|38 | 0x26|
|39 | 0x27|
|40 | 0x28|
|41 | 0x29|
|42 | 0x2a|
|43 | 0x2b|
|44 | 0x2c|
|45 | 0x2d|
|46 | 0x2e|
|47 | 0x2f|
|48 | 0x30|
|49 | 0x31|
|50 | 0x32|
|51 | 0x33|
|52 | 0x34|
|53 | 0x35|
|54 | 0x36|
|55 | 0x37|
|56 | 0x38|
|57 | 0x39|
|58 | 0x3a|
|59 | 0x3b|
|60 | 0x3c|
|61 | 0x3d|
|62 | 0x3e|
|63 | 0x3f|
|64 | 0x40|
|65 | 0x41|
|66 | 0x42|
|67 | 0x43|
|68 | 0x44|
|69 | 0x45|
|70 | 0x46|
|71 | 0x47|
|72 | 0x48|
|73 | 0x49|
|74 | 0x4a|
|75 | 0x4b|
|76 | 0x4c|
|77 | 0x4d|
|78 | 0x4e|
|79 | 0x4f|
|80 | 0x50|
|81 | 0x51|
|82 | 0x52|
|83 | 0x53|
|84 | 0x54|
|85 | 0x55|
|86 | 0x56|
|87 | 0x57|
|88 | 0x58|
|89 | 0x59|
|90 | 0x5a|
|91 | 0x5b|
|92 | 0x5c|
|93 | 0x5d|
|94 | 0x5e|
|95 | 0x5f|
|96 | 0x60|
|97 | 0x61|
|98 | 0x62|
|99 | 0x63|
|100 | 0x64|
|101 | 0x65|
|102 | 0x66|
|103 | 0x67|
|104 | 0x68|
|105 | 0x69|
|106 | 0x6a|
|107 | 0x6b|
|108 | 0x6c|
|109 | 0x6d|
|110 | 0x6e|
|111 | 0x6f|
|112 | 0x70|
|113 | 0x71|
|114 | 0x72|
|115 | 0x73|
|116 | 0x74|
|117 | 0x75|
|118 | 0x76|
|119 | 0x77|
|120 | 0x78|
|121 | 0x79|
|122 | 0x7a|
|123 | 0x7b|
|124 | 0x7c|
|125 | 0x7d|
|126 | 0x7e|
|127 | 0x7f|
|128 | 0x80|
|129 | 0x81|
|130 | 0x82|
|131 | 0x83|
|132 | 0x84|
|133 | 0x85|
|134 | 0x86|
|135 | 0x87|
|136 | 0x88|
|137 | 0x89|
|138 | 0x8a|
|139 | 0x8b|
|140 | 0x8c|
|141 | 0x8d|
|142 | 0x8e|
|143 | 0x8f|
|144 | 0x90|
|145 | 0x91|
|146 | 0x92|
|147 | 0x93|
|148 | 0x94|
|149 | 0x95|
|150 | 0x96|
|151 | 0x97|
|152 | 0x98|
|153 | 0x99|
|154 | 0x9a|
|155 | 0x9b|
|156 | 0x9c|
|157 | 0x9d|
|158 | 0x9e|
|159 | 0x9f|
|160 | 0xa0|
|161 | 0xa1|
|162 | 0xa2|
|163 | 0xa3|
|164 | 0xa4|
|165 | 0xa5|
|166 | 0xa6|
|167 | 0xa7|
|168 | 0xa8|
|169 | 0xa9|
|170 | 0xaa|
|171 | 0xab|
|172 | 0xac|
|173 | 0xad|
|174 | 0xae|
|175 | 0xaf|
|176 | 0xb0|
|177 | 0xb1|
|178 | 0xb2|
|179 | 0xb3|
|180 | 0xb4|
|181 | 0xb5|
|182 | 0xb6|
|183 | 0xb7|
|184 | 0xb8|
|185 | 0xb9|
|186 | 0xba|
|187 | 0xbb|
|188 | 0xbc|
|189 | 0xbd|
|190 | 0xbe|
|191 | 0xbf|
|192 | 0xc0|
|193 | 0xc1|
|194 | 0xc2|
|195 | 0xc3|
|196 | 0xc4|
|197 | 0xc5|
|198 | 0xc6|
|199 | 0xc7|
|200 | 0xc8|
|201 | 0xc9|
|202 | 0xca|
|203 | 0xcb|
|204 | 0xcc|
|205 | 0xcd|
|206 | 0xce|
|207 | 0xcf|
|208 | 0xd0|
|209 | 0xd1|
|210 | 0xd2|
|211 | 0xd3|
|212 | 0xd4|
|213 | 0xd5|
|214 | 0xd6|
|215 | 0xd7|
|216 | 0xd8|
|217 | 0xd9|
|218 | 0xda|
|219 | 0xdb|
|220 | 0xdc|
|221 | 0xdd|
|222 | 0xde|
|223 | 0xdf|
|224 | 0xe0|
|225 | 0xe1|
|226 | 0xe2|
|227 | 0xe3|
|228 | 0xe4|
|229 | 0xe5|
|230 | 0xe6|
|231 | 0xe7|
|232 | 0xe8|
|233 | 0xe9|
|234 | 0xea|
|235 | 0xeb|
|236 | 0xec|
|237 | 0xed|
|238 | 0xee|
|239 | 0xef|
|240 | 0xf0|
|241 | 0xf1|
|242 | 0xf2|
|243 | 0xf3|
|244 | 0xf4|
|245 | 0xf5|
|246 | 0xf6|
|247 | 0xf7|
|248 | 0xf8|
|249 | 0xf9|
|250 | 0xfa|
|251 | 0xfb|
|252 | 0xfc|
|253 | 0xfd|
|254 | 0xfe|
|255 | 0xff |
|__________________

Crappy but I coded it in c in a few minutes so i'm not complaining

Anyhow basically hex editing is editing a value and something new arises

More basic wisdom to come|
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 11-23-05 09:15 PM, in Interdpths question corner Link
Alright you heard her folks bring some questions in
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 11-24-05 02:18 AM, in Interdpths question corner Link
M3 knows this shit. I can probably find out but I don't feel like it
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 11-25-05 02:57 PM, in How old are you? Link
I be the grand age of 15 turning 16 June 28th 2006
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 11-26-05 03:47 PM, in elite map troubles Link
You press the little button that looks like a folder with an arrow on it
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 11-27-05 03:24 AM, in Mario Kart DS Tournament Link
Hahah count me in 502.571.200.699
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 11-27-05 03:00 PM, in User bars? Link
Make me a metroid one sir.
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 11-28-05 12:52 PM, in Mario Kart DS Tournament Link
Ack can you fix my friend code I got a number wrong sorry
It's
502.571.300.699
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 12-02-05 12:56 PM, in Interdpths question corner Link
Don't command me bitch i'm more cooler. Anyhow just fill out it's parameters. I don't know the params for it so hah.
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 12-06-05 01:05 AM, in Windows XP picture viewer Link
This is some great software but I found out it was attached to XP's explorer.exe my main hd crashed so i'm running on 98 anyone know any good programs like it?
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 12-12-05 03:15 PM, in DVD burning questions Link
Yes, this question must be asked at least a few times but I recently got a computer well i'm renting it from Rent A Center anyhow it's an HP quite nice. It has a little CD Writer/DVD writer combo drive. I went to Rite Aid purchased a 15 pack of Fujifilm DVD-R hoping it'd work but the 2 burning softwares I used both of them said my drive was DVD+RW all I really want to do is burn, then watch on my DVD players so can someone enlightend me on the difference and how well +RW will work and does it have to be rewritable discs at that? i'm hoping not.

Thanks for helping!


(edited by interdpth on 12-12-05 02:23 PM)
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 12-12-05 06:29 PM, in DVD burning questions Link
Surlent: The programs I was going to use to burn said my combo drive was also a DVD+RW

Neo: Would any DVD player that can play -R be able to play +R?
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 12-21-05 12:32 PM, in A calling to those interested in GBA development Link
You got me on, just i'm not doing any graphics
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 12-23-05 12:26 PM, in ¯ˇ._.ˇPokemon Garnetˇ._.ˇ´¯) Link
1.The name is taken.
2.Use UNLZ for inserting.
3.It's called removing an event.
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 12-24-05 02:58 AM, in And of course the BitBlt() question Link
Ok, I forgot most about bitbltting. Can someone point me to a tutorial that's explained simple. Or give an example on how to bitblt? Thanks!
interdpth

Mole
MZM rapist


 





Since: 11-18-05

Last post: 6279 days
Last view: 6279 days
Posted on 12-24-05 01:47 PM, in And of course the BitBlt() question Link
Language would be C/C++. I've been using MSDN but I still don't qutie get all the hDC stuff and how it applies to a hwnd and stuff
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Acmlm's Board - I3 Archive - - Posts by interdpth


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.020 seconds; used 435.40 kB (max 547.88 kB)