Post: Adding multiple BYTES help plz COD tool
12-13-2013, 09:05 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I want to add no recoil to my tool using visual studio and I get this error
I have very little experience about coding. This is how i'm putting it
PS3.SetMemory(0x595708, new byte[] { 0x01 0x00 0x00 0x00 });
PS3.GetMemory(0x595708, new byte[] { 0x01 0x00 0x00 0x00 });
I know it's wrong, can someone tell me correct way to add multiple of those 0x00 the correct way.
Sorry if it's in the wrong section, but I don't know what section this questions go on.

You must login or register to view this content.
Last edited by dolby1 ; 12-13-2013 at 09:11 AM.
12-13-2013, 09:17 AM #2
aventadeh1998
Do a barrel roll!
Originally posted by Dolby1 View Post
I want to add no recoil to my tool using visual studio and I get this error
I have very little experience about coding. This is how i'm putting it
PS3.SetMemory(0x595708, new byte[] { 0x01 0x00 0x00 0x00 });
PS3.GetMemory(0x595708, new byte[] { 0x01 0x00 0x00 0x00 });
I know it's wrong, can someone tell me correct way to add multiple of those 0x00 the correct way.
Sorry if it's in the wrong section, but I don't know what section this questions go on.

You must login or register to view this content.

Not liek this
PS3.SetMemory(0x595708, new byte[] { 0x01 0x00 0x00 0x00 });
PS3.GetMemory(0x595708, new byte[] { 0x01 0x00 0x00 0x00 });

hope this helped
12-13-2013, 09:34 AM #3
Originally posted by aventadeh1998 View Post
Not liek this
PS3.SetMemory(0x595708, new byte[] { 0x01 0x00 0x00 0x00 });
PS3.GetMemory(0x595708, new byte[] { 0x01 0x00 0x00 0x00 });

hope this helped


That's how I did it and it say's shows a error :<
12-13-2013, 11:43 AM #4
Default Avatar
DeNo
Guest
Answered.

Closed.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo