Niels, would it be too difficult to build something similar to run inline with Simba instead?
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
If you have any further questions, please ask [IMG][/IMG]
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
I am more than interested...
"Logic never changes, just the syntax" - Kyle Undefined?
Remember, The Edit Button Is There For A Reason!!!
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![]()
Last edited by Chris; 02-24-2012 at 03:38 PM.
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
Great work, keep it up!
Alright I got it working with SCAR proof
For anyone interested I'm going to investigate this further later.
Last edited by LordJashin; 04-08-2012 at 11:46 PM.
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
Last edited by LordJashin; 04-10-2012 at 02:46 AM.
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
Last edited by LordJashin; 04-10-2012 at 12:52 AM.
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
"If, at someone, your wound still arouses pity,
stone this vile hand that strokes you,
spit on this lips that kiss you." (Augusto dos Anjos, translated from brazillian portuguese to english)
Is it possible to use it with SIMBA? >.<
"If, at someone, your wound still arouses pity,
stone this vile hand that strokes you,
spit on this lips that kiss you." (Augusto dos Anjos, translated from brazillian portuguese to english)
"If, at someone, your wound still arouses pity,
stone this vile hand that strokes you,
spit on this lips that kiss you." (Augusto dos Anjos, translated from brazillian portuguese to english)
Is it just dropping the includes in Simba's include file?
"If, at someone, your wound still arouses pity,
stone this vile hand that strokes you,
spit on this lips that kiss you." (Augusto dos Anjos, translated from brazillian portuguese to english)
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}
Last edited by Chris; 10-03-2013 at 08:00 AM.
There are currently 4 users browsing this thread. (0 members and 4 guests)