webMAN-MOD icon indicating copy to clipboard operation
webMAN-MOD copied to clipboard

[Script Issue] Payload detection

Open LuanTeles opened this issue 4 months ago • 7 comments

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

LuanTeles avatar Aug 05 '25 00:08 LuanTeles

If you add: log debug what is the result written in /dev_hdd0/tmp/log.txt ?

aldostools avatar Aug 05 '25 01:08 aldostools

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

LuanTeles avatar Aug 05 '25 01:08 LuanTeles

If you add: log debug what 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

LuanTeles avatar Aug 05 '25 02:08 LuanTeles

Oh, seems like if log is on, the popups are not being displayed.

LuanTeles avatar Aug 05 '25 02:08 LuanTeles

Thanks for the log file. Tomorrow I will try to execute your script to check if I get your same results.

aldostools avatar Aug 05 '25 02:08 aldostools

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

forget about this one, it's a timing issue, i was testing my HEN script on CFW, without delays, it was not applying everything

LuanTeles avatar Aug 05 '25 02:08 LuanTeles

Aldo, when you have time, please take a lot at this one.

LuanTeles avatar Sep 16 '25 00:09 LuanTeles

Aldo, any news about it?

LuanTeles avatar Dec 16 '25 18:12 LuanTeles

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.

aldostools avatar Dec 16 '25 19:12 aldostools