What's new

C/C++ C# How Do I Connect Tool To Console With IP

pLTPF

pLTPF

I am NOT LeafyIsHere
Messages
2,281
Reaction score
558
Points
325
Sin$
0
I'm just wanting to try lots of stuff in my tool, I'm not keeping it but it'd be nice to know how to do. So far with my tool I can get dashboard version, XboxLocalIp, And CPU key. I want to know how I can use the IP to connect to my console
 
Visual Studio

Visual Studio

The Original Shiba Inu
Odysseus' Summit Nevar gon' happen in your lifetime Programmer
Messages
2,748
Reaction score
1,488
Points
1,162
Sin$
7
I'm just wanting to try lots of stuff in my tool, I'm not keeping it but it'd be nice to know how to do. So far with my tool I can get dashboard version, XboxLocalIp, And CPU key. I want to know how I can use the IP to connect to my console
If you're talking about XRPC then you need to connect over a TCP socket.
 
Visual Studio

Visual Studio

The Original Shiba Inu
Odysseus' Summit Nevar gon' happen in your lifetime Programmer
Messages
2,748
Reaction score
1,488
Points
1,162
Sin$
7
I'm using JRPC tho.
It's still RPC and it connects the same way as XRPC to the console, it's just written in a different language. If you're asking how to write a program to do it using JRPC then I can't help you because I've never used JRPC but I do know sockets so if you're planning on writing your own library then I might be able to help.
 
Im4eversmart

Im4eversmart

The hacks are real
Glitcher Modder Programmer
Messages
2,156
Reaction score
1,903
Points
455
Sin$
7
Use the JRPC thread for reference. Link

Code:
Console.Connect(out Console)
 
Top Bottom
Login
Register