Results 1 to 6 of 6

Thread: need help plz (dont no what im doing rong)

  1. #1
    Join Date
    Jul 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default need help plz (dont no what im doing rong)

    [code]
    program flaxorspinnerbanker;
    begin
    MoveMouse(660, 182)
    Wait(1000);
    ClickMouse(660, 182, True);
    Wait(4000);
    MoveMouse(656, 181);
    Wait(2000);
    ClickMouse(656, 181, True);
    Wait(4000);
    MoveMouse(696, 148);
    Wait(1000);
    ClickMouse(696, 148, True);
    Wait(5555);
    end.

    procedure atflaxspot;
    begin
    repeat
    MoveMouse(295, 190);
    wait(400);
    ClickMouse(295, 190, True);
    wait(500);
    until(InvFull)
    end.

    procedure goingtospinningspot;
    begin
    MoveMouse(584, 79);
    Wait(1000);
    ClickMouse(584, 79, True);
    Wait(6000);
    MoveMouse(640, 36);
    Wait(1000);
    ClickMouse(640, 36, True);
    wait(5000);
    MoveMouse(639, 93);
    Wait(1500);
    ClickMouse(639, 93, True);
    end;

    procedure goingupstairs;
    MoveMouse(315, 236);
    Wait(400);
    ClickMouse(315, 236, True);
    Wait(2000);
    MoveMouse(86, 199);
    Wait(400);
    ClickMouse(86, 199, True);
    Wait(15000);
    end.

    procedure goingtobank;
    MoveMouse(440, 205);
    Wait(400);
    ClickMouse(440, 205, True);
    wait(1000);
    MoveMouse(674, 40);
    Wait(4500);
    ClickMouse(674, 40, True);
    Wait(1500);
    MoveMouse(641, 71);
    Wait(3500);
    ClickMouse(641, 71, True);
    wait(3500);
    end.

    procedure banking;
    MoveMouse(237, 135);
    wait(600);
    ClickMouse(237, 135, False);
    Wait(600);
    MoveMouse(241, 187);
    Wait(400)
    ClickMouse(241, 187, True);
    Wait(600);
    MoveMouse(577, 255);
    wait(500);
    ClickMouse(577,255, False);
    wait(700);
    MoveMouse(585, 324);
    Wait(600);
    ClickMouse(585, 324, True);
    Wait(700);
    end.

    begin
    repeat
    atflaxspot;
    goingtospinningspot;
    goingupstairs;
    goingtobank;
    bank;
    until False
    end.
    [code/]
    this is my script and no its not the best because i will be using this in a private server but it has the same flax picking spot.

    so if anyone has any pointers i would love to hear them

    thanks heaps
    gore

  2. #2
    Join Date
    Apr 2007
    Posts
    994
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    If it is a private server, I suppose its fine... Just
    In your mainloop. Don't use until(false). It will be nearly impossible to stop your script since you are using clickmouse. Using something like

    until(isfkeydown(11))

    Anyway...
    [QUOTE]<GoF`> oh no its Raymooond
    <Raymooond> Heya
    <GoF`> is it ray or some other ray?
    <LeeLokHin> No idea
    <LeeLokHin> Raymond, what's the game you like the most?
    <Raymooond> Runescape
    <-- LeeLokHin has kicked Raymooond from #srl (Faker.)[/QUOTE]

  3. #3
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by leelokhin View Post
    If it is a private server, I suppose its fine... Just
    In your mainloop. Don't use until(false). It will be nearly impossible to stop your script since you are using clickmouse. Using something like

    until(isfkeydown(11))

    Anyway...
    its easy to stop o_0 alt tab>scar crl A

  4. #4
    Join Date
    Apr 2007
    Posts
    994
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    You don't know how fast movemouse is, do you?
    [QUOTE]<GoF`> oh no its Raymooond
    <Raymooond> Heya
    <GoF`> is it ray or some other ray?
    <LeeLokHin> No idea
    <LeeLokHin> Raymond, what's the game you like the most?
    <Raymooond> Runescape
    <-- LeeLokHin has kicked Raymooond from #srl (Faker.)[/QUOTE]

  5. #5
    Join Date
    Jul 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    umm not really but the reason i posted it was because it only did first step and is there an easier way to walk?
    because everytime it i start it in the same spot the finishing spots different.

    and is there a better way to pick the flax??

    and is there a different way to move mouse????

    and thanks guys for ur help

    apreciate it

    thanks
    gore

  6. #6
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    right now I use colors, about to start using DTMS though, but yea, I'd recommend using colors or DTM's to move the mouse, if you aren't using a private server then there's less of a chance of a ban using those ways than coords.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I dont know whats rong with my includes
    By booie1 in forum OSR Help
    Replies: 2
    Last Post: 03-29-2008, 03:10 AM
  2. eh i dont get it...
    By yamaha317 in forum OSR Help
    Replies: 7
    Last Post: 07-13-2007, 01:05 AM
  3. I dont get it...
    By grimey in forum OSR Help
    Replies: 2
    Last Post: 06-23-2007, 04:14 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
  •