Page 1 of 2 12 LastLast
Results 1 to 25 of 38

Thread: power cutter

  1. #1
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default power cutter

    REMOVED

  2. #2
    Join Date
    Sep 2006
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    was very easy to use nd i liked it tyvm nice job

  3. #3
    Join Date
    Jan 2007
    Location
    new zealand
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default beand

    hey cool script

  4. #4
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    u tested? if so plz post proggies both of u

  5. #5
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    10 views 0 replies, also i got from lvl 1-63 wcing with no ban using my script, please test it out and give feed back and advice!

  6. #6
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    2,254
    Mentioned
    21 Post(s)
    Quoted
    238 Post(s)

    Default

    k dude, when i get back from school will test ...lol i just paid my neigh=bor 300k for 4 guys to 31 wc, (they were already at 20 XD)

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

    Default

    a very nice script, gogin to tes when i've got the time,i don't know how to use forsm, didn't tried it
    Who knows, maybe in feature...

  8. #8
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    ok guys thank you for some feedback, and lol @ cause you should have looked here faster :P but please post proggies, any problems you have, rate it 1-10, 10 being the best 1 being the worst and give me suggestions for my next update
    (yes i know i have to add multi users.)

  9. #9
    Join Date
    Jan 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    worked great for me, found my head and solved some randoms. I'll try to get a overnight proggy on here

  10. #10
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i only tested it on my test computer (which might i add is a ****** peice of **** ) and it ran pretty well for me ty for trying it out venom head, i will constantly update it after this week (i have midterms T_T ).

    MAKE SURE TO POST PROGGIES! (yes, i put the little '*'s there)

  11. #11
    Join Date
    Jan 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wow this looks v nice, gonna do this on me noob char, does it have an axe head findeR?

  12. #12
    Join Date
    Jan 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its ok i guess, probably cause im doing it on normal trees (lol,) but most of the time it keeps clicking either near the tree or randomly on the ground

  13. #13
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Ok I Updated It Please Download The New-er Version, It Works Better

  14. #14
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    the autorespoing is prety pointles,
    it only works if someone says the EXACT phrases which you typed in which is very rare. It just takes up a lot of extra lines

    SCAR Code:
    repeat
          if (FindColorSpiralTolerance(x, y, TreeColorr, MSX1, MSY1, MSX2, MSY2, 6)) or
            (FindColorSpiralTolerance(x, y, TreeColorr2, MSX1, MSY1, MSX2, MSY2, 6)) or
            (FindColorSpiralTolerance(x, y, TreeColorr3, MSX1, MSY1, MSX2, MSY2, 6)) then
            begin
            MMouse(x, y, 2, 2)
              if (IsUpText(TypeOfTree)) then
              results := True;
            end;
        until (results = true)

    this is almost liek a
    repeat
    until(false)

    because it continues color spiraling until the uptext is "TypeOfTree"
    and if the corect tree isnt in sighnt, it will spiral forever and ever

    Also the xpper tree the users must enter in, why dont you just let the script find teh xp per tree?
    LEt the user type in the kind of tree, let the script read it, and conver it to xp.
    Also lampskill and rundirection are already in setupsrl and defined by the user

    This is also unnecesary:

    SCAR Code:
    if (FindNewBox) then
      begin
        Writeln('darn it a box!')
          wait(500)
          OpenBox;
        SolveBox;
        wait(4300 + random(200));
      end;

      if (FindNewBox) then
      begin
        writeln('omg another box!');
        OpenBox;
        wait(700 + random(250))
          SolveBox;
        wait(4300 + random(200));
      end;

      if (FindNewBox) then
      begin
        GambleNewBox;
      end;
      if (FindNewBox) then
      begin
        LogOut;
        Writeln('sorry im logging out because i dont want you banned!')
          TerminateScript;
      end;

    Just put
    If FindNewBox Then
    SolveBox

    Simple as that, no need to gamble or anything
    SolveBox solves ALL BOXES in the inventoiry.

    Just some feedback for you =)
    It also looks a lot like my old powerchopper -.-
    http://runescape101.net/scripts/scarscript.php?id=148
    (And to those of you who dont know mcuh about scar, do not use scripts from that they all do not work, and if they do will get you banned they are all old and that entire site is BS)

    I hope to see some chages based on me feedback good job though =)

    PS: Please dont double post.
    And im still wondering how you learned to script this well with only 8 posts

  15. #15
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    yohojo can you please go on AIM? and is that screen name icon your actual screen name?

  16. #16
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ~=~=~=~=~=~=~=~=~=t3hl33tn00bs Power Chopper~=~=~=~=~=~=~=~=~=
    ~=~=~=~=~=~=~=~=~=Report for Version 1.1~=~=~=~=~=~=~=
    Worked for 4 Minutes and 57 Seconds
    Chopped About 54 Willows
    Dropped 1 loads
    Gained About 1836 experience
    ~=~=~=~=~=~=~=~=~=Thank You for using my Power Chopper~=~=~=~=~=~=~
    ******** FOUND FIGHTING RANDOM ********
    uh oh im in a fight! =,(
    running away
    running back to the trees.
    ******** FOUND FIGHTING RANDOM ********
    uh oh im in a fight! =,(
    running away
    running back to the trees.

    thats my proggy watched it do a whole load once and went to bathroom, when i came back there was a pirate att'ing meh. It looked as if it tryed to run but failed. Two things

    1. It needs to wait longer when clicking on trees not click repeatedly over and over
    2. It clicked about 500 times on the tree the second load and never dropped (overall very good script!!(no matter how bad i make it sounds it was very very nice actually i believe the best powercutter ive seen but im new here so =p) fix those two things and it will be perfect

  17. #17
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    ok Updated Again Please Everyone Re Dl It!!!!!!!!

  18. #18
    Join Date
    Jan 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thx m8 gonna check it out

  19. #19
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    UPDATED AGAIN PLEASE DOWNLOAD "MY POWER CHOPPER V2" THAT IS THE WORKING ONE!!!

  20. #20
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok i will try the new one out, if any problems ill post and ill post a proggy

  21. #21
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    ok thank you very much pawnz0r!

  22. #22
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol saw this in the first few lines be4 i even ran it =p

    # Description = a power chopper
    # Version = 1.1<--------------------------lol isnt this v2?
    # Original Date = 12/29/2006

  23. #23
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    now that what im talking about ~.- works much better drops right when it needs to etc, ima bout to leave for 15 minutes so i will leave it running for a while and post that proggy

    problems:

    only fgound one it will click on my friendlist and find a name and it wont type nything it will just stay like that (thats the only problem ive found so far other than that i'd say its perfect

  24. #24
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    are u in the client? and oops forgot to update the version lol my bad

  25. #25
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    died heres the proggy (this is the second one)SRL Compiled in 360msec.
    You are cutting Willow trees
    You want to chop 1000000 loads
    You will run W if a fight is found
    If a genie lamp is found the script will advance woodcutting
    Axe head colors: 6708036 6116158 6839879
    ******** FOUND FIGHTING RANDOM ********
    ******** FOUND FIGHTING RANDOM ********
    ******** FOUND FIGHTING RANDOM ********
    ******** FOUND FIGHTING RANDOM ********
    ******** FOUND FIGHTING RANDOM ********
    Successfully executed


    i think u dnt run far enough away :\

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help with my power cutter plz.
    By shrubie1 in forum OSR Help
    Replies: 9
    Last Post: 06-01-2008, 02:53 AM
  2. My Power Cutter :)
    By kooldude in forum RS3 Outdated / Broken Scripts
    Replies: 10
    Last Post: 12-01-2007, 01:43 PM
  3. What The Best Power Cutter??
    By fuzzball109 in forum News and General
    Replies: 3
    Last Post: 06-29-2007, 05:07 AM
  4. Help with my power cutter
    By shadows-collide in forum News and General
    Replies: 29
    Last Post: 06-25-2007, 04:37 PM
  5. Help with Power cutter!@
    By wtf i sp4nk in forum OSR Help
    Replies: 2
    Last Post: 12-17-2006, 02:16 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
  •