Post: C# tool help
11-14-2014, 12:55 AM #1
SONYS✮NIGHTMARE
League Champion
(adsbygoogle = window.adsbygoogle || []).push({}); I'm trying to add red boxes on my tool but don't appear after press button

This is the code I put on visual studio



Private void checkbox1_checkedchanged(object sender, EventArgs e)

{
if (checkedBox1.checked)
{
Byte[] REDBOXES =new byte[] { 0X1 };
PS3.SetMemory(0X00193ca3, REDBOXES;






Connects and attacht fine but I can't see red boxes
11-14-2014, 12:59 AM #2
One
At least I can fight
wheres the else.
11-14-2014, 01:06 AM #3
SONYS✮NIGHTMARE
League Champion
Else

(checkedBox1.checked)
{
Byte[] REDBOXES =new byte[] { 0X0 };
PS3.SetMemory(0X00193ca3, REDBOXES;
11-14-2014, 02:00 AM #4
One
At least I can fight
    
if (this.checkox1.checked)
{
Byte[] redbox = new byte[] { byte };
PS3.SetMemory(offset, redbox);
}
else
{
Byte[] redbox = new byte[] { byte };
PS3.SetMemory(offset, redbox);
}

The following user thanked One for this useful post:

SONYS✮NIGHTMARE
11-14-2014, 02:17 AM #5
SONYS✮NIGHTMARE
League Champion
I'll try that

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo