I didn't test ingame.bat. I can check it later.
Thanks @aldostools i saw you fixed it in the new commit, i already tested and confirmed, its working
I didn't test ingame.bat. I can check it later.
@aldostools I don't know if you know that using a proxy server with ps3 increases the download speed by more than double, people often use ps3 proxy server on android for that, could something similar be added to webman, without external apps?
I don't have an answer. I would need to research about that.
I first would need proofs about that assertion before invest time in development.
Network configuration can be tricky. e.g. If the dns server is slow, your overall connection will be slow.
I didn't find english videos, only in portuguese, i already tested and it works.
BTW I saw another video suggesting to use google dns 8.8.8.8 and 8.8.4.4 for faster downloads.
do you know why webman/xai commands via XMBML freezes the console if performanced while in-game xmb?
There are various possible reasons:
- It may freeze if the command is allocating memory from the same memory container than the game.
- It may freeze if there is not enough free memory.
- It may freeze if there is a lv2 kernel panic caused by a syscall that need extend_kstack(0);
- It may freeze if a value is written to a NULL address.
If you provide a specific example, I could try to identify a more precise cause.
Any webman command or xai plugin freezes the console if it is called by an XMBML menu while in-game.
AFAIK there isn't any external plugin that can be called while in-game by a xmbml menu.
you can try it by removing <Pair key="ingame"><String>disable</String></Pair>
from Evilnat's CFW tools and your webMAN xml to test it. (i'm assuming you have disabled it by using this option)
if Cobra
popup Cobra
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off
elseif Mamba
popup Mamba
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off
move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml
else
end if
@aldostools
Is it right?
Code:if Cobra popup Cobra move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off elseif Mamba popup Mamba move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml else end if
It's returning me COBRA even while on MAMBA.
Other question is, does Mamba disables custom urls? my custom what's new , custom xil items and etc doesn't work with mamba,
@LuanTeles
No pressure if you cannot, it's fine, but if you can, while you're currently testing stuff on Mamba, if you have a minute, could you try loading the PS3 Toolset, see whether it detects the kernel payload as Mamba or Cobra, if it doesn't recognise Mamba, enable the Debug logs to reveal the
"peek_sc_1022 return value" and post it for me.
Redirection of https://** ** www.ps3xploit.net > ... by team** (NEW URL = http://ps3toolset.com is not working.
I'm running MAMBA 8.4, but it still says COBRA (see 2nd picture).
View attachment 37969
I didn't see any peek_sc_1022. Also It seems that Log page scrolling buttons are not working. They are always disabled and says 1/1, no matter if there are more messages when I check or uncheck the other log options.
View attachment 37967
Please try again, I fixed the scrollbar issue (it was caused by an automatic HTML fix added by the validator, I never noticed it added a DOCTYPE html tag, funnily enough it messes the scrollbar library logic when used in an iframe, no idea why).Redirection of https://** ** www.ps3xploit.net > ... by team** (NEW URL = http://ps3toolset.com is not working.
I'm running MAMBA 8.4, but it still says COBRA (see 2nd picture).
View attachment 37969
I didn't see any peek_sc_1022. Also It seems that Log page scrolling buttons are not working. They are always disabled and says 1/1, no matter if there are more messages when I check or uncheck the other log options.
View attachment 37967
So that means the mamba you are using does not support subcode 0x7fff ??It returns in MAMBA 8.4 the same value as yours.
View attachment 37971
So that means the mamba you are using does not support subcode 0x7fff ??
In the version I used for reference, the sub code 0x7fff is SYSCALL8_OPCODE_GET_MAMBA and should return 0x666.
Is that correct, do you have the same thing at your end?
![]()
![]()
Try it now, it's calling syscall 8 instead of 1022, hopefully that should fix it.Yes, syscall 8 => opcode 0x7FFF returns 0x666 if running MAMBA. I edited my post above with the function "is_mamba?"
Try it now, it's calling syscall 8 instead of 1022, hopefully that should fix it.
