Results 1 to 16 of 16

Thread: F2P RunePwnage: Varrock & Port Sarim

  1. #1
    Join Date
    Feb 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default F2P RunePwnage: Varrock & Port Sarim

    F2P RunePwnage: Varrock & Port Sarim

    ----------------------------------------------------------------------------------------------------------------------------------

    Brought to you by Team Psycho Philations

    Team Members: dudeperson and yours truely, BeaconOfBacon


    What does it do?

    F2PRunePwnage is an autobuyer that can be used in Varrock or Port Sarim, that buys fires, waters, earths, airs, minds, bodies (WTF? BODIES?), chaos, and deaths.

    How do I use it?

    To use, simply set the values as shown below:
    Code:
    const
    MaxFiresCounter = 0;  //Set these in multiples of 10. 
    MaxWatersCounter = 0; 
    MaxAirsCounter = 0;
    MaxEarthsCounter = 0;
    MaxMindsCounter = 0;
    MaxBodiesCounter = 0;
    MaxChaosesCounter = 0;
    MaxDeathsCounter = 0;
    If you don't want to buy certain runes, however, you must comment the procedure out at the bottom. Here's an example:
    Code:
    //Here are the switches. Comment them out to disable them. See Bodies.
    Fires;
    Waters;
    Airs;
    Earths;
    Minds;
    //Bodies; //Here's an example of disabling. Can you give me a Woot?
    Chaoses;
    DeathR00n;
    //End Switches.
    As you can see in the above example, the body runes are like their supposed to be; commented out. But if you just wanted to buy airs, just comment all but airs. To help you, the beginning of the switches and the end is labeled, so you don't disable the DefineCounters or the ReportLOL.

    Got a Screenie?

    We sure do! It's available in the attachment, called Running the F2P RunePwnage.zip.

    Did you test it?

    Yes, extensively...For hours. We world hopped, tested, world hopped, tested. The pic is after two world hops, I think.

    Thanks, and if you liked it, or used it, tell us what you think. If I forgot anything, I know dudeperson will correct me.

    Got a better P2P version?

    Sure do. Here's a link:

    http://www.villavu.com/forum/showthread.php?t=9755


    Teh Fixies For teh Version 1.1
    - Removed clickmouse and added Mouse
    - Added random protection
    - Fixed comment issue - Now just put if constants are on or off

    Instead of commenting out, use this:
    Code:
    FiresOn = 1;         // Set these to 0 for off and 1 for on to enable
    WatersOn = 1;        // the script to buy certain runes. As you can
    AirsOn = 1;         // See, bodies are off.
    EarthsOn = 1;
    MindsOn = 1;
    BodiesOn = 0;
    ChaosesOn = 1;
    DeathsOn = 1;
    I'm leaving the previous versions attached for learning purposes, etc.

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

    Default

    Me and Beacon worked on this over the weekend, along with a few other autoers. We are team psycho philations, and we will be providing many more autoers in the future. Soon i will release our twin to this autoer, P2PRunePwnage, which buys runes in the mage guild.

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

    Default

    Nice job! Great concept, well-executed. Too bad i can't test (don't have enough money )

    May i suggest allowing people to change which runes to buy without having to comment out the procedures?

  4. #4
    Join Date
    Feb 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default F2P RunePwnage : Varrock & Port Sarim

    Quote Originally Posted by Infintry001 View Post
    Nice job! Great concept, well-executed. Too bad i can't test (don't have enough money )

    May i suggest allowing people to change which runes to buy without having to comment out the procedures?
    Thanks. I'll try to figure out how to do that...This is one of my first scripts, and only version 1.0. Thanks for the help! I'll try to update as soon as possible.

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

    Default F2P runepwnage

    This script is well worth the time considering the profit. i tested it for 3 hours and made sheet loads after selling the runes.

    Infintry001 is right, though, you need to make some sort of fix on the comment issue.

    TY though! Works great.

  6. #6
    Join Date
    Feb 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    F2P RunePwnage

    Quote Originally Posted by Automatic.man View Post
    This script is well worth the time considering the profit. i tested it for 3 hours and made sheet loads after selling the runes.

    Infintry001 is right, though, you need to make some sort of fix on the comment issue.

    TY though! Works great.
    Thanks for the reply. I'm working on some ideas for the comment problem, and I want to put a form in the program to make it more user-friendly; Simply input the value you want (so far in multiples of 10), and let it run. That will be Version 1.1.

  7. #7
    Join Date
    May 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    great job guys this script is well worth it i ran it for about 2hrs and sold the runes when i finished and ended up with about a 1.4mil profit so great job keep up the good work....by the way do you have any other scripts with the same concept that could help with other items??? like arrows and fishing bait???

  8. #8
    Join Date
    Oct 2006
    Posts
    491
    Mentioned
    0 Post(s)
    Quoted
    41 Post(s)

    Default

    Does this world switch aswells?

  9. #9
    Join Date
    Apr 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    We are currently writing an arrow buyer, we will most likely release it after we come up with a working form for these two scripts. Sorry, our autoer does not switch worlds yet, but it is something we plan to do in future versions.

  10. #10
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Again, this script is like the P2P version you made,

    Try using Mouse instead of clickmouse (very detectable = ban) and maybe add some anti random protection?

    Would be awesome. Good job dude.

  11. #11
    Join Date
    Feb 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default F2P RunePwnage: Varrock & Port Sarim

    Quote Originally Posted by Sp0rk-eh View Post
    Again, this script is like the P2P version you made,

    Try using Mouse instead of clickmouse (very detectable = ban) and maybe add some anti random protection?

    Would be awesome. Good job dude.
    Added the updates to version 1.1.

  12. #12
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    how do u make money...aren't bank runes more than buying from people?
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  13. #13
    Join Date
    Feb 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, we buy in bulk, and the store usually sells cheaper than the street price of runes; We made most of our money on the P2P buying deaths, laws, bloods, and natures; But you could still earn loads of money on this one as well.

  14. #14
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    ill try....but i dont have enough money right now
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  15. #15
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    may i suggest how to add so it doesnt have to be in incriments of 10
    SCAR Code:
    procedure Earths; //Buys earth runes.
    begin
    {repeat}
    if EarthsOn = 1 then
    begin
    wait(200 +random(20))
    if MaxEarthsCounter = EarthsCounter then
    begin
    wait(200 +random(20))
    end else
    Mouse(234,85,2,2,false)
    wait (200 +random(20))
    ChooseOption(x,y,'uy 10')
    wait (1337 +random(400))
    EarthsCounter := EarthsCounter + 10;
    Writeln('Bought ' + IntToStr(EarthsCounter) + ' earth runes')
    {until MaxEarthsCounter >= EarthsCounter-10}
    begin
    {EarthsCounter:=Earthscounter-10;}
    repeat
    begin
    wait(200 +random(20))
    {if MaxearthCounter = EarthCounter+10 then}
    {begin}
    {Mouse(234,85,2,2,false);}
    {wait (200 +random(20));}
    {ChooseOption(x,y,'uy 10');}
    {EarthsCounter:=EarthsCounter+10;}
    {end;}
    {if MaxEarthCounter < Earthscounter+10 and Maxearthcounter > Earthscounter+5 then}
    {begin}
    {Mouse(234,85,2,2,false);}
    {wait (200 +random(20));}
    {ChooseOption(x,y,'uy 5');}
    {EarthsCounter:=EarthsCounter+5;}
    {end;}
    {if MaxEarthCounter < EarthsCounter+5 then}
    {begin}
    {Mouse(234,85,2,2,false);}
    {wait (200 +random(20));}
    {ChooseOption(x,y,'uy 1');}
    {EarthsCounter:=EarthsCounter+1;}
    {end}
    {end}
    {Until(EarthsCounter=Maxearthcounter)}
    end else
    Earths;
    end else
    end;
    everything in green is what i added
    i did that completely without looking at it or testing it but it should work and feel free to edit all you want but give me a little credit. also test because i think there might be something wrong in there but most of it probably should work... i hope. but this was just a suggestion nice script though. this should also buy 10 if it is like 100 it will still click buy 10, 10 times

  16. #16
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    the commenting part could be
    SCAR Code:
    if MaxEarthrune <> 0 then

    im pretty sure <> means doesnt equal correct me if im wrong i have never used it but i have seen it


    i know this is exactly what i posted in the other script but it works here too

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Port Sarim Willower
    By Twisted in forum First Scripts
    Replies: 8
    Last Post: 06-04-2008, 11:59 PM
  2. Port Sarim Rune Buyer
    By samoates1112 in forum RS3 Outdated / Broken Scripts
    Replies: 11
    Last Post: 11-24-2007, 03:07 AM
  3. SL Port Sarim WC Questions
    By Blazingazn in forum OSR Help
    Replies: 1
    Last Post: 05-01-2007, 12:51 AM
  4. Port sarim yew cutter+banker plz!
    By Ilikepie1995 in forum RS3 Outdated / Broken Scripts
    Replies: 11
    Last Post: 04-01-2007, 05:43 PM
  5. Draynor/ Port Sarim
    By therealjdb in forum Bot Information and Spottings
    Replies: 7
    Last Post: 02-21-2007, 06:55 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
  •