Hello guys,
I did some digging and couldn't get an answer to best support my issue.
Problem:
When I find a color, and tell it to mmouse(X, Y, 0, 0);
It moves as slow as mollasses, or as slow as paint drying on a wall...
I did research and already had 'SetupSRL;' in my main loop.
Here is my MAINLOOP for better reference
Simba Code:begin
wait(50);
SetupSRL;
Wait(50);
ActivateClient;
MouseSpeed := 60;
Runes := 0;
Inventory := ExplodeBox(IntToBox(564, 214, 729, 459), 7, 4);
repeat
Crafting;
Banking;
IncEx(Runes, 53);
Progress;
until(Runes > 54000);
end.
It will sometimes work as fast as I need
youtube.com/watch?v=o1iwwTWUx9k
And sometimes it doesn't work as fast... Is it a problem with SIMBA, or what?


Reply With Quote














