cbox
- 
                Posts6582
- 
                Joined
- 
                Last visited
- 
                Days Won139
Content Type
Profiles
Forums
Downloads
Gaming News
Everything posted by iBotPeaches
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding Now re-dump your NAND. This time we shouldn't get any errors. Only do it twice this time. Try using Xell this time. You should have new Xell.
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding This is just an old freeBoot image. We need to switch you from XBR -> freeBOOT then worry about updating it.
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding Sent the image.
- 
	I'm not getting in trouble. gabe or mtw can post stuff.
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding Sorry. I'm trying to get to this.
- 
	Sager is expensive, but you might find a system there as everything has top of the line chips and graphic cards. Otherwise you just have to buy a brand and then wipe windows and re-install to get rid of all that bloatware.
- 
	Smack that.
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding Sorry busy tonight. I'll try tomorrow
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding kk. I'll get on to it tomorrow after work.
- 
	looolololl I love this.
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding Still can't use xbins. I think your running XBReboot, which is old as hell. So we have to make a switcher image that flashes you to freeBoot. Then we re-generate a new raw dump and use that one to update you. Get me these 2 please Kernel 9199 files (xbins /XBOX 360/development/freeBOOT/) freeBOOT v0.032 (xbins /XBOX 360/development/freeBOOT/)
- 
	You can find the perfect balance Some people do it too much then regret it. Everyone does whatever the hell they want when they want. Its cool like that, but enjoy the life outside of the internet.
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding kk. I got it. I'll build you a new freeBoot image to flash via Flash360.
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding kk. Those aren't going to work. Try booting Xell, it has to be there. Unplug the HDD, only have display, power and 1 control. Boot by clicking Eject on DVD drive. Try long hold on power. Try short hold on power. Try long hold on eject. We need that CPU key.
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding Grab me. Xellous v1.0 Xell Updater v1.0 Xell Reloaded v0.991
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding Yeah you could grab em. I don't know exactly where there located but grab the old versions of Xell or Xellous.
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding kk. I need the CPU key to fix the rest. We just have to figure out how to get it. Xbins is down for me right now, but I theres a tool in there we can use.
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding 
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding In Linux now. Will boot into Windows soon and do this. I got the file.
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding Its pretty secure. You loose those and someone can use your NAND. Probably get it banned in a few hours over a MW2 match, then your banned.
- 
	LIAM NEESON
- 
	My top 4. iRobot Pirates of the Carribean 1 Dark Knight Dark Knight Rises
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding ZIP those up and send them to me. ibotpeaches (at) gmail (dot) c0m
- 
	  JTAG Halo 2 won't load asks for an update then hangs.iBotPeaches replied to fattwam's topic in Modding kk. Time to find a bad block re-mapper. I don't know any of those. So I will need to Google.
- 
	  What exactly is a microsoft point generator?iBotPeaches replied to a 5argent's topic in General Discussion There fake. There just generated numbers. I wrote this in 2008 to make the codes. Someone told me the rules (I think its like no O or I, because they look like numbers and like there is never more than 2 numbers in a row). private string RandomString(int size=25) { //TEMP VARS StringBuilder builder = new StringBuilder(); Random random = new Random(); char ch; int num = 0; string cm; char N1 = (Convert.ToChar(Convert.ToInt32(73))); char N2 = (Convert.ToChar(Convert.ToInt32(79))); char N3 = (Convert.ToChar(Convert.ToInt32(111))); char N4 = (Convert.ToChar(Convert.ToInt32(105))); /* This handles the randomizing of Letters and Numbers * Only 2-9 are used * All Letters except O,o, I, i */ for (int i = 0; i < size; i++) { Random r1 = new Random(); check4: int r2 = r1.Next(1, 3); if (test == 0) //This makes sure the first one is a letter r2 = 2; switch (r2) { case 1: //Gen the Number //Make sure more than 2 numbers never happen if (num == 2) { num = 0; goto case 2; } Random r3 = new Random(); Thread.Sleep(r1.Next(1,5)); num++; //Make sure only numbers used twice cm = (Convert.ToString(r3.Next(2, 9))); builder.Append(cm); r2 = 2; break; case 2: //Gen the Character test = 1; ch = Convert.ToChar(Convert.ToInt32(Math.Floor(26 * random.NextDouble() + 65))); if ((ch == N1) | (ch == N2) | (ch == N3) | (ch == N4)) { goto check4; } else { builder.Append(ch); break; } } } return builder.ToString().ToUpper(); //Return the string }
- Create New...

 
         
					
						