Help with a simple script idea :D Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Jaws

Help with a simple script idea :D  Topic is solved

16 May 2018, 17:38

Hey everyone!

I want to make a script which types itself. More specifically this:

Code: Select all

f1::
Loop

Send %	sendAtRandom(" This is a test ")
sendAtRandom(string) {

	Loop, parse, string
	{
		Send %	A_LoopField
		Random, t, 50, 300
		Sleep, %t%
	}

}
Is there some way to use this code above to physically type out the code that makes itself up?

Thank you! (I tried to research this problem but i couldn't find anything anywhere)
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Help with a simple script idea :D

16 May 2018, 18:08

You wanna write a quine that sends itself?

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot] and 337 guests