Xbox 360:Miscellaneous Information: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Removed mediafire links) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category: | [[Category:Xbox 360]] | ||
This stuff is kept here for archival purposes and may be moved to other pages in the future. | This stuff is kept here for archival purposes and may be moved to other pages in the future. | ||
==Links== | |||
[https://web.archive.org/web/20070103052751/http://research.microsoft.com:80/mlp/trueskill/Details.aspx How the TrueSkill Matchmaking system works] | [https://web.archive.org/web/20070103052751/http://research.microsoft.com:80/mlp/trueskill/Details.aspx How the TrueSkill Matchmaking system works] | ||
Line 8: | Line 8: | ||
[https://web.archive.org/web/20070125234138/http://www.xbox-scene.com:80/xbox1data/sep/EEFVyAAAuFzsesrMmN.php Info on the burnable Kiosk Disc] | [https://web.archive.org/web/20070125234138/http://www.xbox-scene.com:80/xbox1data/sep/EEFVyAAAuFzsesrMmN.php Info on the burnable Kiosk Disc] | ||
[https:// | [https://archive.org/details/xbox-360-first-teaser First teaser commercial] (name was not known at the time) | ||
[https://www.youtube.com/watch?v=xlSOAsLSYzE 22C3] | [https://www.youtube.com/watch?v=xlSOAsLSYzE 22C3] | ||
Line 20: | Line 20: | ||
[https://www.se7ensins.com/forums/threads/the-science-behind-exploited-hacked-consoles-how-a-jtag-rgh-works.1498827/ Info on each exploit type] | [https://www.se7ensins.com/forums/threads/the-science-behind-exploited-hacked-consoles-how-a-jtag-rgh-works.1498827/ Info on each exploit type] | ||
[ | [[:File:Xbox_360_IDA_Script_Bluebars_v0.1.rar|Bluebars IDA Script]] | ||
[ | [[:File:Xbox_360_IDA_PPCAltivec-v1.8.rar|IDA PPC Plugin]] | ||
==Notes== | ==Notes== | ||
Line 52: | Line 52: | ||
** Block access to settings | ** Block access to settings | ||
** Automate demo time (OFF/5MINS/10MINS/15MINS) | ** Automate demo time (OFF/5MINS/10MINS/15MINS) | ||
** Can access | ** Can access "Retailer Specific" images | ||
** (rumor) Block wireless controllers | ** (rumor) Block wireless controllers | ||
** Block exiting the demo disc | ** Block exiting the demo disc | ||
Line 65: | Line 65: | ||
* [https://mobile.twitter.com/TheModShopCO/status/1340282637429198848 Corona Motherboard SD Card Reader] | * [https://mobile.twitter.com/TheModShopCO/status/1340282637429198848 Corona Motherboard SD Card Reader] | ||
* Winchester has a resistor at R4P4 | * Winchester has a resistor at R4P4 | ||
* [ | * [https://weekendmodder.com/store/index.php?route=product/product&path=60&product_id=204 Add extra USB port to Trinity] | ||
* [ | * [https://github.com/kooscode/srgh-matrix-trinity Great RGH summary] | ||
* [ | * [https://discourse.world/h/2020/05/12/Protecting-and-Hacking-the-Xbox-360(Part-3) An even better in depth RGH summary] |
Latest revision as of 17:26, 20 September 2024
This stuff is kept here for archival purposes and may be moved to other pages in the future.
Links
How the TrueSkill Matchmaking system works
Info on the burnable Kiosk Disc
First teaser commercial (name was not known at the time)
2008 Google Talk - The Xbox 360 Security System and Weaknesses
Notes
- RGH 1.2 uses PLL instead of IC2 to slow clock; RGH 2 glitches before eFuse check
- ABGX does hash checks on ISOs
- Using this command will make a debug build bootable on JTAG/RGH:
xextool.exe -rm -md default.xex > default_dev.xex
OR use x360gamehack 6.3 by xorloser - NTFS and exfat not supported on Xbox 360
- The only option for Corona v2/v4 for dumping the NAND is the SD card method
- To fix a sidecar that had a bad FPGA flash (red ring), remove the sidecar. launch Xbox360 Command Prompt, turn the XDK on, set the XDK to default in Neighborhood, plug the DVDEMU port on the sidecar into your PC via USB, enter
xkd /i:0
, followed byy
. It will write all 46 blocks and reboot when completed. - List of known certified developer networks:
- CertNet
- GSM
- int2
- Int2Net
- Int2Net(NULL_AES)
- PartnerNet
- ProductionNet
- StressNet1
- StressNet2
- TestNet
- TestNet(NULL_AES)
- TestNetMain
- TestNetShip
- VintNet
- VinNet
- Medusa is a device that connects to Xbox 360 Kiosks to:
- Block access to Xbox LIVE
- Block access to settings
- Automate demo time (OFF/5MINS/10MINS/15MINS)
- Can access "Retailer Specific" images
- (rumor) Block wireless controllers
- Block exiting the demo disc
- Recommended chips for RGH
- Xenon/Zephyr/Trinity/Corona - Ace v3
- Falcon - Revc or Matrixx
- Jasper/Kronos - Revc
- GTA5 disc 2 shouldn’t be installed to hard drive as it causes pop in issues
- Open hardware: https://github.com/Element18592?tab=repositories
- Viper, Demon, and Trident dual/tri NANDs
- Arduino based NAND flasher: https://github.com/ianling/xbox360-arduino-flasher/blob/teensy/XSPI.cpp
- Corona Motherboard SD Card Reader
- Winchester has a resistor at R4P4
- Add extra USB port to Trinity
- Great RGH summary
- An even better in depth RGH summary