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:

HazzHaxV1
  • Junior Member
Status: Offline
Joined: Dec 06, 20149Year Member
Posts: 52
Reputation Power: 2
Status: Offline
Joined: Dec 06, 20149Year 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
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
#2. Posted:
Fleet
  • Junior Member
Status: Offline
Joined: Dec 10, 20149Year Member
Posts: 58
Reputation Power: 2
Status: Offline
Joined: Dec 10, 20149Year Member
Posts: 58
Reputation Power: 2
Look on youtube man good stuff on there
#3. Posted:
Botch
  • TTG Senior
Status: Offline
Joined: Aug 31, 201211Year Member
Posts: 1,553
Reputation Power: 65
Status: Offline
Joined: Aug 31, 201211Year Member
Posts: 1,553
Reputation Power: 65
Split the bytes into a byte array.

//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.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.