Skip to content

[Script Issue] Payload detection #1268

@LuanTeles

Description

@LuanTeles

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions