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
10-31-2013, 10:41 PM #2
I love you *-*
10-31-2013, 10:46 PM #3
Lol... You didn't tell me about this. Drack

The following 5 users say thank you to therifboy for this useful post:

AlexNGU, Asian, Gendjisan, InfinityISB4CK,
10-31-2013, 11:40 PM #4
Asian
Banned
might use this thankks for sharing
11-01-2013, 12:07 AM #5
u got a pkg patch ? plz
11-02-2013, 04:03 AM #6
seb5594
Proud Former Admin
Updated for Update 1.01! Smile
Enjoy Drack
11-04-2013, 01:13 AM #7
seb5594
Proud Former Admin
Updated for 1.02 Smile
11-05-2013, 10:15 PM #8
ItsMagiicsz
Bounty hunter
Nice.
11-06-2013, 02:19 AM #9
Citadel
Samurai Poster
Nice going to have to use this Happy
11-06-2013, 03:00 AM #10
seb5594
Proud Former Admin
Originally posted by loversmeep View Post
Nice going to have to use this Happy


No problem enjoy Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo