SEN Enabler

SEN Enabler - Tutorial & Latest Releases 6.2.7

Cool, vsh like psp!!! You really are great evilnat!!!

Maybe this sounds like a noob question, can I use this on 4.70 to going online? Or I have to update 4.75???

Thanks my friend :)

You can use SEN Plugin in all CFWs, from 4.21 to 4.75, if you use it and find any bug please let me know :D

Regards
 
I hope not to bother with such questions, I have only one more ... What do you recommend, stay in 4.70 and use the spoof sen enabler or update cfw 4.75?
 
Thanks Evilnat !

But I have a question :

Why do you say "To all who spoof CID, be careful because you can be banned quickly now, SPOOF CID AT YOUR OWN RISK" ?
I'm asking this because I spoof a CID (wich is private) since some time now and never had an issue with it.

So, fw 4.75 has changed something related to this or you are just talking about spoofing cid while using sen enabler ?

Actually, it's the word "now" in your sentence wich disturb me.
When a cfw 4.75 will be released, if I spoof a private CID, it will not be as "safe" as it used to be when I was on a cfw 4.xx ?

I hope you understand what I mean, I'm not sure if my sentences are very clear. : o)
Thanks again.
 
Last edited:
Great work [MENTION=76]Evilnat[/MENTION], as always :)

And thx for showing this cool usage of a vsh menu + png,
it looks fantastic. :)
 
Great work [MENTION=76]Evilnat[/MENTION], as always :)

And thx for showing this cool usage of a vsh menu + png,
it looks fantastic. :)

How difficult to implement the vsh+png menu? I was working on a text notifier for android > ps3 webman-mod, and picture messaging was one area i wasn't entirely sure about.
My thought was blitting possibly, but vsh menu seems even more fit :)
 
Basically only with draw_png() into draw_frame().

E.g.:

Say we there is a button in your source png(containing all stuff you need for your menu)
and he lies on x(120) y(400) and he is 160 pixels in width and 40 pixels in height
and you would see this button into you menu at x(20) y(250)

than the code for blit in this button is:
Code:
Code:
draw_png(0,    // index/id of png, loaded after init_graphic() in main.c
         20,   // start x coordinate(in pixels) into canvas(the menu on screen)
         250,  // start y coordinate(in pixels) into canvas(the menu on screen)
         120,  // start x coordinate(in pixels) into png you load from
         400,  // start y coordinate(in pixels) into png you load from
         160,  // width(in pixels) of element you would blit in
         40    // height(in pixels) of element you would blit in

Its similar to other graphic-lib's like cairo. Make a concept and see how you can
do it in the best way with the given API. Only functions here in this simply blitting
stuff are, print_text() and draw_png(). Combine it with pad events, e.g. blitt in
a other button(highlighted) if the user select him.
 
Hi. First thanks for the app. I had a 250 GB PS3 Slim CECH-2004B with CFW 4.65 DEX PS3ITA. SEN was actived with SEN Enabler 5.8.0 . I disabled access SEN. I installed SEN Enabler version 5.8.3 and I enabled access SEN, and after restart black screen and black screen Recovery. Any solution? Thanks.
 
Im a total and complete noob at this. Ive been banned from psn and trying to get back on line but whenever i try and patch the data it says sycalls are disabled. What do i do please?
 
Im a total and complete noob at this. Ive been banned from psn and trying to get back on line but whenever i try and patch the data it says sycalls are disabled. What do i do please?

If you've been banned, your console id is garbage. You need to find a new one. We don't/can't supply them here (the last of my knowledge). Even if so, I don't have any to give/etc. (not trying to be rude).
There are tutorials on how to do this, youtube is a friend there. Syscalls disabled means you disabled your cfw. You have to reenable your firmware to do whatever you wanted to run when it told you syscalls are disabled.
 
[MENTION=76]Evilnat[/MENTION]: Any chance that this isn't compatible with ReBug's 4.76 spoof? If I disable the spoof by going back to normal mode, SEN Enabler says that SEN access is enabled. If I go back to REBUG mode, which enables the spoof, SEN Enabler says SEN access is disabled. If I then try to enable it, it fails.
 
[MENTION=76]Evilnat[/MENTION]: Any chance that this isn't compatible with ReBug's 4.76 spoof? If I disable the spoof by going back to normal mode, SEN Enabler says that SEN access is enabled. If I go back to REBUG mode, which enables the spoof, SEN Enabler says SEN access is disabled. If I then try to enable it, it fails.

v5.8.3 doesn't have support for 4.76 spoof yet, i finished v5.9.0 and testers is checking it, all works without problems by now

Regards
 
v5.8.3 doesn't have support for 4.76 spoof yet, i finished v5.9.0 and testers is checking it, all works without problems by now

Regards

Thank you for the update, Evilnat :)

I have a request, though. Is there any way you can make deleting the "packages" folder a user-choice? As it is, there is no notification anywhere that the folder will be deleted when hiding syscalls.
 
Thank you for the update, Evilnat :)

I have a request, though. Is there any way you can make deleting the "packages" folder a user-choice? As it is, there is no notification anywhere that the folder will be deleted when hiding syscalls.

Thanks [MENTION=2187]youwish[/MENTION] :)

I can add this feature in next release in settings menu, with it you can select your XMB option without hide syscalls, this is your request?

Regards
 
[MENTION=76]Evilnat[/MENTION]: What I mean, is that when the user chooses "full OFW", the folder dev_hdd0\packages gets deleted. There is no warning that this will happen, and no choice for it to happen. I keep files in that folder, so I currently have to rename it before running SEN Enabler.
 
[MENTION=76]Evilnat[/MENTION]: What I mean, is that when the user chooses "full OFW", the folder dev_hdd0\packages gets deleted. There is no warning that this will happen, and no choice for it to happen. I keep files in that folder, so I currently have to rename it before running SEN Enabler.

This folder is deleted for low ban risk, now i understood your question, i can make this in a future release

Regards
 
Back
Top