You are viewing our Forum Archives. To view or take place in current topics click here.
help how to get real cpukey using xrpc/jrpc
Posted:
help how to get real cpukey using xrpc/jrpcPosted:
Status: Offline
Joined: Sep 30, 201212Year Member
Posts: 158
Reputation Power: 5
Status: Offline
Joined: Sep 30, 201212Year Member
Posts: 158
Reputation Power: 5
title says it all anyone know how to do this????????????
#2. Posted:
Status: Offline
Joined: Aug 09, 201212Year Member
Posts: 284
Reputation Power: 12
Status: Offline
Joined: Aug 09, 201212Year Member
Posts: 284
Reputation Power: 12
Use Xell, just press eject!
or
Use Dashlaunch
or
Use Dashlaunch
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Dec 25, 201311Year Member
Posts: 248
Reputation Power: 10
Status: Offline
Joined: Dec 25, 201311Year Member
Posts: 248
Reputation Power: 10
Trinity-RGH wrote Use Xell, just press eject!
or
Use Dashlaunch
I think he might be talking about getting CPU via XRPC for CPU Authentication.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Mar 28, 201410Year Member
Posts: 126
Reputation Power: 7
Status: Offline
Joined: Mar 28, 201410Year Member
Posts: 126
Reputation Power: 7
If he is wanting to get his CPU for authentification. Then boot into xell and right down the CPU key that it states
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jul 08, 201311Year Member
Posts: 427
Reputation Power: 19
Status: Offline
Joined: Jul 08, 201311Year Member
Posts: 427
Reputation Power: 19
OP, I don't know how to do this myself, but I think I understand what he is asking and if I don't this will still clear things up.
Basically, if OP is selling a XRPC Tool he wants to have an authorization. He wants the XRPC Tool to remotely grab the connected consoles CPUKey, then the XRPC tool will check the CPUKey in a MySQL Database or download a string and search for the CPUKey. If the CPUKey isn't there (meaning it isn't authorized) the application closes and doesn't let the user use it.
Might not have worded that well but I tried lol.
Basically, if OP is selling a XRPC Tool he wants to have an authorization. He wants the XRPC Tool to remotely grab the connected consoles CPUKey, then the XRPC tool will check the CPUKey in a MySQL Database or download a string and search for the CPUKey. If the CPUKey isn't there (meaning it isn't authorized) the application closes and doesn't let the user use it.
Might not have worded that well but I tried lol.
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Sep 30, 201212Year Member
Posts: 158
Reputation Power: 5
Status: Offline
Joined: Sep 30, 201212Year Member
Posts: 158
Reputation Power: 5
PhoenixMods wrote OP, I don't know how to do this myself, but I think I understand what he is asking and if I don't this will still clear things up.
Basically, if OP is selling a XRPC Tool he wants to have an authorization. He wants the XRPC Tool to remotely grab the connected consoles CPUKey, then the XRPC tool will check the CPUKey in a MySQL Database or download a string and search for the CPUKey. If the CPUKey isn't there (meaning it isn't authorized) the application closes and doesn't let the user use it.
Might not have worded that well but I tried lol.
ya this is what i want
20200202020220
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Feb 18, 201212Year Member
Posts: 773
Reputation Power: 32
Well you are going to want to understand where the CPU key is stored in memory and its not as simple as
Console.GetMemory(CPUKey, 0x10);
And its honestly not even that good if you want to use it as an authentication system since you have to connect to the console. Mainly because if people have more than one modded console, they can only use that one console with the tool.
But anyways just understand where the CPU key is stored and read from that memory. Can't help you with code, so good luck.
Console.GetMemory(CPUKey, 0x10);
And its honestly not even that good if you want to use it as an authentication system since you have to connect to the console. Mainly because if people have more than one modded console, they can only use that one console with the tool.
But anyways just understand where the CPU key is stored and read from that memory. Can't help you with code, so good luck.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.