You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Status: Offline
Joined: Dec 29, 201211Year Member
Posts: 48
Reputation Power: 2
Not sure then, make sure you have the latest JRPC.
- 0useful
- 0not useful
#12. Posted:
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 850
Reputation Power: 44
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 850
Reputation Power: 44
#13. Posted:
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
WHITExTRASH wrote you cant have IXboxConsole and JRPC = Jtag at the same time. rename one to Jtag and the other to Jtag2 or something
like IXboxConsole Jtag1;
JRPC Jtag = new JRPC();
[ Register or Signin to view external links. ]
Yes, one is Iggy and the other is Jtag. The error still conest
- 0useful
- 0not useful
#14. Posted:
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 850
Reputation Power: 44
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 850
Reputation Power: 44
could you upload your program and i can look to see y it aint connecting
- 0useful
- 0not useful
#15. Posted:
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
WHITExTRASH wrote could you upload your program and i can look to see y it aint connecting
Yes
Scouce:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using XDevkit;
using JRPC_Client;
using XDevkitPlusPlus;
using XRPCPlusPlus;
using XRPCLib;
namespace IggysAllCodMachine
{
public partial class Form1 : DevComponents.DotNetBar.Metro.MetroForm
{
IXboxConsole Jtag;
XRPC Iggy = new XRPC();
private CheckBox redbox;
public class offsetsTU16
{
public uint redboxes = 2183581356u;
}
private XDevkit.IXboxConsole Console;
private Form1.offsetsTU16 offsets = new Form1.offsetsTU16();
private int mainClientIndex;
private string[] gamemodes = new string[]
{
"dom",
"war",
"dm",
"sd",
"conf",
"sr",
"grind",
"blitz",
"cranked",
"infect",
"sotf",
"dem",
"horde",
"stf_ffa"
};
private ASCIIEncoding encoding = new ASCIIEncoding();
private bool prestigeCycleFirst;
private bool tbagCycleFirst;
private bool prestigeCycle;
private bool[] tbagb = new bool[12];
private Random rnd = new Random();
private IContainer components = null;
public Form1()
{
this.InitializeComponent();
}
private void setConnectionStatus(bool status)
{
}
private void button1_Click(object sender, EventArgs e)
{
Iggy.Connect();
if (Iggy.activeConnection)
{
MessageBox.Show("Connection Successfully Established!");
}
else
{
MessageBox.Show("Failed To Connect To Console!" + DateTime.Now); //
}
}
private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
if (this.redbox.Checked)
{
XDevkit.IXboxConsole arg_31_0 = this.Console;
uint arg_31_1 = this.offsets.redboxes;
byte[] array = new byte[4];
array[0] = 96;
}
else
{
Iggy.SetMemory(this.offsets.redboxes, new byte[]
{
65,
154,
0,
12
});
}
}
}
}
The UNSABLE tool:
[ Register or Signin to view external links. ]
Virus Total:
[ Register or Signin to view external links. ]
- 0useful
- 0not useful
#16. Posted:
Status: Offline
Joined: Dec 29, 201211Year Member
Posts: 48
Reputation Power: 2
why do you have 2 IXboxConsole declared? You only need one.
get rid of private XDevkit.IXboxConsole Console;
get rid of private XDevkit.IXboxConsole Console;
- 0useful
- 0not useful
#17. Posted:
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 850
Reputation Power: 44
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 850
Reputation Power: 44
#18. Posted:
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
#19. Posted:
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 850
Reputation Power: 44
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 850
Reputation Power: 44
whitextrash is my skype
- 0useful
- 0not useful
#20. Posted:
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
WHITExTRASH wrote whitextrash is my skype
Okay I added u it would be best for us to do join.me cause you can see me
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.