Results 1 to 3 of 3

Thread: Cooking Food @ Lumbridge PORTABLES 1st Working Script

  1. #1
    Join Date
    Dec 2018
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Post Cooking Food @ Lumbridge PORTABLES 1st Working Script

    Hello Guys,
    i have finally learnt to setup the Whole thing;
    here is my script to cook food at lumby portables

    dont forget to change id for food you wanna cook

    Code:
    program Test;
    {$loadlib MemoryError}
    var
     x,y: Integer;
    
    begin
    wait(100);
    SetupRSReading(True,'inputuridhere',-1,2);
    Begin
    repeat
    repeat
    
    If (InvItemcount(383)<1) then
    begin
      repeat
    
    FindDobj([79036],1,16,0,False,0,'Use');
    wait(random(1000,2000));
    BankOpen();
    wait(random(1000,2000));
    Until(BankOpen()=true);
    
    
    KeyPress("1");
    wait(random(1000,2000));
    end
    until(InvItemcount(383)>1);
    
    
    Begin
    If (InvItemcount(383)>1) then
    
    FindAobj([89768],1,50,1,True,0,'Cook');
    wait(random(1500,2000));
    KeyPress(" ");
    wait(random(2000,3000));
    
    
    Repeat
    wait(random(2000,6000));
    WriteLn(InvItemcount(383));
    WriteLn(InvFreecount());
    Until(InvItemcount(383)=0);
    
     end
      Until(InvFreecount()=0)
      end
      end
    Last edited by Mr.frank; 01-04-2022 at 08:20 AM. Reason: change extra info

  2. #2
    Join Date
    Nov 2011
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Wait?
    It's working on rs3?

    Explain haha ;D

  3. #3
    Join Date
    Dec 2018
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hello,
    yes it is working, you can follow the threads in forum how to setup simba64, and place the memory reading dll in plugin folder,
    you can also refer to the memory reading threads for better understanding how to use it.

    the link for memory reador .dll
    //remove this --< github.com/pp9999/MemReading/releases/tag/0.1

    the link to forum.
    //remove this --<(/villavu.com/forum/showthread.php?t=116686

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •