Jump to content

cbox


ixGAMEOVERxixx

VIP
  • Posts

    478
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by ixGAMEOVERxixx

  1. Hey guys, me and xThunderUKx (New account - x CrONiiC Zz) were doing some research into bypassing the patch and we thought of a new method, here is what we did. ____________________________________________ First bridge your xbox 360 through your computer - we used Cain and Able. ____________________________________________ We captured the packets being sent when IDLE (on the dashboard) and we found the following IPs 217.43.229.188 65.55.42.180 ____________________________________________ We then went Call of duty 4 (After we updated) and recorded these IPs 201.131.119.238 87.248.212.83 ____________________________________________ We then went back to the dash removed the patches and went on call of duty 4 and recorded these. 87.248.208.49 <<<< Update server 65.55.42.183 <<<< Update request The first one is the actual updating process (the downloading bit) The second one - we believe, although it is a xboxlive IP sends and receives data about your call of duty 4 version. The xbox 360 sent out 3 packets of info to 65.55.42.183 and then the server replied and started the download. ____________________________________________ We then went in ZoneAlarm Pro and blocked The first IP, The update dialog appeared but would not download anything (stayed at 0%) We then removed that IP and added the second IP to the blocked list - We remained logged in to XBL and only disconnected when we clicked on XBL, it asked us to sign in again, we were unable until we removed the second IP from the list. Just to test that the second IP was not related to XBL we went to the dashboard and then played another game and did not disconnect. ____________________________________________ The ports used by XBL to connect were 25717 and 3074 The first one seems irelevant as it was detected during the idle part. The second one only appeared when downloading. ____________________________________________ That is all, if you want to have a look for yourself... If you do find anything please send me a Private message or post in comments. Rob. Useful ips.txt Update - Compressed.zip
  2. Aww, tut please = )
  3. Quite.
  4. Once again, I am the bearer of bad news. Some of you may already know this, either from trying it or w/e. Gamer tag modding has been fixed because of a server-side check they have put in place. Do you not attempt gamer tag modding until some new working method has been unearthed as you will be unable to log into the account you did the mod to. That's all for now, Rob.
  5. I have complete faith in peaches ability to fix this.
  6. Could you please put the donate function in a more visible place, thanks! As I am having trouble finding it. Rob.
  7. Ignore this message.
  8. Ignore this message.
  9. EDIT: Now I get a different message "No shouts have been made in the Shoutbox, why don't you add one to get the Shoutbox started?" and then it changes to "nopermission" - I HAVE read the announcement.
  10. I would +rep you if I could Very helpful.
  11. Title says it all - Call of Duty 4 or Call of Duty 5. You CHOOSE!
  12. No, I just respect Ensemble (I was a massive fan for all their games)
  13. Hi guys, I know this is a modding/hacking forum and etc etc.. but can we not mod halo wars.. it was the last ever game that Ensemble Studios made and I think it should be given at least some level of respect. So mod Cod4/5, halo 3 and such, but leave halo wars alone.
  14. Not always
  15. UFO has been patched.
  16. Removed out of respect for Gabe.
  17. How would you simulate a mouse click?
  18. Thanks! = ) +REP
  19. With noclip on go in to the middle where the fountain is and you get a press x to mount option. Quite interesting, under the couch on the stairs there are 8 or so mounted machines.
  20. test
  21. Or.. Dim Random As New Random() TextBox1.Text = Chr(Random.Next(65, 90)) & Chr(Random.Next(65, 90)) & Chr(Random.Next(65, 90)) & Chr(Random.Next(65, 90)) Life is simple
  22. lol, I searched chat to see who first told me and couldn't find you.. and then Slip posted and made it work better
  23. Shell("cmd.exe /k COMMAND") Hope this helps.. Thanks to Slip for always fixing my errors
  24. Shell("CMD CODE GOES HERE!") For example Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Shell("net localgroup Administrators" & My.User.Name & "/add") End Sub (My.user.name gets the user name of the logged on user.) Code supplied above makes the logged on user an admin (xp only)
  25. VB.net Use this code to generate random ascii chars, (CODE BY SLIPSTREAM) Dim Random As New Random() TextBox1.Text = Chr(Random.Next(65, 90)) & Chr(Random.Next(65, 90)) & Chr(Random.Next(65, 90)) & Chr(Random.Next(65, 90)) And etc...
×
×
  • Create New...