Recent "hole puncher" update really effed most of them up... do I still go with the middle point of the item (just setting its color tolerance to 255) and do the outline of it? Thanks!
Recent "hole puncher" update really effed most of them up... do I still go with the middle point of the item (just setting its color tolerance to 255) and do the outline of it? Thanks!
Assuming Jagex fixes thier screwup which I don't see why they wouldn't, yes.
I found if you spamclick OGL or DX on smart for a while items looks normal and tens to stay better for that login.
No, so far every mod that has replied regarding it said just use another mode, they don't seem to be working on a fix for it.
I'm looking at replacing item specific DTM's and bitmaps with TPA, uptext, and mouse for finding runes, depositing, filling rc pouches, and withdrawing item's' and using them.
E.
Also directx interception seems to be the more definite option at this point, no one really picked up OGL and made progress with it in the past half a year. Mato just took on everything on his own and has progressed quite well.
Last edited by ziellos; 07-15-2012 at 04:34 AM.
hopefully benland and ggzz will succeed in using OpenGL as rendering mode. They may completely remove safe mode soon even if we manage to deal with those deformed objects.
I wrote this and it should work for everyone on DirectX mode.
Simba Code:program new;
{$DEFINE SRL5}
{$i srl/srl.simba}
var
x, y, Close, Banker, OBank: Integer;
procedure CloseW;
begin
Close := DTMFromString('mwQAAAHic42RgYHjJyMDwFIjfINEvgPgdED9khMiHAtUFQnEEFAcwQMRDgDgGiLVUZBlEhQXB2FBLCYyzknwZooMdwWwuLi4GfqA6QpiRCAwHAAh1EEQ=');
if FindDTM(Close, x, y, MSX1, MSY1, MSX2, MSY2) then
Mouse(x, y, 3, 3, True);
FreeDTM(Close);
end;
procedure OpenB;
begin
Banker := DTMFromString('mbQAAAHicY2VgYNBkZGDQAmJdINYGYjUgngIUnwDEU4F4JhDPAmIBHgkGMSElBlkxDQYRfhkgX5yBHyiOjhmxYDAAAIgEBWM=');
OBank := DTMFromString('mlwAAAHicY2dgYPAFYj8gjgHieCDOg+IdUDoLiHOAuBjKBtFFQDxnUjnDvOm1DNyyamD69HkOMOaWU2PgB8rjwox4MBQAAKT2D1I=');
if FindDTM(Banker, x, y, 4, 55, 515, 387) then
begin
Mouse(x, y, 3, 3, False);
Wait(450 + Random(150));
if FindDTM(OBank, x, y, 4, 55, 515, 387) then
Mouse(x+35, y, 3, 3, True);
Wait(450 + Random(150));
end;
FreeDTM(Banker);
end;
{procedure OpenB;
begin
Banker := DTMFromString('mbQAAAHicY2VgYNBkZGDQAmJdINYGYjUgngIUnwDEU4F4JhDPAmIBHgkGMSElBlkxDQYRfhkgX5yBHyiOjhmxYDAAAIgEBWM=');
if FindDTM(Banker, x, y, 4, 55, 515, 387) then
begin
Mouse(x, y, 3, 3, True);
repeat
Wait(250 + Random(150));
until FindColorTolerance(x, y, 805925, 217, 502, 303, 522, 5);
TypeSend(' ');
repeat
Wait(250 + Random(150));
until FindColorTolerance(x, y, 1972497, 217, 499, 303, 522, 5);
TypeSend('1');
Wait(450 + Random(150));
end;
FreeDTM(Banker);
end;}
begin
ClearDebug;
SetupSRL;
MouseSpeed := 19;
OpenB;
Wait(400 + Random(150));
CloseW;
end.
Just log into RS, set your settings to Direct X mode and use the settings below. Go to Varrock East Bank and face Camera South with Angle at its Highest. Must run this throught the browser since SMART cannot change modes anymore.
Again, its not too complex, it only opens the bank and closes it right after but I wrote this in 2-5 minutes and with basic scripting knowledge. With ChooseOption working, my scripts would be as effective running in DirectX as they were in Safe Mode. DirectX is still just as bottable thanks to DTMs so this could be a possible solution in the event Ben doesn't get OGL working right and Safe Mode ends up dying/removed. SRL would have to be rewritten but only the most important functions would need to be updated at first, the rest could be slowly updated at a later time. This would however require your Mouse and the RS Browser window to be maximized, so this kind of botting would need to be through Virtual Machines if the user still wishes to use their computers.
DirectX botting the future? We cannot really tell at this time but it is surely possible and still just as viable as Safe Mode ever was.
D.S.
![]()
Mato is doing the same as Brandon but for Directx.
oGL and Dx do the same thing, rendering the game, both are able to get 'injected' or 'hooked'. Just Dx is windows only.
Mat
^^
Nope directx is a windows only graphic rendering driver so sadly no linux where as olg is cross platform
isn't OGL a bitch to set up overall? getting tribot to even enter OGL, moreover detect that it was on took me a good 10 tries.

I don't even use DTMs anymore, I use Uptext + Item tracking to detect items/know where they are.
"Previously known as Leetsxc''
There are currently 1 users browsing this thread. (0 members and 1 guests)