Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Send keystrokes..

Send keystrokes..

Scheduled Pinned Locked Moved Visual Basic
game-devperformancequestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Code Crapper
    wrote on last edited by
    #1

    How can I use a VB 2005 app to send keystrokes or bits of information such as a cheat. like this: 1. I Press button on form (when my game is running) 2. The application then sends a cheat code (godmode, ect) 3. the cheat happens ingame in other words instead of typing the cheats in the console of the game, i just press a button on my app and it does it automaticcaly. (instead of doing the 'trainer way' and messing with the games memory address (wich doesnt always work)) ... sounds pretty hard, sorry to bother you with this. :sigh:

    B 1 Reply Last reply
    0
    • C Code Crapper

      How can I use a VB 2005 app to send keystrokes or bits of information such as a cheat. like this: 1. I Press button on form (when my game is running) 2. The application then sends a cheat code (godmode, ect) 3. the cheat happens ingame in other words instead of typing the cheats in the console of the game, i just press a button on my app and it does it automaticcaly. (instead of doing the 'trainer way' and messing with the games memory address (wich doesnt always work)) ... sounds pretty hard, sorry to bother you with this. :sigh:

      B Offline
      B Offline
      Bradml
      wrote on last edited by
      #2

      But that would be cheating...... anyway try building a console app that waits for the particular key stroke. then used the Sendkeys() function in VB.

      C 1 Reply Last reply
      0
      • B Bradml

        But that would be cheating...... anyway try building a console app that waits for the particular key stroke. then used the Sendkeys() function in VB.

        C Offline
        C Offline
        Code Crapper
        wrote on last edited by
        #3

        Um... sorry to burst your bubble.. but thats is the point, to 'cheat' I kinda know how to use the sendkey function but can someone give me an example of sending it to the game?

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups