Results 1 to 1 of 1

Thread: afk disambler

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

    Lightbulb afk disambler

    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


    put your item code - find it using debug functions
    keep items noted and copy paste till all your disamble items run out.

    bind x with disamble

    Code:
    program Test;
    {$loadlib MemoryError}
    
    
    
    begin
    
    wait(100);
    SetupRSReading(True,'name',-1,2);
    
    
    repeat
    if (IsPlayersAnimating('name',250)=false ) then
     begin
     writeln('dis');
    keypress('x');
    wait(random(500,2000));
    clickinv(1516,0);
    end
    until(invfreecount()=28);
    end.
    Last edited by Mr.frank; 06-05-2022 at 06:58 PM. Reason: edit

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
  •