Jump to content

cbox


iBotPeaches

Owner
  • Posts

    6582
  • Joined

  • Last visited

  • Days Won

    139

Everything posted by iBotPeaches

  1. 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.
  2. This is just an old freeBoot image. We need to switch you from XBR -> freeBOOT then worry about updating it.
  3. I'm not getting in trouble. gabe or mtw can post stuff.
  4. Sorry. I'm trying to get to this.
  5. 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.
  6. Smack that.
  7. Sorry busy tonight. I'll try tomorrow
  8. kk. I'll get on to it tomorrow after work.
  9. looolololl I love this.
  10. 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/)
  11. 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.
  12. kk. I got it. I'll build you a new freeBoot image to flash via Flash360.
  13. 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.
  14. Grab me. Xellous v1.0 Xell Updater v1.0 Xell Reloaded v0.991
  15. Yeah you could grab em. I don't know exactly where there located but grab the old versions of Xell or Xellous.
  16. 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.
  17. What mobo type is this thing?
  18. In Linux now. Will boot into Windows soon and do this. I got the file.
  19. 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.
  20. LIAM NEESON
  21. My top 4. iRobot Pirates of the Carribean 1 Dark Knight Dark Knight Rises
  22. ZIP those up and send them to me. ibotpeaches (at) gmail (dot) c0m
  23. kk. Time to find a bad block re-mapper. I don't know any of those. So I will need to Google.
  24. 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...