Results 1 to 3 of 3

Thread: Dance Party---2nd Script!

  1. #1
    Join Date
    Mar 2006
    Location
    United States, -7:00 GMT
    Posts
    1,790
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Cool Dance Party---2nd Script!

    Here it is...

    //Auto Dance Party by Ejjman1
    //Thanks for all the tuts from people that I've read
    //SETUP: Make sure your on the screen with all the emotes on it
    //Still have questions? Dukeof_earlo@yahoo.com
    //Version 1.00; Next Version 1.00 (Done)
    //Have fun!

    program Dancer;
    var x,y,counter:integer;
    begin
    counter:=0;
    repeat
    MoveMouseSmooth(696+random(28),451+random(16));
    GetMousePos(x,y);
    ClickMouse(x,y,true);
    counter:=counter+1;
    writeln('Danced' + Inttostr (counter) + 'times.');
    wait(4200+random(500));
    until(false)
    end.
    I don't know how I can let you upload it because I'm still learning. Enjoy!
    PS...I couldn't think of anything else that wasn't too hard for me lol.

    hakuna matata ;)

  2. #2
    Join Date
    Feb 2006
    Location
    Las Vegas, NV
    Posts
    939
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    try using srl include which just put {.include SRL\SRL.scar} and download the include and stuff.. then use Mouse(x,y,ranx,rany:integer; left:boolean); this will move and click... cool simple script
    Busy with real life. I'll still be around occasionally.
    Current Mood:


  3. #3
    Join Date
    Apr 2006
    Posts
    710
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    again, wrong section, this is for SRL scripts, there is separate section for non srl scripts.

    and try to use standards

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need help with a dance!!!
    By Death12652 in forum Blogs and Writing
    Replies: 11
    Last Post: 11-03-2008, 03:19 PM
  2. Cracker party pictures (party hat duping).
    By GoF in forum Semi Stupid Pictures
    Replies: 2
    Last Post: 10-28-2007, 08:36 AM
  3. Dance anyone?
    By starlightning in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 07-20-2007, 11:43 AM
  4. My dance (need help) (first script of my own
    By Ballistaboy in forum OSR Help
    Replies: 4
    Last Post: 12-27-2006, 07:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •