Post: SPRX User Authentication
09-29-2015, 02:18 PM #1
ItzMatriix
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({}); Is there anyone that can help me make a way to user authenticate an sprx file? like say get the Mac Address or some other bit of information that can be stored else where and compare curent one to one stored to give access or disallow access to the file?
(adsbygoogle = window.adsbygoogle || []).push({});
09-30-2015, 07:30 PM #2
ItzMatriix
Are you high?
anyone? ive made a little progress but not much
10-01-2015, 12:52 AM #3
.EXE
Hurah!
so your saying like a license key only one person has it and they share it they get banned is that what you trying to explain?
10-01-2015, 01:08 AM #4
ItzMatriix
Are you high?
basically. but just giving a liscence key without being able to read ip address/mac address or something is no good
10-04-2015, 07:49 PM #5
ItzMatriix
Are you high?
still have nothing. uhh
10-04-2015, 07:56 PM #6
Kam
Investor - Future Millionaire
Originally posted by ItzMatriix View Post
still have nothing. uhh


You could use something like NetSeal which can be found You must login or register to view this content.
10-04-2015, 09:38 PM #7
ItzMatriix
Are you high?
Originally posted by Kam View Post
You could use something like NetSeal which can be found You must login or register to view this content.


you cant use netseal in a sprx
10-06-2015, 06:04 AM #8
Convive
Bounty hunter
Using ControlConsole/TMAPI This is how Enstone prolly does there menus

Note*: ControlConsole.pkg installs a config file @location: /dev_flash/sys/internal/config.cfg
Also Note*: ControlConsole.pkg allows "sys_dbg syscalls" and CCAPI edits the branch at that address to modify the code flow using > ccapi.sprx and that config.cfg file.

#1) Made CCAPI + Controlconsole.pkg (✓Winky Winky
#1) First create a C++ ModMenu that calls functions via ControlConsole(.pkg), and compiles it.

#2) Create a C#/VB/Managed C++ executable. (.NET based application)
Including login authentication (which may also be done in another C++ library via P-Invoking/Not likely, but plausible) (or PHPscript, More likely)
In the code of the (.NET) executable, it explicit-Invokes (/marsalls) the C++ CLI Modmenu, which P-Invokes CCAPI.DLL.

So...#: .NET EXE -> C++ CLI modmenu -> CCAPI.DLL

NOTE* This is just me brainstorming. Even if he doesn't do it this way, this way would be smart.
REASON: Since the C++ CLI Modmenu is native, and his CCAPI.DLL is native, the source is safe. While using the .NET aspect of it to get the look and feel of nice GUI, using a designer for convenience and efficiency.

OVERALL:
The modmenu's GUI's are programmed in .NET (CLR) -based language.
The modmenu's code itself is native, and invoked explicitly (/marsalls) via .NET (CLR).

Credit: BaSs_HaXoR

The following user thanked Convive for this useful post:

Krrish Lobbyman

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo