Jump to content

Recommended Posts

Posted

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

Check out ConsultingJoe.com
Posted (edited)

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

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
  • Recently Browsing   0 members

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