Results 1 to 16 of 16

Thread: super miner! mines and dropps my 1st 1!

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

    super miner! mines and dropps my 1st 1!

    //////////////// power miner mines and drops //////////////
    ////////////////////////////by s3rgio2//////////////////////
    ///////////////////// special thanks to whocares357/////////
    /////////////////////this is my first script!///////////
    ///////warning:might not work for higher lvls than 2.0 i am sorry i did the best i could////////
    ////if any1 knows how to fix please tell me as soon as possible //////////
    program s3rgio2_ore_miner_and_dropper;
    { . include SRL/SRL.scar.}

    Const
    orecolour = 1449520 // fill in ore color using color picker ctrl+P
    begin
    repeat
    findcolorspiral(x,y,orecolor,MSX1,MSY1,MSX2,MSY2)


    DisguiseScar ('Internetextplorer7')


    findcolorspiral (x,y,orecolour,MSX1,MSY1,MSX2,MSY2,);

    mmouse (x,y,2,2)
    wait (300+random(800))
    mouse(x,y,1,1,true)



    Mouse (x,y,1,1,true)
    wait (3000+random(800))
    mouse(x,y,1,1,true)









    Mouse(x,y,1,1,true)
    wait (3000+random(5000))

    writeln ('now dropping ore...')
    ///////////////////////////////dropping ore
    mmouse (627,265,2,2)
    wait (500+random(1000))
    mouse (627,265,1,1,false)
    mmouse (606,307,2,2)
    wait (500+random(1000))
    mouse(x,y,1,1,true



    until (false)



    end.


    my first 1 !!!!!! w00t

  2. #2
    Join Date
    Jul 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if any1 has any comments plz post! and if any1 know how to fix the over lvl 2.0 error plz messege me!

  3. #3
    Join Date
    Oct 2006
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When you post use scar tags () to make the post look better and I think this goes in the Free Scrips -> First Script Section. Also look up scripting standards on the forums to make the script look better.

  4. #4
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    This isn't an SRL Script so it stays here.

    Edit: My bad, yes it is.
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  5. #5
    Join Date
    Apr 2007
    Location
    brisbane
    Posts
    104
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This isn't an SRL Script so it stays here.
    rofl
    x: y, why are you so fat?
    y:-_____
    ---l-1
    ---l-----
    ---l
    --\l64

  6. #6
    Join Date
    Apr 2007
    Location
    brisbane
    Posts
    104
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This isn't an SRL Script so it stays here.
    rofl
    x: y, why are you so fat?
    y:-_____
    ---l-1
    ---l-----
    ---l
    --\l64

  7. #7
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    No offence but this is a very scary script.
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  8. #8
    Join Date
    Jul 2007
    Posts
    98
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    um... do i see spelling problems in that script?
    or do i suck at english?

    Code:
    orecolour
    Isnt it supposed to be like "Orecolor"
    Currently Learning the Basics of Scar

  9. #9
    Join Date
    Aug 2007
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no thats the american spelling

    uk is colour

    u.s. is color

    lazy u.s..

  10. #10
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Standards please?

  11. #11
    Join Date
    Oct 2006
    Posts
    1,071
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I love my Internet Extplorer too

  12. #12
    Join Date
    Oct 2006
    Location
    Ireland
    Posts
    855
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Saturn those standards are no way near right..

  13. #13
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Wrong forum. This is for non-srl scripts and I can see SRL included there.

  14. #14
    Join Date
    Jul 2007
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its a nice try but its sorta of a bad script but ull hit a lota bumps in ur time scripting but cintuing and make beter scripts and please read tuts that is why there there

  15. #15
    Join Date
    Jul 2007
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this is a verry dirty script im gona cleane up for u

  16. #16
    Join Date
    Jul 2007
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok here is the fix
    SCAR Code:
    //////////////// power miner mines and drops //////////////
    ////////////////////////////by s3rgio2//////////////////////
    ///////////////////// special thanks to whocares357/////////
    /////////////////////this is my first script!///////////
    ///////warning:might not work for higher lvls than 2.0 i am sorry i did the best i could////////
    ////if any1 knows how to fix please tell me as soon as possible //////////
    program s3rgio2_ore_miner_and_dropper;
    { . include SRL/SRL.scar.}
    const
      orecolour = 1449520 // fill in ore color using color picker ctrl+P
    program MineOre;
    begin
      repeat
        findcolorspiral(x, y, orecolor, MSX1, MSY1, MSX2, MSY2)
        DisguiseScar('Internetextplorer7')
        findcolorspiral(x, y, orecolour, MSX1, MSY1, MSX2, MSY2, );
        mmouse(x, y, 2, 2)
          wait(300 + random(800))
          mouse(x, y, 1, 1, true)
        Mouse(x, y, 1, 1, true)
          wait(3000 + random(800))
          mouse(x, y, 1, 1, true)
        Mouse(x, y, 1, 1, true)
          wait(3000 + random(5000))
        writeln('now dropping ore...')

    program Drop;
         
          mmouse(627, 265, 2, 2)
          wait(500 + random(1000))
          mouse(627, 265, 1, 1, false)
          mmouse(606, 307, 2, 2)
          wait(500 + random(1000))
          mouse(x, y, 1, 1, true)
      until (false)
    end.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. power ore miner (mines and drops) by outlander
    By outlander in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 08-22-2007, 06:48 PM
  2. power ore miner (mines and drops) by outlander
    By outlander in forum First Scripts
    Replies: 5
    Last Post: 06-22-2007, 08:30 AM
  3. Mauls Super Duper Power Miner
    By i like mauls in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 01-01-2007, 08:01 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
  •