Since our last Release's of the Beta's we have improved Project Infinity Massively we now have a Fully working Game adder and Achievement Unlocker (VIP Only) Which Currently has 254 Game's Available and will be updated Regulary Our Fatx Hdd Viewer has been Improved Allot, More Modding tools Have also been Added such as Grand Theft Auto 4 tool and Our GUI has Also been Upgraded since the Betas Making it look Very Attractive and Easy to use Here are a Few Screen shots of the tool. Screen Shots: http://img3.imageshack.us/img3/6939/69577844.png http://img300.imageshack.us/img300/7161/66672491.png http://img222.imageshack.us/img222/9973/15643406.png http://img3.imageshack.us/img3/7509/capturebf.png The Reason for there Being 2 Downloads is 1 is for VIP User's it Contains all of the Games for the game adder and the other is for Normal User's who do not need the Games Folder! So a Big Thank you to all the people who have Worked on Project Infinity over the past week's Bug Reports - XBLHackers And any Suggestions Here Suggestions - XBLHackers Download link (In Attachment, VIP- Link below) http://www.xblhackers.com/forum/attachments/official-releases/118d1262568360-project-infinity-rc1-release-project-infinity-rc1-vip-.rar Had to link the VIP version of the app from xblhackers because it was to big to be uploaded in the attachment Thanks XBLHackers Admin Team -Tagknife -SOLiiiDuS -EkliiPzE -Nero Project Infinity Team -QuickKill0 -Superaison -xXxStevenxXx -Nickcas Project Infinity RC1.rar
New Update ETA 26/12/09 Info: After many Upgrades on the Application we have Decided to make the Achievement Unlocker and Game adder VIP Only the new Release of the Tool Brings a Full Function Gameadder and Achievement unlocker allot better than the Older Builds the Fatx HDD Viewer has had a massive Update on the tool And is one of the Best HDD Viewers out there for Free. More Info will be posted Very soon. Screen Shots: STFS Tool http://h1.ripway.com/tagknife/Capture.PNG http://img36.imageshack.us/img36/7982/stfstool2.png http://img20.imageshack.us/img20/8386/stfstool3.png FATX Tool http://img188.imageshack.us/img188/6554/fatxupdate.png http://img691.imageshack.us/img691/7232/fatxupdate2.png Achivement Tool http://img192.imageshack.us/img192/6900/cheveunlocker.png http://img192.imageshack.us/img192/9199/gameadder.png Save Editors http://img20.imageshack.us/img20/6704/gtatool.png http://img188.imageshack.us/img188/3020/saveediors.png
1.) Create an Textbox and an Picturebox big enought for your avatar. 2.) Create a button and code it with this this.pictureBox1.ImageLocation = "http://avatar.xboxlive.com/avatar/" + this.textBox1.Text + "/avatar-body.png"; 3.) If You like to create a save button do so name it save then enter this as the code SaveFileDialog dialog = new SaveFileDialog();
dialog.Filter = "PNG Image|*.png|JPEG Image|*.jpg|GIF Image|*.gif";
if (dialog.ShowDialog() == DialogResult.OK)
{
this.pictureBox1.Image.Save(dialog.FileName);
} 4.)Now your done ! I will include an project source This tut was brought to you by xXxStevenxXx of Blueshadowz Link below on next post
1.) Let's start by creating a new C# Windows Application ( File -> New -> Project -> Windows Application ). Name the project What ever you like. 2.) Put this at the using method using System.Net; 3.) Make an TextBox Anywhere in the Form 4.) Double click the Form1 And it should take you to private void Form1_Load And add the following Code //Get the host
string myHost = System.Net.Dns.GetHostName();
// Get the IP
string myIP = System.Net.Dns.GetHostByName(myHost).AddressList[0].ToString();
// Show IP
this.textBox2.Text = (myIP); Your Done! Build it and it will show your IP I will add An Source Project Need a Tut Written in C#? Feel free to ask me This tut was brought to you by xXxStevenxXx of Blueshadowz IP.rar
File Name: Avatar Color Editor File Submitter: xXxStevenxXx File Submitted: 07 Nov 2009 File Updated: 07 Nov 2009 File Category: Xbox 360 Programs Author: xXxStevenxXx Version: 1 Hello guys Ive finish up my Avatar Color Editor and is ready for people to test. Ive done had some testor and they said it worked fine. Please pay the respect and Dont flame. Click here to download this file