I have absolutely no idea what I'm doing...
Been trying for about a steady 9 hours now to create a simple "walking bot" of sorts for Clan Wars, FFA in general.
Severely lacking on sleep and probably about to give up for the day, until I rise again only to do the same thing.
I'm quite hoping someone will see one of my posts soon, however.
I've been doing SOME work, and where I can't get {$i srl/srl.simba} to start as it is red and then tells me "Error: File "srl/srl.simba" not found at line 2"
This is my current works on attempting to get it to walk into the portal, everything has to be done manually, starting the script over and over, and often missing the portal itself.
Code:
program Isortabotted;
var
x, y: Integer
begin
MoveMouse(621,68);
ClickMouse(621,68,mouse_Left);
Wait(1500);
MoveMouse(724,64);
ClickMouse(724,64,mouse_Left);
Wait(1500);
MoveMouse(365,121);
ClickMouse(365,121,mouse_Left);
Wait(2500);
MoveMouse(333,91);
ClickMouse(333,91,mouse_Left);
end.
So yeah.. Any help would be appreciated thoroughly, and as I can't pay you or anything, I'd just be willing for some advice or cooperation in creating this. Thanks.