Wednesday, October 21, 2009

Bypass XLive in XBox or PC games

As some of us may know, many games (by Microsoft) lately require an XLive ID in order to allow saving

These 2 basic ways will enable you to be able to login in XLive without having to purchase the game. Either one should work fine

A)
1. Disconnect your internet connection
2. Create an Offline XLive ID
3. Enter game and use your offline ID (Regardless of internet connectivity)
4. Enjoy


B)
1. Download this file: http://www.sendspace.com/file/lr8qj9 or msg me so i can email it to you
2. Place the directory here: C:\Users\"Username"\AppData\Local\Microsoft\.
3. Run the game and logon to Windows Live with the username that's in the list.
4. Enjoy

I hold no responsibility whatsoever, in regards to any action, users of this information may proceed in

*-=[Discord]=-*

Friday, October 16, 2009

Save youtube videos in Chrome, Firefox and opera

1) Create a new bookmark and add this code in the address box.
----------------------------------------------------------------------------------
This code is for standard video quality

javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + swfArgs['video_id'] + "&l=" + swfArgs['l'] + "&sk=" + swfArgs['sk'] + '&fmt_map' + swfArgs['fmt_map'] + '&t=' + swfArgs['t'];

This code is for HD video quality where available

javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + swfArgs['video_id'] + "&fmt=22" + "&l=" + swfArgs['l'] + "&sk=" + swfArgs['sk'] + '&t=' + swfArgs['t'];
----------------------------------------------------------------------------------
2) Save the bookmark
----------------------------------------------------------------------------------
3) Open your favorite video in youtube and click the new bookmark button you just created. Voila! Now make sure you have an .flv player so you can play the Video.
----------------------------------------------------------------------------------
X) Convert the video to .mp3 with the "Convert FLV to MP3" program which can be found at: http://www.convertflvtomp3.com/
----------------------------------------------------------------------------------

Credits to Lawrence Albert, original code author