You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
DazeIV
  • New Member
Status: Offline
Joined: Dec 29, 201211Year Member
Posts: 48
Reputation Power: 2
Status: Offline
Joined: Dec 29, 201211Year Member
Posts: 48
Reputation Power: 2
Not sure then, make sure you have the latest JRPC.
#12. Posted:
WHITExTRASH
  • TTG Master
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 850
Reputation Power: 44
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 850
Reputation Power: 44
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. ]
#13. Posted:
jtaghacks135
  • Junior Member
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 20149Year 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
#14. Posted:
WHITExTRASH
  • TTG Master
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
#15. Posted:
jtaghacks135
  • Junior Member
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 20149Year 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. ]
#16. Posted:
DazeIV
  • New Member
Status: Offline
Joined: Dec 29, 201211Year Member
Posts: 48
Reputation Power: 2
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;
#17. Posted:
WHITExTRASH
  • TTG Master
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 850
Reputation Power: 44
Status: Offline
Joined: Jan 24, 201014Year Member
Posts: 850
Reputation Power: 44
the program shows that it connects

[ Register or Signin to view external links. ]

whats your skype itll be easier to talk there
#18. Posted:
jtaghacks135
  • Junior Member
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
WHITExTRASH wrote the program shows that it connects

[ Register or Signin to view external links. ]

whats your skype itll be easier to talk there


Well me yours or your aim would be nice
#19. Posted:
WHITExTRASH
  • TTG Master
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
#20. Posted:
jtaghacks135
  • Junior Member
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 20149Year 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
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.