Simba icon indicating copy to clipboard operation
Simba copied to clipboard

Simba is a program used to repeat certain (complicated) tasks. Typically these tasks involve using the mouse and keyboard. Simba is programmable, which means you can design your own logic and steps th...

Results 5 Simba issues
Sort by recently updated
recently updated
newest added

Currently for some games when you try to press a key such as Enter or ~ for console, it does not go though. However writing any letter does.

Bug

### Issue Description There is no visible button (like an X) or mouse-right menu method to close output tabs in the Simba interface. ### Current Behavior Output tabs open correctly...

Unable to remove repository from Simba packages list **Issue Description** When adding a new repository to Simba packages and then attempting to remove the package, the removal process is incomplete....

```pascal begin Self.Name := 'Walker'; minimapImage := Minimap.GetCleanMinimap(); minimapSample := Minimap.ScaleMinimap(minimapImage, Self.Scaling); Self.Cache := TMatchTemplateRGBCache.Create(Self.Map.ScaledMap.ToMatrix(), MinimapSample.ToMatrix()); Self.WalkUpText := ['Walk here', 'lk he']; minimapSample.Free(); minimapImage.Free(); end; ``` **Edit by slacky**: This...

I actually stumbled on this by accident as I don't really need this but TPA doesn't seem to have a variance method and causes this to not compile: ```pascal var...