PDA

View Full Version : SonniE's 'Opcoder'



SonniE
01-23-2010, 06:41 PM
Sonnie's 'Opcoder' - Release 1

What is it?
A little program that converts MIPS input to hex code output, formatted and addressed for nitePR or any of it's mods.


In the future it may support Code format >> MIPS, but that feature currently doesn't work.

List of CURRENTLY supported commands:


add
addu
and
break
div
divu
jalr
jr
mfhi
mflo
mthi
mtlo
mult
multu
nor
or
sll
sllv
slt
sltu
sra
srav
bgtz
blez
bltz
bne
lb
lbu
lh
lhu
lui
lw
ori
sb
slti
sltiu
sh
sw
xori
jal
j
nop



Image:
http://imgur.com/vvCq3.png

Download Link:
http://www.fluidcoding.com/Projects/opcoder.rar

Test it out in applet form here:
http://fluidcoding.com/Opcode.php

Pain_ELementaL
01-23-2010, 06:43 PM
That...is badass. For real. If we had that thing a couple years back, making codes would have taken a fraction of the time that it did.

Nicely done.

WhoIsYou
01-23-2010, 07:12 PM
And he made it all for me ^_^
(I requested)

Fanx sonnie.

banderies
01-23-2010, 08:46 PM
I don't get it...... I've made some simple codes like inf ammo, but I have no idea what this is for.
Where can I find a tutorial that teaches you to make complicated codes?
I can only write in C and HTML xD

SonniE
01-23-2010, 11:47 PM
I don't get it...... I've made some simple codes like inf ammo, but I have no idea what this is for.
Where can I find a tutorial that teaches you to make complicated codes?
I can only write in C and HTML xD
this is for converting mips opcodes to hex values you can use in nitepr(or similarly formated cheat device). If you get into subroutines this saves a lot of time.

bad00boy
01-30-2010, 11:42 AM
sry for that stupid question, what is opcodes?

xWhite_Shadowx
01-30-2010, 01:06 PM
sry for that stupid question, what is opcodes?

Operation Codes, at least I think that's what it stands for? Basically it uses the value in hex to use certain functions and call onto other pieces of code, branch pieces of codes etc etc.

bad00boy
01-30-2010, 03:00 PM
ok thanks , umm... how did u rank up??

WhoIsYou
01-30-2010, 10:21 PM
ok thanks , umm... how did u rank up??

He got good.

bad00boy
01-31-2010, 08:43 AM
umm.. how? , what did he do? =]

WhoIsYou
01-31-2010, 11:18 AM
umm.. how? , what did he do? =]

Hacking.

xWhite_Shadowx
01-31-2010, 12:55 PM
I pointed, using my analog stick, at the enemies and consecutively fired, thus killing mine enemies.

bad00boy
01-31-2010, 12:59 PM
so what do i do to be a moderator?
make codes?

WhoIsYou
01-31-2010, 01:08 PM
No. Get good.

SonniE
01-31-2010, 02:27 PM
Added link for online Applet form so you don't have to download it to try.