Post: MW3 Give Weapon = Freeze -_-
05-09-2014, 04:51 PM #1
Default Avatar
NoOneHQ
Guest
(adsbygoogle = window.adsbygoogle || []).push({}); Hello,
I would like know why when i am doing this :

PS3.SetMemory(0x0110A4FF + 0x3980 * (uint)dataGridView1.CurrentRow.Index, new Byte[] { 0x6A});
// Give AC-130
But there, my program will freeze my PS3
Why ?
Thank you
(adsbygoogle = window.adsbygoogle || []).push({});
05-09-2014, 06:24 PM #2
xProvXKiller
Climbing up the ladder
idk i have same problem
05-10-2014, 01:28 AM #3
RatchetBooty
Former Staff
Your code is wrong, 0x3980 is the client interval so it has to be * 0x3980, do it like this:


    PS3.SetMemory(0x0110A4FF + ((uint)this.dataGridView1.CurrentRow.Index * 0x3980, new byte[] { 0x6A }); 
05-10-2014, 01:43 AM #4
Sticky
Mary J Wannnnna
Originally posted by RatchetBooty View Post
Your code is wrong, 0x3980 is the client interval so it has to be * 0x3980, do it like this:


    PS3.SetMemory(0x0110A4FF + ((uint)this.dataGridView1.CurrentRow.Index * 0x3980, new byte[] { 0x6A }); 

Actually his coding is right, it doesnt matter the order of operations in C# considering the language is smart enough to do simple calculations. Also 0x6A is the problem...
05-10-2014, 01:58 AM #5
divybc
Former Staff
Moved to MW3 Questions.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo