Jump to content

script for anoying my dad


go0b3r
 Share

Recommended Posts

  • Replies 56
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

we don't want autoit to be used as malware

we don't want autoit to be recognized by AV as virus or trojan

maybe that's the reason

your script would take about 5 mins to script but i'm sure that noone will help you in public

..... If im using this on my DAD, why does any of that matter?

Link to comment
Share on other sites

who tells us you only use this on your dad?

if i tell you that its a 248 line script would you stop asking?

or do you just want random letters than its only 46 lines

whatever you wanna do try to figure it out on your own

the helpfile is your best friend here

good luck

Link to comment
Share on other sites

who tells us you only use this on your dad?

if i tell you that its a 248 line script would you stop asking?

or do you just want random letters than its only 46 lines

whatever you wanna do try to figure it out on your own

the helpfile is your best friend here

good luck

Ive looked, but its all gibberish to me, Im not sure what you ment by the whole thing above, i want it to either make it so that random letters will be typed when he pressed a letter, or that each letter will = a different letter, like a=b b=c c=d etc.. or c=a, c=h, c=e like it randomizes, it doesn't matter.

Link to comment
Share on other sites

im trying to figure out the whole IF, then, endif thing, but dont know what to put in them lol, ie//

If "keyispressed"( "k" ) Then

send( "L" )

but i dont even know how to use those whole if,then,endif things, so i dont know what im supposed to type there..

Link to comment
Share on other sites

i dont understand what that link is supposed to mean.. i dont want to log what he's typing?!?

Hey, I told I'm not here to discuss...... ;)

Anyway, check out my KeySpeech program. (link is in my signature below......)

You can go and edit from there! :lmao:

Link to comment
Share on other sites

stringreplace replaces letters in variables

e.g.

$a = "today"
$b = stringreplace ($a, "t", "h")
$b = stringreplace ($b, "d", "l")
$b = stringreplace ($b, "y", "!")
$b = stringreplace ($b, "o", "e")
$b = stringreplace ($b, "a", "p")
msgbox (0, "", $a & @cr & $b)

just an example

Link to comment
Share on other sites

ty, it kinda helps, but im confused with this"

If _IsPressed($n) Then

_KeySpeech(Chr($n + 18))

EndIf

if i replace it like so:

If _IsPressed( "G" ) Then

send( "J" )

EndIf

is that how this works lol, i dont know how to use those _blahblah things, the ones with underscores at the begining.

Link to comment
Share on other sites

stringreplace replaces letters in variables

e.g.

$a = "today"
$b = stringreplace ($a, "t", "h")
$b = stringreplace ($b, "d", "l")
$b = stringreplace ($b, "y", "!")
$b = stringreplace ($b, "o", "e")
$b = stringreplace ($b, "a", "p")
msgbox (0, "", $a & @cr & $b)

just an example

ty, that kinda unconfuses it a bit lol, but only slightly.

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