xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
> Autohacker V2.1, 360 JTAG Made Easy!
BadBloke
post Apr 8 2010, 03:03 PM
Post #1


X-S Enthusiast


Group: Dev/Contributor
Posts: 17
Joined: 8-April 10
From: Greece
Member No.: 436106
Xbox Version: none
360 version: v4.0 (jasper)



AutoHacker by BadBloke

IPB Image

AutoHacker is an app I wrote which helps automate the proccess of SMC/JTAG Hack (on nand-related stuff only, of course).

FEATURES:

- Motherboard Autodetection
- CB version / exploitability Autodetection
- Reads NAND two times (or part of it if we are using a BB Jasper)
- Compares the two backups, if they are identical, it saves them in a folder with a name of our choice.
- Extracts KV and ConfigBlock from the NAND Backup.
- Patches previously extracted KV and ConfigBlock in to the correct version of XBReboot (which is also autodetected).
- Writes final image to NAND memory of our console.
- Can also erase NAND (or part of it, if we are using a BB Jasper)
- Can also write original backup into NAND.

It can also be used regardless of JTAG Hacking in the following ways:

- Nand Dump
- Nand Compare
- Nand Write (any .bin image)

It uses a full (custom) GUI which saves as from typos or mistakes which can be done by manually typing in commands. It also saves as from looking up to Guides to determine the correct NAND addresses which are varied along with the motherboard revisions, since AutoHacker knows the motherboard we are working on, if it is exploitable etc. If something is not right (CB not exploitable / we have not patched XBR / we have not two identical backups) it does NOT overwrite our NAND.  ;D

NOTICE: This program DEPENDS on NandPro and does NOT replace it.
I will update the app regularly, fixing bugs and adding features. Of course, each time a new XBR comes out, AutoHacker will need to be updated (this goes without saying).


SOFTWARE REQUIREMENTS / INSTALLATION:

In order for AutoHacker to run properly it needs:
- All the XBR 8955_3 versions (for all motherboards).
- NandPro 2.0b (Only this version is tested, the commands are 100% compatible with 2.0b and thus I have locked the program to this version - it will not run if it detects other NandPro version or no NandPro at all)
- SDL .NET runtime.

Installation Instructions:
- Use XBINS to download NandPro 2.0b and extract contents in "AutoHacker V2\" folder.
- Use XBINS to download all XBR_8955_3. ALL VERSIONS are needed (for all motherboard revisions). Extract all of them (or not) and throw them in "AutoHacker V2\XBR\" folder. There must be 6 .bin (or 3 .zip and 3 .rar) files in there.
- Run "sdldotnet-6.1.0-runtime-setup.exe". This will install the SDL .NET runtime.
- Run "port95nt.exe" if you are using LPT. This has to do with NandPro.


DISCLAIMER:
===========
I AM NOT RESPONSIBLE IF SOMETHING HAPPENS TO YOUR CONSOLE!! This program has been tested and it worked flawlessly during these tests. Abusing this program may give different results. The fact that it automates the whole process, does NOT mean that you don't have to know what you're doing. You DO, or else, you may end up with a bricked console!!
USE THIS AT YOUR OWN RISK, AS YOU WOULD USE NANDPRO AT YOUR OWN RISK.


DOWNLOAD LINK:
CODE
http://www.megaupload.com/?d=RKJCME34


CHANGELOG:
============

v2.1 :
Fixed a bug where CB version 6723 was reported as not exploitable.
Added a self-check upon startup so that all the files are in place and correct version.
Added feature to automatically unpack XBR images in case the user threw them in the folder without decompressing first.

v2.00BETA:
Complete rewrite. v2.00 Initial Release.


DOCUMENTATION / HILARIOUSLY EASY JTAG GUIDE (on NAND-related stuff)

This forum doesn't allow me to post as many images as I would like to complege the program manual in a single post. I don't want to triple-post, so, bear with having to copy-paste the last 5 images in order to view them


Make your LPT/USB soldering (not covered here).
Install and setup AutoHacker, then run it.
Bear with the "scene-like-scroller-thingy-with-awesome-SIDtune" then press esc.
Read the disclaimer, press OK, and you'll get to the Setup Menu:

IPB Image

Notice at the upper-left portion of the window the so-called "info box". This is where we can see the interface type of our choice (LPT/USB), the NAND size of our choice, the revision of our motherboard (autodetected) and the CB version (autodetected). This info box is there while we're navigating through app's menu system and when we click on [SETUP] we get back to this screen, selecting Interface and NAND size.

Here we go:
Choose the method you use to connect your XBOX to your PC (LPT/USB).

IPB Image

Click on the photo that corresponds to your NAND.

IPB Image

AutoHacker will now try to extract your console's CB and will tell you whether it is exploitable or not. The pictured system is modguru's guinea pig (an RROD'ed Xenon with CB version 1888 wink.gif ) Notice that in the Setup Info that the field "Motherbrd" and "CB ver." is now filled-out smile.gif . Press any key and you're done setting up (it was 2 clicks). You are now in the main menu (Action menu):

IPB Image

We first choose...

__________


DUMP

In the Action menu, click on DUMP.

IPB Image

By now, AutoHacker should know everything it needs, and knows the commands we need to run. It informs us on the commands that will be used and asks for a keypress... Press a key and the first dump begins.

IPB Image





IPB Image

It then waits 10 seconds and the second dump begins.

IPB Image

When the 2nd dump is complete, it will automatically compare the two files and if they're identical it will inform us and ask us for a folder name. Once we type it and press ENTER, it will create a folder with the name of our choice, then copies the two files (dump1.bin and dump2.bin) on that folder.

IPB Image

As we can see, it succeeded in doing so. smile.gif

Next step to JTAG city is...

__________

PATCH

I feel like I'm writing a novel  ;D

IMEGR: http://i39.tinypic.com/2jg4c60.jpg

In the Action Menu, we click on PATCH.

IMAGE: http://i41.tinypic.com/2cne3yx.jpg

That was easy, right? We're done here!!
NOTE: This step will fail if we haven't copied all the XBR versions in the XBR folder. (see installation instructions)
Now all that is left is write the patched XBR.bin to our NAND memory.


__________

WRITE

IMAGE: http://i43.tinypic.com/ndvbwy.jpg

In the Action menu, click on WRITE.


IMAGE: http://i40.tinypic.com/i1zleb.jpg

Click on XBR.


IMAGE: http://i40.tinypic.com/1y1hc3.jpg

AutoHacker does some checks. 3 requirements need to be met in order to let us write XBR to our NAND memory.

1) You need to have patched XBR.
2) You need to have a good NAND backup.
3) You need to have an exploitable CB.

If all of the requirements are met, it asks us for a keypress to continue writing the NAND (or else it will read some red text explaining why it won't let us and we'll be back to Action menu).

IMAGE: http://i44.tinypic.com/28l6dyd.jpg

Then it warns us that we're about to actually write our NAND. THIS IS OUR LAST CHANCE TO CANCEL. If you're sure we know what we're doing, click OK.

IMAGE: http://i44.tinypic.com/wh4kn.jpg

XBR gets written into NAND...

IMAGE: http://i39.tinypic.com/j8e782.jpg

And finally it prints NandPro's DebugLog.txt on screen so thet if we were away from our PC we can see if something went wrong and possible error messages. We press any key and we're back to the Action menu. All that is left is solder our JTAG wires/diodes and enjoy our XBOX360 the way it was meant to be! ;D ;D

Still a WIP, need to add instructions on erasing the nand and other write options...

This post has been edited by BadBloke: Apr 12 2010, 12:45 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Reply to this topicStart new topic
Replies
skyliner99
post Apr 8 2010, 11:24 PM
Post #2


X-S Member
*

Group: Members
Posts: 125
Joined: 15-July 08
Member No.: 385585



jtag, everyone doing it

great program
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Posts in this topic
BadBloke   Autohacker V2.1   Apr 8 2010, 03:03 PM
ste030   Good work !   Apr 8 2010, 03:08 PM
ristodesign   Looking good, will try this out! Any plans to...   Apr 8 2010, 11:31 PM
bonaparte2   Thanks!   Apr 8 2010, 11:50 PM
reddwarf   Tried it on a xenon, works great!!! (a...   Apr 9 2010, 01:22 AM
BadBloke   Thanks everyone. Looking good, will try this out...   Apr 9 2010, 01:57 AM
thesonandheir   This looks amazing, cant wait to try this out. A ...   Apr 9 2010, 02:07 AM
deilzfcjk   talk about spoon feeding. Thats all there is to it...   Apr 9 2010, 02:52 AM
reddwarf   talk about spoon feeding. Thats all there is to i...   Apr 10 2010, 03:44 PM
sektor1062   Yeah, but does it work on my up-to-date console ye...   Apr 9 2010, 03:17 AM
xmugen360   Yeah, but does it work on my up-to-date console y...   Apr 9 2010, 04:35 AM
fritoeata   Thanks so much! you are a credit to our scene,...   Apr 9 2010, 03:18 AM
Muzzakus   Still waitin for XBMC360.....   Apr 9 2010, 04:44 AM
InvidiousDemise   Sweet program! I'm sure this will come in...   Apr 9 2010, 04:51 AM
ydgmms   can i use a Xellous XBR with this? Like if I throw...   Apr 9 2010, 04:58 AM
rami1   Very informative tool, thanks! :luv:   Apr 9 2010, 10:52 PM
rami1   Liked the Commodore logo, remind me of some good t...   Apr 9 2010, 10:52 PM
whitey76   Not bitching, but just wondering if anyone has had...   Apr 9 2010, 07:08 AM
HeenHill   Been trying it out and seems like a good program. ...   Apr 9 2010, 08:04 AM
tense_lion   i only wish i had this last week. if for some reas...   Apr 9 2010, 08:23 AM
Yacker   Sounds like this just reads the entire nand. Woul...   Apr 9 2010, 06:19 PM
BadBloke   Yeah, but does it work on my up-to-date console y...   Apr 9 2010, 10:28 PM
cabb360   Great work on the program works great used it on 2...   Apr 10 2010, 05:29 PM
sonic88   Great work on the program works great used it on ...   Apr 10 2010, 11:44 PM
ZprivateZ   Jasper Arcade (256/512): 6723 or lower is Exploita...   Apr 10 2010, 05:53 PM
gamesquest1   im getting that too, was happy to see this, making...   Apr 10 2010, 11:44 PM
BadBloke   Don't worry guys, it is just a bug that is wor...   Apr 11 2010, 02:57 AM
danthaman673   I don't think using this app is a good idea un...   Apr 11 2010, 08:02 AM
BigSteel   I just used this on a Falcon and it worked perfect...   Apr 11 2010, 11:34 PM
ZprivateZ   I haven't had the chance to try this yet but n...   Apr 11 2010, 11:41 PM
BadBloke   AUTOHACKER V2.1 IS OUT   CHANGELOG: ============ ...   Apr 12 2010, 01:28 AM
danthaman673   AUTOHACKER V2.1 IS OUT   CHANGELOG: ============...   Apr 12 2010, 04:57 PM
BadBloke   Thankyou for your thoughfull reply, Might I say...   Apr 12 2010, 05:28 PM
danthaman673   You have a point about having two dumps full of z...   Apr 12 2010, 07:04 PM
dokworm   The rest you mention (shorter strings of 1...   Apr 13 2010, 01:06 AM
GOTitCUZiMODDED   Wow... you totally answered all my questions I had...   Apr 12 2010, 02:41 PM
numlockhome   Just dropping by to thank the author of this softw...   Apr 12 2010, 09:58 PM
ravihpa   This is FANTASTIC :D Awesome job dude. I recentl...   Apr 13 2010, 05:26 AM
BadBloke   This is FANTASTIC :D Awesome job dude. I recent...   Apr 13 2010, 10:31 PM
catchthabeat   I seem to get an error, "libusb0.dll not foun...   Apr 14 2010, 04:52 PM
BadBloke   libusbo.dll is a file used by NandPro. NandPro ne...   Apr 14 2010, 05:54 PM
catchthabeat   libusbo.dll is a file used by NandPro. NandPro n...   Apr 14 2010, 05:56 PM
ravihpa   Hi BadBloke, My friend was successful in applying...   Apr 14 2010, 11:36 PM
BadBloke   Well, the read failures have nothing to do with Au...   Apr 15 2010, 12:15 AM
ravihpa   Hi, I can COMPLETELY understand that this problem...   Apr 15 2010, 06:01 AM
BadBloke   One small question I would like you to answer, wh...   Apr 15 2010, 11:32 AM
EluZioN   JTAG + XBR = BOOT OK NO JTAG + XBR = FAIL JTAG + ...   Apr 16 2010, 08:27 AM
max19   Hello everyone, I'm new here, sorry about my...   Apr 15 2010, 08:34 PM
max19   Hello everyone, I'm new here, sorry about m...   Apr 15 2010, 10:19 PM
BadBloke   Why did you remove all the wires? I take it that ...   Apr 16 2010, 12:11 AM
max19   Why did you remove all the wires? I take it that ...   Apr 16 2010, 04:59 AM
rastaman108037   I like this program, but unfortunately it doesn...   Apr 16 2010, 03:14 PM
BadBloke   Slight Correction: JTAG + STOCK KERNEL = BOOT OK ...   Apr 17 2010, 11:37 AM
ravihpa   Hi BadBloke, Am back :) and it worked out AWESOME...   Apr 18 2010, 08:47 AM
ravihpa   Woohoo!!! Everything's PERFECT now...   Apr 18 2010, 04:47 PM
BadBloke   Arakon from xboxhacker suggested I reflash my 360...   Apr 19 2010, 02:25 AM
wooolF   Hey guys! First of all, GREAT tool! Seems...   Apr 20 2010, 02:47 PM
EluZioN   Hi Bad Bloke, Believe it or not, I can't get ...   Apr 24 2010, 04:19 AM
BadBloke   Sorry for the late response, guys :( I am unable...   Apr 26 2010, 01:53 AM
cartok   Hi I tried Autohacker severel times works perfect...   May 20 2010, 01:57 PM
BadBloke   Hi I tried Autohacker severel times works perfec...   May 22 2010, 09:07 PM
asapreta   It don't recognize a Zephyr 4558.   May 23 2010, 02:41 PM
omegastar   I have used this awesome tool to do a couple xenon...   May 24 2010, 12:56 AM
BadBloke   I have used this awesome tool to do a couple xeno...   May 24 2010, 04:14 PM
sfear2ugf   Sounds like bad wiring... If the KeyVault is ok -...   May 24 2010, 08:02 PM
BadBloke   Thanks for the help ok i have re flash once the x...   May 27 2010, 02:33 AM
sfear2ugf   Ok i well try what you have told me to do :D als...   Jun 1 2010, 07:18 AM
sfear2ugf   Did you erase the NAND at first? All of it? BB...   Jun 3 2010, 08:11 PM
sfear2ugf   hello yall im some what new i have jtag like 8 Xbo...   May 24 2010, 04:59 AM
omegastar   Key word was used ERASE! :evil:   Jun 3 2010, 08:48 PM
sfear2ugf   Key word was used ERASE! :evil: NOP Did ...   Jun 4 2010, 01:31 AM






Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 23rd May 2013 - 06:37 PM