Re: my first two subroutines
Looks legit, good job!
I will rep+ just because I can, but I don't think I would rep+ because you made a sub.
Re: my first two subroutines
whats with the 86000064 thats not a propper address
Re: my first two subroutines
Quote:
Originally Posted by
seanjkl2
both use the same hook sry
#virus mode sub
;seanjkl
0x0000004c 0a3a0000
0x00680000 3c088d5a
0x00680004 3c090000
0x00680008 35290001
0x0068000c ad09a048
0x00680010 3e000008
#tru vc sub routine (no35?)
;seanjkl
0x0000004c 0a3a0000
0x86000064 3c08008a
0x86000068 3c0903e0
0x8600006c 35290008
0x86000070 ad092d64
0x86000074 03e00008
plz dont flame im 11 or take somewhere else w/o my permission
a litle rep+ would be nice if u like them
I'm guessing the addresses for the VC sub are a typo or something...
Also you forgot the 0x on the hex values....Not flaming, but you should probably fix that.
Re: my first two subroutines
yo pretty good..jus forgot da hexs wit da 0x i think ull freeze if der not in add
Quote:
Originally Posted by
Turtle113
whats with the 86000064 thats not a propper address
yo turtle its a sub routine duh
Re: my first two subroutines
I know thats a sub i know how to write them aswell
Re: my first two subroutines
Quote:
Originally Posted by
Turtle113
I know thats a sub i know how to write them aswell
ok want a cookie lol
Re: my first two subroutines
There
#Virus mode sub
;seanjkl
0x0000004c 0x0a3a0000
0x00680000 0x3c088d5a
0x00680004 0x3c090000
0x00680008 0x35290001
0x0068000c 0xad09a048
0x00680010 0x3e000008
#True Vc Sub
;seanjkl
;No35?
0x0000004c 0x0a3a0000
0x86000064 0x3c08008a
0x86000068 0x3c0903e0
0x8600006c 0x35290008
0x86000070 0xad092d64
0x86000074 0x03e00008
Re: my first two subroutines
Quote:
Originally Posted by
teaversa
I'm guessing the addresses for the VC sub are a typo or something...
Also you forgot the 0x on the hex values....Not flaming, but you should probably fix that.
bingo i iwll fix and i just noticed the hexes :[
Re: my first two subroutines
VC will cause 35 if its the original 1 line banning one. And no credit for subbing, sorry. but good job if they work.
Re: my first two subroutines
Re: my first two subroutines
Quote:
Originally Posted by
Turtle113
whats with the 86000064 thats not a propper address
Woah, I just now saw that too...Damn it I could kick myself.
Someone forgot to subtract. :)
Maybe re-read the tutorial or something.
You have to subtract 08800000 from your addresses.
But how did you end up with 86000064?
Was that the area of nops you were in?
I'm confused.
Anyways, good try!
Re: my first two subroutines
Quote:
Originally Posted by
Shandai
Woah, I just now saw that too...Damn it I could kick myself.
Someone forgot to subtract. :)
Maybe re-read the tutorial or something.
You have to subtract 08800000 from your addresses.
But how did you end up with 86000064?
Was that the area of nops you were in?
I'm confused.
Anyways, good try!
read more of the posts it was a typo it was meant to be 08600064
Re: my first two subroutines
That's still not a valid address. 086 isn't fake, nor real. Fake ends at 17FFFFFF and real starts at 08800000..,
Re: my first two subroutines
Quote:
Originally Posted by
SCAL24
That's still not a valid address. 086 isn't fake, nor real. Fake ends at 17FFFFFF and real starts at 08800000..,
well then i fucked up somehow
Re: my first two subroutines
Well, its nice to see an 11 yr old trying to do somethin the only ones I ever meet on socom are the ones that yell and "hahah I can hack and you can't hahaha". Anyway looking at the subs it looks like you made the hook jump to the same place in both subs mabey you ment to have the 0x08600064 the same as your first sub. And for a little tip if you have an nop (0x00000000) as the hacked value you could make it like this
hook
lui t0, $[first four digits of the address]
sw zero, $[last four digits of the address](t0)
jr ra
wich simply makes the address an nop with out having to load anything extra.
Re: my first two subroutines
Whats a sub routine? (sorry for noob question)
Re: my first two subroutines
hmmm a message to the keep that made this sub test it then see if it works hint: I know it won't :hint and wen u find out tht it doesn't come back and ask me why ill be glad to tell you. hint:Subs need a trigger :hint
Re: my first two subroutines
Quote:
Originally Posted by
3litegamer83
Whats a sub routine? (sorry for noob question)
its taking a code, and writing it into the game instead of editing the original value por say.
Quote:
Originally Posted by
NyC.xXBRONX.NyC
hmmm a message to the keep that made this sub test it then see if it works hint: I know it won't :hint and wen u find out tht it doesn't come back and ask me why ill be glad to tell you. hint:Subs need a trigger :hint
it needs a trigger? what are you talking about? this is a basic sub...
Re: my first two subroutines
doesn't matter basic or advanced subs they all need triggers i never made a sub tht worked without a trigger so wat r u talkin bout learn them subs sexy:laugh:.
Re: my first two subroutines
Quote:
Originally Posted by
NyC.xXBRONX.NyC
doesn't matter basic or advanced subs they all need triggers i never made a sub tht worked without a trigger so wat r u talkin bout learn them subs sexy:laugh:.
Wow, are you serious or just playing cause it looks like you are not playing. These subs simply load the data into an address nothing to do with a jokers. There are a lot of subs like simple wich just load/save data to a certain address, Joker subs wich load/save on the press of a button, and others. If you can't see what these do then you don't know what you'r doing when "making" subs. The only subs that need a trigger are the ones that have to do with the controler address.