Post: C#: Send Server Command Mw3 RTM TOOL NEED HELP
05-03-2014, 02:05 PM #1
PitaGyors
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Hello guys,

Im creating a mw3 Rtm tool and i need some help with a function Called SV_GameSendServerCommand.
I already got the Void Function:

      public static void SV_GameSendServerCommand(uint client, string command)
{
CallFunc(0x228fa8, client, 0, str_pointer(command), 0, 0);
return;
}


And Here is only the Send Command Without The Game (SendServerCommand)

     public static void SV_SendServerCommand(uint client, string command)
{
CallFunc(0x22cebc, client, 0, str_pointer(command), 0, 0);
return;
}


My Question is How I Put it in a button. i made a picture:

[ATTACH=CONFIG]31040[/ATTACH]

Greetings,

Christos
(adsbygoogle = window.adsbygoogle || []).push({});
05-04-2014, 10:59 PM #2
primetime43
Knowledge is power Tiphat
Originally posted by christos92 View Post
Hello guys,

Im creating a mw3 Rtm tool and i need some help with a function Called SV_GameSendServerCommand.
I already got the Void Function:

      public static void SV_GameSendServerCommand(uint client, string command)
{
CallFunc(0x228fa8, client, 0, str_pointer(command), 0, 0);
return;
}


And Here is only the Send Command Without The Game (SendServerCommand)

     public static void SV_SendServerCommand(uint client, string command)
{
CallFunc(0x22cebc, client, 0, str_pointer(command), 0, 0);
return;
}


My Question is How I Put it in a button. i made a picture:

[ATTACH=CONFIG]31040[/ATTACH]

Greetings,

Christos


You put a button on, then double click on it. Then put the code inside the button function, which means it will run the function when you click the button.
05-05-2014, 09:51 AM #3
PitaGyors
Do a barrel roll!
Originally posted by primetime43 View Post
You put a button on, then double click on it. Then put the code inside the button function, which means it will run the function when you click the button.

Okay but how It will get the Server Command from the textbox??
05-05-2014, 06:52 PM #4
primetime43
Knowledge is power Tiphat
Originally posted by christos92 View Post
Okay but how It will get the Server Command from the textbox??


you dont get anything from the gamesendserver command, you send commands to the server.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo