Weapon Hacking

Mar 2, 2009 at 7:57 PM
graters gonna grate
"Heavy swords for sale. Suitable for most RPG Protagonists. Apply now!"
Join Date: Jul 2, 2008
Location: &
Posts: 1886
Age: 31
Okay, I'll try to help you, but I'm a newb at assembly so could you clarify one thing? When you use [004002AC] in a mov command, what exactly are you referring to? Why is that address so close to the address in the code 404D67?

Well, the code you wrote looks like it should work. The only thing I can think of that might be the problem (in reality I'm probably just an idiot for saying this, but it's worth a shot). The code at 404D67 looks like it should be "called" rather than "jumped to" and in the code ar 40004E you are saying jmp 404D67 instead of call 404D67.
 
Mar 2, 2009 at 8:06 PM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
okay, thanks for replying.
[004002AC] is a storage location in the exe I was using, and it's close to the code because I didn't want to waste any free space.

thanks for telling me about the call/jmp, I always miss the small things.
 
Mar 6, 2009 at 12:36 AM
Senior Member
"I, Ikachan. The Life and Documentary of the OrigiNAL SQuiD."
Join Date: Mar 14, 2008
Location:
Posts: 189
Can anyone make me a flamethrower? It just needs to send out fireballs that have reversed gravity and disappear quickly so it acts like a flamethrower.
 
Mar 6, 2009 at 12:42 AM
Been here way too long...
"What're YOU lookin' at?"
Join Date: Jan 21, 2007
Location:
Posts: 1111
If you can't make it yourself, what makes you think we can?
 
Mar 6, 2009 at 12:43 AM
Banned
"Bleep, Bloop, Bleep, Bloop"
Join Date: Mar 1, 2009
Location:
Posts: 1587
Age: 28
That doesn't really answer his question.
 
Mar 6, 2009 at 1:55 AM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
answer:
yes I can.

question:
give me a reason to spend my time making one for you.
 
Mar 6, 2009 at 1:56 AM
Banned
"Bleep, Bloop, Bleep, Bloop"
Join Date: Mar 1, 2009
Location:
Posts: 1587
Age: 28
Answer: everyone else would see how to do it and love you forever.
 
Mar 6, 2009 at 2:01 AM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
=P
Almost convinced me.
 
Mar 6, 2009 at 2:02 AM
Banned
"Bleep, Bloop, Bleep, Bloop"
Join Date: Mar 1, 2009
Location:
Posts: 1587
Age: 28
...Dragon'll give you his heart. :3
 
Mar 6, 2009 at 2:06 AM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
wait... who?

boots? YE GODS!

but yes, I might think about making it.
might.

edit:
now, why can't I get a custom user title?
 
Mar 6, 2009 at 2:22 AM
Banned
"Bleep, Bloop, Bleep, Bloop"
Join Date: Mar 1, 2009
Location:
Posts: 1587
Age: 28
Have you been a member for 100 days?
And try logging out.

And yeah. :p
He's not too positive about his engagement, either. xD
 
Mar 6, 2009 at 2:24 AM
/end
"Life begins and ends with Nu."
Join Date: Apr 29, 2008
Location:
Posts: 2459
Age: 19
It might have been changed.
 
Mar 6, 2009 at 2:24 AM
Banned
"Bleep, Bloop, Bleep, Bloop"
Join Date: Mar 1, 2009
Location:
Posts: 1587
Age: 28
Just like how I can't get an avatar?
 
Mar 6, 2009 at 2:54 AM
/end
"Life begins and ends with Nu."
Join Date: Apr 29, 2008
Location:
Posts: 2459
Age: 19
Yep. Pretty smart if they changed it in my opinion.
 
Mar 6, 2009 at 3:02 AM
Banned
"Bleep, Bloop, Bleep, Bloop"
Join Date: Mar 1, 2009
Location:
Posts: 1587
Age: 28
Why, just because you don't like me?
 
Mar 6, 2009 at 3:06 AM
/end
"Life begins and ends with Nu."
Join Date: Apr 29, 2008
Location:
Posts: 2459
Age: 19
I never said I didn't like you, I don't know where you got an idea like that from.
 
Mar 6, 2009 at 3:07 AM
Banned
"Bleep, Bloop, Bleep, Bloop"
Join Date: Mar 1, 2009
Location:
Posts: 1587
Age: 28
MetaSeraphim said:
Pretty smart if they changed it in my opinion.

That's where I got that idea from.
 
Mar 6, 2009 at 12:31 PM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
ergh
going away for a few days, so bye.
Probably won't log out though.
 
Mar 6, 2009 at 1:01 PM
Banned
"Bleep, Bloop, Bleep, Bloop"
Join Date: Mar 1, 2009
Location:
Posts: 1587
Age: 28
D'aww.
Come back quicker than a few days!
That's a LONG time!
 
Mar 18, 2009 at 12:43 AM
Been here way too long...
"Ha! Ha! Ha! Mega Man is no match for my Mimiga Man!"
Join Date: Jun 22, 2008
Location:
Posts: 251
DimJim said:
Can anyone make me a flamethrower? It just needs to send out fireballs that have reversed gravity and disappear quickly so it acts like a flamethrower.

I can tell you how, but I won't make it for you:

First, you need to make the fireball go up, by changing the ADD to SUB like Lace did. (if you don't have an dissasembler/assembler, you can use OllyDbg. Or you can change offset 0x4D62 from C1 to E9 using a hex editor)

Then, I assume you would want to adjust the angle, which you can do by changing the 55 Lace mentioned into something lower, like 10 or 20. You can do this with your hex editor by changing offset 0x4D63 to whatever you want.

It also sounds like you want to adjust the range. If you look through this thread, you can find a list of offsets for things like range, number of shots on screen, etc. find the flamethrower offset and change the range to what you want. You can do the same thing to adjust the shots on screen if you want.

If you want it to be like the machinegun where you just hold down the fire button to keep shooting, I don't know how to do that. Sorry :(
 
Top