Page 3 of 3 FirstFirst 123
Results 31 to 35 of 35
  1. #31
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by leonjun16 View Post
    Can run a .exe without run the program by user?
    Another program running it, bat running it, startup, w/e..
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  2. #32
    leonjun16's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Hi, i don't like to open a thread to ask a little thing, so can u help me out with my code?
    i doing some program and i want a function like hold this button and do something, i found GetASyncKeyState() , but when in my program its is no working >_<
    THE MOST SCARIEST AND EXCITED PART IN CODING IS 【DEBUGGING】.

  3. #33
    .::SCHiM::.'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    733
    Reputation
    180
    Thanks
    880
    My Mood
    Twisted
    if( GetAsyncKeyState( VK_INSERT ) )
    {
    // insert key is pressed
    } else {
    // insert key is not pressed
    }

    I'm SCHiM

    Morals derive from the instinct to survive. Moral behavior is survival behavior above the individual level.

    Polymorphic engine
    Interprocess callback class
    SIN
    Infinite-precision arithmetic
    Hooking dynamic linkage
    (sloppy)Kernel mode Disassembler!!!

    Semi debugger




  4. #34
    Retrojump's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Belgium
    Posts
    101
    Reputation
    10
    Thanks
    6
    My Mood
    Amused
    Thank you, this is usefull info!

  5. #35
    MW2TopTenWORLD's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Portugal
    Posts
    53
    Reputation
    10
    Thanks
    192
    My Mood
    Relaxed
    Quote Originally Posted by why06 View Post
    Question: What is C/C++/C#? Which is better?

    Answer:



    C++ is definitely the best language to make gamehacks...

    C# executes in a runtime enviroment so it can't access specific machine functions nearly as easily a C. It would be quite similar to making a hack in Java.... :{ ew.
    C however isn't as complex as C# and doesn't offer classes or many of the benefits that come with object oriented program.
    C++ is right in the middle. Not completely completely as portable as C#, but offers all the functionality of C while having the ability to use classes. Only problem is it only runs on a native Windows environment.


    ...That is SOOOOOO Wrong...

    Fix :

    C# executes in a runtime enviroment so it can't access specific machine functions nearly as easily as C / C++. It would be quite similiar to making a hack in Java..... :{ ew.

    C however is alot more complex than C# and doesn't offer classes or many of the benefits that come with object oriented programming.

    C++ is on the top... Alot more portable than C#! (It runs on Windows, Mac , UNIX, PS3, XBOX ,..... etc... EVERYWHERE!), and offers all the functionality of C while having te ability to use classes.. (Only problem is it only runs on a native Windows environment WRONG WRONG WRONG)
    C# , C++ , VB Programmer
    CoD Modder
    Gamer
    YouTuber

Page 3 of 3 FirstFirst 123

Similar Threads

  1. Frequently Suggested Ideas / Frequently Asked Questions - aka "What Not To Post"
    By Blitz in forum Suggestions, Requests & General Help
    Replies: 32
    Last Post: 03-09-2014, 05:33 PM
  2. not asking to release just asking question
    By moneyman14 in forum Combat Arms Discussions
    Replies: 9
    Last Post: 07-03-2010, 09:54 AM
  3. Combat Arms Help Team Open. Please Ask Questions Here!
    By Trunky in forum Combat Arms Help
    Replies: 51
    Last Post: 10-07-2009, 10:08 AM
  4. Asking questions without getting flamed!
    By OMARz in forum General
    Replies: 18
    Last Post: 07-13-2009, 02:37 AM
  5. Frequently Asked Questions
    By crazy-tatar in forum WarRock - International Hacks
    Replies: 10
    Last Post: 03-25-2009, 01:06 PM

Tags for this Thread