Jump to content

Cool Small Scripts


HackerZer0
 Share

The Pole!!!  

29 members have voted

  1. 1. Rate My Scripts!!!

    • 10 of 10 - Best Scripts on Earth!!!
      1
    • 9 Awsome!!!
      0
    • 8 I have a use for this!
      0
    • 7 good, needs improvement
      0
    • 6 pretty good, I see potential...
      0
    • 5 it's ok...i might find a use for it...
      3
    • 4 not really that useful...
      7
    • 3 umm...why is this here???
      5
    • 2 ok...dude..that's REAAALLY bad..
      8
    • WTH? How much crack do you smoke??
      5


Recommended Posts

I recently downloaded Autoit v3 and it has become my new hobby, along with hacking...

here are a few of my simple scripts...

Mouse Rollover - when the edge of the screen is reached the mouse moves to the opposite side...you may have to alter the numbers to fit your screen/resolution

#notrayicon
HotKeySet("{F9}", "_Exit")
While 1
$pos = MouseGetPos()
If $pos[0] = 0 Then MouseMove(1023, $pos[1], 0)
If $pos[1] = 0 Then MouseMove($pos[0], 767, 0)
If $pos[0] = 1023 Then MouseMove(0, $pos[1], 0)
If $pos[1] = 767 Then MouseMove($pos[0], 0, 0)
Wend

Func _Exit()
Exit
EndFunc

Ghostpad - Press F8 to turn 'Ghost Mode' on, and F9 to turn it off (sry about the length)

HotKeySet("{F9}", "GhostOff")
HotKeySet("{F8}", "GhostOn")
Run("notepad.exe")
WinWaitActive("Untitled - Notepad")
While 1
Sleep(1000)
Wend
Func GhostOn()
While 1

$state = WinGetState("Untitled - Notepad", "")
If $state = 0 Then ExitGhostPad()

WinSetTrans("Untitled - Notepad", "", "255")
WinSetTrans("Untitled - Notepad", "", "254")
WinSetTrans("Untitled - Notepad", "", "253")
WinSetTrans("Untitled - Notepad", "", "252")
WinSetTrans("Untitled - Notepad", "", "251")
WinSetTrans("Untitled - Notepad", "", "250")
WinSetTrans("Untitled - Notepad", "", "249")
WinSetTrans("Untitled - Notepad", "", "248")
WinSetTrans("Untitled - Notepad", "", "247")
WinSetTrans("Untitled - Notepad", "", "246")
WinSetTrans("Untitled - Notepad", "", "245")
WinSetTrans("Untitled - Notepad", "", "244")
WinSetTrans("Untitled - Notepad", "", "243")
WinSetTrans("Untitled - Notepad", "", "242")
WinSetTrans("Untitled - Notepad", "", "241")
WinSetTrans("Untitled - Notepad", "", "240")
WinSetTrans("Untitled - Notepad", "", "239")
WinSetTrans("Untitled - Notepad", "", "238")
WinSetTrans("Untitled - Notepad", "", "237")
WinSetTrans("Untitled - Notepad", "", "236")
WinSetTrans("Untitled - Notepad", "", "235")
WinSetTrans("Untitled - Notepad", "", "234")
WinSetTrans("Untitled - Notepad", "", "233")
WinSetTrans("Untitled - Notepad", "", "232")
WinSetTrans("Untitled - Notepad", "", "231")
WinSetTrans("Untitled - Notepad", "", "230")
WinSetTrans("Untitled - Notepad", "", "229")
WinSetTrans("Untitled - Notepad", "", "228")
WinSetTrans("Untitled - Notepad", "", "227")
WinSetTrans("Untitled - Notepad", "", "226")
WinSetTrans("Untitled - Notepad", "", "225")
WinSetTrans("Untitled - Notepad", "", "224")
WinSetTrans("Untitled - Notepad", "", "223")
WinSetTrans("Untitled - Notepad", "", "222")
WinSetTrans("Untitled - Notepad", "", "221")
WinSetTrans("Untitled - Notepad", "", "220")
WinSetTrans("Untitled - Notepad", "", "219")
WinSetTrans("Untitled - Notepad", "", "218")
WinSetTrans("Untitled - Notepad", "", "217")
WinSetTrans("Untitled - Notepad", "", "216")
WinSetTrans("Untitled - Notepad", "", "215")
WinSetTrans("Untitled - Notepad", "", "214")
WinSetTrans("Untitled - Notepad", "", "213")
WinSetTrans("Untitled - Notepad", "", "212")
WinSetTrans("Untitled - Notepad", "", "211")
WinSetTrans("Untitled - Notepad", "", "210")
WinSetTrans("Untitled - Notepad", "", "209")
WinSetTrans("Untitled - Notepad", "", "208")
WinSetTrans("Untitled - Notepad", "", "207")
WinSetTrans("Untitled - Notepad", "", "206")
WinSetTrans("Untitled - Notepad", "", "205")
WinSetTrans("Untitled - Notepad", "", "204")
WinSetTrans("Untitled - Notepad", "", "203")
WinSetTrans("Untitled - Notepad", "", "202")
WinSetTrans("Untitled - Notepad", "", "201")
WinSetTrans("Untitled - Notepad", "", "200")
WinSetTrans("Untitled - Notepad", "", "199")
WinSetTrans("Untitled - Notepad", "", "198")
WinSetTrans("Untitled - Notepad", "", "197")
WinSetTrans("Untitled - Notepad", "", "196")
WinSetTrans("Untitled - Notepad", "", "195")
WinSetTrans("Untitled - Notepad", "", "194")
WinSetTrans("Untitled - Notepad", "", "193")
WinSetTrans("Untitled - Notepad", "", "192")
WinSetTrans("Untitled - Notepad", "", "191")
WinSetTrans("Untitled - Notepad", "", "190")
WinSetTrans("Untitled - Notepad", "", "189")
WinSetTrans("Untitled - Notepad", "", "188")
WinSetTrans("Untitled - Notepad", "", "187")
WinSetTrans("Untitled - Notepad", "", "186")
WinSetTrans("Untitled - Notepad", "", "185")
WinSetTrans("Untitled - Notepad", "", "184")
WinSetTrans("Untitled - Notepad", "", "183")
WinSetTrans("Untitled - Notepad", "", "182")
WinSetTrans("Untitled - Notepad", "", "181")
WinSetTrans("Untitled - Notepad", "", "180")
WinSetTrans("Untitled - Notepad", "", "179")
WinSetTrans("Untitled - Notepad", "", "178")
WinSetTrans("Untitled - Notepad", "", "177")
WinSetTrans("Untitled - Notepad", "", "176")
WinSetTrans("Untitled - Notepad", "", "175")
WinSetTrans("Untitled - Notepad", "", "174")
WinSetTrans("Untitled - Notepad", "", "173")
WinSetTrans("Untitled - Notepad", "", "172")
WinSetTrans("Untitled - Notepad", "", "171")
WinSetTrans("Untitled - Notepad", "", "170")
WinSetTrans("Untitled - Notepad", "", "169")
WinSetTrans("Untitled - Notepad", "", "168")
WinSetTrans("Untitled - Notepad", "", "167")
WinSetTrans("Untitled - Notepad", "", "166")
WinSetTrans("Untitled - Notepad", "", "165")
WinSetTrans("Untitled - Notepad", "", "164")
WinSetTrans("Untitled - Notepad", "", "163")
WinSetTrans("Untitled - Notepad", "", "162")
WinSetTrans("Untitled - Notepad", "", "161")
WinSetTrans("Untitled - Notepad", "", "160")
WinSetTrans("Untitled - Notepad", "", "159")
WinSetTrans("Untitled - Notepad", "", "158")
WinSetTrans("Untitled - Notepad", "", "157")
WinSetTrans("Untitled - Notepad", "", "156")
WinSetTrans("Untitled - Notepad", "", "155")
WinSetTrans("Untitled - Notepad", "", "154")
WinSetTrans("Untitled - Notepad", "", "153")
WinSetTrans("Untitled - Notepad", "", "152")
WinSetTrans("Untitled - Notepad", "", "151")
WinSetTrans("Untitled - Notepad", "", "150")
WinSetTrans("Untitled - Notepad", "", "149")
WinSetTrans("Untitled - Notepad", "", "148")
WinSetTrans("Untitled - Notepad", "", "147")
WinSetTrans("Untitled - Notepad", "", "146")
WinSetTrans("Untitled - Notepad", "", "145")
WinSetTrans("Untitled - Notepad", "", "144")
WinSetTrans("Untitled - Notepad", "", "143")
WinSetTrans("Untitled - Notepad", "", "142")
WinSetTrans("Untitled - Notepad", "", "141")
WinSetTrans("Untitled - Notepad", "", "140")
WinSetTrans("Untitled - Notepad", "", "139")
WinSetTrans("Untitled - Notepad", "", "138")
WinSetTrans("Untitled - Notepad", "", "137")
WinSetTrans("Untitled - Notepad", "", "136")
WinSetTrans("Untitled - Notepad", "", "135")
WinSetTrans("Untitled - Notepad", "", "134")
WinSetTrans("Untitled - Notepad", "", "133")
WinSetTrans("Untitled - Notepad", "", "132")
WinSetTrans("Untitled - Notepad", "", "131")
WinSetTrans("Untitled - Notepad", "", "130")
WinSetTrans("Untitled - Notepad", "", "129")
WinSetTrans("Untitled - Notepad", "", "128")
WinSetTrans("Untitled - Notepad", "", "127")
WinSetTrans("Untitled - Notepad", "", "126")
WinSetTrans("Untitled - Notepad", "", "125")
WinSetTrans("Untitled - Notepad", "", "124")
WinSetTrans("Untitled - Notepad", "", "123")
WinSetTrans("Untitled - Notepad", "", "122")
WinSetTrans("Untitled - Notepad", "", "121")
WinSetTrans("Untitled - Notepad", "", "120")
WinSetTrans("Untitled - Notepad", "", "119")
WinSetTrans("Untitled - Notepad", "", "118")
WinSetTrans("Untitled - Notepad", "", "117")
WinSetTrans("Untitled - Notepad", "", "116")
WinSetTrans("Untitled - Notepad", "", "115")
WinSetTrans("Untitled - Notepad", "", "114")
WinSetTrans("Untitled - Notepad", "", "113")
WinSetTrans("Untitled - Notepad", "", "112")
WinSetTrans("Untitled - Notepad", "", "111")
WinSetTrans("Untitled - Notepad", "", "110")
WinSetTrans("Untitled - Notepad", "", "109")
WinSetTrans("Untitled - Notepad", "", "108")
WinSetTrans("Untitled - Notepad", "", "107")
WinSetTrans("Untitled - Notepad", "", "106")
WinSetTrans("Untitled - Notepad", "", "105")
WinSetTrans("Untitled - Notepad", "", "104")
WinSetTrans("Untitled - Notepad", "", "103")
WinSetTrans("Untitled - Notepad", "", "102")
WinSetTrans("Untitled - Notepad", "", "101")
WinSetTrans("Untitled - Notepad", "", "100")
WinSetTrans("Untitled - Notepad", "", "99")
WinSetTrans("Untitled - Notepad", "", "98")
WinSetTrans("Untitled - Notepad", "", "97")
WinSetTrans("Untitled - Notepad", "", "96")
WinSetTrans("Untitled - Notepad", "", "95")
WinSetTrans("Untitled - Notepad", "", "94")
WinSetTrans("Untitled - Notepad", "", "93")
WinSetTrans("Untitled - Notepad", "", "92")
WinSetTrans("Untitled - Notepad", "", "91")
WinSetTrans("Untitled - Notepad", "", "90")
WinSetTrans("Untitled - Notepad", "", "89")
WinSetTrans("Untitled - Notepad", "", "88")
WinSetTrans("Untitled - Notepad", "", "87")
WinSetTrans("Untitled - Notepad", "", "86")
WinSetTrans("Untitled - Notepad", "", "85")
WinSetTrans("Untitled - Notepad", "", "84")
WinSetTrans("Untitled - Notepad", "", "83")
WinSetTrans("Untitled - Notepad", "", "82")
WinSetTrans("Untitled - Notepad", "", "81")
WinSetTrans("Untitled - Notepad", "", "80")
WinSetTrans("Untitled - Notepad", "", "79")
WinSetTrans("Untitled - Notepad", "", "78")
WinSetTrans("Untitled - Notepad", "", "77")
WinSetTrans("Untitled - Notepad", "", "76")
WinSetTrans("Untitled - Notepad", "", "75")
WinSetTrans("Untitled - Notepad", "", "74")
WinSetTrans("Untitled - Notepad", "", "73")
WinSetTrans("Untitled - Notepad", "", "72")
WinSetTrans("Untitled - Notepad", "", "71")
WinSetTrans("Untitled - Notepad", "", "70")
WinSetTrans("Untitled - Notepad", "", "69")
WinSetTrans("Untitled - Notepad", "", "68")
WinSetTrans("Untitled - Notepad", "", "67")
WinSetTrans("Untitled - Notepad", "", "66")
WinSetTrans("Untitled - Notepad", "", "65")
WinSetTrans("Untitled - Notepad", "", "64")
WinSetTrans("Untitled - Notepad", "", "63")
WinSetTrans("Untitled - Notepad", "", "62")
WinSetTrans("Untitled - Notepad", "", "61")
WinSetTrans("Untitled - Notepad", "", "60")
WinSetTrans("Untitled - Notepad", "", "59")
WinSetTrans("Untitled - Notepad", "", "58")
WinSetTrans("Untitled - Notepad", "", "57")
WinSetTrans("Untitled - Notepad", "", "56")
WinSetTrans("Untitled - Notepad", "", "55")
WinSetTrans("Untitled - Notepad", "", "54")
WinSetTrans("Untitled - Notepad", "", "53")
WinSetTrans("Untitled - Notepad", "", "52")
WinSetTrans("Untitled - Notepad", "", "51")
WinSetTrans("Untitled - Notepad", "", "50")
WinSetTrans("Untitled - Notepad", "", "49")
WinSetTrans("Untitled - Notepad", "", "48")
WinSetTrans("Untitled - Notepad", "", "47")
WinSetTrans("Untitled - Notepad", "", "46")
WinSetTrans("Untitled - Notepad", "", "45")
WinSetTrans("Untitled - Notepad", "", "44")
WinSetTrans("Untitled - Notepad", "", "43")
WinSetTrans("Untitled - Notepad", "", "42")
WinSetTrans("Untitled - Notepad", "", "41")
WinSetTrans("Untitled - Notepad", "", "40")
WinSetTrans("Untitled - Notepad", "", "39")
WinSetTrans("Untitled - Notepad", "", "38")
WinSetTrans("Untitled - Notepad", "", "37")
WinSetTrans("Untitled - Notepad", "", "36")
WinSetTrans("Untitled - Notepad", "", "35")
WinSetTrans("Untitled - Notepad", "", "34")
WinSetTrans("Untitled - Notepad", "", "33")
WinSetTrans("Untitled - Notepad", "", "32")
WinSetTrans("Untitled - Notepad", "", "31")
WinSetTrans("Untitled - Notepad", "", "30")
WinSetTrans("Untitled - Notepad", "", "29")
WinSetTrans("Untitled - Notepad", "", "28")
WinSetTrans("Untitled - Notepad", "", "27")
WinSetTrans("Untitled - Notepad", "", "26")
WinSetTrans("Untitled - Notepad", "", "25")
WinSetTrans("Untitled - Notepad", "", "24")
WinSetTrans("Untitled - Notepad", "", "23")
WinSetTrans("Untitled - Notepad", "", "22")
WinSetTrans("Untitled - Notepad", "", "21")
WinSetTrans("Untitled - Notepad", "", "20")
WinSetTrans("Untitled - Notepad", "", "19")
WinSetTrans("Untitled - Notepad", "", "18")
WinSetTrans("Untitled - Notepad", "", "17")
WinSetTrans("Untitled - Notepad", "", "16")
WinSetTrans("Untitled - Notepad", "", "15")
WinSetTrans("Untitled - Notepad", "", "14")
WinSetTrans("Untitled - Notepad", "", "13")
WinSetTrans("Untitled - Notepad", "", "12")
WinSetTrans("Untitled - Notepad", "", "11")
WinSetTrans("Untitled - Notepad", "", "10")
WinSetTrans("Untitled - Notepad", "", "9")
WinSetTrans("Untitled - Notepad", "", "8")
WinSetTrans("Untitled - Notepad", "", "7")
WinSetTrans("Untitled - Notepad", "", "6")
WinSetTrans("Untitled - Notepad", "", "5")
WinSetTrans("Untitled - Notepad", "", "4")
WinSetTrans("Untitled - Notepad", "", "3")
WinSetTrans("Untitled - Notepad", "", "2")
WinSetTrans("Untitled - Notepad", "", "1")
WinSetTrans("Untitled - Notepad", "", "0")
$state = WinGetState("Untitled - Notepad", "")
If $state = 0 Then ExitGhostPad()
$pos = WinGetPos("Untitled - Notepad")
$ran1 = Random(-200, 200, 1)
$ran2 = Random(-200, 200, 1)
$pos[0] = $pos[0] + $ran1
$pos[1] = $pos[1] + $ran2
WinMove("Untitled - Notepad", "", $pos[0], $pos[1])
$state = WinGetState("Untitled - Notepad", "")
If $state = 0 Then ExitGhostPad()
WinSetTrans("Untitled - Notepad", "", "0")
WinSetTrans("Untitled - Notepad", "", "1")
WinSetTrans("Untitled - Notepad", "", "2")
WinSetTrans("Untitled - Notepad", "", "3")
WinSetTrans("Untitled - Notepad", "", "4")
WinSetTrans("Untitled - Notepad", "", "5")
WinSetTrans("Untitled - Notepad", "", "6")
WinSetTrans("Untitled - Notepad", "", "7")
WinSetTrans("Untitled - Notepad", "", "8")
WinSetTrans("Untitled - Notepad", "", "9")
WinSetTrans("Untitled - Notepad", "", "10")
WinSetTrans("Untitled - Notepad", "", "11")
WinSetTrans("Untitled - Notepad", "", "12")
WinSetTrans("Untitled - Notepad", "", "13")
WinSetTrans("Untitled - Notepad", "", "14")
WinSetTrans("Untitled - Notepad", "", "15")
WinSetTrans("Untitled - Notepad", "", "16")
WinSetTrans("Untitled - Notepad", "", "17")
WinSetTrans("Untitled - Notepad", "", "18")
WinSetTrans("Untitled - Notepad", "", "19")
WinSetTrans("Untitled - Notepad", "", "20")
WinSetTrans("Untitled - Notepad", "", "21")
WinSetTrans("Untitled - Notepad", "", "22")
WinSetTrans("Untitled - Notepad", "", "23")
WinSetTrans("Untitled - Notepad", "", "24")
WinSetTrans("Untitled - Notepad", "", "25")
WinSetTrans("Untitled - Notepad", "", "26")
WinSetTrans("Untitled - Notepad", "", "27")
WinSetTrans("Untitled - Notepad", "", "28")
WinSetTrans("Untitled - Notepad", "", "29")
WinSetTrans("Untitled - Notepad", "", "30")
WinSetTrans("Untitled - Notepad", "", "31")
WinSetTrans("Untitled - Notepad", "", "32")
WinSetTrans("Untitled - Notepad", "", "33")
WinSetTrans("Untitled - Notepad", "", "34")
WinSetTrans("Untitled - Notepad", "", "35")
WinSetTrans("Untitled - Notepad", "", "36")
WinSetTrans("Untitled - Notepad", "", "37")
WinSetTrans("Untitled - Notepad", "", "38")
WinSetTrans("Untitled - Notepad", "", "39")
WinSetTrans("Untitled - Notepad", "", "40")
WinSetTrans("Untitled - Notepad", "", "41")
WinSetTrans("Untitled - Notepad", "", "42")
WinSetTrans("Untitled - Notepad", "", "43")
WinSetTrans("Untitled - Notepad", "", "44")
WinSetTrans("Untitled - Notepad", "", "45")
WinSetTrans("Untitled - Notepad", "", "46")
WinSetTrans("Untitled - Notepad", "", "47")
WinSetTrans("Untitled - Notepad", "", "48")
WinSetTrans("Untitled - Notepad", "", "49")
WinSetTrans("Untitled - Notepad", "", "50")
WinSetTrans("Untitled - Notepad", "", "51")
WinSetTrans("Untitled - Notepad", "", "52")
WinSetTrans("Untitled - Notepad", "", "53")
WinSetTrans("Untitled - Notepad", "", "54")
WinSetTrans("Untitled - Notepad", "", "55")
WinSetTrans("Untitled - Notepad", "", "56")
WinSetTrans("Untitled - Notepad", "", "57")
WinSetTrans("Untitled - Notepad", "", "58")
WinSetTrans("Untitled - Notepad", "", "59")
WinSetTrans("Untitled - Notepad", "", "60")
WinSetTrans("Untitled - Notepad", "", "61")
WinSetTrans("Untitled - Notepad", "", "62")
WinSetTrans("Untitled - Notepad", "", "63")
WinSetTrans("Untitled - Notepad", "", "64")
WinSetTrans("Untitled - Notepad", "", "65")
WinSetTrans("Untitled - Notepad", "", "66")
WinSetTrans("Untitled - Notepad", "", "67")
WinSetTrans("Untitled - Notepad", "", "68")
WinSetTrans("Untitled - Notepad", "", "69")
WinSetTrans("Untitled - Notepad", "", "70")
WinSetTrans("Untitled - Notepad", "", "71")
WinSetTrans("Untitled - Notepad", "", "72")
WinSetTrans("Untitled - Notepad", "", "73")
WinSetTrans("Untitled - Notepad", "", "74")
WinSetTrans("Untitled - Notepad", "", "75")
WinSetTrans("Untitled - Notepad", "", "76")
WinSetTrans("Untitled - Notepad", "", "77")
WinSetTrans("Untitled - Notepad", "", "78")
WinSetTrans("Untitled - Notepad", "", "79")
WinSetTrans("Untitled - Notepad", "", "80")
WinSetTrans("Untitled - Notepad", "", "81")
WinSetTrans("Untitled - Notepad", "", "82")
WinSetTrans("Untitled - Notepad", "", "83")
WinSetTrans("Untitled - Notepad", "", "84")
WinSetTrans("Untitled - Notepad", "", "85")
WinSetTrans("Untitled - Notepad", "", "86")
WinSetTrans("Untitled - Notepad", "", "87")
WinSetTrans("Untitled - Notepad", "", "88")
WinSetTrans("Untitled - Notepad", "", "89")
WinSetTrans("Untitled - Notepad", "", "90")
WinSetTrans("Untitled - Notepad", "", "91")
WinSetTrans("Untitled - Notepad", "", "92")
WinSetTrans("Untitled - Notepad", "", "93")
WinSetTrans("Untitled - Notepad", "", "94")
WinSetTrans("Untitled - Notepad", "", "95")
WinSetTrans("Untitled - Notepad", "", "96")
WinSetTrans("Untitled - Notepad", "", "97")
WinSetTrans("Untitled - Notepad", "", "98")
WinSetTrans("Untitled - Notepad", "", "99")
WinSetTrans("Untitled - Notepad", "", "100")
WinSetTrans("Untitled - Notepad", "", "101")
WinSetTrans("Untitled - Notepad", "", "102")
WinSetTrans("Untitled - Notepad", "", "103")
WinSetTrans("Untitled - Notepad", "", "104")
WinSetTrans("Untitled - Notepad", "", "105")
WinSetTrans("Untitled - Notepad", "", "106")
WinSetTrans("Untitled - Notepad", "", "107")
WinSetTrans("Untitled - Notepad", "", "108")
WinSetTrans("Untitled - Notepad", "", "109")
WinSetTrans("Untitled - Notepad", "", "110")
WinSetTrans("Untitled - Notepad", "", "111")
WinSetTrans("Untitled - Notepad", "", "112")
WinSetTrans("Untitled - Notepad", "", "113")
WinSetTrans("Untitled - Notepad", "", "114")
WinSetTrans("Untitled - Notepad", "", "115")
WinSetTrans("Untitled - Notepad", "", "116")
WinSetTrans("Untitled - Notepad", "", "117")
WinSetTrans("Untitled - Notepad", "", "118")
WinSetTrans("Untitled - Notepad", "", "119")
WinSetTrans("Untitled - Notepad", "", "120")
WinSetTrans("Untitled - Notepad", "", "121")
WinSetTrans("Untitled - Notepad", "", "122")
WinSetTrans("Untitled - Notepad", "", "123")
WinSetTrans("Untitled - Notepad", "", "124")
WinSetTrans("Untitled - Notepad", "", "125")
WinSetTrans("Untitled - Notepad", "", "126")
WinSetTrans("Untitled - Notepad", "", "127")
WinSetTrans("Untitled - Notepad", "", "128")
WinSetTrans("Untitled - Notepad", "", "129")
WinSetTrans("Untitled - Notepad", "", "130")
WinSetTrans("Untitled - Notepad", "", "131")
WinSetTrans("Untitled - Notepad", "", "132")
WinSetTrans("Untitled - Notepad", "", "133")
WinSetTrans("Untitled - Notepad", "", "134")
WinSetTrans("Untitled - Notepad", "", "135")
WinSetTrans("Untitled - Notepad", "", "136")
WinSetTrans("Untitled - Notepad", "", "137")
WinSetTrans("Untitled - Notepad", "", "138")
WinSetTrans("Untitled - Notepad", "", "139")
WinSetTrans("Untitled - Notepad", "", "140")
WinSetTrans("Untitled - Notepad", "", "141")
WinSetTrans("Untitled - Notepad", "", "142")
WinSetTrans("Untitled - Notepad", "", "143")
WinSetTrans("Untitled - Notepad", "", "144")
WinSetTrans("Untitled - Notepad", "", "145")
WinSetTrans("Untitled - Notepad", "", "146")
WinSetTrans("Untitled - Notepad", "", "147")
WinSetTrans("Untitled - Notepad", "", "148")
WinSetTrans("Untitled - Notepad", "", "149")
WinSetTrans("Untitled - Notepad", "", "150")
WinSetTrans("Untitled - Notepad", "", "151")
WinSetTrans("Untitled - Notepad", "", "152")
WinSetTrans("Untitled - Notepad", "", "153")
WinSetTrans("Untitled - Notepad", "", "154")
WinSetTrans("Untitled - Notepad", "", "155")
WinSetTrans("Untitled - Notepad", "", "156")
WinSetTrans("Untitled - Notepad", "", "157")
WinSetTrans("Untitled - Notepad", "", "158")
WinSetTrans("Untitled - Notepad", "", "159")
WinSetTrans("Untitled - Notepad", "", "160")
WinSetTrans("Untitled - Notepad", "", "161")
WinSetTrans("Untitled - Notepad", "", "162")
WinSetTrans("Untitled - Notepad", "", "163")
WinSetTrans("Untitled - Notepad", "", "164")
WinSetTrans("Untitled - Notepad", "", "165")
WinSetTrans("Untitled - Notepad", "", "166")
WinSetTrans("Untitled - Notepad", "", "167")
WinSetTrans("Untitled - Notepad", "", "168")
WinSetTrans("Untitled - Notepad", "", "169")
WinSetTrans("Untitled - Notepad", "", "170")
WinSetTrans("Untitled - Notepad", "", "171")
WinSetTrans("Untitled - Notepad", "", "172")
WinSetTrans("Untitled - Notepad", "", "173")
WinSetTrans("Untitled - Notepad", "", "174")
WinSetTrans("Untitled - Notepad", "", "175")
WinSetTrans("Untitled - Notepad", "", "176")
WinSetTrans("Untitled - Notepad", "", "177")
WinSetTrans("Untitled - Notepad", "", "178")
WinSetTrans("Untitled - Notepad", "", "179")
WinSetTrans("Untitled - Notepad", "", "180")
WinSetTrans("Untitled - Notepad", "", "181")
WinSetTrans("Untitled - Notepad", "", "182")
WinSetTrans("Untitled - Notepad", "", "183")
WinSetTrans("Untitled - Notepad", "", "184")
WinSetTrans("Untitled - Notepad", "", "185")
WinSetTrans("Untitled - Notepad", "", "186")
WinSetTrans("Untitled - Notepad", "", "187")
WinSetTrans("Untitled - Notepad", "", "188")
WinSetTrans("Untitled - Notepad", "", "189")
WinSetTrans("Untitled - Notepad", "", "190")
WinSetTrans("Untitled - Notepad", "", "191")
WinSetTrans("Untitled - Notepad", "", "192")
WinSetTrans("Untitled - Notepad", "", "193")
WinSetTrans("Untitled - Notepad", "", "194")
WinSetTrans("Untitled - Notepad", "", "195")
WinSetTrans("Untitled - Notepad", "", "196")
WinSetTrans("Untitled - Notepad", "", "197")
WinSetTrans("Untitled - Notepad", "", "198")
WinSetTrans("Untitled - Notepad", "", "199")
WinSetTrans("Untitled - Notepad", "", "200")
WinSetTrans("Untitled - Notepad", "", "201")
WinSetTrans("Untitled - Notepad", "", "202")
WinSetTrans("Untitled - Notepad", "", "203")
WinSetTrans("Untitled - Notepad", "", "204")
WinSetTrans("Untitled - Notepad", "", "205")
WinSetTrans("Untitled - Notepad", "", "206")
WinSetTrans("Untitled - Notepad", "", "207")
WinSetTrans("Untitled - Notepad", "", "208")
WinSetTrans("Untitled - Notepad", "", "209")
WinSetTrans("Untitled - Notepad", "", "210")
WinSetTrans("Untitled - Notepad", "", "211")
WinSetTrans("Untitled - Notepad", "", "212")
WinSetTrans("Untitled - Notepad", "", "213")
WinSetTrans("Untitled - Notepad", "", "214")
WinSetTrans("Untitled - Notepad", "", "215")
WinSetTrans("Untitled - Notepad", "", "216")
WinSetTrans("Untitled - Notepad", "", "217")
WinSetTrans("Untitled - Notepad", "", "218")
WinSetTrans("Untitled - Notepad", "", "219")
WinSetTrans("Untitled - Notepad", "", "220")
WinSetTrans("Untitled - Notepad", "", "221")
WinSetTrans("Untitled - Notepad", "", "222")
WinSetTrans("Untitled - Notepad", "", "223")
WinSetTrans("Untitled - Notepad", "", "224")
WinSetTrans("Untitled - Notepad", "", "225")
WinSetTrans("Untitled - Notepad", "", "226")
WinSetTrans("Untitled - Notepad", "", "227")
WinSetTrans("Untitled - Notepad", "", "228")
WinSetTrans("Untitled - Notepad", "", "229")
WinSetTrans("Untitled - Notepad", "", "230")
WinSetTrans("Untitled - Notepad", "", "231")
WinSetTrans("Untitled - Notepad", "", "232")
WinSetTrans("Untitled - Notepad", "", "233")
WinSetTrans("Untitled - Notepad", "", "234")
WinSetTrans("Untitled - Notepad", "", "235")
WinSetTrans("Untitled - Notepad", "", "236")
WinSetTrans("Untitled - Notepad", "", "237")
WinSetTrans("Untitled - Notepad", "", "238")
WinSetTrans("Untitled - Notepad", "", "239")
WinSetTrans("Untitled - Notepad", "", "240")
WinSetTrans("Untitled - Notepad", "", "241")
WinSetTrans("Untitled - Notepad", "", "242")
WinSetTrans("Untitled - Notepad", "", "243")
WinSetTrans("Untitled - Notepad", "", "244")
WinSetTrans("Untitled - Notepad", "", "245")
WinSetTrans("Untitled - Notepad", "", "246")
WinSetTrans("Untitled - Notepad", "", "247")
WinSetTrans("Untitled - Notepad", "", "248")
WinSetTrans("Untitled - Notepad", "", "249")
WinSetTrans("Untitled - Notepad", "", "250")
WinSetTrans("Untitled - Notepad", "", "251")
WinSetTrans("Untitled - Notepad", "", "252")
WinSetTrans("Untitled - Notepad", "", "253")
WinSetTrans("Untitled - Notepad", "", "254")
WinSetTrans("Untitled - Notepad", "", "255")
$state = WinGetState("Untitled - Notepad", "")
If $state = 0 Then ExitGhostPad()
Wend
EndFunc

Func GhostOff()
WinSetTrans("Untitled - Notepad", "", "255")
WinMove("Untitled - Notepad", "", "156", "153")
While 1
$state = WinGetState("Untitled - Notepad", "")
If $state = 0 Then ExitGhostPad()
Sleep(1000)
Wend
EndFunc

Func ExitGhostPad()
WinSetTrans("Untitled - Notepad", "", "255")
Exit
EndFunc

Disable Ctrl Alt Del

HotKeySet("{F9}", "End")
While 1
Sleep(10)
If ProcessExists("Taskmgr.exe") Then
ProcessClose("Taskmgr.exe")
EndIf
Wend

Func End()
Exit
EndFunc
Link to comment
Share on other sites

  • Moderators

Lots of things you could learn.

1. Look up the definition of Loop... Here I'll get you started: http://searchvb.techtarget.com/sDefinition...i212500,00.html

2. Proper syntax spacing.

3. What a codebox is.

4. What's appropriate to talk about and admit here.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

$n = 255
    Do 
        WinSetTrans("new file - metapad", "", $n)
        $n = $n -1
    Until $n = -1oÝ÷ Ù«­¢+Ù!½Ñ-åMÐ ÅÕ½ÐííåôÅÕ½Ðì°ÅÕ½Ðí¡½ÍÑ=ÅÕ½Ðì¤)!½Ñ-åMÐ ÅÕ½ÐííáôÅÕ½Ðì°ÅÕ½Ðí¡½ÍÑ=¸ÅÕ½Ðì¤)IÕ¸ ÅÕ½Ðí¹½ÑÁ¹áÅÕ½Ðì¤)]¥¹]¥ÑÑ¥Ù ÅÕ½Ðí¹Ü¥±´µÑÁÅÕ½Ðì¤)]¡¥±Ä(%M±À ÄÀÀÀ¤)]¹)Õ¹¡½ÍÑ=¸ ¤(%]¡¥±Ä(($$ÀÌØíÍÑÑô]¥¹ÑMÑÑ ÅÕ½Ðí¹Ü¥±´µÑÁÅÕ½Ðì°ÅÕ½ÐìÅÕ½Ðì¤($%%ÀÌØíÍÑÑôÀQ¡¸á¥Ñ¡½ÍÑA ¤($$ÀÌØí¸ôÈÔÀ($($$%]¥¹MÑQÉ¹Ì ÅÕ½Ðí¹Ü¥±´µÑÁÅÕ½Ðì°ÅÕ½ÐìÅÕ½Ðì°ÀÌØí¸¤($$$ÀÌØí¸ôÀÌØí¸´Ä($%U¹Ñ¥°ÀÌØí¸ô´Ä($$ÀÌØíÍÑÑô]¥¹ÑMÑÑ ÅÕ½Ðí¹Ü¥±´µÑÁÅÕ½Ðì°ÅÕ½ÐìÅÕ½Ðì¤($%%ÀÌØíÍÑÑôÀQ¡¸á¥Ñ¡½ÍÑA ¤($$ÀÌØíÁ½Ìô]¥¹ÑA½Ì ÅÕ½Ðí¹Ü¥±´µÑÁÅÕ½Ðì¤($$ÀÌØíɸÄôI¹½´ ´ÈÀÀ°ÈÀÀ°Ä¤($$ÀÌØíɸÈôI¹½´ ´ÈÀÀ°ÈÀÀ°Ä¤($$ÀÌØíÁ½ÍlÁtôÀÌØíÁ½ÍlÁt¬ÀÌØíɸÄ($$ÀÌØíÁ½ÍlÅtôÀÌØíÁ½ÍlÅt¬ÀÌØíɸÈ($%]¥¹5½Ù ÅÕ½Ðí¹Ü¥±´µÑÁÅÕ½Ðì°ÅÕ½ÐìÅÕ½Ðì°ÀÌØíÁ½ÍlÁt°ÀÌØíÁ½ÍlÅt¤($$ÀÌØíÍÑÑô]¥¹ÑMÑÑ ÅÕ½Ðí¹Ü¥±´µÑÁÅÕ½Ðì°ÅÕ½ÐìÅÕ½Ðì¤($%%ÀÌØíÍÑÑôÀQ¡¸á¥Ñ¡½ÍÑA ¤($$ÀÌØí´ôÀ($($$%]¥¹MÑQÉ¹Ì ÅÕ½Ðí¹Ü¥±´µÑÁÅÕ½Ðì°ÅÕ½ÐìÅÕ½Ðì°ÀÌØí´¤($$$ÀÌØí´ôÀÌØí´¬Ä($%U¹Ñ¥°ÀÌØí´ôÈÔÀ($$ÀÌØíÍÑÑô]¥¹ÑMÑÑ ÅÕ½Ðí¹Ü¥±´µÑÁÅÕ½Ðì°ÅÕ½ÐìÅÕ½Ðì¤($%%ÀÌØíÍÑÑôÀQ¡¸á¥Ñ¡½ÍÑA ¤(%]¹)¹Õ¹ìôôÐí¡½ÍÑ=¸()Õ¹¡½ÍÑ= ¤(%]¥¹MÑQÉ¹Ì ÅÕ½Ðí¹Ü¥±´µÑÁÅÕ½Ðì°ÅÕ½ÐìÅÕ½Ðì°ÅÕ½ÐìÈÔÔÅÕ½Ðì¤(%]¥¹5½Ù ÅÕ½Ðí¹Ü¥±´µÑÁÅÕ½Ðì°ÅÕ½ÐìÅÕ½Ðì°ÅÕ½ÐìÄÔØÅÕ½Ðì°ÅÕ½ÐìÄÔÌÅÕ½Ðì¤(%]¡¥±Ä($$ÀÌØíÍÑÑô]¥¹ÑMÑÑ ÅÕ½Ðí¹Ü¥±´µÑÁÅÕ½Ðì°ÅÕ½ÐìÅÕ½Ðì¤($%%ÀÌØíÍÑÑôÀQ¡¸á¥Ñ¡½ÍÑA ¤($%M±À ÄÀÀÀ¤(%]¹)¹Õ¹ìôôÐí¡½ÍÑ=()Õ¹á¥Ñ¡½ÍÑA ¤(%]¥¹MÑQÉ¹Ì ÅÕ½Ðí¹Ü¥±´µÑÁÅÕ½Ðì°ÅÕ½ÐìÅÕ½Ðì°ÅÕ½ÐìÈÔÔÅÕ½Ðì¤(%á¥Ð)¹Õ¹ìôôÐíá¥Ñ¡½ÍÑA

Doesn't it look so much better? Always try to use variables rather than repeating the same exact commands. I only edited the trans parts.

Replace the title with notepad, I use metapad cuz it's mo betta. I do like the ghost idea, though. Looks cool.

Edited by gamepin126
Link to comment
Share on other sites

I LOVE FOR LOOPS

HotKeySet("{F9}", "GhostOff")
HotKeySet("{F8}", "GhostOn")
Run("notepad.exe")
WinWaitActive("Untitled - Notepad")
While 1
Sleep(1000)
Wend
Func GhostOn()
While 1

$state = WinGetState("Untitled - Notepad", "")
If $state = 0 Then ExitGhostPad()

For $i = 255 to 0 Step -1
    WinSetTrans("Untitled - Notepad", "", $i)
Next

$state = WinGetState("Untitled - Notepad", "")
If $state = 0 Then ExitGhostPad()
$pos = WinGetPos("Untitled - Notepad")
$ran1 = Random(-200, 200, 1)
$ran2 = Random(-200, 200, 1)
$pos[0] = $pos[0] + $ran1
$pos[1] = $pos[1] + $ran2
WinMove("Untitled - Notepad", "", $pos[0], $pos[1])
$state = WinGetState("Untitled - Notepad", "")
If $state = 0 Then ExitGhostPad()
For $i = 0 To 255
    WinSetTrans("Untitled - Notepad", "", $i)
Next
$state = WinGetState("Untitled - Notepad", "")
If $state = 0 Then ExitGhostPad()
Wend
EndFunc

Func GhostOff()
WinSetTrans("Untitled - Notepad", "", "255")
WinMove("Untitled - Notepad", "", "156", "153")
While 1
$state = WinGetState("Untitled - Notepad", "")
If $state = 0 Then ExitGhostPad()
Sleep(1000)
Wend
EndFunc

Func ExitGhostPad()
WinSetTrans("Untitled - Notepad", "", "255")
Exit
EndFunc

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

I agree with the other comments. Next time try not to admit that you LOVE hacking and that you LOVE to make program which function to infact hack, or harm computers. We all make mistakes :whistle: .

Kurt

Awaiting Diablo III..

Link to comment
Share on other sites

i hack for informational perposes, and sometimes to mess with friends, or get free crap from large organizations, i'm a gray hat, more like a mischievous white hat... mostly i hack my own or friends computer, to enhance or customize it, and to build my knowledge of computers...

i DO NOT harm computers, i make JOKE viruses, NOT MALICIOUS ones...

i dont care if ppl know that i hack, have i done anything to you??? NO - so stay off my case...

Link to comment
Share on other sites

i dont care if ppl know that i hack, have i done anything to you??? NO - so stay off my case...

Well, Unfortunately for you, thats not the same way that the mods and admins feel. You'll be lucky if you HAVE a case with that attitude.
Link to comment
Share on other sites

;=================================================
;=================| Mouse Scroll |================
;=============| Credits:  HackerZero |============
;=============| Tweaked by: 4gotn1 * |============
;=================================================


;    Original Topic     -    http://www.autoitscript.com/forum/index.php?showtopic=35106


#notrayicon
HotKeySet("{F9}", "_Exit")
HotKeySet("{F8}", "_Show")
Dim $resX = (@DesktopWidth - 1)     ; * Dimmed these two variables so that the user
Dim $resY = (@DesktopHeight - 1)     ; * Doesn't have to change any "numbers" before using

While 1
    
    $pos = MouseGetPos()
    
    Select                            ; * Made the IF..Then... Statements a Select..Case.. (Faster logic)
        
        Case 1 >= $pos[0]
            MouseMove($resX, $pos[1], 0)
        
        Case 1 >= $pos[1]
            MouseMove($resY, $pos[0], 0)
            
        Case $pos[0] >= $resX
            MouseMove(1, $pos[1], 0)
            
        Case $pos[1] >= $resY
            MouseMove($pos[0], 1, 0)
            
    EndSelect
    
WEnd

Func _Exit()
    
    Exit
    
EndFunc

Func _Show()                        ; * Added a "show me" function, incase user loses their pointer! (;

    For $i = 1 TO 100 Step 1
        Local $show_pos = MouseGetPos()
        
        ToolTip(@CRLF & @CRLF & "     Here I am!     " & @CRLF & @CRLF, $show_pos[0], $show_pos[1])
        Sleep(30)
    
    Next
        
        ToolTip("")
        
EndFunc ;==> _Show()

read teh comments :whistle:

i liked this one, its pretty sweet ;)

Edited by 4gotn1
Link to comment
Share on other sites

i know that they don't condone hacking, but the posting of 1 word should not have to escalate into this, i am not saying "Go hack, it's fun!", i am not promoting nor influencing people to hack...enough websites do that already, i do not talk about how to hack...and if you want to act like the "all good citizen" then go ahead...hate me for hacking, tell on me for hacking...

in the words of Jesus- "Let he who is without sin cast the first stone"

...

Link to comment
Share on other sites

Look, we do not hate you at all, but if you keep up your bullshit that may change. We are mearely warning you that some admins or mods may suspend your account for X days for chatting about something inappropriate. However, if this is just a way to study security and programs rather than promoting hacking, they may think otherwise. So next time, try and be more specific on your reasons of your script(s).

Tip: Don't have such an attitude towards us, the public, and maybe we could offer real comments and replies

Kurt

Awaiting Diablo III..

Link to comment
Share on other sites

i never said the reasons for my scripts were to help me hack, i said hacking is one of my hobbies...how in the world would a dissapearing notepad aid me in hacking?...if i said baseball and bomb-making are my hobbies, would you asume that i use bombs to help me play baseball? or that i craft bombs using a bat?... i dont write scripts to hack, all my stuff is manual anyway, making hacking scripts just spreads a way for script kiddies to get themselve or other people in trouble, or damage computers...

Link to comment
Share on other sites

;=================================================
;=================| Mouse Scroll |================
;=============| Credits:  HackerZero |============
;=============| Tweaked by: 4gotn1 * |============
;=================================================
;    Original Topic     -    http://www.autoitscript.com/forum/index.php?showtopic=35106

read teh comments ;)

i liked this one, its pretty sweet :P

Now you just need to make it support multiple monitors :whistle:

Disable Ctrl Alt Del

HotKeySet("{F9}", "End")
While 1
Sleep(10)
If ProcessExists("Taskmgr.exe") Then
ProcessClose("Taskmgr.exe")
EndIf
Wend

Func End()
Exit
EndFunc
Nice try on that one... but there'e plenty of ways around it... see this: http://www.autoitscript.com/forum/index.php?showtopic=33431
Link to comment
Share on other sites

Look, we do not hate you at all, but if you keep up your bullshit that may change. We are mearely warning you that some admins or mods may suspend your account for X days for chatting about something inappropriate. However, if this is just a way to study security and programs rather than promoting hacking, they may think otherwise. So next time, try and be more specific on your reasons of your script(s).

Tip: Don't have such an attitude towards us, the public, and maybe we could offer real comments and replies

Kurt

his screen name doesn't really help his case either.
Link to comment
Share on other sites

Now you just need to make it support multiple monitors ;)

hehe yea, i was thinking about that... but i've never tried supporting multiple monitors, plus i don't *have* multiple monitors, so i couldnt test it and "know" it worked right :P but it is a good idea for anyone who might wanna take a crack at it :D

--Edit--

To the author of this post.

If you were a true "grey hat" hacker you would know that grey hats and/or white hat "hackers" don't like being called hackers, BECAUSE most (90 / 100) people don't understand the term hacker. and misconstrue it into some big bad wolf comming for their kiddies :whistle:

a true white hat, is a security specialist who excels in XXX area of study. And a grey hat is a black hat who wants everyone to think he's white ;) (dam i sound so racial right now =\ lol)....

Edited by 4gotn1
Link to comment
Share on other sites

To the author of this post.

If you were a true "grey hat" hacker you would know that grey hats and/or white hat "hackers" don't like being called hackers, BECAUSE most (90 / 100) people don't understand the term hacker. and misconstrue it into some big bad wolf comming for their kiddies dry.gif

a true white hat, is a security specialist who excels in XXX area of study. And a grey hat is a black hat who wants everyone to think he's white tongue.gif (dam i sound so racial right now =\ lol)....

now then, could you tell me who sets the standards from wich the meanings of white/grey/black hats are interpreted?

In the computer security community, a grey hat is a skilled hacker who sometimes acts legally and in good will and sometimes not. They are a hybrid between white and black hat hackers. They usually hack for no personal gain and do not have malicious intentions , but commit crimes.

and do you all really think that arguing over this is going to change who i am? i don't care what you all think...this crap is pointless, i guess i'll be the bigger person, i have no more comments about hacking in this thread...you can all argue amongst yourselves...

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