Page 14 of 128 FirstFirst ... 412131415162464114 ... LastLast
Results 326 to 350 of 3185

Thread: "What do you LOVE about the person above you" game.

  1. #326
    Join Date
    Nov 2006
    Location
    In an Amish Paradise
    Posts
    729
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Edit: I love Dunceiam for giving me the chance to fix a script...Im hounored
    Only need 1 end at the end...
    SCAR Code:
    program OnlineSurveyCompleter;

    procedure SetUpTime;
      begin
       Writeln('5 Seconds');
       Wait(1000);
       Writeln('4 Seconds');
       Wait(1000);
       Writeln('3 Seconds');
       Wait(1000);
       Writeln('2 Seconds');
       Wait(1000);
       Writeln('1 Seconds');
       Wait(1000);
       Writeln('Blast off!');
      end;

    procedure Fillingout;

    begin
      MoveMouseSmooth(649,414);
      Wait(2000);
      ClickMouse(649,414,true);
      SendKeys('*****');

      MovemouseSmooth(653,444);
      Wait(2000);
      Clickmouse(653,444,true);
      SendKeys('*')

      MoveMouseSmooth(625,469);
      Wait(2000);
      Clickmouse(636,469,true);
      SendKeys('***');

      MoveMouseSmooth(668,495);
      Wait(2000);
      Clickmouse(668,495,true);
      SendKeys('****');

      MoveMouseSmooth(652,521);
      Wait(2000);
      Clickmouse(652,521,true);
      Sendkeys('****');

      MoveMouseSmooth(652,577);
      Wait(2000);
      Clickmouse(652,577,true);
      Sendkeys('*****');

      MoveMouseSmooth(756,604);
      Wait(2000);
      Clickmouse(658,903,true);

      MoveMouseSmooth(629,630);
      Wait(2000);
      ClickMouse(629,630,true);
      Sendkeys('*****');
     end;
    Begin;
    SetUpTime;
    Fillingout;
    End.

    It works now

  2. #327
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hehe, I love Stuped for helping me make money! I'll eventually turn this automatic. So whenever a new server pops up, it does it. But, I need a little bit of help with bitmaps...

    Explanation:


    This is the survey that I'm trying to do it for. And I've gotten everything down except the Birthdate. Since when you try to get the "location" where you want the mouse to move, the tab minimizes so you don't know where...I tried to make a bitmap of "Mar" but I failed miserably. I want to enter Mar 2nd 1980 (1980's made up ). Could you help?

    Edit--
    Just realized on my original I didn't have the screen selected so I'll redo the pixels .

    Edit---

    Yay! I cheated and just estimated where the numbers would be. And now it works perfectly .

    Code:
    program OnlineSurveyCompleter;
    
    procedure SetUpTime;
      begin
       Writeln('5 Seconds');
       Wait(1000);
       Writeln('4 Seconds');
       Wait(1000);
       Writeln('3 Seconds');
       Wait(1000);
       Writeln('2 Seconds');
       Wait(1000);
       Writeln('1 Seconds');
       Wait(1000);
       Writeln('Blast off!');
      end;
    
    procedure Fillingout;
    
    begin
      MoveMouseSmooth(671,327);
      Wait(1000);
      ClickMouse(671,327,true);
      SendKeys('');
    
      MovemouseSmooth(650,352);
      Wait(1000);
      Clickmouse(650,352,true);
      SendKeys('M')
      MoveMouseSmooth(625,384)
      Clickmouse(625,384,true)
      
    
      MoveMouseSmooth(638,377);
      Wait(1000);
      Clickmouse(638,377,true);
      SendKeys('');
    
      MoveMouseSmooth(662,404);
      Wait(1000);
      Clickmouse(662,404,true);
      SendKeys('');
    
      MoveMouseSmooth(658,431);
      Wait(1000);
      Clickmouse(658,431,true);
      Sendkeys('');
    
      MoveMouseSmooth(641,486);
      Wait(1000);
      Clickmouse(641,486,true);
      Sendkeys('');
    
      MoveMouseSmooth(754,513);
      Wait(1000);
      Clickmouse(754,513,true);
      MoveMouseSmooth(619,815);
      ClickMouse(619,815,true);
    
      MoveMouseSmooth(622,537);
      Wait(1000);
      ClickMouse(622,537,true);
      Sendkeys('');
      
      MoveMouseSmooth(662,582);
      Wait(1000);
      Clickmouse(662,582,true)
      MoveMouseSmooth(653,637);
      Wait(1000);
      Clickmouse(653,637,true);
      MoveMouseSmooth(719,581);
      Wait(1000);
      Clickmouse(719,581,true);
      MoveMouseSmooth(685,213);
      Wait(1000);
      Clickmouse(685,213,true);
      MoveMouseSmooth(779,580);
      Wait(1000);
      Clickmouse(779,580,true);
      MovemouseSmooth(770,358)
      Wait(1000);
      ClickMouse(770,358,true);
    
    
      MoveMouseSmooth(633,733);
      Wait(1000);
      ClickMouse(625,605,true);
      SendKeys('6178235683');
     end;
    Begin;
    SetUpTime;
    Fillingout;
    End.
    (I took all my personal information out)

    And just saying, this is my first script .

    Edit--
    Can someone teach me how to use bitmaps? Like, I know how to get them, just not how to use them in a script. Because I'm going to try to make this automatic, where it finishes that survey, and then goes on to another of the same type. So, I'm going to need a couple bitmaps for that .

    -Dunceiam
    -Dunceiam

  3. #328
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    lol i love dunc for making a strange servey thing and im now down to 92% activity from 97% cause i havent been on in 3 days cause i was doing sound for a play
    STOP PM'ING ME

  4. #329
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I love Hobbit for not sharing his knowledge with me and also for not posting HERE!

    Hehe
    -Dunceiam

  5. #330
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    I love Dunceiam because he got great sig!

    and because he remind me when i were a noob.. :P

  6. #331
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    edit: i love zytex cause he posted right before i did >.<


    i love dunc cause i DID post there
    STOP PM'ING ME

  7. #332
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    I love Hobbit because he posted 3 mins after me, and saying he loves me because I posted right before him!

    HA!

  8. #333
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I love Zytex for being an active member of this thread!

    I also love Hobbit for not replying to my post on that thread!

    Code:
    program OnlineSurveyCompleter;
    
    procedure SetUpTime;
      begin
       Writeln('5 Seconds');
       Wait(1000);
       Writeln('4 Seconds');
       Wait(1000);
       Writeln('3 Seconds');
       Wait(1000);
       Writeln('2 Seconds');
       Wait(1000);
       Writeln('1 Seconds');
       Wait(1000);
       Writeln('Blast off!');
      end;
    
    procedure Fillingout;
    
    begin
      MoveMouseSmooth(619,470);
      Wait(1000);
      ClickMouse(619,470,true);
      SendKeys('dunceiam@gmail.com');
    
      MovemouseSmooth(650,497);
      Wait(1000);
      Clickmouse(650,497,true);
      SendKeys('M')
      MoveMouseSmooth(635,528)
      Clickmouse(635,528,true)
      
    
      MoveMouseSmooth(631,522);
      Wait(1000);
      Clickmouse(631,522,true);
      SendKeys('Sam');
    
      MoveMouseSmooth(628,549);
      Wait(1000);
      Clickmouse(628,549,true);
      SendKeys('Curley');
    
      MoveMouseSmooth(632,577);
      Wait(1000);
      Clickmouse(632,577,true);
      Sendkeys('25 Beech Street');
    
      MoveMouseSmooth(631,630);
      Wait(1000);
      Clickmouse(631,630,true);
      Sendkeys('Belmont');
    
      MoveMouseSmooth(752,656);
      Wait(1000);
      Clickmouse(752,656,true);
      MoveMouseSmooth(670,549);
      ClickMouse(670,549,true);
    
      MoveMouseSmooth(623,682);
      Wait(1000);
      ClickMouse(623,682,true);
      Sendkeys('02478');
      
      MoveMouseSmooth(663,725);
      Wait(1000);
      Clickmouse(663,725,true)
      MoveMouseSmooth(612,779);
      Wait(1000);
      Clickmouse(612,779,true);
      MoveMouseSmooth(718,725);
      Wait(1000);
      Clickmouse(718,725,true);
      MoveMouseSmooth(689,358);
      Wait(1000);
      Clickmouse(689,358,true);
      MoveMouseSmooth(779,724);
      Wait(1000);
      Clickmouse(779,724,true);
      MovemouseSmooth(763,504)
      Wait(1000);
      ClickMouse(763,504,true);
    
    
      MoveMouseSmooth(621,749);
      Wait(1000);
      ClickMouse(621,749,true);
      SendKeys('6178235683');
     end;
     
     procedure Submit;
     begin
     {MoveMouseSmooth(830,749);
     Wait(1000);
     ClickMouse(830,749,true)}
     Writeln('You have completed yet another survey you sexy thing!');
     end;
     
     procedure SwitchToSwatCash;
     begin
     MoveMouseSmooth(599,1036);
     Wait(1000);
     Clickmouse(599,1036,true);
     Writeln('You have switched to SWATCash');
     end;
     
     procedure GiveSurvey;
     begin
     MoveMouseSmooth(1119,528);
     Wait(1000);
     Clickmouse(1119,528,true);
     Writeln('Surveys now Pending!');
     Wait(3000);
     end;
      Procedure GetNewSurvey;
      begin
     MoveMouseSmooth(518,528);
     Wait(1000);
     Clickmouse(518,528,true);
     Writeln('New Survey Chosen');
     Wait(2000);
     end;
     
     begin
     Wait(3000);
     MoveMouseSmooth(1121,49);
     Wait(1000);
     Clickmouse(1121,49,true);
     Wait(1000);
      end.
      
     
    Begin;
    SetUpTime;
    Fillingout;
    Submit;
    SwitchToSwatCash;
    GiveSurvey;
    GetNewSurvey;
    End.
    I'll love whoever fixes this for me though! (The info's False )

    It just says,

    Code:
    Successfully compiled
    Successfully executed
    Without doing anything...?

    Sorry for my uber noob scripting skills people...

    Edit--

    It's something to do with the last 2 procedures, "GiveSurvey", and "GetNewSurvey" since I tested it without them and it worked . Also, I made the coordinated on my 1650x1050 monitor, so if you guys try it, the coordinates should be off by a bit .

    -Dunceiam

  9. #334
    Join Date
    Nov 2006
    Location
    In an Amish Paradise
    Posts
    729
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How you make money off of this if is says "you'll have a 'chance' to win $400 shoping spree".... Oh well it was easy to fix.. Can't test because my monitor is too small... Good luck and if you need more help don't heisitate to ask...
    ~Spam out for Tonight
    SCAR Code:
    program OnlineSurveyCompleter;

    procedure SetUpTime;
      begin
       Writeln('5 Seconds');
       Wait(1000);
       Writeln('4 Seconds');
       Wait(1000);
       Writeln('3 Seconds');
       Wait(1000);
       Writeln('2 Seconds');
       Wait(1000);
       Writeln('1 Seconds');
       Wait(1000);
       Writeln('Blast off!');
      end;

    procedure Fillingout;

    begin
      MoveMouseSmooth(619,470);
      Wait(1000);
      ClickMouse(619,470,true);
      SendKeys('dunceiam@gmail.com');

      MovemouseSmooth(650,497);
      Wait(1000);
      Clickmouse(650,497,true);
      SendKeys('M')
      MoveMouseSmooth(635,528)
      Clickmouse(635,528,true)


      MoveMouseSmooth(631,522);
      Wait(1000);
      Clickmouse(631,522,true);
      SendKeys('Sam');

      MoveMouseSmooth(628,549);
      Wait(1000);
      Clickmouse(628,549,true);
      SendKeys('Curley');

      MoveMouseSmooth(632,577);
      Wait(1000);
      Clickmouse(632,577,true);
      Sendkeys('25 Beech Street');

      MoveMouseSmooth(631,630);
      Wait(1000);
      Clickmouse(631,630,true);
      Sendkeys('Belmont');

      MoveMouseSmooth(752,656);
      Wait(1000);
      Clickmouse(752,656,true);
      MoveMouseSmooth(670,549);
      ClickMouse(670,549,true);

      MoveMouseSmooth(623,682);
      Wait(1000);
      ClickMouse(623,682,true);
      Sendkeys('02478');

      MoveMouseSmooth(663,725);
      Wait(1000);
      Clickmouse(663,725,true)
      MoveMouseSmooth(612,779);
      Wait(1000);
      Clickmouse(612,779,true);
      MoveMouseSmooth(718,725);
      Wait(1000);
      Clickmouse(718,725,true);
      MoveMouseSmooth(689,358);
      Wait(1000);
      Clickmouse(689,358,true);
      MoveMouseSmooth(779,724);
      Wait(1000);
      Clickmouse(779,724,true);
      MovemouseSmooth(763,504)
      Wait(1000);
      ClickMouse(763,504,true);


      MoveMouseSmooth(621,749);
      Wait(1000);
      ClickMouse(621,749,true);
      SendKeys('6178235683');
    end;

    procedure Submit;
    begin
      {MoveMouseSmooth(830,749);
      Wait(1000);
      ClickMouse(830,749,true)}

      Writeln('You have completed yet another survey you sexy thing!');
    end;

    procedure SwitchToSwatCash;
    begin
      MoveMouseSmooth(599,1036);
      Wait(1000);
      Clickmouse(599,1036,true);
      Writeln('You have switched to SWATCash');
    end;

    procedure GiveSurvey;
    begin
      MoveMouseSmooth(1119,528);
      Wait(1000);
      Clickmouse(1119,528,true);
      Writeln('Surveys now Pending!');
      Wait(3000);
    end;

    Procedure GetNewSurvey;
    begin
      MoveMouseSmooth(518,528);
      Wait(1000);
      Clickmouse(518,528,true);
      Writeln('New Survey Chosen');
      Wait(2000);
      Wait(3000);
      MoveMouseSmooth(1121,49);
      Wait(1000);
      Clickmouse(1121,49,true);
      Wait(1000);
    end;


    Begin;
    SetUpTime;
    Fillingout;
    Submit;
    SwitchToSwatCash;
    GiveSurvey;
    GetNewSurvey;
    End.
    see ya latter oh and i love fixing stuff thanks Dunceiam

  10. #335
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I love you Stuped . But no it's not the $400 shopping spree thing. But rather www.swatcash.com where you get paid to take these surveys...Like one of these surveys would get me 50 cents. And there are other that would get me $5. There are quite a lot. I'll give you guys a referral link if you want to join/make me money .

    But what did you change in it...? Since I couldn't find anything?

    More noob questions!

    How would you make this repeat to fill out let's say 5 different surveys?

    Edit---
    Works perfectly .
    -Dunceiam

  11. #336
    Join Date
    Nov 2006
    Location
    In an Amish Paradise
    Posts
    729
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is what it was...
    SCAR Code:
    procedure GiveSurvey;
     begin
     MoveMouseSmooth(1119,528);
     Wait(1000);
     Clickmouse(1119,528,true);
     Writeln('Surveys now Pending!');
     Wait(3000);
     end;
      Procedure GetNewSurvey;
      begin
     MoveMouseSmooth(518,528);
     Wait(1000);
     Clickmouse(518,528,true);
     Writeln('New Survey Chosen');
     Wait(2000);
     end;
     //same procedure so took the begin/end out
     begin
     Wait(3000);
     MoveMouseSmooth(1121,49);
     Wait(1000);
     Clickmouse(1121,49,true);
     Wait(1000);
      end.// took out the period

    To this (added Standerds, 2 spaces)

    SCAR Code:
    procedure GiveSurvey;
    begin
      MoveMouseSmooth(1119,528);
      Wait(1000);
      Clickmouse(1119,528,true);
      Writeln('Surveys now Pending!');
      Wait(3000);
    end;
     
    Procedure GetNewSurvey;
    begin
      MoveMouseSmooth(518,528);
      Wait(1000);
      Clickmouse(518,528,true);
      Writeln('New Survey Chosen');
      Wait(2000);
      Wait(3000);
      MoveMouseSmooth(1121,49);
      Wait(1000);
      Clickmouse(1121,49,true);
      Wait(1000);
    end;

    For repeat you just add repeat in the loop...
    SCAR Code:
    Begin;
      SetUpTime;
        Repeat;
        Fillingout;
        Submit;
        SwitchToSwatCash;
        GiveSurvey;
        GetNewSurvey;
        Until(False);
      End;
    End.
    Sorry can't test because I'm at school...

    I love making you money!!

    ~Stupedspam

    Edit: heres with loop...(haven't tested...)
    SCAR Code:
    program OnlineSurveyCompleter;

    var
    i: Integer;
     
    procedure SetUpTime;
      begin
       Writeln('5 Seconds');
       Wait(1000);
       Writeln('4 Seconds');
       Wait(1000);
       Writeln('3 Seconds');
       Wait(1000);
       Writeln('2 Seconds');
       Wait(1000);
       Writeln('1 Seconds');
       Wait(1000);
       Writeln('Blast off!');
      end;
     
    procedure Fillingout;
     
    begin
      MoveMouseSmooth(619,470);
      Wait(1000);
      ClickMouse(619,470,true);
      SendKeys('dunceiam@gmail.com');
     
      MovemouseSmooth(650,497);
      Wait(1000);
      Clickmouse(650,497,true);
      SendKeys('M')
      MoveMouseSmooth(635,528)
      Clickmouse(635,528,true)
     
     
      MoveMouseSmooth(631,522);
      Wait(1000);
      Clickmouse(631,522,true);
      SendKeys('Sam');
     
      MoveMouseSmooth(628,549);
      Wait(1000);
      Clickmouse(628,549,true);
      SendKeys('Curley');
     
      MoveMouseSmooth(632,577);
      Wait(1000);
      Clickmouse(632,577,true);
      Sendkeys('25 Beech Street');
     
      MoveMouseSmooth(631,630);
      Wait(1000);
      Clickmouse(631,630,true);
      Sendkeys('Belmont');
     
      MoveMouseSmooth(752,656);
      Wait(1000);
      Clickmouse(752,656,true);
      MoveMouseSmooth(670,549);
      ClickMouse(670,549,true);
     
      MoveMouseSmooth(623,682);
      Wait(1000);
      ClickMouse(623,682,true);
      Sendkeys('02478');
     
      MoveMouseSmooth(663,725);
      Wait(1000);
      Clickmouse(663,725,true)
      MoveMouseSmooth(612,779);
      Wait(1000);
      Clickmouse(612,779,true);
      MoveMouseSmooth(718,725);
      Wait(1000);
      Clickmouse(718,725,true);
      MoveMouseSmooth(689,358);
      Wait(1000);
      Clickmouse(689,358,true);
      MoveMouseSmooth(779,724);
      Wait(1000);
      Clickmouse(779,724,true);
      MovemouseSmooth(763,504)
      Wait(1000);
      ClickMouse(763,504,true);
     
     
      MoveMouseSmooth(621,749);
      Wait(1000);
      ClickMouse(621,749,true);
      SendKeys('6178235683');
    end;
     
    procedure Submit;
    begin
      {MoveMouseSmooth(830,749);
      Wait(1000);
      ClickMouse(830,749,true)}

      Writeln('You have completed yet another survey you sexy thing!');
    end;
     
    procedure SwitchToSwatCash;
    begin
      MoveMouseSmooth(599,1036);
      Wait(1000);
      Clickmouse(599,1036,true);
      Writeln('You have switched to SWATCash');
    end;
     
    procedure GiveSurvey;
    begin
      MoveMouseSmooth(1119,528);
      Wait(1000);
      Clickmouse(1119,528,true);
      Writeln('Surveys now Pending!');
      Wait(3000);
    end;
     
    Procedure GetNewSurvey;
    begin
      MoveMouseSmooth(518,528);
      Wait(1000);
      Clickmouse(518,528,true);
      Writeln('New Survey Chosen');
      Wait(2000);
      Wait(3000);
      MoveMouseSmooth(1121,49);
      Wait(1000);
      Clickmouse(1121,49,true);
      Wait(1000);
    end;
     
     
    Begin;
      SetUpTime;
      i:= 0;
        Repeat;
        Fillingout;
        Submit;
        SwitchToSwatCash;
        GiveSurvey;
        GetNewSurvey;
        i:= i + 1;
        until(i=5)
      End;
    End.

  12. #337
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I love you...Now I need to either, get a bitmap set up (No clue how to get it in the script, but I know how to get one...) or I can just use more coordinates.

    Would a script of this quality (Not very high ) be enough for SRL membership?

    Thanks again .

    -Dunceiam

  13. #338
    Join Date
    Mar 2007
    Posts
    674
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    I love Dunceiam for asking that question.

    I want to know the answere myself.

  14. #339
    Join Date
    Nov 2006
    Location
    In an Amish Paradise
    Posts
    729
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I love helping people hope this helps you too lalaji!
    @Dunceiam~I read what you wrote on the member app. Tut
    For bitmaps look in the new SRL 3.7...SRL v370\includes\SRL\Mass BitmapToString... the BitmapToString will help lots
    To make bit maps just read this Tut here or just try it out, learn from you mastakes.

  15. #340
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hehe, glad I gave credits!

    Anyway, this topic's sorta turned into a "Help" topic, but eh.

    Code:
    Procedure ChopTheTree; //this procedure will chop down a tree
      begin
        if(Findcolor(x,y,TreeColor,MSX1, MSY1, MSX2, MSY2))then //finds the color of the tree(TreeColor)
        begin 
          Mouse(x, y, 2, 2, False); //right clicks the tree
        end;
        if(FindBitmap(ChopDown, x, y))then //finds the bitmap 
        begin
          Writeln('Starting to chop down the tree now.'); //sends a message if the bitmap is found
          Mouse(x, y, 1, 1, True); //left clicks the bitmap
        end;
        FreeBitmap(ChopDown) //frees the bitmap to prevent lag after the bitmap is used once
    end; 
     
    begin //main loop (you should know what this is by now)
      LoadBitmaps; 
      ChopTheTree; 
    end.
    Would you be able to load the bitmap, then free it, then load it again in the next loop, or should you keep it loaded throughout the whole script? Also,
    Code:
    if(FindBitmap(ChopDown, x, y))then //finds the bitmap
    x, y is the box that you want it to search for the bitmap in?

    x------
    -------
    ------y

    Right?

    Thanks again .

    -Dunceiam

  16. #341
    Join Date
    Nov 2006
    Location
    In an Amish Paradise
    Posts
    729
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, ' I love helping but yes this is geting off topic...'

    Would you be able to load the bitmap, then free it, then load it again in the next loop, or should you keep it loaded throughout the whole script?
    Once its loaded it will stay loaded throught the script...As long as you don't stop the script, Then it will need to reload it...Understand?

    x, y is the box that you want it to search for the bitmap in?

    x------
    -------
    ------y

    Right?
    Correct! Normally you would want it to search the entire screen but if you want it to be smaller you change coords...

    If you have more questions PM me... or make new thread... This thread need to get back on topic

  17. #342
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hehe, I love you for being nice!

    Back on topic!

    -Dunceiam

  18. #343
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    i love stupidspam cause i love amish people

    edit: i lvoe dunc cause he posted and made me edit my post
    STOP PM'ING ME

  19. #344
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    I love this topic for getting a scripting help thread and I love Hobbit cause he's going to have to update his video over downloading SRL, because the newer version is out and noobs don't understand it if you use an other version .
    Hup Holland Hup!

  20. #345
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I love Nielsie95 for not wanting me to test any of his scripts!

    And also for being here much longer then me, yet I have 100 more posts!

    I love Hobbit for calling me dumb! (Not very nice!)

    I love everyone in SRL-Forums for being very nice ('cept Hobbit, nobody look at his sig! ). And also for helping me on my way to becoming a scripting master, like Nielsie! Or anyone else who's a member?

    [off-topic]Can someone post a good tut about Bitmaps, and also is RadialWalk a bit too complex for me at this stage, (Considering I'm only really good at Clickmouse! And MoveMouseSmooth! Hehe.) [/off-topic]

    I've tried looking, but can't find one .

    -Dunceiam

  21. #346
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    I love Dunceiam for willing to test my scripts and for calling me a scripting master!
    I think you should take a look at the bitmap tutorial from RuneHacker. And for RadialWalk use Fawki's brief note and Yakman's Radial Walking Aid. And you still owe my that WheatPicker report?
    Hup Holland Hup!

  22. #347
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Bah, look at sig . Since I only have 1 gig of RAM, 5 virus-scans is lagging me like hell. *gasp*. I'm hoping that I can still open SCAR though . Perfect time for me to try to learn Bitmaps! (And whatevers DTM's are?)

    Oops...Uhh...I love Nielsie95 for stealing my idea of a wheat picker for my membership!

    -Dunceiam

  23. #348
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    i love dunc cause he actualy read my reason for editing and hes go viruses

    oh an nielsie for remining me to remake the video...unfortionatly that means i need to redownload captiveate again and find the cd kkey or buy it all over again >.<


    and im proud to say my movie has been downloaded 161 times
    STOP PM'ING ME

  24. #349
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I love Hobbit for noticing that I got viruses . Check my sig. We'll probably do it tomorrow.

    Bye for a couple days guys .

    -Dunceiam

  25. #350
    Join Date
    Nov 2006
    Location
    In an Amish Paradise
    Posts
    729
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I love Dunceiam leaving a cupple of days so his activity bar will drop below mine (just kiding)

    I also would love to help you make a Runscape script and I don't mind you spaming my inbox...(only messages I get )

    Have fun with the virus!
    ~Stupedspam

Page 14 of 128 FirstFirst ... 412131415162464114 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. "What do you hate about the person above you" game.
    By jme in forum The Bashing Club / BBQ Pit
    Replies: 1767
    Last Post: 12-24-2009, 08:58 AM
  2. "What do you think about the NAME of the person above you" game
    By Fearlesssss in forum The Bashing Club / BBQ Pit
    Replies: 29
    Last Post: 07-12-2007, 07:52 PM
  3. Question: "Stealing" the RS game screen...
    By Jason2gs in forum RuneScape News and General
    Replies: 7
    Last Post: 04-02-2007, 06:51 AM
  4. A Person called "Me"~
    By ramzax in forum Who Are You ? Who ? Who ?
    Replies: 0
    Last Post: 09-27-2006, 01:18 AM

Posting Permissions

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