[Beta][K-Relay] JXMultiBox

Posts 4660 of 195 · Page 4 of 13
How do I get both clients to shoot? and or use ability.
Quote Originally Posted by HenezLol View Post
I need help, can someone make a direct tutorial to someone that's never used K relay or dll files?
How do I open the .dll?
You don't, just put it in the k-relay plugins folder

- - - Updated - - -

Quote Originally Posted by DeskLord View Post
How do I get both clients to shoot? and or use ability.
It's not a fully working multiboxing plugin. It is what it says it is, a beta.
I put the .dll file into the K Relay plugins folder. When I open up my ORAPE hacked client and go to proxy server and type /mbx nothing happens. The .dll was dragged in the plugins folder but it won't show up when I scroll through my plugins.
I need help, can someone make a direct tutorial to someone that's never used K relay or dll files?
How do I open the .dll?
I'm getting this error right after I disconnect

[Plugin Error] An exception was thrown
within a ServerPacket callback
at RuntimeMethodHandle.InvokeMethod
Here's the exception report:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
at MapRipper.JsonMap.Init(Int32 w, Int32 h, String name)
at MapRipper.Plugin.<Initialize>b__10_1(Client client, MapInfoPacket packet)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeIn ternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Lib_K_Relay.Proxy.FireServerPacket(Client client, Packet packet)
[Plugin Error] An exception was thrown
within a ServerPacket callback
at MapCacher.OnUpdate
Here's the exception report:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at MapCacher.MapCacher.OnUpdate(Client client, Packet packet)
at Lib_K_Relay.Proxy.FireServerPacket(Client client, Packet packet)
Can some1 help me? i added the file into the plugins the dll file i started up k realy and its not there on the k-realy thing but its in the plugins file
Quote Originally Posted by 3D0ver View Post
Can some1 help me? i added the file into the plugins the dll file i started up k realy and its not there on the k-realy thing but its in the plugins file
That's fine. Start it as usual and just type /mbx. It doesn't show up on the KRelay interface.
I do that xxthundergunxx it doesn't do anything, how do i know if it's working
It says it's an uunknown command..
Quote Originally Posted by HenezLol View Post
how do i know if it's working
It says it's an uunknown command..
Make sure you have thew plugin in the right folder. Say /mbx. It's a beta, it's not meant to be used as a real multiboxing client. This was just to showcase the feature I discovered.

Quote Originally Posted by xXThunderGunXx View Post
I'm getting this error right after I disconnect
That error has nothing to do with my plugin
Will you update the plugin in the future or is it just for people trying to update it themselves?
Quote Originally Posted by mickel1337 View Post
Will you update the plugin in the future or is it just for people trying to update it themselves?
I may update it, but idk. I'm currently working on some other projects.
Quote Originally Posted by Juix View Post
I'm not willing to share the source at the moment, but i'll answer any code related questions you have.
You should really obfuscate it or something. You've basically released the source for anyone to remove the check you added and re-released.

public void OnNewTick(Client client, Packet packet)
{
ConClient client2 = this.GetClient(client);
bool flag = !client2._enabled;
if (!flag)
{
NewTickPacket packet2 = (NewTickPacket)packet;
client2.OnNewTick(client, packet2);
if (Main.clients.Count > 2)
{
GotoPacket gotoPacket = (GotoPacket)Packet.Create(18);
gotoPacket.Location = new Location
{
X = 123f,
Y = 213f
};
gotoPacket.ObjectId = client.Time;
gotoPacket.Send = true;
client.SendToServer(gotoPacket);
}
}
Hey i opened 2 hacked client and used krelay when i type /mbx with master clien it says unrecongnised command plz help
Did it on a pretty potato computer, Would keep crashing whenever it had to shoot, but that may just be my computer.
How would this work?
Posts 4660 of 195 · Page 4 of 13

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?