treehugger by denial

Discussion in 'Outdated RS Scripts' started by Denial, Oct 20, 2007.

treehugger by denial
  1. Unread #21 - Nov 12, 2007 at 9:15 PM
  2. sinerx2
    Referrals:
    0

    sinerx2 Guest

    treehugger by denial

    When i use it it keeps saying failed when compiling. Can any one help? Im new new at using scar.
     
  3. Unread #22 - Nov 17, 2007 at 3:17 AM
  4. Denial
    Referrals:
    2

    Denial Guest
    $25 USD Donor New

    treehugger by denial

  5. Unread #23 - Nov 21, 2007 at 11:48 AM
  6. Chosen God
    Joined:
    Nov 15, 2007
    Posts:
    381
    Referrals:
    0
    Sythe Gold:
    0

    Chosen God Forum Addict
    Banned

    treehugger by denial

    It works great but drops my axe;)
     
  7. Unread #24 - Nov 21, 2007 at 4:46 PM
  8. lillol
    Referrals:
    0

    lillol Guest

    treehugger by denial

    w8 , ill test it right nawh^^
     
  9. Unread #25 - Nov 21, 2007 at 5:22 PM
  10. Denial
    Referrals:
    2

    Denial Guest
    $25 USD Donor New

    treehugger by denial

    equip your axe and it wont drop it, it drops everything in inventory, genius :)
     
  11. Unread #26 - Nov 21, 2007 at 6:03 PM
  12. daxjumba
    Joined:
    Jul 30, 2007
    Posts:
    98
    Referrals:
    0
    Sythe Gold:
    0

    daxjumba Member

    treehugger by denial

    does this script click around on things its not meant to like your mining script? that mining one made me so angry, i couldnt find any colors that werent something else also... and i tried like 10 times.
     
  13. Unread #27 - Nov 22, 2007 at 3:37 PM
  14. lillol
    Referrals:
    0

    lillol Guest

    treehugger by denial

    hey- this is tree hogger right?
    cuz at the starting it says molten miner -_-AND
    wat di i put where it says moltenminer...
    im new , pls help me out;
     
  15. Unread #28 - Nov 22, 2007 at 4:58 PM
  16. Denial
    Referrals:
    2

    Denial Guest
    $25 USD Donor New

    treehugger by denial

    lol sorry about that, treehugger is more a less molten miner, just with a little tweaks here and there, i forgot to change moltenminer to treehugger ^.^

    where it says treecolor: = ####### click the eyedropper icon and then click the tree in rs
    then paste the color number into there.
     
  17. Unread #29 - Nov 22, 2007 at 5:07 PM
  18. natinsatan
    Joined:
    Nov 20, 2007
    Posts:
    400
    Referrals:
    0
    Sythe Gold:
    0

    natinsatan Forum Addict
    Banned

    treehugger by denial

    Im pretty much brand new to scar and am trying to set up the script and i need some help. so first off you copy and paste this into the scar yea?
    program treehugger;

    const

    startupwait = 10000;//how long before script starts after compiling


    treecolor1 = 3567717;// set 3 tree colors.

    treecolor2 = 1452326;// set 3 tree colors.

    treecolor3 = 538158;// set 3 tree colors.

    choppinginterval = 9000;// time before chopping each log

    drop = true;// do you wanna drop? if false set logs to chop to 28

    logstochop = 100;//how many rocks to mine

    {.include SRL/SRL.scar}



    procedure treehugger;


    var
    i, x, y: integer;
    begin
    cleardebug;
    writeln('tree hugger will begin soon, please post comments bugs and ')
    writeln('sugestions on site you got this script from')
    writeln('treehugger 1.4 will include better antirandoms, form use and ability to chop better trees')



    wait(startupwait+random(1000))
    repeat

    i:= i + 1
    if (drop = true) then
    dropall;
    cleardebug;
    writeln('chopped: ' + inttostr(i))
    writeln('dropped: ' + inttostr(i))
    writeln('script has been working for ' + timerunning)

    if (FindColor(x, y, treecolor1, 0, 0, 517, 337)) or
    (FindColor(x, y, treecolor2, 0, 0, 517, 337)) and
    (FindColor(x, y, treecolor3, 0, 0, 517, 337))then
    mmouse(x,y,2,2)
    mouse(x,y,1,1,true)
    wait(choppinginterval+random(1000))
    until i = logstochop


    writeln('script has worked for ' + timerunning)
    writeln('logs chopped ' + inttostr(i))
    writeln('logs dropped ' +inttostr(i))
    end;


    begin
    setupsrl
    treehugger
    end.

    What do i have to fill out?, i know how to get x,y, and colors and i know i need to fill out those first 3 tree colors. what els do i fill out?
     
  19. Unread #30 - Nov 26, 2007 at 6:17 PM
  20. lillol
    Referrals:
    0

    lillol Guest

    treehugger by denial

    ty dainal
     
  21. Unread #31 - Nov 26, 2007 at 6:18 PM
  22. lillol
    Referrals:
    0

    lillol Guest

    treehugger by denial

    1 more question what the eyedropper?
    crosshair or painticon?
     
  23. Unread #32 - Nov 27, 2007 at 6:02 AM
  24. Denial
    Referrals:
    2

    Denial Guest
    $25 USD Donor New

    treehugger by denial

    dainal? lol, but name can be typoed very sexually:
    denail: the nail: sex etc.
    dainal: anal: anal sex


    neway: click the eyedropper icon with colour of tree on screen somewhere and then click tree.
     
  25. Unread #33 - Nov 27, 2007 at 4:34 PM
  26. lillol
    Referrals:
    0

    lillol Guest

    treehugger by denial

    lol im sorry danial aww i mean denail: the nail: sex etc
    ty :D
     
  27. Unread #34 - Nov 27, 2007 at 4:49 PM
  28. lillol
    Referrals:
    0

    lillol Guest

    treehugger by denial

    dam.. it says error
    i copied the color of the tree like u told and paste it in where it says trrehugger;1069642
    im lost dainal: anal: anal sex help me
     
  29. Unread #35 - Nov 30, 2007 at 1:54 PM
  30. hardC0re
    Joined:
    Jul 1, 2007
    Posts:
    25
    Referrals:
    0
    Sythe Gold:
    0

    hardC0re Member

    treehugger by denial

    lmfao, sorry... read some more tuts from srl-forums.com
     
  31. Unread #36 - Dec 1, 2007 at 8:46 AM
  32. darthkire
    Referrals:
    0

    darthkire Guest

    treehugger by denial

    where do u start the copy and paste? do u copy the entire thing including the.
    // ~ boom ~ \\
    //////denial\\\\\\
    ////tree hugger\\\\
    /////////1. 0\\\\\\\\\
    //____________________\\

    //how to use: setup right below, that explains most of it :)\\
    // note that this power/autominer won't work well in all mines\\
    {------------------------drops every 25 ore------------------------}
    {have pick equipped and inventory empty, don't wear anything you like}

    or do u start somewhere else. do u paste it over the "Begin" or what.
     
  33. Unread #37 - Dec 1, 2007 at 8:24 PM
  34. Denial
    Referrals:
    2

    Denial Guest
    $25 USD Donor New

    treehugger by denial

    copy EVERYTHING
     
  35. Unread #38 - Dec 3, 2007 at 7:36 PM
  36. SteveTheBeast
    Referrals:
    0

    SteveTheBeast Guest

    treehugger by denial

    thanks man your an f-in beast
     
  37. Unread #39 - Dec 4, 2007 at 8:06 PM
  38. iwantayewwcerbot
    Referrals:
    0

    iwantayewwcerbot Guest

    treehugger by denial

    Excuse me, where do i copy paste this script to?
    This is my first time creating an autoer... any recommended programme for me to paste a script??
     
  39. Unread #40 - Dec 5, 2007 at 4:34 PM
  40. rebewlab
    Joined:
    Oct 28, 2007
    Posts:
    56
    Referrals:
    1
    Sythe Gold:
    0

    rebewlab Member

    treehugger by denial

    Short script... i may try it out tho =]
     
< [RS2][1 Mill GP][£7 GBP/13 USD] Stress Miner by Starblaster100 | Cool little WoodCutting Calculator >

Users viewing this thread
1 guest


 
 
Adblock breaks this site