Advertisement
Evilnat

SEN Enabler Plugin [English]

May 7th, 2015
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.36 KB | None | 0 0
  1. // English
  2.  
  3. const char *CHECKER_UNKNOWN_EN = "[UNKNOWN]";
  4.  
  5. const char *CONSOLEID_SPOOFED_ERROR_EN = "Unable to spoof ConsoleID";
  6. const char *PSID_SPOOFED_ERROR_EN = "Unable to spoof PSID";
  7. const char *MAC_SPOOFED_ERROR_EN = "Unable to spoof MAC";
  8.  
  9. const char *DELETED_HISTORY_FILES_ERROR_EN = "Unable to delete history files";
  10. const char *SEN_PLUGIN_LOADED_EN = "[SEN Enabler Plugin v1.5] loaded";
  11. const char *SEN_PLUGIN_DISABLED_EN = "[SEN Enabler Plugin v1.5] disabled";
  12. const char *CFW_DETECTED_EN = "CFW detected";
  13. const char *NO_PATCH_FILES_EN = "No patch files found";
  14. const char *PATCHED_OK_EN = "Patched successfully";
  15. const char *USB_NOT_FOUND_EN = "USB device not found";
  16. const char *FIRMWARE_NOT_SUPPORTED_EN = "Firmware not supported!";
  17. const char *PP_DISABLED_PATCH_EN = "Peek/poke disabled, unable to patch";
  18. const char *PP_DISABLED_DATA_EN = "Peek/poke disabled, unable to show data";
  19. const char *NO_MAC_TXT_EN = "Unable to find MAC.bin file";
  20. const char *MAC_PATCHED_EN = "MAC patched successfully, rebooting...";
  21. const char *TASK_COMPLETED_EN = "Tasks completed successfully";
  22. const char *DATA_PATCHED_EN = "Data patched successfully";
  23. const char *HISTORY_FILES_DELETED_EN = "History files deleted successfully";
  24. const char *DATA_NOT_PATCHED_EN = "Unable to patch data";
  25. const char *MAC_CHANGED_ERROR_EN = "Could not change the MAC, restart and try again";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement