Post: SV SendServerCommand Tool + Source (1.03)
10-31-2013, 10:35 PM #1
seb5594
Proud Former Admin
(adsbygoogle = window.adsbygoogle || []).push({}); Hey NGU,

Some things has been released now for Ghosts before release like cBuf_AddText by SC58 in a Tool.
Thanks to Therifboy for the Offset and teaching me PPC shit i made this function on my own Smile

Little Picture what SV is (its the command e)

You must login or register to view this content.

Enjoy..

You must login or register to view this content.

If you want to add it to your tool here is the Function..
Leave Credits if you use it Enzo
    
public Byte[] ResetPowerPC = new Byte[] { 0x7C, 0x63, 0x07, 0xB4, 0x4B, 0xE0, 0xD1, 0x39, 0x3C, 0x80, 0x00, 0x40, 0x60, 0x7D, 0x00, 0x00, 0x3B, 0xE4, 0x3C, 0xCC, 0x38, 0x80, 0x00, 0x00, 0xC3, 0xFF, 0x00, 0x00 };
public Byte[] WritePowerPC = new Byte[] { 0x3C, 0x60, 0x02, 0x00, 0x80, 0x63, 0x00, 0x00, 0x38, 0x80, 0x00, 0x00, 0x3C, 0xA0, 0x02, 0x00, 0x30, 0xA5, 0x50, 0x00, 0x48, 0x32, 0x10, 0x19, 0x48, 0x00, 0x00, 0x6C };
public void SV_SendServerCommand(Int32 clientIndex, String Command)
{
SetMemory(0x02000000, ReverseBytes(BitConverter.GetBytes(clientIndex)));
SetMemory(0x02005000, Encoding.ASCII.GetBytes(Command + "\0"));
SetMemory(0x0035A25C, WritePowerPC);
SetMemory(0x0035A258, new Byte[] { 0x40 });
System.Threading.Thread.Sleep(10);
SetMemory(0x0035A258, new Byte[] { 0x41 });
SetMemory(0x0035A25C, ResetPowerPC);
}
public Byte[] ReverseBytes(Byte[] arry)
{
Array.Reverse(arry);
return arry;
}


Some Commands:
c - iPrintln
e - iPrintlnBold
J - Set Vision
(adsbygoogle = window.adsbygoogle || []).push({});

The following 29 users say thank you to seb5594 for this useful post:

{H} | Exception, ϟ c0rruption ϟ, AlexNGU, AllMw2MoDz, Ansity., Asian, Red-EyeX32, Devastation, DylanOc1, EdiTzZ, FAKA_ELITE, Gendjisan, GodofHosting, uome68, Harry, HolyCreepsHacks, InfinityISB4CK, Mango_Knife, smashedya, Smexeh, therifboy, Whos Your Host, Fatality, xSlinkeyy, xXGoD_Of_MoDzXx, ZerOtObey+RM, Ziad1997, zMarcusHD
11-16-2013, 09:37 AM #29
Hash847
Purple God
seb m8 it freezes my ps3

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo