You are viewing our Forum Archives. To view or take place in current topics click here.
visual c# help please
Posted:
visual c# help pleasePosted:
Status: Offline
Joined: Dec 06, 201410Year Member
Posts: 52
Reputation Power: 2
Status: Offline
Joined: Dec 06, 201410Year Member
Posts: 52
Reputation Power: 2
i have all thise offsets but when i type the byte it says constant value cannot be turned into a byte is thare a way to fix that
offsets + bytes
offsets + bytes
VSAT = 0x821b8fd0 // Byte True 0x2b110001 False 0x60000000
No_Recoil = 0x82259BC8 // Byte True 0x38600001 False 0x38600000
WallHax = 0x821fc04c // Byte True 0x38c0ffff False 0x7fa6eb12
RedBoxes = 0x821f5b7c // Byte True 0x38600001 False 0x38600000
Laser = 0x82255E1C // Byte True 0x2b110001 False 0x2b110000
No_Recoil = 0x82259BC8 // Byte True 0x38600001 False 0x38600000
WallHax = 0x821fc04c // Byte True 0x38c0ffff False 0x7fa6eb12
RedBoxes = 0x821f5b7c // Byte True 0x38600001 False 0x38600000
Laser = 0x82255E1C // Byte True 0x2b110001 False 0x2b110000
#2. Posted:
Status: Offline
Joined: Dec 10, 201410Year Member
Posts: 58
Reputation Power: 2
Look on youtube man good stuff on there
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Aug 31, 201212Year Member
Posts: 1,553
Reputation Power: 65
Status: Offline
Joined: Aug 31, 201212Year Member
Posts: 1,553
Reputation Power: 65
Split the bytes into a byte array.
Not sure if it'll work, but try it. I haven't modded CoD in a while lol.
//For VSAT
Jtag.SetMemory(0x821b8fd0, new byte[] { 0x2b, 0x11, 0x00, 0x01 });
Not sure if it'll work, but try it. I haven't modded CoD in a while lol.
- 3useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.