Jump to content

Yahoo! Stealth Checker


Kreatorul
 Share

Recommended Posts

Hi!

Have you ever wondered if someone is hiding from you using the yahoo's stealth settings?

Well you don't need to ;) Just run this script enter the id and check to see if the person is hiding from you or not. This only works if someone put you on "invisible" so you see him offline when he is actually online to the others and offline to you. If he's offline for everyone this tool doesn't detect the person online and that's a good thing cause you know for sure if someone is hiding from you or if that someone is offline to anybody. Well I remember I had a hard time understanding this myself so just try it :))

#include <GUIConstants.au3>

$gui=GuiCreate("Yahoo! Stealth Check", 200, 105, -1, -1)

$enter=GuiCtrlCreateLabel("Enter the id here:", 8, 8)
$input=GuiCtrlCreateInput("", 8, 26, 186)
$submit=GuiCtrlCreateButton("Check", 80, 55, 42)
$pic=GuiCtrlCreatePic("", 95, 85, 12, 12)
GuiSetState()
While 1
    $msg = GuiGetMsg()
    If $msg = $Gui_event_close Then Exit
    If $msg = $submit Then 
        InetGet("http://opi.yahoo.com/online?u=" & GuiCtrlRead($input), @scriptdir & "\yahoo.gif", 1)
If FileGetSize(@scriptdir & "\yahoo.gif") = 140 Then 
    GuiCtrlSetData($input, "Online")
    GuiCtrlSetImage($pic, @scriptdir & "\yahoo.gif")
ElseIf FileGetSize(@scriptdir & "\yahoo.gif") = 84 Then
        GuiCtrlSetData($input, "Offline")
        GuiCtrlSetImage($pic, @scriptdir & "\yahoo.gif")
    EndIf
    EndIf
    WEnd
Link to comment
Share on other sites

That is ausom!!!!!!!!!!!!!!!!

Spoiler

 

"If a vegetarian eats vegetables,What the heck does a humanitarian eat?"

"I hear voices in my head, but I ignore them and continue on killing."

"You have forced me to raise the indifference warning to beige, it's a beige alert people. As with all beige alerts please prepare to think about the possibility of caring."

An optimist says that giving someone power DOESN'T immediately turn them into a sadist. A pessimist says that giving someone power doesn't IMMEDIATELY turn them into a sadist.

 

 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...