[Script Issue] Payload detection
Aldo, I was testing the new feature to debug the scripts, and I realized that the payload detection is not working properly anymore.
i ran this
if noCobra
move /dev_blind/sys/stage2.bin.bak,/dev_blind/sys/stage2.bin
move /dev_blind/sys/stage2.cex.bak,/dev_blind/sys/stage2.cex
move /dev_blind/sys/stage2.dex.bak,/dev_blind/sys/stage2.dex
move /dev_blind/rebug/cobra/stage2.cex.bak,/dev_blind/rebug/cobra/stage2.cex
move /dev_blind/rebug/cobra/stage2.dex.bak,/dev_blind/rebug/cobra/stage2.dex
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.xml
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.off
/reboot.ps3
/popup.ps3/No Cobra
else if PS3HEN
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.off
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.off
/unloadprx.ps3/dev_hdd0/plugins/akari_vsh_menu.sprx
/unloadprx.ps3/dev_hdd0/plugins/fps_counter.sprx
/popup.ps3/HEN
else if Mamba
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.off
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.xml
/popup.ps3/MAMBA
else if Debug
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.xml
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.off
copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/on.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/payloads/cobra/debug_mode.png
copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/off.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/payloads/cobra/release_mode.png
/popup.ps3/DEBUG
else if Cobra
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.xml
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.off
/popup.ps3/COBRA
end if
PS3HEN, MAMBA, DEBUG and COBRA are being shown while on CFW Cobra
If you add: log debug what is the result written in /dev_hdd0/tmp/log.txt ?
Also seem like my script is ending with this command
/xmb.ps3$xregistry(/setting/user/$USERID$/browser/exitConfirmation)=0
not executing the nex one that is
/xmb.ps3$xregistry(/setting/user/$USERID$/browser/javascript)=1
If you add:
log debugwhat is the result written in/dev_hdd0/tmp/log.txt?
That's strange, now i'm using a reduzed script
log debug
logfile /dev_hdd0/log.txt
wait 9
wait 9
wait 2
if noCobra
move /dev_blind/sys/stage2.bin.bak,/dev_blind/sys/stage2.bin
move /dev_blind/sys/stage2.cex.bak,/dev_blind/sys/stage2.cex
move /dev_blind/sys/stage2.dex.bak,/dev_blind/sys/stage2.dex
move /dev_blind/rebug/cobra/stage2.cex.bak,/dev_blind/rebug/cobra/stage2.cex
move /dev_blind/rebug/cobra/stage2.dex.bak,/dev_blind/rebug/cobra/stage2.dex
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.xml
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.off
/reboot.ps3
/popup.ps3/No Cobra
else if PS3HEN
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.off
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.off
/unloadprx.ps3/dev_hdd0/plugins/akari_vsh_menu.sprx
/unloadprx.ps3/dev_hdd0/plugins/fps_counter.sprx
/popup.ps3/HEN
else if Mamba
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.off
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.xml
/popup.ps3/MAMBA
else if Debug
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.xml
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.off
copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/on.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/payloads/cobra/debug_mode.png
copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/off.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/payloads/cobra/release_mode.png
/popup.ps3/DEBUG
else if Cobra
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.xml
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.off
/popup.ps3/COBRA
end if
No popups are being displayed
and here's the log
wait 9
wait 9
wait 2
if noCobra
else
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/cobra_tools/cobra_tools.off
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/cfw_tools/sub_items/mamba_tools/mamba_tools.off
/unloadprx.ps3/dev_hdd0/plugins/akari_vsh_menu.sprx
/unloadprx.ps3/dev_hdd0/plugins/fps_counter.sprx
Oh, seems like if log is on, the popups are not being displayed.
Thanks for the log file. Tomorrow I will try to execute your script to check if I get your same results.
Also seem like my script is ending with this command
/xmb.ps3$xregistry(/setting/user/$USERID$/browser/exitConfirmation)=0not executing the nex one that is
/xmb.ps3$xregistry(/setting/user/$USERID$/browser/javascript)=1
forget about this one, it's a timing issue, i was testing my HEN script on CFW, without delays, it was not applying everything
Aldo, when you have time, please take a lot at this one.
Aldo, any news about it?
No. I'm too busy with my new job... I haven't used my PS3 in months... I cannot confirm that I will have time to dedice to this issue.