Results 1 to 9 of 9

Thread: "Auto eater"

  1. #1
    Join Date
    Apr 2007
    Location
    Finland
    Posts
    335
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    "Auto eater"

    Im working at bandits,
    When hp is 60lower its eating 1 shark.
    No need move screen or something .etc
    But msut be perfect antiban!
    And randoms

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think this is a wrong place... good luck !


  3. #3
    Join Date
    Aug 2007
    Location
    USA
    Posts
    370
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this script [in my oppinion] is pointless.... who would need it?
    It must have been the ganja?

  4. #4
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if this is what you want... here it is;

    i took what you wanted and i made it more universal,
    SCAR Code:
    function EatMeFood(DTMOfFood, HealthValue: integer): boolean;
    var
      x, y, x1, y1: integer;
    begin
      GameTab(2);
      if(Damage<HealthValue-1)then
      begin
        GameTab(4);
        if(FindDTM(DTMOfFood, x, y, MIX1, MIY1, MIX2, MIY2)then
        begin
          x1 := x-2;
          y1 := y-2;
          Mouse(x1, y1, 4, 4, True);
          Result := True;
        end else Writeln('No more food');
      end;
    end;
    DTMOfFood = the DTM of the food
    HealthValue = the amount the above food item heals

    it will return true if it ate false is not

    if you like it rep me pl0x, also credit

    edit: my 200th post

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

    Default

    Yep, I would use a script like this .

    1-99 fletching from pure autoing

    My account unlocks: 92 mage 90 range lvl 80 | 94 mage 87 range lvl 91 | 85 mining lvl 41 | Rich lvl 65

  6. #6
    Join Date
    Apr 2007
    Location
    Finland
    Posts
    335
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i dont know so much dtm´s.etc

    Can some1 make this script.

    Wathc hp when its 50,eat shark or monk fish.

    Foodcolor=
    Foodname=

  7. #7
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this is where i learn dtms
    http://www.villavu.com/forum/showthread.php?t=564

    edit
    fill in 20 or the health value if your using sharks, also the function i posted will eat when ever you have lost more then the food item heals

  8. #8
    Join Date
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

  9. #9
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    someone give me a picture of sharks and il make my TFight compatible with sharks.
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Requesting for a "WORKING" auto-fletcher
    By AgentZero in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 07-17-2008, 09:21 AM
  2. Replies: 0
    Last Post: 08-04-2007, 06:50 PM
  3. action="www.site.com" method="post"
    By Jason2gs in forum General
    Replies: 4
    Last Post: 05-17-2007, 11:50 PM
  4. Replies: 3
    Last Post: 04-19-2007, 03:44 AM
  5. Replies: 5
    Last Post: 10-26-2006, 11:30 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
  •