Kreatorul 0 Posted October 7, 2007 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 Share this post Link to post Share on other sites
Draygoes 431 Posted October 7, 2007 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. Share this post Link to post Share on other sites
Kreatorul 0 Posted October 7, 2007 awesome* Thx...anyway it's not that awesome as it is useful Share this post Link to post Share on other sites
Iuli 0 Posted October 7, 2007 Great idea, Kreatorul ! I didn't knew it was this simple ! [size="2"]SFXMaker[/size] - The most complete switchless installer creator software[indent][/indent] Share this post Link to post Share on other sites