C# PushToConsole

Posts 114 of 14 · Page 1 of 1
C# PushToConsole
Push To Console C#

Code:
 public static void PushToConsole( string szCommand )
{
     uint L***ient = (uint)(/*LTC HERE*/); 
     byte CONoff = (byte)(uint)(L***ient + 0x208); 
     	  
/*   __asm
     {
        push szCommand;
        call CONoff;
	add esp, 4;
     }
*/	

}

Yea i kno it not perfect but i wanted if u guys can help me out a little like puting the Function in a different way

for now
Code:
     uint L***ient = (uint)(/*LTC HERE*/); 
     byte CONoff = (byte)(uint)(L***ient + 0x208); 
have no errors but i cant trust it

any one have anything to say That will Help

PushToConsole in VB

Code:
Public Shared Sub PushToConsole(szCommand As String)
	Dim L***ient As UInteger = CUInt(LTC IS HERE)
	Dim CONoff As Byte = CByte(CUInt(L***ient + &H208))

	'    __asm
	'    {
	'       push szCommand;
	'       call CONoff;
	'	    add esp, 4;
	'   }

End Sub
Anything Positive to say?

I got all to work but the Last Part
why are u using C#
Quote Originally Posted by scimmyboy View Post
why are u using C#
I kno C# more than C++ also C# and VB are simular so i can do more things/yea
Nice I like making trainers better then menu hacks
C# is gay it was a wast of my fucking time learning it
Quote Originally Posted by ^...,^ View Post
C# is gay it was a wast of my fucking time learning it
You probably don't know it then.
Quote Originally Posted by ^...,^ View Post
C# is gay it was a wast of my fucking time learning it
If i can make it into C# then i can make it into VB and that will be easier. And C# was my first Language/yea/yea
Quote Originally Posted by Void View Post
You probably don't know it then.
I actually like vB better lol
if in C# then in VB then Most people Might be able to make hacks easier than every. any maybe there wont need Hex Editor if it is easier
VB is so much easier to make like trainers... Now this will enable people(Not Me) to make trainers such as in MW2... Will make hacking more efficient and better looking/easier to use. +Rep and thanks
0.0 i been help
lol you commented the asm out.. it wont work without it (the asm calls the RunConsoleCommand function in ca)

forget to call this function with asm, cause you cant make winapi dlls with c# or vb08+

you would need to call createremotethread
Quote Originally Posted by Gordon` View Post
lol you commented the asm out.. it wont work without it (the asm calls the RunConsoleCommand function in ca)

forget to call this function with asm, cause you cant make winapi dlls with c# or vb08+

you would need to call createremotethread
Thanks/yea/me/yea
Visual Basic for the win.

Good job!
Posts 114 of 14 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?