(Release) Code Source Tool Ghost 1.09

Statut
N'est pas ouverte pour d'autres réponses.

Mouahhhh

Membre
Inscription
1 Janvier 2012
Messages
166
Réactions
68
Points
3 648
RGCoins
0
Salut,

Je vous partage le code source de mon Tool RTE Ghost 1.09 pour vous permettre de créer votre propre Toul

207896Screenshot1.jpg


Il faut Visual Studio voila une version express gratuite :

Ouvrer le projet et vous pouvez le Générer il fonctionne mais il faut ajouter CCAPI.dll, PS3lib.dll et PS3tmapi_net.dll dans le dossier Debug

Il sera Générer dans C:\Users\PC\Documents\Visual Studio 2013\Projects\Tool Ghost 1.09 by Mouahhhh \Tool Ghost 1.09 by Mouahhhh\bin\Debug

les options du Tool ;
-Anti-Ban
-UAV (non host)
-Red Boxes (non host)
-No Recoil (non host)
-Chrome Players(non host)

Lien code source :

Virus Scan :

Vous pouvez modifier et ajouter d'autre d'option dans le code sans problème
Comme ça tout le monde pourra créer son tool facilement :d:

A+
 

nino3430

Membre
Inscription
27 Mars 2011
Messages
279
Réactions
78
Points
3 706
RGCoins
0
http://reality-gaming.fr/threads/tool-1-09-cex-dex.273590/

using PS3Lib;
using RTM_GHOST_1._09.Properties;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;

namespace RTM_GHOST_1._09
{
public class Form1 : Form
{
private CCAPI PS3 = new CCAPI();

private IContainer components = null;

private Button button1;

private Button button2;

private TextBox BoxIP;

private Button button9;

private Button button16;

private Label label1;

private Button button10;

private Button button3;

private Button button4;

private TextBox textBox1;

private Label label3;

private Label label4;

private Label label5;

private Button button5;

public Form1()
{
this.InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
this.PS3.ConnectTarget(this.BoxIP.Text);
}

private void button10_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 44, 3, 0, 1 };
this.PS3.SetMemory(1301580, numArray);
}

private void button11_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 1 };
this.PS3.SetMemory(38324476, numArray);
}

private void button12_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[1];
this.PS3.SetMemory(38324476, numArray);
}

private void button13_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 63, 128 };
this.PS3.SetMemory(38299924, numArray);
}

private void button14_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 66, 128 };
this.PS3.SetMemory(38299924, numArray);
}

private void button16_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 72, 0 };
this.PS3.SetMemory(5674852, numArray);
}

private void button2_Click(object sender, EventArgs e)
{
this.PS3.AttachProcess();
}

private void button3_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 96, 0, 0, 0 };
this.PS3.SetMemory(1324932, numArray);
}

private void button3_Click_1(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 96, 0, 0, 0 };
this.PS3.SetMemory(1336164, numArray);
}

private void button4_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 65, 130, 0, 12 };
this.PS3.SetMemory(1324932, numArray);
}

private void button4_Click_1(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 65, 130, 0, 12 };
this.PS3.SetMemory(1336164, numArray);
}

private void button5_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 75, 176, 199, 77 };
this.PS3.SetMemory(6351836, numArray);
}

private void button5_Click_1(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 1 };
this.PS3.SetMemory(6326608, numArray);
}

private void button6_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 96, 0, 0, 0 };
this.PS3.SetMemory(6351836, numArray);
}

private void button7_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 40, 4, 0, 0 };
this.PS3.SetMemory(5049232, numArray);
}

private void button8_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 40, 4, 0, 1 };
this.PS3.SetMemory(5049232, numArray);
}

private void button9_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 44, 3, 0, 0 };
this.PS3.SetMemory(1301580, numArray);
}

protected override void Dispose(bool disposing)
{
if ((!disposing ? false : this.components != null))
{
this.components.Dispose();
}
base.Dispose(disposing);
}

private void Form1_Load(object sender, EventArgs e)
{
}

private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.BoxIP = new System.Windows.Forms.TextBox();
this.button9 = new System.Windows.Forms.Button();
this.button16 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.button10 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button1
//
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.Location = new System.Drawing.Point(91, 60);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(94, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Connect";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.BackColor = System.Drawing.Color.Black;
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.Location = new System.Drawing.Point(88, 60);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(101, 23);
this.button2.TabIndex = 1;
this.button2.Text = "Attach";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// BoxIP
//
this.BoxIP.BackColor = System.Drawing.SystemColors.ScrollBar;
this.BoxIP.Cursor = System.Windows.Forms.Cursors.Hand;
this.BoxIP.Location = new System.Drawing.Point(32, 34);
this.BoxIP.Name = "BoxIP";
this.BoxIP.Size = new System.Drawing.Size(214, 20);
this.BoxIP.TabIndex = 2;
//
// button9
//
this.button9.BackColor = System.Drawing.Color.Black;
this.button9.Cursor = System.Windows.Forms.Cursors.Hand;
this.button9.Location = new System.Drawing.Point(146, 186);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(117, 23);
this.button9.TabIndex = 8;
this.button9.Text = "Advanced UAV OFF";
this.button9.UseVisualStyleBackColor = false;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button16
//
this.button16.BackColor = System.Drawing.Color.Black;
this.button16.Cursor = System.Windows.Forms.Cursors.Hand;
this.button16.Location = new System.Drawing.Point(12, 289);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(251, 23);
this.button16.TabIndex = 15;
this.button16.Text = "Anti Ban"; LoL Button 16 pour l Anti Ban
this.button16.UseVisualStyleBackColor = false;
this.button16.Click += new System.EventHandler(this.button16_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(588, 145);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 13);
this.label1.TabIndex = 20;
//
// button10
//
this.button10.BackColor = System.Drawing.Color.Black;
this.button10.Cursor = System.Windows.Forms.Cursors.Hand;
this.button10.Location = new System.Drawing.Point(12, 186);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(117, 23);
this.button10.TabIndex = 7;
this.button10.Text = "Advanced UAV ON";
this.button10.UseVisualStyleBackColor = false;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button3
//
this.button3.BackColor = System.Drawing.Color.Black;
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
this.button3.Location = new System.Drawing.Point(12, 215);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(117, 23);
this.button3.TabIndex = 22;
this.button3.Text = "RedBoxes ON";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click_1);
//
// button4
//
this.button4.BackColor = System.Drawing.Color.Black;
this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
this.button4.Location = new System.Drawing.Point(146, 215);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(117, 23);
this.button4.TabIndex = 23;
this.button4.Text = "RedBoxes OFF";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click_1);
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.SystemColors.ScrollBar;
this.textBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.textBox1.Location = new System.Drawing.Point(58, 115);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(161, 20);
this.textBox1.TabIndex = 24;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Cursor = System.Windows.Forms.Cursors.Hand;
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(99, 99);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(78, 13);
this.label3.TabIndex = 25;
this.label3.Text = "Name Changer";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Cursor = System.Windows.Forms.Cursors.Hand;
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(95, 170);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(75, 13);
this.label4.TabIndex = 26;
this.label4.Text = "No Host Modz";
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Cursor = System.Windows.Forms.Cursors.Hand;
this.label5.Location = new System.Drawing.Point(119, 10);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(39, 13);
this.label5.TabIndex = 27;
this.label5.Text = "Ip PS3";
//
// button5
//
this.button5.BackColor = System.Drawing.Color.Black;
this.button5.Cursor = System.Windows.Forms.Cursors.Hand;
this.button5.Location = new System.Drawing.Point(12, 260);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(251, 23);
this.button5.TabIndex = 29;
this.button5.Text = "No Recoil";
this.button5.UseVisualStyleBackColor = false;
this.button5.Click += new System.EventHandler(this.button5_Click_1);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImage = global::RTM_GHOST_1._09.Properties.Resources.GHOSDT;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(280, 331);
this.Controls.Add(this.button5);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.label1);
this.Controls.Add(this.button16);
this.Controls.Add(this.button9);
this.Controls.Add(this.button10);
this.Controls.Add(this.BoxIP);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.ForeColor = System.Drawing.Color.Red;
this.Location = new System.Drawing.Point(296, 369);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(296, 369);
this.MinimizeBox = false;
this.Name = "Form1";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = " 1.09 ";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();

}

private void textBox1_TextChanged(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 1 };
this.PS3.SetMemory(24551212, numArray);
}
}
}


By Moi merci
 

Mouahhhh

Membre
Inscription
1 Janvier 2012
Messages
166
Réactions
68
Points
3 648
RGCoins
0
http://reality-gaming.fr/threads/tool-1-09-cex-dex.273590/

using PS3Lib;
using RTM_GHOST_1._09.Properties;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;

namespace RTM_GHOST_1._09
{
public class Form1 : Form
{
private CCAPI PS3 = new CCAPI();

private IContainer components = null;

private Button button1;

private Button button2;

private TextBox BoxIP;

private Button button9;

private Button button16;

private Label label1;

private Button button10;

private Button button3;

private Button button4;

private TextBox textBox1;

private Label label3;

private Label label4;

private Label label5;

private Button button5;

public Form1()
{
this.InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
this.PS3.ConnectTarget(this.BoxIP.Text);
}

private void button10_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 44, 3, 0, 1 };
this.PS3.SetMemory(1301580, numArray);
}

private void button11_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 1 };
this.PS3.SetMemory(38324476, numArray);
}

private void button12_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[1];
this.PS3.SetMemory(38324476, numArray);
}

private void button13_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 63, 128 };
this.PS3.SetMemory(38299924, numArray);
}

private void button14_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 66, 128 };
this.PS3.SetMemory(38299924, numArray);
}

private void button16_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 72, 0 };
this.PS3.SetMemory(5674852, numArray);
}

private void button2_Click(object sender, EventArgs e)
{
this.PS3.AttachProcess();
}

private void button3_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 96, 0, 0, 0 };
this.PS3.SetMemory(1324932, numArray);
}

private void button3_Click_1(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 96, 0, 0, 0 };
this.PS3.SetMemory(1336164, numArray);
}

private void button4_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 65, 130, 0, 12 };
this.PS3.SetMemory(1324932, numArray);
}

private void button4_Click_1(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 65, 130, 0, 12 };
this.PS3.SetMemory(1336164, numArray);
}

private void button5_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 75, 176, 199, 77 };
this.PS3.SetMemory(6351836, numArray);
}

private void button5_Click_1(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 1 };
this.PS3.SetMemory(6326608, numArray);
}

private void button6_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 96, 0, 0, 0 };
this.PS3.SetMemory(6351836, numArray);
}

private void button7_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 40, 4, 0, 0 };
this.PS3.SetMemory(5049232, numArray);
}

private void button8_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 40, 4, 0, 1 };
this.PS3.SetMemory(5049232, numArray);
}

private void button9_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 44, 3, 0, 0 };
this.PS3.SetMemory(1301580, numArray);
}

protected override void Dispose(bool disposing)
{
if ((!disposing ? false : this.components != null))
{
this.components.Dispose();
}
base.Dispose(disposing);
}

private void Form1_Load(object sender, EventArgs e)
{
}

private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.BoxIP = new System.Windows.Forms.TextBox();
this.button9 = new System.Windows.Forms.Button();
this.button16 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.button10 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button1
//
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.Location = new System.Drawing.Point(91, 60);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(94, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Connect";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.BackColor = System.Drawing.Color.Black;
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.Location = new System.Drawing.Point(88, 60);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(101, 23);
this.button2.TabIndex = 1;
this.button2.Text = "Attach";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// BoxIP
//
this.BoxIP.BackColor = System.Drawing.SystemColors.ScrollBar;
this.BoxIP.Cursor = System.Windows.Forms.Cursors.Hand;
this.BoxIP.Location = new System.Drawing.Point(32, 34);
this.BoxIP.Name = "BoxIP";
this.BoxIP.Size = new System.Drawing.Size(214, 20);
this.BoxIP.TabIndex = 2;
//
// button9
//
this.button9.BackColor = System.Drawing.Color.Black;
this.button9.Cursor = System.Windows.Forms.Cursors.Hand;
this.button9.Location = new System.Drawing.Point(146, 186);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(117, 23);
this.button9.TabIndex = 8;
this.button9.Text = "Advanced UAV OFF";
this.button9.UseVisualStyleBackColor = false;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button16
//
this.button16.BackColor = System.Drawing.Color.Black;
this.button16.Cursor = System.Windows.Forms.Cursors.Hand;
this.button16.Location = new System.Drawing.Point(12, 289);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(251, 23);
this.button16.TabIndex = 15;
this.button16.Text = "Anti Ban"; LoL Button 16 pour l Anti Ban
this.button16.UseVisualStyleBackColor = false;
this.button16.Click += new System.EventHandler(this.button16_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(588, 145);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 13);
this.label1.TabIndex = 20;
//
// button10
//
this.button10.BackColor = System.Drawing.Color.Black;
this.button10.Cursor = System.Windows.Forms.Cursors.Hand;
this.button10.Location = new System.Drawing.Point(12, 186);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(117, 23);
this.button10.TabIndex = 7;
this.button10.Text = "Advanced UAV ON";
this.button10.UseVisualStyleBackColor = false;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button3
//
this.button3.BackColor = System.Drawing.Color.Black;
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
this.button3.Location = new System.Drawing.Point(12, 215);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(117, 23);
this.button3.TabIndex = 22;
this.button3.Text = "RedBoxes ON";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click_1);
//
// button4
//
this.button4.BackColor = System.Drawing.Color.Black;
this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
this.button4.Location = new System.Drawing.Point(146, 215);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(117, 23);
this.button4.TabIndex = 23;
this.button4.Text = "RedBoxes OFF";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click_1);
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.SystemColors.ScrollBar;
this.textBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.textBox1.Location = new System.Drawing.Point(58, 115);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(161, 20);
this.textBox1.TabIndex = 24;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Cursor = System.Windows.Forms.Cursors.Hand;
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(99, 99);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(78, 13);
this.label3.TabIndex = 25;
this.label3.Text = "Name Changer";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Cursor = System.Windows.Forms.Cursors.Hand;
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(95, 170);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(75, 13);
this.label4.TabIndex = 26;
this.label4.Text = "No Host Modz";
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Cursor = System.Windows.Forms.Cursors.Hand;
this.label5.Location = new System.Drawing.Point(119, 10);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(39, 13);
this.label5.TabIndex = 27;
this.label5.Text = "Ip PS3";
//
// button5
//
this.button5.BackColor = System.Drawing.Color.Black;
this.button5.Cursor = System.Windows.Forms.Cursors.Hand;
this.button5.Location = new System.Drawing.Point(12, 260);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(251, 23);
this.button5.TabIndex = 29;
this.button5.Text = "No Recoil";
this.button5.UseVisualStyleBackColor = false;
this.button5.Click += new System.EventHandler(this.button5_Click_1);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImage = global::RTM_GHOST_1._09.Properties.Resources.GHOSDT;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(280, 331);
this.Controls.Add(this.button5);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.label1);
this.Controls.Add(this.button16);
this.Controls.Add(this.button9);
this.Controls.Add(this.button10);
this.Controls.Add(this.BoxIP);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.ForeColor = System.Drawing.Color.Red;
this.Location = new System.Drawing.Point(296, 369);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(296, 369);
this.MinimizeBox = false;
this.Name = "Form1";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = " 1.09 ";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();

}

private void textBox1_TextChanged(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 1 };
this.PS3.SetMemory(24551212, numArray);
}
}
}


By Moi merci


nikel :ok:
 

JESSIM69200

Membre
Inscription
18 Novembre 2013
Messages
568
Réactions
32
Points
2 510
RGCoins
0
l'anti ban fonctionne ?
 

MxdzOG

♥ Lobby COD ♥
Premium
Inscription
15 Décembre 2011
Messages
2 119
Réactions
625
Points
12 538
RGCoins
0
http://reality-gaming.fr/threads/tool-1-09-cex-dex.273590/

using PS3Lib;
using RTM_GHOST_1._09.Properties;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;

namespace RTM_GHOST_1._09
{
public class Form1 : Form
{
private CCAPI PS3 = new CCAPI();

private IContainer components = null;

private Button button1;

private Button button2;

private TextBox BoxIP;

private Button button9;

private Button button16;

private Label label1;

private Button button10;

private Button button3;

private Button button4;

private TextBox textBox1;

private Label label3;

private Label label4;

private Label label5;

private Button button5;

public Form1()
{
this.InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
this.PS3.ConnectTarget(this.BoxIP.Text);
}

private void button10_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 44, 3, 0, 1 };
this.PS3.SetMemory(1301580, numArray);
}

private void button11_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 1 };
this.PS3.SetMemory(38324476, numArray);
}

private void button12_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[1];
this.PS3.SetMemory(38324476, numArray);
}

private void button13_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 63, 128 };
this.PS3.SetMemory(38299924, numArray);
}

private void button14_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 66, 128 };
this.PS3.SetMemory(38299924, numArray);
}

private void button16_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 72, 0 };
this.PS3.SetMemory(5674852, numArray);
}

private void button2_Click(object sender, EventArgs e)
{
this.PS3.AttachProcess();
}

private void button3_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 96, 0, 0, 0 };
this.PS3.SetMemory(1324932, numArray);
}

private void button3_Click_1(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 96, 0, 0, 0 };
this.PS3.SetMemory(1336164, numArray);
}

private void button4_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 65, 130, 0, 12 };
this.PS3.SetMemory(1324932, numArray);
}

private void button4_Click_1(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 65, 130, 0, 12 };
this.PS3.SetMemory(1336164, numArray);
}

private void button5_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 75, 176, 199, 77 };
this.PS3.SetMemory(6351836, numArray);
}

private void button5_Click_1(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 1 };
this.PS3.SetMemory(6326608, numArray);
}

private void button6_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 96, 0, 0, 0 };
this.PS3.SetMemory(6351836, numArray);
}

private void button7_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 40, 4, 0, 0 };
this.PS3.SetMemory(5049232, numArray);
}

private void button8_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 40, 4, 0, 1 };
this.PS3.SetMemory(5049232, numArray);
}

private void button9_Click(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 44, 3, 0, 0 };
this.PS3.SetMemory(1301580, numArray);
}

protected override void Dispose(bool disposing)
{
if ((!disposing ? false : this.components != null))
{
this.components.Dispose();
}
base.Dispose(disposing);
}

private void Form1_Load(object sender, EventArgs e)
{
}

private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.BoxIP = new System.Windows.Forms.TextBox();
this.button9 = new System.Windows.Forms.Button();
this.button16 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.button10 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button1
//
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.Location = new System.Drawing.Point(91, 60);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(94, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Connect";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.BackColor = System.Drawing.Color.Black;
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.Location = new System.Drawing.Point(88, 60);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(101, 23);
this.button2.TabIndex = 1;
this.button2.Text = "Attach";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// BoxIP
//
this.BoxIP.BackColor = System.Drawing.SystemColors.ScrollBar;
this.BoxIP.Cursor = System.Windows.Forms.Cursors.Hand;
this.BoxIP.Location = new System.Drawing.Point(32, 34);
this.BoxIP.Name = "BoxIP";
this.BoxIP.Size = new System.Drawing.Size(214, 20);
this.BoxIP.TabIndex = 2;
//
// button9
//
this.button9.BackColor = System.Drawing.Color.Black;
this.button9.Cursor = System.Windows.Forms.Cursors.Hand;
this.button9.Location = new System.Drawing.Point(146, 186);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(117, 23);
this.button9.TabIndex = 8;
this.button9.Text = "Advanced UAV OFF";
this.button9.UseVisualStyleBackColor = false;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button16
//
this.button16.BackColor = System.Drawing.Color.Black;
this.button16.Cursor = System.Windows.Forms.Cursors.Hand;
this.button16.Location = new System.Drawing.Point(12, 289);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(251, 23);
this.button16.TabIndex = 15;
this.button16.Text = "Anti Ban"; LoL Button 16 pour l Anti Ban
this.button16.UseVisualStyleBackColor = false;
this.button16.Click += new System.EventHandler(this.button16_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(588, 145);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 13);
this.label1.TabIndex = 20;
//
// button10
//
this.button10.BackColor = System.Drawing.Color.Black;
this.button10.Cursor = System.Windows.Forms.Cursors.Hand;
this.button10.Location = new System.Drawing.Point(12, 186);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(117, 23);
this.button10.TabIndex = 7;
this.button10.Text = "Advanced UAV ON";
this.button10.UseVisualStyleBackColor = false;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button3
//
this.button3.BackColor = System.Drawing.Color.Black;
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
this.button3.Location = new System.Drawing.Point(12, 215);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(117, 23);
this.button3.TabIndex = 22;
this.button3.Text = "RedBoxes ON";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click_1);
//
// button4
//
this.button4.BackColor = System.Drawing.Color.Black;
this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
this.button4.Location = new System.Drawing.Point(146, 215);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(117, 23);
this.button4.TabIndex = 23;
this.button4.Text = "RedBoxes OFF";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click_1);
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.SystemColors.ScrollBar;
this.textBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.textBox1.Location = new System.Drawing.Point(58, 115);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(161, 20);
this.textBox1.TabIndex = 24;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Cursor = System.Windows.Forms.Cursors.Hand;
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(99, 99);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(78, 13);
this.label3.TabIndex = 25;
this.label3.Text = "Name Changer";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Cursor = System.Windows.Forms.Cursors.Hand;
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(95, 170);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(75, 13);
this.label4.TabIndex = 26;
this.label4.Text = "No Host Modz";
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Cursor = System.Windows.Forms.Cursors.Hand;
this.label5.Location = new System.Drawing.Point(119, 10);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(39, 13);
this.label5.TabIndex = 27;
this.label5.Text = "Ip PS3";
//
// button5
//
this.button5.BackColor = System.Drawing.Color.Black;
this.button5.Cursor = System.Windows.Forms.Cursors.Hand;
this.button5.Location = new System.Drawing.Point(12, 260);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(251, 23);
this.button5.TabIndex = 29;
this.button5.Text = "No Recoil";
this.button5.UseVisualStyleBackColor = false;
this.button5.Click += new System.EventHandler(this.button5_Click_1);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImage = global::RTM_GHOST_1._09.Properties.Resources.GHOSDT;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(280, 331);
this.Controls.Add(this.button5);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.label1);
this.Controls.Add(this.button16);
this.Controls.Add(this.button9);
this.Controls.Add(this.button10);
this.Controls.Add(this.BoxIP);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.ForeColor = System.Drawing.Color.Red;
this.Location = new System.Drawing.Point(296, 369);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(296, 369);
this.MinimizeBox = false;
this.Name = "Form1";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = " 1.09 ";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();

}

private void textBox1_TextChanged(object sender, EventArgs e)
{
byte[] numArray = new byte[] { 1 };
this.PS3.SetMemory(24551212, numArray);
}
}
}


By Moi merci
Merci du partage :)
 

MzNet

Membre
Inscription
27 Octobre 2013
Messages
121
Réactions
171
Points
13 956
RGCoins
0
:ok:
 

JESSIM69200

Membre
Inscription
18 Novembre 2013
Messages
568
Réactions
32
Points
2 510
RGCoins
0
vous avez un bon tool qui marche svp ?
 

Tigge RGT

Premium
Inscription
18 Août 2013
Messages
2 182
Réactions
643
Points
8 251
RGCoins
0
GG Il tue le Disign ;)
 

Tigge RGT

Premium
Inscription
18 Août 2013
Messages
2 182
Réactions
643
Points
8 251
RGCoins
0
Ok mercii <3
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut