Latest Version:¬v1.14¬
if someone else could try "logout" it would be great, it fails to detect we are on gametab(tab_logout)
I would look into it more but i gotta go bed :P ,so all that needs doing is detecting if we're on the logout tab.
Latest Version:¬v1.14¬
if someone else could try "logout" it would be great, it fails to detect we are on gametab(tab_logout)
I would look into it more but i gotta go bed :P ,so all that needs doing is detecting if we're on the logout tab.
Last edited by Olly; 06-03-2013 at 08:30 PM.
Also, for me dtm's in the inventory are not found. Would be great if someone could either confirm this or deny this, could be just me.

Coh3n hasn't pull my logout tab fix.
Download the fix from
http://villavu.com/forum/showpost.ph...0&postcount=17
EDIT: nvm he just pulled it 10min ago, update your SRL now.
No update available. Also here is the dtm code (not working, but worked before update) (also sorry if it's a bit messy)
Simba Code:Procedure SmeltGold;
var
l, m, k, r, GoldOreDTM, SuperHeatDTM: Integer;
begin
GoldOreDTM := DTMFromString('mwQAAAHic42RgYJjBxMDQDsTdQDwLiJcD8UIgngoVmwjE4owMDBJAzA/EnEAsCMRyQKwCpTmAeFOfFNA0JrxYhIEwYCQCwwEAs+gHqQ==');
SuperHeatDTM := DTMFromString('mggAAAHicY2NgYPjFyMDwEYh/ADEjEwPDPyD9CYhZgGxmIOaA0r+BYgwg+vdvBj1GZgY7JmYwDcNcDNgBIw4MAQDB4goG');
begin
FTab(tab_Magic);
begin
If FindDTM(SuperHeatDTM, k, r, MIX1, MIY1, MIX2, MIY2) Then
begin;
Mouse(k, r, 4, 4, true);
wait(randomrange(500,700));
begin
If FindDTM(GoldOreDTM, l, m, MIX1, MIY1, MIX2, MIY2) Then
begin
FindNormalRandoms;
Case Random(20) Of
0..18: Mouse(l, m, 10, 10, true);
19: begin
Mouse(l, m, 10, 10, true);
HoverSkill(skill_Smithing, False);
WriteLn('Antiban: Smithing XP Check Performed');
end;
20: MissMouse(l+random(400),m+random(400));
end;
MMouse(700,241,20,20);
wait(randomrange(1500,1900));
Bars := Bars + 1
end else
begin
WriteLn('BreakLoop');
exit;
end;
end;
end;
end;
end;
FreeDTM(GoldOreDTM);
FreeDTM(SuperHeatDTM);
end;


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