does anyone have a make some noise script?

Discussion in 'Code Snippets and Tutorials' started by gawjus1234, Jun 17, 2008.

  1. gawjus1234

    gawjus1234 Level III

    Joined:
    May 22, 2007
    Messages:
    518
    Likes Received:
    3
    Location:
    Las Vegas
    i used to have one but i don't remember how it was coded. does anyone have one?
     
  2. tharoux

    tharoux Level IV

    Joined:
    Dec 30, 2006
    Messages:
    2,733
    Likes Received:
    126
    Location:
    In front of my PC, Montreal
    ????
    You want to use scar to play sound ???
    Or am I just plain wrong ???
    I can't figure what you're talking about :lol:
     
  3. Dark

    Dark Level IV

    Joined:
    May 29, 2008
    Messages:
    1,042
    Likes Received:
    123
    Location:
    Canada
    make noise is a game in AC3 its kinda like old tug-of-war
     
  4. dreamlorde

    dreamlorde Level III

    Joined:
    Feb 17, 2007
    Messages:
    470
    Likes Received:
    32
    Location:
    Tijuana
    lol... i don't know the first thing about coding, bu tthis is an easy one... use an old school macro program to record keystrokes. program the two keys it gives you. short delay in between. repeat 1000 times or so. you're welcome ;)
     
  5. deathcraze

    deathcraze Level III

    Joined:
    Mar 3, 2007
    Messages:
    742
    Likes Received:
    1
    here ya go

    program New;
    begin
    repeat
    sendkeys('xx');
    wait(20);
    until(false);
    end.

    where xx should be replaced with the 2 letters needed
    stop script right when the red curtain image comes up