Need an autoeater

Discussion in 'Script Requests' started by diehard, May 10, 2007.

Need an autoeater
  1. Unread #1 - May 10, 2007 at 7:30 AM
  2. diehard
    Joined:
    Sep 6, 2005
    Posts:
    83
    Referrals:
    0
    Sythe Gold:
    0

    diehard Member

    Need an autoeater

    I need an autoeater only no autofighter. The auto eater i partly made is too slow and if i set mouse speed fast it misclicks. I want this for pking bcus i dont want to clickon the food(i dont play much rs now but once in awhile i no armor pk). I dont know how to set the hp lvl for when to eat so i just made it so i have to click f11 to eat lobster.
    SO hers wat i need:
    fast mouse movement(instantanieos is good but fast is ok)
    hp set(what hp to eat)
    food type(make the fisrt id for lobster)
    and last of all i dont want the mouse to screw up when i made mine the mouse wentto the corner after it ate and thats really bad for pking.
    Payment: i will add u in game on rs and if i get 2 kills with the auto eater i will give u 1 of it. (usually i get 3-4kills but without any scar)

    So thx if u help.
     
  3. Unread #2 - May 10, 2007 at 9:08 AM
  4. fallen x
    Joined:
    Feb 16, 2007
    Posts:
    187
    Referrals:
    0
    Sythe Gold:
    0

    fallen x Active Member
    Banned

    Need an autoeater

    if u could kill so much then u shuld armour pk and kill a ton of people sell it then sell the rs gp for real..if i had that good of a pker i would
     
  5. Unread #3 - May 10, 2007 at 12:35 PM
  6. 17th Alley
    Joined:
    Jan 25, 2007
    Posts:
    290
    Referrals:
    0
    Sythe Gold:
    0

    17th Alley Forum Addict

    Need an autoeater

    Hmm, ur too lazy to click on a button? iNTERESTiNG.
     
  7. Unread #4 - May 10, 2007 at 2:10 PM
  8. Jukka
    Joined:
    Nov 23, 2005
    Posts:
    244
    Referrals:
    0
    Sythe Gold:
    0

    Jukka Active Member

    Need an autoeater

    i use a script that when i press:
    f3 logout
    f4 tele(varrok)
    f5 eat (lobster)

    i pwn pretty much :)
     
  9. Unread #5 - May 10, 2007 at 6:39 PM
  10. runekingex
    Joined:
    Mar 17, 2007
    Posts:
    26
    Referrals:
    0
    Sythe Gold:
    0

    runekingex Member
    Banned

    Need an autoeater

    <bump>
     
  11. Unread #6 - May 12, 2007 at 10:04 AM
  12. diehard
    Joined:
    Sep 6, 2005
    Posts:
    83
    Referrals:
    0
    Sythe Gold:
    0

    diehard Member

    Need an autoeater

    its not that im too lazy to click on food. its just miss clicks and stff some times i die of them. I saw som1 use autoeat and auto2h on who ever u right the name and wwhen u click f6 or somthing it pulls out 2h and hits person no misclicks or whatsoever. That is what i want for eating an not 2h i can do 2h pretty well.
     
  13. Unread #7 - May 12, 2007 at 10:05 AM
  14. yabo
    Referrals:
    0

    yabo Guest

    Need an autoeater

    lol, u gonna afk pk?
    wont work mate, i lost 10m afk pking :/ LOL
     
  15. Unread #8 - May 12, 2007 at 10:26 AM
  16. diehard
    Joined:
    Sep 6, 2005
    Posts:
    83
    Referrals:
    0
    Sythe Gold:
    0

    diehard Member

    Need an autoeater

    nooooo thats not wat i mean. I want autoeater that eats at 35hp so i dont accidently rsik ad get koed by 2h. happened to me many times when i think im at 40 hp im really a 25. I think an autoeater maybe able to solve this problem.
     
  17. Unread #9 - May 12, 2007 at 10:35 AM
  18. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Need an autoeater

    Those two SRL functions will help.
     
  19. Unread #10 - May 12, 2007 at 10:48 AM
  20. diehard
    Joined:
    Sep 6, 2005
    Posts:
    83
    Referrals:
    0
    Sythe Gold:
    0

    diehard Member

    Need an autoeater

    i made my auto eater only from tutorials its supposed to be for fighting monsters but i just added the f6 to eat thing. How i add this so the scar know when to eat every time my hp hits 35? Thx btw first help i got from here.
     
  21. Unread #11 - May 12, 2007 at 11:51 AM
  22. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Need an autoeater

    Code:
    program AutoEater;
    {.include SRL\SRL.scar}
    
    var
      f: integer;
    
    begin
      MouseSpeed:= 20;
      GameTab(2);
      f:= 1;
      repeat
        Wait(1);
        if (GetHp <= 35) then
        begin
          GameTab(4);
          MouseItem(f,true);
          f:= f+1;
          GameTab(2);
        end;
      until(IsFKeyDown(12));
    end.
    Starts by moving to stats gametab so it can continually check hitpoints. Then starts the check hitpoints loop where if your hitpoints are less than or equal to 35 it goes to your inventory and clicks the inventory slot of your first inventory slot. Then, the inventory slot it clicks becomes one more so next time that happens it will click the second inventory slot, etc.

    -- F12 to stop, you can change the mousespeed if you want.
     
  23. Unread #12 - May 12, 2007 at 11:59 AM
  24. diehard
    Joined:
    Sep 6, 2005
    Posts:
    83
    Referrals:
    0
    Sythe Gold:
    0

    diehard Member

    Need an autoeater

    thx a lot let me try this out.
     
  25. Unread #13 - May 12, 2007 at 12:50 PM
  26. Tead
    Joined:
    May 8, 2007
    Posts:
    169
    Referrals:
    0
    Sythe Gold:
    0

    Tead Active Member
    Banned

    Need an autoeater

    Town, that script owns. As long as it can read your hit points, you can speak over MSN, I'm running it right now. Small problems, when you click on attack style or the tool bar, it automatically eats.
     
< Need auto ranger | Air crafter + Banker >

Users viewing this thread
1 guest


 
 
Adblock breaks this site