HardHackz Posted February 28, 2007 Posted February 28, 2007 Hello, I'm trying to generate a tutorial with AutoIt3. The problem I am having is I don't know how to send these to keys through send: " and ' Any suggestions? [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
HardHackz Posted February 28, 2007 Author Posted February 28, 2007 I want this to be sent: <?php $page = $_GET['page']; $display = file_get_contents($page); echo $display; ?> [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
Moderators SmOke_N Posted February 28, 2007 Moderators Posted February 28, 2007 (edited) Hello, I'm trying to generate a tutorial with AutoIt3. The problem I am having is I don't know how to send these to keys through send: " and ' Any suggestions?Don't you think you should know a bit more about AutoIt before you start to do an AutoIt tutorial? Send('"') Send("""") ;.... Send("'") Send('''') Edited February 28, 2007 by SmOke_N 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.
NELyon Posted February 28, 2007 Posted February 28, 2007 I think he means he's doing a PHP tutorial in Autoit.
Moderators SmOke_N Posted February 28, 2007 Moderators Posted February 28, 2007 I think he means he's doing a PHP tutorial in Autoit.Ahh... now there's a scary thought 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.
HardHackz Posted February 28, 2007 Author Posted February 28, 2007 Correct and thanks. [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now