i am going to make a runescape account generator with this :D. how would i get the text boxs and how submit nonform buttons
Printable View
i am going to make a runescape account generator with this :D. how would i get the text boxs and how submit nonform buttons
Stickied for the amount of use & reference this gets.
~RM
Can this be used for ALL Scar commands ? i still need to learn to master appa
Sorry for gravedig but is there a command to change client screen? because it starts with a little screen.
Also I would like to say that does this even work anymore? I tryed to download it but it says it was a virus so I turned my Avast antivirus off and put it in to scar plugins and tryed using one of the appa functions and it didn't work it didn't even show the commands when I press ctrl + space.
Works fine for me.
http://i25.tinypic.com/b3stoj.png
i can also say that it still works, i have been using it with the lockerz raper :p
~shut
I'm not sure why it'd ever be picked up by an AV.. are you sure you're putting it in the plugins folder? SCAR 3.23?
Get rid of Avast and get real antivirus. Get clamwin.
Realtime AV = Slow & unneeded (except for the incompetent :p)
what is the command to resize the window ? btw im tom99 ( forgot pass and my mail block the recipient of password recovery).
You'll have to manually resize or use the Windows API through API calls.
but why does inputs not work in ssl encrypted sites ? can this be bypassed ?
What do you mean?
Another update!
Additions:
This means support for proxies and frames! I'm not sure if proxies will work on every system, but they do on my system (it should be possible to have a different proxy for each Appa). Frames are accessible with appa_SetCurrentFrame. If you call that function, Appa will set its document to that frame (which means functions like GetElements and GetHTML will use that frame). Nested frames are supported. Don't forget to call appa_ResetFrameNest at the start of your script if you use frames.Code:function appa_SetProxy(IP: string; Port: Integer; ByPass: string): Boolean;
procedure appa_SetSize(Width, Height: Integer);
function appa_GetFrameCount: Integer;
procedure appa_SetCurrentFrame(Frame: Integer; Nest: Boolean);
procedure appa_ResetFrameNest;
How do you use the proxy function do you need a proxy server somewhere else to connect to ? or do you just change it to whatever you like ? and port does it need to be open ? and also the "Bypass" thing what does it do, and what is getframecount, is it amounts of open appa?
You connect to a proxy like this:
Simba Code:appa_SetProxy('128.227.56.81', 3124, '');
And then Appa will use that proxy to browse. The ByPass variable can be used to pass a list to Appa that shouldn't use the proxy (haven't tested this myself yet, though). By the way, here's a nice list of proxies :)
appa_GetFrameCount returns the amount of frames found in the current page. You can change the current frame with appa_SetCurrentFrame to manipulate elements in another (i)Frame. Up until now, Appa couldn't "see" the elements inside frame elements, because they are loaded from a different source.
This works great well done nielse i love this update!
Thanks! That's good to know! :)
In the previous page, there was a good bit of talk/request about integrating this over to Simba (though it would be windows only I s'pose due to IE?). Has any progress been made towards this end?
TBH I've only just gotten started back into autoing n such, haven't gotten around to Simba yet but from the screenies ~ it looks freaking awesome. Essentially, I havent tried using this as a plugin for Simba yet ^^ :D
Any sign of an update that is compatible with Simba?
I am wondering about this too... And Appa for Scar has a memory leak or something.. It hogs my memory, and it increases for each appa_Navigate() call