When your profile is reset, it is becuase you went online and got banned (server connection). When you are console banned or profile banned, it is server sided, which means it's stored at Microsoft, not your Xbox 360 Console. Let's say you get Profile banned/reset. Your profile will connect to Xbox Live when signing in, and immediately before displaying any Friends, Messages, etc. it will check if you have been banned, and act accordingly. If your profile has been reset, when you try to re-earn those achievements, your gamerscore will not rise because when you signed in, a list of games is stored in cache everytime you sign in that will disallow you to earn gamerscore for that game. Needless to say, without reading all that up there, you cannot get around a reset; you can not get around a profile ban (at this time); and you can get around a console ban, replace the firmware on the 360. (InFeCtuS Chip)
Yea, it's the same Peaches. He cracked the Profile Tool, it was posted and removed. This should be removed. Topic Closed. (Someone remove the DL Link lmao...)
I made one already, if anyone wants it... lol Select a forum, it makes a new thread with whatever stuff you pick lol. Pointless though, it can't spam anything.
As of right now, the application doesn't collect any friends, nor half the 'My Details'. I have fixed as much 'My Details' as possible right now, and the Friends List is almost 100% done. I will release the Updater, so as everyone can use that to update, from the app. Topic Closed until application is completed, again.
Update is complete, use the app nao! I added support for checking if it's down and such. I am not going to collect news from the website anytime soon. I'm making sure everything in the app is updated and completed first. (Most of it's already completed, I'm going to update from using a webBrowser control to HttpWebRequest)
That code isn't system wide automatically. You have to loop it in a timer, constantly. Add a timer, put this code:
For i = 1 To 255
result = 0
result = GetAsyncKeyState(i)
If (result = -32767) Then
TextBox1.Text = (TextBox1.Text + Chr(i))
End If
Next i
in the timer.