need auto-typer

Discussion in 'Software' started by beta_crawler, Mar 21, 2006.

  1. beta_crawler

    beta_crawler Private E-2

    I need a program that can rapidly type a word over and over again automatically while other programs are in use.

    The reason for this is because there is a cheat for a game where if you type the word "lava" it gives you a shield. The only problem is that this game is just like helicopter, and anyone who's played helicopter (the game where you click to go up and dont click to go down) knows that by the time you type lava, you'll have crashed.
     
  2. Mada_Milty

    Mada_Milty MajorGeek

    Code:
    option explicit
    
    dim o_shell, v_count
    
    set o_shell = WScript.CreateObject (WScript.Shell)
    
    for v_count = 1 to 100 step 1
         o_shell.sendkeys "lava"
    next
    
    WScript.Quit
    
    If you were to copy the above into notepad, and save as filename.vbs, and double clicked that file, it would send the keystrokes "lava" to the active window 100 times, then quit. The number of times it is run is determined by the higher number in the for loop. This can also be easily modified to run your program with the command:

    Code:
    o_shell.run ([I]path of program executable[/I])
    And you can ensure your program is the active window by then issuing the command:

    Code:
    o_shell.appactivate([I]window title of running program[/I])
     
  3. beta_crawler

    beta_crawler Private E-2

    thank you very much. Can you get the code to run 1 time a second for 10 minutes on

    http://neopets.com/games/launch_gam...nc_referer=neopets&questionSet=&quality=High&

    I know neopets is gay, but I only have an account for the games, and this guy said he could beat my score. Problem is, he's right, so now I must cheat to prove him wrong.

    Will that still work without screwing me up if I play the game while its running? All you use is the mouse.
     
  4. Steeev

    Steeev Corporal

  5. Mada_Milty

    Mada_Milty MajorGeek

    Alright...this isn't a great route to go...I edited the script so that it launched internet explorer, navigated to your game, and started "cheating"... while clicking the mouse in the window will actually help your cause, this is still a fairly lame setup...
     
  6. Mada_Milty

    Mada_Milty MajorGeek

    I can still send you the code, but I would recommend investigating an alternate method..
     
  7. star17

    star17 MajorGeek

    :rolleyes:
     
  8. Insomniac

    Insomniac Billy Ray Cyrus #1 Fan

    All this for a flash game, you have to be kidding! :rolleyes:
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds