Log in

View Full Version : Need help with simba!



rj
10-15-2011, 03:42 PM
//auto theiver by thehatered(rjj95)
program Autotheiver;
Var x,y: Integer;
Procedure findtable;
begin;
wait(800)
FindColorTolerance (x,y,5231294,185,134,208,173,12);
wait(500)
wait(1700)
ClickMouse(x, y, Mouse_Left)
wait(1700)
ClickMouse(x, y, Mouse_Left)
wait(1700)
ClickMouse(x, y, Mouse_Left)
wait(1700)
ClickMouse(x, y, Mouse_Left)
wait(1700)
ClickMouse(x, y, Mouse_Left)
wait(1700)
ClickMouse(x, y, Mouse_Left)
wait(1700)
ClickMouse(x, y, Mouse_Left)
wait(1700)
ClickMouse(x, y, Mouse_Left)
wait(1700)
ClickMouse(x, y, Mouse_Left)
wait(3000)
end;
begin
//find NPC
wait(1000)
FindColorTolerance (x,y,3689566,166,195,194,213,12);
wait(500)
ClickMouse(x, y, Mouse_Left);
wait(1200)
end.
begin
Procedure findcake;
wait(1000)
FindColorTolerance (x,y,207164,607,211,635,240,12);
wait(500)
ClickMouse(x, y, Mouse_Right);
wait(1200)
end;
begin
Procedure sellcake;
wait(1000)
FindColorTolerance (x,y,2070783,550,295,608,311,50);
wait(700)
ClickMouse(x, y, Mouse_Left);
wait(900)
end;
begin
Procedure closeout;
wait(1000)
FindColorTolerance (x,y,3358280,419,24,501,52,50);
wait(700)
end;
begin
Procedure findsquare;
wait(1000)
FindColorTolerance (x,y,942420,288,115,321,151,50);
wait(700)
end.
im using simba to bot to auto a private server( has low xp rates for skills so...yea) and when i run this my mouse doesent do anything. it doesent erven click any colors

Harry
10-15-2011, 03:45 PM
Colors change quite a bit in RS constantly. Try using FindColorTol and use tolerance on it. Good luck with your scripting :)

rj
10-15-2011, 03:53 PM
im using it in a private server becuase on the server agily is only 3x faster. i cant get the bot to click a color on my destop(they never change ofc)
i just need help getting the bot to click a color

Harry
10-15-2011, 03:57 PM
Are you setting the client target with the Simba crosshair option in the menu, dragging it over the client? And even if it's a pserv, the colors may change - even a single difference your eye can't tell will cause findcolor without tolerance to fail. And did you ever reinstall your corrupted OS or are you will using that (might be causing problems as you saw before).

rj
10-15-2011, 04:07 PM
at first i used scar and i ran a peice of code and it clicked the log and i sais yay lets start maing the bot. then the next day i tried to run it and i wouldnt click any colors. so then i tried running it on my desktop to click a color a picked on my desktop and it still wouldnt run. when i use simba i dragged the cleint over to my desktop. then i ran it and the mouse jsut sits there ill try to color tolerence function and tell you what happens

Brandon
10-15-2011, 04:09 PM
at first i used scar and i ran a peice of code and it clicked the log and i sais yay lets start maing the bot. then the next day i tried to run it and i wouldnt click any colors. so then i tried running it on my desktop to click a color a picked on my desktop and it still wouldnt run. when i use simba i dragged the cleint over to my desktop. then i ran it and the mouse jsut sits there ill try to color tolerence function and tell you what happens

Same thing happening to me :S I just use DTM's now.. Iunno what's wrong with it I tried every troubleshooting technique.. even re-installing.. No use. Just use DTM's if u can.

Brandon
10-15-2011, 04:11 PM
Same thing happening to me :S I just use DTM's now.. Iunno what's wrong with it I tried every troubleshooting technique.. even re-installing.. No use. Just use DTM's if u can.

Edit: Colours working on my XP desktop but won't work on my win7 laptop.. so meh.

rj
10-15-2011, 04:13 PM
Program gnomeagily;
Var x,y: Integer;
Procedure findlog;
begin;
wait(5000)
FindColorTolerance (x,y,4008992,0,0,1240,719,20);
wait(500)
ClickMouse(x, y, Mouse_Left);
end;
Begin
wait(5000)
FindColorTolerance (x,y,4008992,0,0,1240,719,20);
wait(500)
ClickMouse(x, y, Mouse_Left);
end.
i ran this peice of code with color tolerence(20)

Lima Bean
10-16-2011, 11:27 AM
This might have something to do with it, if it doesn't then disregard this post.

Simba >Includes > MSI > Developing Tools > *.aca

"Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows."

http://msdn.microsoft.com/en-us/library/ms695797%28v=vs.85%29.aspx

Lima Bean