Post: JTAGRPC v1 - Works on Any Game! - Fixed Connect Error - Plugin/Sysdll
01-04-2013, 05:27 AM #1
teh1337
I are 𝕋𝕖𝕙𝟙𝟛𝟛𝟟
(adsbygoogle = window.adsbygoogle || []).push({});
Welcome to the first official release of JTAGRPC.

Marc E. Mayer approved! - greetz to exertion
This one works, and the infamous Connect function error is fixed.

This is a sysdll, so on JTAG, load as a plugin with DashLaunch.
On devkit, copy devkit folder to devkit and click on "JTAGRPCLauncher.xex"

Because this is a sysdll, it works for EVERY game!


Download Link:
[url]https://dl.dropbox.com/u/101194694/JTAGRPC v1.zip[/url]

Sorry about the buggy release builds, I promise this one is well tested.

Includes working sample for mw2, plus commented out one for black ops 1 zombies.


Made by: Teh1337


Tutorial:

How to use:


Connect To Xbox:
    

if (cBox.Connect())
{
cBox.dbgr();
}


Call Function:
    
uint returnValue = JtagRPC.Call(<function address>, <arg 1>, <arg 2>, <arg 3>,..);
//Example Usage:

uint weapIndex = JtagRPC.Call(0x82210640, "ak47_mp");//Gets Weapon Index for AK-47
uint pstate = 0x830CBF80;//Player State ptr for Client 0
uint ent = 0x82F03600;//Entity ptr for Client 0
JtagRPC.Call(0x82210BC8, pstate, weapIndex, 0, 1);//Give the AK-47
JtagRPC.Call(0x821D4A00, ent, weapIndex, 0, 0);//Initialize The Ammo


Get Memory:
    
byte[] result = cBox.GetMem(<address>,<numbytes>Winky Winky;
//Example Usage
byte[] result = cBox.GetMem(0x82000000,12Cool Man (aka Tustin);//Returns the first 128 bytes of the title


Set Memory:
    
cBox.SetMem(<address>,<data>Winky Winky;
//Example Usage
byte[] test = new byte[]{0x01,0x02,0x03};
cBox.SetMem(0x82200004,test);


NOTE:
MODS DO NOT PRUNE!!!
THIS IS NEW BUILD, AND THEREFORE NEW RELEASE!

Pin and delete other thread? ;P

The following 4 users say thank you to teh1337 for this useful post:

crazy_blake7, Groovy, iMCSx, SC58
01-04-2013, 11:00 PM #2
Groovy
Team Xbox
Originally posted by teh1337 View Post
welcome to the first official release of JTAGRPC


Good stuff + nice release Cool Man (aka Tustin)
01-05-2013, 12:49 AM #3
teh1337
I are 𝕋𝕖𝕙𝟙𝟛𝟛𝟟
Originally posted by Groovy
Good stuff + nice release Cool Man (aka Tustin)


<3 More updates on the way
01-12-2013, 11:36 PM #4
TGXclusive
I am error
Teh what would the code be if i wanted unlimited ammo in mw2 tu8?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo