Results 1 to 8 of 8

Thread: Leet Noob Powerminer

  1. #1
    Join Date
    Nov 2006
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Leet Noob Powerminer

    Hello this is my simple power miner V1.0

    Knownbugs
    Only mines iron im trying to make it so it mines anything on teh screen copper tin etc. if you can please help me find out why it only mines iron iw ould appreciate it

    it v3.0 i might add banking option v2.0 will have a antirandoms and antiban and autorespond to people talking to you(idk about the last part for sure yet)

    Enjoy and give me lost of feed back

  2. #2
    Join Date
    Oct 2006
    Posts
    412
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    BEWARE: DO NOT USE TILL THIS PROCEDURE IS FIXED

    Code:
    Procedure findore;
    Begin
    wait(2000)
     if (FindColorSpiralTolerance(x, y, coppercolor, MSX1, MSY1, MSX2, MSY2,1)) or
         (FindColorTolerance(x, y, tincolor, MSX1, MSY1, MSX2, MSY2,1)) or
          (FindColorTolerance(x, y, ironcolor, MSX1, MSY1, MSX2, MSY2,1)) or
           (FindColorTolerance(x, y, goldcolor, MSX1, MSY1, MSX2, MSY2,1)) or
            (FindColorTolerance(x, y, coalcolor, MSX1, MSY1, MSX2, MSY2,1)) Then
     Movemousesmooth(x,y)
     wait(1000)
     Clickmouse(x,y,false)
     wait(1000)
     ChooseOption(x,y, 'ine');
     If invfull then
    End;

  3. #3
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Yea... Movemousesmooth. Kinda detectable.. Should be changed to MMouse?

  4. #4
    Join Date
    Nov 2006
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  5. #5
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    yea it's a lot of detectble, but hey people it does do what it has supposed to do maybe it's more detectble (going to be ficxed) and it hasn't got anti randoms, anti ban, etc but it does do what it has supposed to do lol

    I also wanne learn to script but i can't get it :d

  6. #6
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, i dont know why it is only getting iron. Maybe because the colors arent good and the tolerance is reeeeaaaaally low. Also, might i suggest this?

    SCAR Code:
    Const
      rockcolor = 854732957;//rock color here {change this right here}
      pickaxeequiped = True;////True if pickaxe is equiped otherwise dont touch
     
     
     
     
    Procedure findore;
    Begin
      repeat {loop here}
      wait(2000)
      if (FindColorSpiralTolerance(x, y, rockcolor, MSX1, MSY1, MSX2, MSY2,10))   Then {changed this}
      begin
        Mmouse(x,y,1,1)
        If IsUpText('ine') then {put this right here}
        begin
          wait(4000)
          Clickmouse(x,y,false)
          wait(1000)
          ChooseOption(x,y, 'ine');
          wait(3000+random(4000))
        end;
      end;
      until(invfull) {loop here}
    End;

    This way, you can give the user more flexibility and go for only a certain ore.

    Also, make sure when you move the mouse over the rockcolor, the uptext('ine') is there, just so you know it's a rock. Also, use CMouse or Mouse instead of clickmouse and add in soem random waits. Yet another also, loop the procedure (as shown above) so it will mine until a full load.

    But good job for a first script!

    P.S. My changed procedure will not compile. I just put in the nesescary parts for you to learn

  7. #7
    Join Date
    Dec 2006
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hello

  8. #8
    Join Date
    Nov 2006
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Come here, dont be afraid... this guy iz t3h leet....
    By n3ss3s in forum Music, Movies and TV
    Replies: 12
    Last Post: 10-28-2008, 01:41 AM
  2. New Leet Siggies!11111111111
    By i pro leechin' in forum News and General
    Replies: 22
    Last Post: 10-19-2008, 04:38 PM
  3. I'm so leet!
    By Sp0rky in forum Discussions & Debates
    Replies: 11
    Last Post: 10-29-2007, 11:02 AM
  4. What is the most leet length of variable name?
    By n3ss3s in forum The Bashing Club / BBQ Pit
    Replies: 6
    Last Post: 08-30-2007, 04:54 PM
  5. my leet pure str
    By RudeBoiAlex in forum RuneScape News and General
    Replies: 0
    Last Post: 07-10-2007, 06:52 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
  •