Page 5 of 8 FirstFirst ... 34567 ... LastLast
Results 101 to 125 of 182

Thread: Appa - SCAR Minimizeable WebClient

  1. #101
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i am going to make a runescape account generator with this . how would i get the text boxs and how submit nonform buttons
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  2. #102
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Quote Originally Posted by g0tp0t View Post
    i am going to make a runescape account generator with this . how would i get the text boxs and how submit nonform buttons
    You dont need those You can just use PostHTTPPageEx or what ever it is, press F1 when SCAR is open so you can see the functions.
    There used to be something meaningful here.

  3. #103
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    Stickied for the amount of use & reference this gets.

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  4. #104
    Join Date
    Nov 2009
    Posts
    471
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    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.
    Last edited by tom99; 07-23-2010 at 11:31 PM.

  5. #105
    Join Date
    Jan 2009
    Location
    Tacoma,Wa
    Posts
    338
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    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.

  6. #106
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

  7. #107
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  8. #108
    Join Date
    Jan 2009
    Location
    Tacoma,Wa
    Posts
    338
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    i can also say that it still works, i have been using it with the lockerz raper

    ~shut
    What the! It wont work for me Also why does it say it is a virus?

  9. #109
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    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?

  10. #110
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Get rid of Avast and get real antivirus. Get clamwin.
    Interested in C# and Electrical Engineering? This might interest you.

  11. #111
    Join Date
    Jan 2009
    Location
    Tacoma,Wa
    Posts
    338
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by Smartzkid View Post
    Get rid of Avast and get real antivirus. Get clamwin.
    0_o. Avast is good.....

  12. #112
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Realtime AV = Slow & unneeded (except for the incompetent )
    Interested in C# and Electrical Engineering? This might interest you.

  13. #113
    Join Date
    Aug 2010
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what is the command to resize the window ? btw im tom99 ( forgot pass and my mail block the recipient of password recovery).

  14. #114
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    You'll have to manually resize or use the Windows API through API calls.
    Hup Holland Hup!

  15. #115
    Join Date
    Aug 2010
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    but why does inputs not work in ssl encrypted sites ? can this be bypassed ?

  16. #116
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    What do you mean?
    Hup Holland Hup!

  17. #117
    Join Date
    Aug 2010
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by nielsie95 View Post
    What do you mean?
    It cant write anything in http( s ) it seems.

    And also can you go backward and forward in page ?

    Nvm it do work with https aswell i just did something wrong but there are certain keys you cannot such as . or @
    Last edited by tom992; 08-30-2010 at 01:17 PM.

  18. #118
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Another update!

    Additions:
    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;
    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.
    Hup Holland Hup!

  19. #119
    Join Date
    Nov 2009
    Posts
    471
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    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?

  20. #120
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    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.
    Last edited by nielsie95; 09-23-2010 at 04:54 PM.
    Hup Holland Hup!

  21. #121
    Join Date
    Nov 2009
    Posts
    471
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    This works great well done nielse i love this update!

  22. #122
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Thanks! That's good to know!
    Hup Holland Hup!

  23. #123
    Join Date
    Nov 2008
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    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 ^^

  24. #124
    Join Date
    Oct 2010
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Any sign of an update that is compatible with Simba?

  25. #125
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    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

Page 5 of 8 FirstFirst ... 34567 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 5 users browsing this thread. (0 members and 5 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •