Post: Remote Procedure Calls 1.24 ( Better Version )
04-12-2014, 04:47 PM #1
Shark
Retired.
(adsbygoogle = window.adsbygoogle || []).push({}); since chocos rpc works but its not the best I decided to port chocos newer rpc from ghost, this also supports multiple args !

C# Code
You must login or register to view this content.

Credits To Choco and anyone else I missed....
(adsbygoogle = window.adsbygoogle || []).push({});

The following 15 users say thank you to Shark for this useful post:

-JM-, ImAzazel, iMoDz-Baptiste, Jannik007, kiwi_modz, Mango_Knife, John, Notorious, Obris, OLDSCHOOLMODZHD, RaGE_LoLo69, Sticky, Hash847, Xx-GIPPI-xX
05-01-2014, 04:25 PM #11
Mango_Knife
In my man cave
Originally posted by JM
There is an error in this function can update ur thread?


Originally posted by xProvXKiller View Post
im also getting a error You must login or register to view this content.


    
private static void WriteSingle(uint address, float[] input)
{
int length = input.Length;
byte[] array = new byte[length * 4];
for (int i = 0; i < length; i++)
{
ReverseBytes(BitConverter.GetBytes(input[i])).CopyTo(array, (int)(i * 4));
}
PS3.SetMemory(address, array);
}
//ReverseBytes
private static byte[] ReverseBytes(byte[] inArray)
{
Array.Reverse(inArray);
return inArray;
}

The following user thanked Mango_Knife for this useful post:

-JM-
05-01-2014, 07:06 PM #12
-JM-
Space Ninja
Originally posted by Knife View Post
    
private static void WriteSingle(uint address, float[] input)
{
int length = input.Length;
byte[] array = new byte[length * 4];
for (int i = 0; i < length; i++)
{
ReverseBytes(BitConverter.GetBytes(input[i])).CopyTo(array, (int)(i * 4));
}
PS3.SetMemory(address, array);
}
//ReverseBytes
private static byte[] ReverseBytes(byte[] inArray)
{
Array.Reverse(inArray);
return inArray;
}


Thanks that seems obvious now lol
05-01-2014, 08:06 PM #13
ItzMatriix
Are you high?
Wjat is this used for? I am trying tk add RPC stuff to my tool but i am completely lost
05-01-2014, 09:40 PM #14
Shark
Retired.
Originally posted by JM
There is an error in this function can update ur thread?


public static byte[] ReverseBytes(byte[] toReverse)
{
Array.Reverse(toReverse);
return toReverse;
}
05-02-2014, 11:36 PM #15
kiwi_modz
I defeated!
Originally posted by Shark View Post
public static byte[] ReverseBytes(byte[] toReverse)
{
Array.Reverse(toReverse);
return toReverse;
}


Naw you should have just left this out forever :p Haha every ones complaining about this error. You should not have told this fix :p because if they can't fix it them selfs they may as we'll not be using it. Because this was easy as fuck to fix on my own. Smile nice release btw

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo