Help - Search - Members - Calendar
Full Version: Scripting Help...
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official UnleashX Forum
coltxL2717
I am using this script in evo-x to uninstall my font exploit and install the audio exploit and vice versa.

QUOTE
[Action_12]

Info "Deactivate Fonts"
Warning "Activate Audio and Turn off Font?"
Progress "Turning On Audio Exploit..."
rename "c:\fonts\Bert.xtf" "c:\fonts\Bert.bak"
rename "c:\fonts\Ernie.xtf" "c:\fonts\Ernie.bak"
rename "c:\fonts\XBox Book.bak" "c:\fonts\XBox Book.xtf"
rename "c:\fonts\Xbox.bak" "c:\fonts\Xbox.xtf"
rename "c:\Bert.xtf" "c:\Bert.bak"
rename "c:\Ernie.xtf" "c:\Ernie.bak"
rename "c:\XBox Book.bak" "c:\XBox Book.xtf"
rename "c:\Xbox.bak" "c:\Xbox.xtf"
rename "e:\tdata\fffe0000\music\st.db" "e:\tdata\fffe0000\music\st.org.db"
rename "e:\tdata\fffe0000\music\st.hack.db" "e:\tdata\fffe0000\music\st.db"

[Action_13]

Info "Reactivate Fonts"
Warning "Activate Font and Turn off Audio?"
Progress "Turning On Font Exploit..."
rename "c:\fonts\Bert.bak" "c:\fonts\Bert.xtf"
rename "c:\fonts\Ernie.bak" "c:\fonts\Ernie.xtf"
rename "c:\Bert.bak" "c:\Bert.xtf"
rename "c:\Ernie.bak" "c:\Ernie.xtf"
rename "c:\XBox Book.xtf" "c:\XBox Book.bak"
rename "c:\Xbox.xtf" "c:\Xbox.bak"
rename "c:\fonts\XBox Book.xtf" "c:\fonts\XBox Book.bak"
rename "c:\fonts\Xbox.xtf" "c:\fonts\Xbox.bak"
rename "e:\tdata\fffe0000\music\st.db" "e:\tdata\fffe0000\music\st.hack.db"
rename "e:\tdata\fffe0000\music\st.org.db" "e:\tdata\fffe0000\music\st.db"


This is the only reason I have evo-x on my hdd. If i found a batch file for this I could finally bid farewell to evo-x. Any help would be greatly appreciated! Thanks in advance.
bobdavis
I wish people would just try to put some thought to problems like these themselves instead of just assuming that others will do it for them. First, check out this thread. It has something similar to what you want; I think it just installs the font exploit. By examining it, you should be able to easily make it do what you want.
mkjones
If you check my sig I have already done this for MXM and am now working on a new package based around UnleshX give it a week and you should be able to get hold of it smile.gif it does pretty much what you are after and more
coltxL2717
Well, bobdavis I took your advice. I went through all the UnleashX Script info and came up with this...

QUOTE
<List Text="Turn on Font Exploit/Turn Off Audio Exploit" Sort="Off" Batch="True">
<Item Action="AskUser" Arg1="Turn on Font Exploit">Do you really want to turn on the exploits?</Item>
<Item Action="Rename" Arg1="c:\fonts\XBox Book.xtf" Arg2="c:\fonts\XBox Book.bak">Rename XBox Book</Item>
<Item Action="Rename" Arg1="c:\fonts\XBox.xtf" Arg2="c:\fonts\XBox.bak">Rename XBox</Item>
<Item Action="Rename" Arg1="C:\fonts\Bert.bak" Arg2="C:\fonts\Bert.xtf">Rename Bert</Item>
<Item Action="Rename" Arg1="C:\Ernie.bak" Arg2="C:\Ernie.xtf">Rename Ernie</Item>
<Item Action="Rename" Arg1="C:\Bert.bak" Arg2="C:\Bert.xtf">Rename Bert</Item>
<Item Action="Rename" Arg1="C:\Ernie.bak" Arg2="C:\Ernie.xtf">Rename Ernie</Item>
<Item Action="Rename" Arg1="c:\XBox Book.xtf" Arg2="c:\XBox Book.bak">Rename XBox Book</Item>
<Item Action="Rename" Arg1="c:\XBox.xtf" Arg2="c:\XBox.bak">Rename XBox</Item>
<Item Action="Rename" Arg1="E:\tdata\fffe0000\music\st.db" Arg2="E:\tdata\fffe0000\music\st.hack.db">Rename ST</Item>
<Item Action="Rename" Arg1="E:\tdata\fffe0000\music\st.org.db" Arg2="E:\tdata\fffe0000\music\st.db">Rename ST</Item>
</List>



<List Text="Turn off Font Exploit/Turn On Audio Exploit" Sort="Off" Batch="True">
<Item Action="AskUser" Arg1="Turn on Font Exploit">Do you really want to turn on the exploits?</Item>
<Item Action="Rename" Arg1="c:\fonts\XBox Book.bak" Arg2="c:\fonts\XBox Book.xtf">Rename XBox Book</Item>
<Item Action="Rename" Arg1="c:\fonts\XBox.bak" Arg2="c:\fonts\XBox.xtf">Rename XBox</Item>
<Item Action="Rename" Arg1="C:\fonts\Bert.xtf" Arg2="C:\fonts\Bert.bak">Rename Bert</Item>
<Item Action="Rename" Arg1="C:\Ernie.xtf" Arg2="C:\Ernie.bak">Rename Ernie</Item>
<Item Action="Rename" Arg1="C:\Bert.xtf" Arg2="C:\Bert.bak">Rename Bert</Item>
<Item Action="Rename" Arg1="C:\Ernie.xtf" Arg2="C:\Ernie.bak">Rename Ernie</Item>
<Item Action="Rename" Arg1="c:\XBox Book.bak" Arg2="c:\XBox Book.xtf">Rename XBox Book</Item>
<Item Action="Rename" Arg1="c:\XBox.bak" Arg2="c:\XBox.xtf">Rename XBox</Item>
<Item Action="Rename" Arg1="E:\tdata\fffe0000\music\st.db" Arg2="E:\tdata\fffe0000\music\st.org.db">Rename ST</Item>
<Item Action="Rename" Arg1="E:\tdata\fffe0000\music\st.hack.db" Arg2="E:\tdata\fffe0000\music\st.db">Rename ST</Item>
</List>


Now since i broke my xbox trying to write the original script I was wondering if someone could test this for me. It would be greatly appreciated. If I have confirmation that this does work I will add it to the pinned topic so that others will get use from this.
coltxL2717
bump
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.