Résolu Spoof Gold XBOX LIVE RGH

Jimmy Modding

Membre
Inscription
27 Juillet 2015
Messages
86
Réactions
40
Points
3 676
RGCoins
0
Je cherche un spoof gold XBOX LIVE pour RGH pour la dernière mise à jour, si vous en avez un faîtes tourner :)
 
D

delete214168

Salut,

Ton topic se trouvait dans la mauvaise section https://reality-gaming.fr/attachments/deplace- png.20318/, je l'ai donc déplacé dans la bonne section https://reality-gaming.fr/attachments/deplacement-png.20319/. :modo:

Bonne après-midi,
RaFaLe'
 

21 Savage

Premium
Inscription
2 Janvier 2014
Messages
5 758
Réactions
1 681
Points
10 988
RGCoins
0
Salut,voici le code.
Tu peux facilement l'intégrer en C#
Code:
Jtag.SetMemory(0x816DCCD0, new byte[] { 0x39, 0x60, 0x00, 0x01 });
                Jtag.SetMemory(0x816DCD44, new byte[] { 0x39, 0x60, 0x00, 0x01 });
                Jtag.SetMemory(0x816DCD3C, new byte[] { 0x39, 0x60, 0x00, 0x01 });
                Jtag.SetMemory(0x816DCD30, new byte[] { 0x39, 0x60, 0x00, 0x01 });
 

Jimmy Modding

Membre
Inscription
27 Juillet 2015
Messages
86
Réactions
40
Points
3 676
RGCoins
0
Salut,voici le code.
Tu peux facilement l'intégrer en C#
Code:
Jtag.SetMemory(0x816DCCD0, new byte[] { 0x39, 0x60, 0x00, 0x01 });
                Jtag.SetMemory(0x816DCD44, new byte[] { 0x39, 0x60, 0x00, 0x01 });
                Jtag.SetMemory(0x816DCD3C, new byte[] { 0x39, 0x60, 0x00, 0x01 });
                Jtag.SetMemory(0x816DCD30, new byte[] { 0x39, 0x60, 0x00, 0x01 });
Ok merci ;) tu l'utilises et il fonctionne ?
 

21 Savage

Premium
Inscription
2 Janvier 2014
Messages
5 758
Réactions
1 681
Points
10 988
RGCoins
0
Cette réponse a aidé l'auteur de cette discussion !

Jimmy Modding

Membre
Inscription
27 Juillet 2015
Messages
86
Réactions
40
Points
3 676
RGCoins
0
Non,envoies moi ton code.
Jtag.SetMemory(0x816DCCD0, new byte[] { 0x39, 0x60, 0x00, 0x01 });
Jtag.SetMemory(0x816DCD44, new byte[] { 0x39, 0x60, 0x00, 0x01 });
Jtag.SetMemory(0x816DCD3C, new byte[] { 0x39, 0x60, 0x00, 0x01 });
Jtag.SetMemory(0x816DCD30, new byte[] { 0x39, 0x60, 0x00, 0x01 });

Jtag.Connect();

if (Jtag.activeConnection)
{
MessageBox.Show("Connected to RGH");
}

else
{
MessageBox.Show("Not connected");
}
Jtag.Notify(XRPC.XNotiyLogo.FLASHING_HAPPY_FACE, "Successfully connected");


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 XRPCLib;
using Spoof_Gold;
using XDevkit;
using DevComponents;
 

Jimmy Modding

Membre
Inscription
27 Juillet 2015
Messages
86
Réactions
40
Points
3 676
RGCoins
0
C'est ça ton code ? :rofl:
Normal que ça freeze.
Je t'ai donné l'essensiel y'a pas tout si tu veux tout tiens :
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 XRPCLib;
using Spoof_Gold;
using XDevkit;
using DevComponents;


namespace Spoof_Gold
{
public partial class Form1 : Form
{
XRPC Jtag = new XRPC();
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{
MessageBox.Show("Made By Jayz Lobby FR");
}

private void button1_Click(object sender, EventArgs e) //Connect RGH
{
Jtag.Connect();

if (Jtag.activeConnection)
{
MessageBox.Show("Connected to RGH");
}

else
{
MessageBox.Show("Not connected");
}
Jtag.Notify(XRPC.XNotiyLogo.FLASHING_HAPPY_FACE, "Successfully connected to Jayz Lobby FR Tool");
}

private void button2_Click(object sender, EventArgs e)
{
Jtag.SetMemory(0x816DCCD0, new byte[] { 0x39, 0x60, 0x00, 0x01 });
Jtag.SetMemory(0x816DCD44, new byte[] { 0x39, 0x60, 0x00, 0x01 });
Jtag.SetMemory(0x816DCD3C, new byte[] { 0x39, 0x60, 0x00, 0x01 });
Jtag.SetMemory(0x816DCD30, new byte[] { 0x39, 0x60, 0x00, 0x01 });
}
}
}
 

21 Savage

Premium
Inscription
2 Janvier 2014
Messages
5 758
Réactions
1 681
Points
10 988
RGCoins
0
Je t'ai donné l'essensiel y'a pas tout si tu veux tout tiens :
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 XRPCLib;
using Spoof_Gold;
using XDevkit;
using DevComponents;


namespace Spoof_Gold
{
public partial class Form1 : Form
{
XRPC Jtag = new XRPC();
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{
MessageBox.Show("Made By Jayz Lobby FR");
}

private void button1_Click(object sender, EventArgs e) //Connect RGH
{
Jtag.Connect();

if (Jtag.activeConnection)
{
MessageBox.Show("Connected to RGH");
}

else
{
MessageBox.Show("Not connected");
}
Jtag.Notify(XRPC.XNotiyLogo.FLASHING_HAPPY_FACE, "Successfully connected to Jayz Lobby FR Tool");
}

private void button2_Click(object sender, EventArgs e)
{
Jtag.SetMemory(0x816DCCD0, new byte[] { 0x39, 0x60, 0x00, 0x01 });
Jtag.SetMemory(0x816DCD44, new byte[] { 0x39, 0x60, 0x00, 0x01 });
Jtag.SetMemory(0x816DCD3C, new byte[] { 0x39, 0x60, 0x00, 0x01 });
Jtag.SetMemory(0x816DCD30, new byte[] { 0x39, 0x60, 0x00, 0x01 });
}
}
}
Tu as mal codé ton "button2",ajoute ce code là.
Code:
if (Jtag.activeConnection)
            {
                Jtag.SetMemory(0x816DCCD0, new byte[] { 0x39, 0x60, 0x00, 0x01 });
                Jtag.SetMemory(0x816DCD44, new byte[] { 0x39, 0x60, 0x00, 0x01 });
                Jtag.SetMemory(0x816DCD3C, new byte[] { 0x39, 0x60, 0x00, 0x01 });
                Jtag.SetMemory(0x816DCD30, new byte[] { 0x39, 0x60, 0x00, 0x01 });
            }
            else
            {
            }
 

Jimmy Modding

Membre
Inscription
27 Juillet 2015
Messages
86
Réactions
40
Points
3 676
RGCoins
0
Tu as mal codé ton "button2",ajoute ce code là.
Code:
if (Jtag.activeConnection)
            {
                Jtag.SetMemory(0x816DCCD0, new byte[] { 0x39, 0x60, 0x00, 0x01 });
                Jtag.SetMemory(0x816DCD44, new byte[] { 0x39, 0x60, 0x00, 0x01 });
                Jtag.SetMemory(0x816DCD3C, new byte[] { 0x39, 0x60, 0x00, 0x01 });
                Jtag.SetMemory(0x816DCD30, new byte[] { 0x39, 0x60, 0x00, 0x01 });
            }
            else
            {
            }
Merci je test je te dis si c'est bon :)
 
Haut