What's new

.NET Need help with JRPC.dll

pLTPF

pLTPF

I am NOT LeafyIsHere
Messages
2,281
Reaction score
558
Points
325
Sin$
0
I see tools with jrpc.dll instead of xrpc.dll more in ghosts tools. But I herd I can grab cpu key with JRPC.dll and I was wondering how I use it.

this is what I have

C:
using JRPC_Client;
using DevComponents.DotNetBar.Metro;
using DevComponents.DotNetBar;

namespace xexghoststool
{
    public partial class Form1 : MetroForm
    {
        JRPC Jtag = new JRPC();
 
I forgot to say the last "new JRPC(); is underlined.
 
P

pwfdc

Member
Bright Idea Programmer Experienced Veteran
Messages
1,540
Reaction score
677
Points
465
Sin$
0
What's the error exactly? Saying it's underlined doesn't help because there's multiple reasons for it being underlined.
 
Onlineweare

Onlineweare

Inspiration is key
Grizzled Veteran Experienced Veteran 10th Anniversary
Messages
1,475
Reaction score
555
Points
245
Sin$
0
What's the error exactly? Saying it's underlined doesn't help because there's multiple reasons for it being underlined.
I believe he's just saying this is what I have, tell me how to grab the cpukey.
 
Top Bottom
Login
Register