Adblock breaks this site

treehugger by denial

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

  1. sinerx2

    sinerx2 Guest

    Referrals:
    0
    treehugger by denial

    When i use it it keeps saying failed when compiling. Can any one help? Im new new at using scar.
     
  2. Denial

    Denial Guest
    $25 USD Donor New

    Referrals:
    2
    treehugger by denial

  3. Chosen God

    Chosen God Forum Addict
    Banned

    Joined:
    Nov 15, 2007
    Posts:
    381
    Referrals:
    0
    Sythe Gold:
    0
    treehugger by denial

    It works great but drops my axe;)
     
  4. lillol

    lillol Guest

    Referrals:
    0
    treehugger by denial

    w8 , ill test it right nawh^^
     
  5. Denial

    Denial Guest
    $25 USD Donor New

    Referrals:
    2
    treehugger by denial

    equip your axe and it wont drop it, it drops everything in inventory, genius :)
     
  6. daxjumba

    daxjumba Member

    Joined:
    Jul 30, 2007
    Posts:
    98
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  7. lillol

    lillol Guest

    Referrals:
    0
    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;
     
  8. Denial

    Denial Guest
    $25 USD Donor New

    Referrals:
    2
    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.
     
  9. natinsatan

    natinsatan Forum Addict
    Banned

    Joined:
    Nov 20, 2007
    Posts:
    400
    Referrals:
    0
    Sythe Gold:
    0
    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?
     
  10. lillol

    lillol Guest

    Referrals:
    0
    treehugger by denial

    ty dainal
     
  11. lillol

    lillol Guest

    Referrals:
    0
    treehugger by denial

    1 more question what the eyedropper?
    crosshair or painticon?
     
  12. Denial

    Denial Guest
    $25 USD Donor New

    Referrals:
    2
    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.
     
  13. lillol

    lillol Guest

    Referrals:
    0
    treehugger by denial

    lol im sorry danial aww i mean denail: the nail: sex etc
    ty :D
     
  14. lillol

    lillol Guest

    Referrals:
    0
    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
     
  15. hardC0re

    hardC0re Member

    Joined:
    Jul 1, 2007
    Posts:
    25
    Referrals:
    0
    Sythe Gold:
    0
    treehugger by denial

    lmfao, sorry... read some more tuts from srl-forums.com
     
  16. darthkire

    darthkire Guest

    Referrals:
    0
    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.
     
  17. Denial

    Denial Guest
    $25 USD Donor New

    Referrals:
    2
    treehugger by denial

    copy EVERYTHING
     
  18. SteveTheBeast

    SteveTheBeast Guest

    Referrals:
    0
    treehugger by denial

    thanks man your an f-in beast
     
  19. iwantayewwcerbot

    iwantayewwcerbot Guest

    Referrals:
    0
    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??
     
  20. rebewlab

    rebewlab Member

    Joined:
    Oct 28, 2007
    Posts:
    56
    Referrals:
    1
    Sythe Gold:
    0
    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 >


 
 
Adblock breaks this site