Page 9 of 18 FirstFirst ... 6789101112 ... LastLast
Results 81 to 90 of 179

Thread: Xbox Soft-Mod Tutorial

  1. #81
    Originally posted by ttttttttt@11 February 2004 - 23:28
    yet another problem.


    when i put in the ftp, username, password and port it doesnt work, what am i missing here!!!
    tell me exactly what you have done leading up to that point...and i'll try and help ya out
    I got Booted from Xbox Scene Forum...Proud??...You Betcha!!

  2. Guides and Tutorials   -   #82
    k first i install audio hack normally then I un-installed it to see what happens, next i tryed ti re-install it and it gave me an error that said error (line 1) actionscript error.



    Morden said that ineed to ftp my box and change a few files


    so i used the method u posted


    ftp 198.168.0.3
    xbox, xbox , prot 21


    I used crossover cables, but whn i connect i get error that says i could nt connect.
    I have Mordens Audio Hack PLEZ stop emailing me

  3. Guides and Tutorials   -   #83
    Ok my bad...u need to make a few alterations to the mxm.xml file contained within the BondSave.zip .
    ...........then hopefully your PC and Xbox will be able to talk to each other....

    So before u go any further..go into your Xbox and remove the Bondsave from the Memory section (and also the MediaX entry at the bottom)...Copy the code below into mxm.xml within your Bondsave.zip (remove all the code from mxm.xml first, so u have a blank page)....then stick it back on your memory card...put it onto the Xbox...boot 'AgentunderFire'....Then i promise you will be able to FTP to that blasted Xbox...After that follow Mordens advice about what to remove off (E) drive.......



    <Config>
    <Main>
    <DiscTitle>Media X Menu</DiscTitle>
    </Main>
    &#60;scripts>
    <ActionScript name="AutoExec">
    Set _GAMESAVE "E:&#092;&#092;Udata&#092;&#092;4541000d&#092;&#092;000000000000&#092;&#092;"
    SETFUNC installed FILEEXISTS e:&#092;Morden&#092;install.loc
    If %installed% == 1 goto Installed
    Quit
    :Installed
    SETFUNC dbhacked FILEEXISTS E:&#092;Morden&#092;hack.loc
    If %dbhacked% == 1 goto finish
    delete E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.or
    SETFUNC dbexist FILEEXISTS E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db
    If %dbexist% == 0 goto nope
    RENAME E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.or
    :nope
    COPY E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.hk E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db
    callscript CreateLock E:&#092;Morden&#092;hack.loc
    :finish
    </ActionScript>

    <ActionScript name="GameStub">
    SETFUNC dbhacked FILEEXISTS E:&#092;Morden&#092;hack.loc
    If %dbhacked% == 0 goto finish
    delete E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db
    SETFUNC dbexist FILEEXISTS E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.or
    If %dbexist% == 0 goto del
    Copy E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.or E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db
    :del
    delete E:&#092;Morden&#092;hack.loc
    :finish
    </ActionScript>

    <ActionScript name="InstallPack">
    SETFUNC installed FILEEXISTS e:&#092;Morden&#092;install.loc
    If %installed% == 1 goto There
    Callscript _DisplayMessageBox "Are you sure you wish to install the Audio package?&#036;eol&#036;Press the green button to continue, any other to abort."
    If %_GP_A% == "1" GOTO APRESSED
    Quit

    :APRESSED
    MkDir E:&#092;PBL
    COPY %_GAMESAVE%boot.cfg E:&#092;PBL&#092;boot.cfg
    COPY %_GAMESAVE%bg.jpg E:&#092;PBL&#092;bg.jpg
    COPY %_GAMESAVE%font.jpg E:&#092;PBL&#092;font.jpg
    COPY %_GAMESAVE%phoenix2d_logo1.jpg E:&#092;PBL&#092;phoenix2d_logo1.jpg
    COPY %_GAMESAVE%default.xbe E:&#092;PBL&#092;P.xbe
    MkDir E:&#092;PBL&#092;Bioses
    COPY %_GAMESAVE%Audio&#092;*.bin E:&#092;PBL&#092;Bioses
    MkDir E:&#092;mxm
    COPY %_GAMESAVE%mxm&#092;mxm.xml e:&#092;mxm&#092;mxm.xml
    COPY %_GAMESAVE%mxm&#092;default.xbe e:&#092;mxm&#092;default.xbe
    COPY %_GAMESAVE%mxm&#092;BIOSMD5.xml e:&#092;mxm&#092;BIOSMD5.xml
    COPY %_GAMESAVE%mxm&#092;quote.txt e:&#092;mxm&#092;quote.txt
    COPY %_GAMESAVE%mxm&#092;BiosMenu.xas e:&#092;mxm&#092;BiosMenu.xas
    COPY %_GAMESAVE%Audio&#092;menu.xml e:&#092;mxm&#092;menu.xml
    SETFUNC pref FILEEXISTS e:&#092;Udata&#092;00004321&#092;pref.xml
    If %pref% == 1 goto nopref
    COPY %_GAMESAVE%Audio&#092;pref.xml e:&#092;Udata&#092;00004321&#092;pref.xml
    :nopref
    SETFUNC dbexists FILEEXISTS E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db
    If %dbexists% == 0 goto dbnotexist
    RENAME E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.or
    :dbnotexist
    COPY %_GAMESAVE%Audio&#092;st.db E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db
    COPY %_GAMESAVE%Audio&#092;st.db E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.hk
    MkDir E:&#092;Morden
    callscript CreateLock E:&#092;Morden&#092;lock.loc
    callscript CreateLock E:&#092;Morden&#092;hack.loc
    callscript CreateLock E:&#092;Morden&#092;install.loc
    Callscript _DisplayMessageBox "The package has been installed&#33;"
    Quit
    :There
    Callscript _DisplayMessageBox "Package is already installed&#33;"
    </ActionScript>

    <ActionScript name="RemovePack">
    SETFUNC installed FILEEXISTS e:&#092;Morden&#092;install.loc
    If %installed% == 0 goto NotThere
    Callscript _DisplayMessageBox "Are you sure you wish to remove the Audio package?&#036;eol&#036;Press the green button to continue, any other to abort."
    If %_GP_A% == "1" GOTO Cont
    Quit

    :Cont
    Delete E:&#092;PBL&#092;bg.jpg
    Delete E:&#092;PBL&#092;font.jpg
    Delete E:&#092;PBL&#092;boot.cfg
    Delete E:&#092;PBL&#092;phoenix2d_logo1.jpg
    Delete E:&#092;PBL&#092;p.xbe
    Delete E:&#092;Morden&#092;lock.loc
    Delete E:&#092;Morden&#092;install.loc
    Delete E:&#092;PBL&#092;Bioses&#092;4979_67.bin
    Delete E:&#092;PBL&#092;Bioses&#092;EvoxM7.bin
    Delete E:&#092;mxm&#092;mxm.xml
    Delete E:&#092;mxm&#092;default.xbe
    Delete E:&#092;mxm&#092;BIOSMD5.xml
    Delete E:&#092;mxm&#092;menu.xml
    Delete E:&#092;mxm&#092;cache_menu.xml
    Delete e:&#092;mxm&#092;quote.txt
    Delete e:&#092;mxm&#092;BiosMenu.xas
    RmDir E:&#092;PBL&#092;Bioses
    RmDir E:&#092;PBL
    RmDir E:&#092;mxm
    SETFUNC dbexists FILEEXISTS E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.or
    If %dbexists% == 0 goto dbnotexist
    SETFUNC dbhacked FILEEXISTS E:&#092;Morden&#092;hack.loc
    If %dbhacked% == 0 goto dbnothacked
    delete E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db
    RENAME E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.or E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db
    goto finish

    :dbnothacked
    delete E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.or
    goto finish

    :dbnotexist
    Delete E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db

    :finish
    Delete E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.hk
    RmDir E:&#092;Tdata&#092;fffe0000&#092;music&#092;1499ec
    Delete E:&#092;Morden&#092;hack.loc
    RmDir E:&#092;Morden
    Callscript _DisplayMessageBox "The package has been removed&#33;"
    Quit

    :NotThere
    Callscript _DisplayMessageBox "Package is not installed&#33;"
    </ActionScript>

    <ActionScript name="RefreshDB">
    SETFUNC installed FILEEXISTS e:&#092;Morden&#092;install.loc
    If %installed% == 0 goto NotThere
    Callscript _DisplayMessageBox "Are you sure you wish to reinstall the ST.db?&#036;eol&#036;Press the green button to continue, any other to abort."
    If %_GP_A% == "1" GOTO Cont
    Quit

    :Cont
    SETFUNC dbhacked FILEEXISTS E:&#092;Morden&#092;hack.loc
    If %dbhacked% == 1 goto dbhacked
    delete E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.or
    RENAME E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.or
    goto finish

    :dbhacked
    delete E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db

    :finish
    COPY E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.hk E:&#092;Tdata&#092;fffe0000&#092;music&#092;st.db
    callscript CreateLock E:&#092;Morden&#092;hack.loc
    Callscript _DisplayMessageBox "The ST.DB has been reinstalled&#33;"
    Quit

    :NotThere
    Callscript _DisplayMessageBox "Package is not installed&#33;"
    </ActionScript>

    <ActionScript name="CreateLock">
    openwrite lockfile %1%
    writefile lockfile "lock"
    closefile lockfile
    </ActionScript>

    <ActionScript name="LaunchWithBios">
    rename e:&#092;pbl&#092;boot.cfg e:&#092;pbl&#092;boot.org
    OpenWrite bootfile e:&#092;pbl&#092;boot.cfg
    WriteFileLn bootfile "RC4Key 0x57 0x42 0x29 0x0C 0x30 0x1E 0xD3 0x01 0xB3 0xE5 0x5D 0x28 0x50 0x31 0xE1 0xCE"
    WriteFileLn bootfile "EEPROMKey1_0 0x2A 0x3B 0xAD 0x2C 0xB1 0x94 0x4F 0x93 0xAA 0xCD 0xCD 0x7E 0x0A 0xC2 0xEE 0x5A"
    WriteFileLn bootfile "EEPROMKey1_1 0x1D 0xF3 0x5C 0x83 0x8E 0xC9 0xB6 0xFC 0xBD 0xF6 0x61 0xAB 0x4F 0x06 0x33 0xE4"
    WriteFileLn bootfile "LEDSequence gggg"
    WriteFileLn bootfile "Romfile %2%"
    WriteFileLn bootfile "Timeout 300000"
    WriteFileLn bootfile "Debug false"
    CloseFile bootfile
    openread QUOTEFILE e:&#092;mxm&#092;quote.txt
    readfileln QUOTEFILE QUOTE
    closefile QUOTEFILE
    OpenWrite autoexec e:&#092;mxm&#092;autoexec.xas
    WriteFileLn autoexec "delete e:&#092;&#092;pbl&#092;&#092;boot.cfg"
    WriteFileLn autoexec "rename e:&#092;&#092;pbl&#092;&#092;boot.org e:&#092;&#092;pbl&#092;&#092;boot.cfg"
    WriteFileLn autoexec "Delete e:&#092;&#092;mxm&#092;&#092;autoexec.xas"
    SetFunc EXEVAR Replace "&#092;&#092;" "&#092;&#092;&#092;&#092;" %1%
    WriteFileLn autoexec "Exec %QUOTE%%EXEVAR%%QUOTE%"
    CloseFile autoexec
    exec e:&#092;pbl&#092;p.xbe
    </ActionScript>

    <ActionScript name="EnableGamestub">
    SETFUNC installed FILEEXISTS e:&#092;Morden&#092;install.loc
    If %installed% == 0 goto NotThere
    SETFUNC entry FILEEXISTS %_GameDir%&#092;MXM_Entry.xml
    If %entry% == 1 goto xmlexists
    CallScript _DisplayMessageBox "Are you sure you wish to enable the gamestub for this Game?&#036;EOL&#036;Press green to continue, and other button to abort."
    If %_GP_A% == "1" GOTO Cont
    Quit

    :Cont
    openread QUOTEFILE e:&#092;mxm&#092;quote.txt
    readfileln QUOTEFILE QUOTE
    closefile QUOTEFILE
    OpenWrite myfile %_GameDir%&#092;MXM_Entry.xml
    WritefileLn myfile "&#036;lt&#036;config&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;item&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;descr&#036;gt&#036;Gamestub Enabled&#036;lt&#036;/descr&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;description&#036;gt&#036;Gamestub Enabled&#036;lt&#036;/description&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;title&#036;gt&#036;%_GameTitle%&#036;lt&#036;/title&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;xbeid&#036;gt&#036;%_GameXBEID%&#036;lt&#036;/xbeid&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;verified&#036;gt&#036;%_GameVerified%&#036;lt&#036;/verified&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;dir&#036;gt&#036;%_GameDir%&#036;lt&#036;/dir&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;media&#036;gt&#036;%_GameMedia%&#036;lt&#036;/media&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;thumbnail&#036;gt&#036;%_GameThumbnail%&#036;lt&#036;/thumbnail&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;exe&#036;gt&#036;%_GameExe%&#036;lt&#036;/exe&#036;gt&#036;"
    setfunc tempvar replace "&#092;&#092;" "&#092;&#092;&#092;&#092;" %_GameExe%
    WritefileLn myfile "&#036;lt&#036;action&#036;gt&#036;CallScript Gamestub&#036;eol&#036;Exec %Quote%%tempvar%%QUOTE%&#036;lt&#036;/action&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;/item&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;/config&#036;gt&#036;"
    CloseFile myfile
    CallScript _DisplayMessageBox "The GameStub has been enabled for this Game.&#036;EOL&#036; The system will now reboot and rebuild your menus."
    ResetMenuCache
    Reboot
    :xmlexists
    CallScript _DisplayMessageBox "An MXM_Entry.xml already exists for this item. Aborting&#33;"
    quit
    :NotThere
    Callscript _DisplayMessageBox "Package is not installed&#33;"
    </ActionScript>

    <ActionScript name="RemoveMXMEntry">
    SETFUNC installed FILEEXISTS e:&#092;Morden&#092;install.loc
    If %installed% == 0 goto NotThere
    SETFUNC entry FILEEXISTS %_GameDir%&#092;MXM_Entry.xml
    If %entry% == 0 goto xmlnotexists
    CallScript _DisplayMessageBox "Are you sure you wish to disable the gamestub or custom BIOS&#39;s for this item?&#036;EOL&#036;Press green to continue, and other button to abort."
    If %_GP_A% == "1" GOTO Cont
    Quit

    :Cont
    delete %_GameDir%&#092;MXM_Entry.xml
    CallScript _DisplayMessageBox "The MXM_Entry.xml has been removed for this item.&#036;EOL&#036; The system will now reboot and rebuild your menus."
    ResetMenuCache
    Reboot
    :xmlnotexists
    quit
    :NotThere
    Callscript _DisplayMessageBox "Package is not installed&#33;"
    </ActionScript>

    <ActionScript name="PickBIOS">
    SETFUNC installed FILEEXISTS e:&#092;Morden&#092;install.loc
    If %installed% == 0 goto NotThere
    openread QUOTEFILE e:&#092;mxm&#092;quote.txt
    readfileln QUOTEFILE QUOTE
    closefile QUOTEFILE
    SETFUNC entry FILEEXISTS %_GameDir%&#092;MXM_Entry.xml
    If %entry% == 1 goto xmlexists
    CallFile BiosMenu.xas
    If %_BIOSFILE% == "" goto endhere
    OpenWrite myfile %_GameDir%&#092;MXM_Entry.xml
    WritefileLn myfile "&#036;lt&#036;config&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;item&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;descr&#036;gt&#036;BIOS Enabled&#036;lt&#036;/descr&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;description&#036;gt&#036;BIOS Enabled&#036;lt&#036;/description&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;title&#036;gt&#036;%_GameTitle%&#036;lt&#036;/title&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;xbeid&#036;gt&#036;%_GameXBEID%&#036;lt&#036;/xbeid&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;verified&#036;gt&#036;%_GameVerified%&#036;lt&#036;/verified&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;dir&#036;gt&#036;%_GameDir%&#036;lt&#036;/dir&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;media&#036;gt&#036;%_GameMedia%&#036;lt&#036;/media&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;thumbnail&#036;gt&#036;%_GameThumbnail%&#036;lt&#036;/thumbnail&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;exe&#036;gt&#036;%_GameExe%&#036;lt&#036;/exe&#036;gt&#036;"
    setfunc tempvar replace "&#092;&#092;" "&#092;&#092;&#092;&#092;" %_GameExe%
    WritefileLn myfile "&#036;lt&#036;action&#036;gt&#036;CallScript LaunchWithBios %Quote%%tempvar%%QUOTE% %_BIOSFILE%&#036;lt&#036;/action&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;/item&#036;gt&#036;"
    WritefileLn myfile "&#036;lt&#036;/config&#036;gt&#036;"
    CloseFile myfile
    CallScript _DisplayMessageBox "The Evox BIOS has been enabled for this Game.&#036;EOL&#036; The system will now reboot and rebuild your menus."
    ResetMenuCache
    Reboot
    :xmlexists
    CallScript _DisplayMessageBox "An MXM_Entry.xml already exists for this item. Aborting&#33;"
    :endhere
    quit
    :NotThere
    Callscript _DisplayMessageBox "Package is not installed&#33;"
    </ActionScript>
    </Scripts>
    <Context>
    <Item Name="Dummy1">
    <Mode>HD</Mode>
    &#60;script>TestScript</Script>
    </Item>
    <Item Name="Dummy2">
    <Mode>HD</Mode>
    &#60;script>TestScript</Script>
    </Item>
    <Item Name="Dummy3">
    <Mode>HD</Mode>
    &#60;script>TestScript</Script>
    </Item>
    <Item Name="Enable GameStub">
    <Mode>HD</Mode>
    &#60;script>EnableGamestub</Script>
    </Item>
    <Item Name="Set Custom Bios">
    <Mode>HD</Mode>
    &#60;script>PickBios</Script>
    </Item>
    <Item Name="Remove Gamestub/Bios Settings">
    <Mode>HD</Mode>
    &#60;script>RemoveMXMEntry</Script>
    </Item>
    </Context><Network>
    <UseDHCP>false</UseDHCP>
    <IP>192.168.0.3</IP>
    <DNS1>0.0.0.0</DNS1>
    <DefaultGateway>0.0.0.0</DefaultGateway>
    <SubnetMask>255.255.255.0</SubnetMask>
    </Network><FTPServer>
    <ServerPort>21</ServerPort>
    <AllowAnon>False</AllowAnon>
    <AnonRoot>F:&#092;</AnonRoot>
    <User>
    <Name>xbox</Name>
    <Password>xbox</Password>
    <Root>&#092;</Root>
    </User>
    </FTPServer>
    </Config>





    Just open up mxm.xml and delete everything in it....then copy and paste the info above into that same document (u can see the xbox ftp details at the bottom there).......Good Luck&#33;&#33;&#33;
    I got Booted from Xbox Scene Forum...Proud??...You Betcha&#33;&#33;

  4. Guides and Tutorials   -   #84
    Originally posted by ttttttttt@12 February 2004 - 05:23
    k first i install audio hack normally then I un-installed it to see what happens, next i tryed ti re-install it and it gave me an error that said error (line 1) actionscript error.



    Morden said that ineed to ftp my box and change a few files


    so i used the method u posted


    ftp 198.168.0.3
    xbox, xbox , prot 21


    I used crossover cables, but whn i connect i get error that says i could nt connect.
    In reply to that m8...........I did exaclty the same thing first time...and kept getting the &#39;action script error 1...&#39; , Morden told me that when i had tried to un-install the exploit, it didnt remove everything........so i ftp&#39;ed in to my xbox and deleted everything in (E) drive relating to the Morden hack.............Honestly m8 from having all the equipment in front of me to actually playing games on an exploited Xbox took around 30mins...........U can do it&#33;&#33;&#33;
    I got Booted from Xbox Scene Forum...Proud??...You Betcha&#33;&#33;

  5. Guides and Tutorials   -   #85
    omg i am so stupid, u got to have phoinx runing on the xbox dont u
    I have Mordens Audio Hack PLEZ stop emailing me

  6. Guides and Tutorials   -   #86
    Originally posted by ttttttttt@12 February 2004 - 14:31
    omg i am so stupid, u got to have phoinx runing on the xbox dont u
    ?&#33;?&#33;?&#33;?
    I got Booted from Xbox Scene Forum...Proud??...You Betcha&#33;&#33;

  7. Guides and Tutorials   -   #87
    mxm



    i said phoinx cuss thats the bios
    I have Mordens Audio Hack PLEZ stop emailing me

  8. Guides and Tutorials   -   #88
    1) how do i find out my Xbox dash version

    and

    2) can i just rent out a copy of agent under fire or does it have 2 be a certain version of the game.

    thanx

  9. Guides and Tutorials   -   #89
    i think iv found out dat its version 4034, will it still work with dis version dashboard?

  10. Guides and Tutorials   -   #90
    Q. How do I find out what Version of Dashboard I have?
    A. Power up your Xbox, Goto Settings, System Info, then wait for the Microsoft information to scroll down. At the bottom you will see something like this:
    K:1.00.4817.01
    D.1.00.XXXX.01
    XXXX is your Dashboard version.
    If 4034 is your Dashboard version then all u need is to grab a game that is Live 1.0 enabled (not 2.0..1.0)...a few of the titles i can think of, Star Wars KOTOR (this is the game i updated with), Mechassault and any game Pre-September 2003 (but dont quote me on that). This will Update your Dash to 4920..and ready for the Audio Hack&#33;&#33;&#33;&#33;

    You could rent a copy of 007 AUF, but make sure its not the Platinum version, because i&#39;m pretty certain this has been patched by Microsoft&#33;&#33;
    Your best bet is to have a look in the 2nd hand Game department of your local videogame stockist (thats where i found my copy for about £15.00)...Good luck&#33;&#33;

    One way to spot an older UK version of 007 is to take a look at the front cover...if it has a black sillhoeute of James Bond you&#39;ve got the right one....Later patched versions have an actual picture of Pierce Brosnan on the cover (sad that i&#39;ve notcied this...but true&#33;&#33
    I got Booted from Xbox Scene Forum...Proud??...You Betcha&#33;&#33;

Page 9 of 18 FirstFirst ... 6789101112 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •