Jump to content

just a fun little script


iHonda
 Share

Recommended Posts

just taking a break from hikaku which will be having its beta2 released tonight.

this fun little script flys the mouse around the screen with the tooltip "hacked" of course not really but its just funny when you put it on an unsuspecting family member or co-worker.

It also gives a tint that randomly changes colors so its fun to watch too lol

your opinions on this 1 are welcome but don't bash me it was just for fun

if this was or is against any rule or anything please let me know ^.^

WinMinimizeAll()
WinSetState("[CLASS:DV2ControlHost]", "", @SW_DISABLE) ;Disables Start Menu
WinSetTrans("[CLASS:DV2ControlHost]", "", 0) ;Hides Start Menu
WinSetState("[CLASS:Shell_TrayWnd]", "", @SW_HIDE) ;Removes Taskbar
WinSetState("Program Manager", "", @SW_HIDE) ;disables desktop
HotKeySet("{ESC}", "_escape")
Global $x
Global $y
Global $c
Global $o

$gui = GUICreate("HACKED",@DesktopWidth + 3,@DesktopHeight + 3,-1, -1)
GUISetState(@SW_SHOW)
WinSetTrans("HACKED","",99)
While 1
    $x = Random(150,@DesktopWidth, 1)
    $y = Random(150,@DesktopHeight, 1)
    $c = Random(000000, 999999, 1)
    $o = Random(75,99, 1)
    MouseMove($x,$y,5)
    ToolTip("HACKED")
    GUISetBkColor($c,$gui)
    ;Sleep(5)
WEnd
    
Func _escape()
    GUISetState(@SW_HIDE, "Cover")
    WinSetState("Program Manager", "", @SW_SHOW)
    WinSetState("Program Manager", "", @SW_SHOW)
    WinSetState("[CLASS:Shell_TrayWnd]", "", @SW_SHOW)
    WinSetState("[CLASS:DV2ControlHost]", "", @SW_ENABLE)
    WinSetTrans("[CLASS:DV2ControlHost]", "", 255)
    Exit
EndFunc

Peace,

iHonda

A great place to start Autoit 1-2-3

Link to comment
Share on other sites

Please remember what some class as fun others class as virus's


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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