Results 1 to 14 of 14
  1. #1
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool

    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
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  2. The Following User Says Thank You to topblast For This Useful Post:

    mwb1234 (06-12-2010)

  3. #2
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    why are u using C#

  4. #3
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    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
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  5. #4
    R45H1D's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Montreal
    Posts
    785
    Reputation
    21
    Thanks
    951
    My Mood
    Amazed
    Nice I like making trainers better then menu hacks

  6. #5
    ^...,^'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    New Zealand,Auckland
    Posts
    698
    Reputation
    4
    Thanks
    90
    My Mood
    Lonely
    C# is gay it was a wast of my fucking time learning it

  7. #6
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    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.

  8. The Following User Says Thank You to Void For This Useful Post:

    whit (06-12-2010)

  9. #7
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    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
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  10. #8
    R45H1D's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Montreal
    Posts
    785
    Reputation
    21
    Thanks
    951
    My Mood
    Amazed
    Quote Originally Posted by Void View Post
    You probably don't know it then.
    I actually like vB better lol

  11. #9
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    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
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  12. #10
    mwb1234's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    460
    Reputation
    7
    Thanks
    65
    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

  13. #11
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    0.0 i been help
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  14. #12
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    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
    Last edited by Gordon`; 06-12-2010 at 04:17 PM.


  15. #13
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Visual Basic for the win.

    Good job!
    -Rest in peace leechers-

    Your PM box is 100% full.

  16. #14
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    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
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

Similar Threads

  1. PushToConsole commands
    By Zoom in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 26
    Last Post: 10-18-2010, 05:30 PM
  2. [Source]PushToConsole Commands
    By Invidus in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 31
    Last Post: 09-04-2010, 03:36 AM
  3. [HELP/INFO] PushToConsole( "PlayerGravity ??" ); and base info
    By Stelthkid in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 07-14-2010, 08:01 PM
  4. PushToConsole commands for pick-up hack?
    By deathninjak0 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 18
    Last Post: 07-14-2010, 08:01 AM
  5. PushToConsole Error
    By mwb1234 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 14
    Last Post: 06-11-2010, 08:45 PM