How do I get both clients to shoot? and or use ability.
[Beta][K-Relay] JXMultiBox
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?
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)
[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 

I do that xxthundergunxx it doesn't do anything, how do i know if it's working
It says it's an uunknown command..
It says it's an uunknown command..
Will you update the plugin in the future or is it just for people trying to update it themselves?
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);
}
}
{
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?
