have you checked freddy1990.com? i know that he used to have all the old versions on there
Printable View
Niels, would it be too difficult to build something similar to run inline with Simba instead?
If you have any further questions, please ask [IMG]:spot:[/IMG]
I am more than interested...
I am also very interested, I have tried to use this with Scar, but cant get it to work..
I have downloaded and installed the latest version of Scar and I have put the dll inside the includes folder, but its not in the includes manager and I have tried searching around in Scar but I cant get it to work.
Could someone help me?
Edit: NVM, I have downloaded and installed an older version of Scar and this simply had a Plugins folder :p
Will scar minimize whilst using mousemovements? or just collecting data? I could really use a minimizeable browser script.
Luke
Yes it can move a virtual mouse inside the browser. Also when its minimized.
I have a problem with it, I am trying to use Appa with the latest version of scar and Freddy told me to use {$L Appa.dll}, but it gives me an error:
''Unable to register function function appa_GetElements: TAppaElementArray''
Did anyone get it working with the last versions yet?
This is amazing! Now I can get high scores in all games :D
Great work, keep it up!
Alright I got it working with SCAR proof
For anyone interested I'm going to investigate this further later.
Cool, LordJashin!
Your questions have been answered in this thread ;)
If anyone is still interested, Runescape loads in Appa. I bet a lot of addons/plugins for IE might work too.
http://i.imgur.com/G1OpB.png
Smart isn't detectable. This only works for Internet Explorer. If you press Ctrl + N in Appa you get a new window in Internet explorer.
Why am I getting this error on youtube? - Cant get it fixed sometimes it works
Request: Tabs for APPA
I sometimes get an error:
Type: Runtime Error, Line: 87, Message: Exception: Unknown error.
Target and temp are global variables.Simba Code:procedure appa_UpdateBitmap;
var
p: TPoint;
begin
if (not appa_Showing) then
Exit;
p := appa_GetSize;
if BitmapAssigned(Target) then
FreeBitmap(Target);
Target := BitmapFromString(p.x, p.y, '');
SetTargetBitmap(temp);
appa_CopyContentToBitmap(Target); // <-- this is line 87
SetTargetBitmap(Target);
end;
Do you know more about the unknown error? Any idea how it could occur?
Thanks in advance,
Chris
The error with scar not being able to register functions was a bug in the type exporting routine in scar 3.32 its fixed in scar 3.33 beta. Download the latest beta and give it ago =p
Having some trouble finding an older version, seems 3.38 doesn't have the same type of plugins. Is anyone still using this? I'd like it for a soundcloud bot i created.
I want to try it out... trying to figure out some things first :P
Is it possible to use it with SIMBA? >.<
Is it just dropping the includes in Simba's include file?
It's a plugin, so it should be dropped in Simba's plugin folder. :)
But you'll need the one from the Appa for Simba thread:
Appa for Simba - A Minimizeable WebClient
You include it in your script using:
Simba Code:{$loadlib Appa_Simba.dll}