malu05 Posted October 30, 2006 Posted October 30, 2006 The Send() command seems varie alot on diffrent CPU's. So i wonder if its possible to use a send() command instantly? like; Send("Hello World") so that it sends "Hello World", enstead of "H,e,l,l,o,,W,o,r,l,d" just like copy paste. [center][u]WoW Machinima Tool[/u] (Tool for Machinima Artists) [/center]
CoderDunn Posted October 30, 2006 Posted October 30, 2006 (edited) SendKeyDelay (Option) Or ClipPut("Hello World") ; Put text on clipboard Send("^v") ; press control + v to paste Hallman Edited October 30, 2006 by Hallman
JaySquared Posted October 30, 2006 Posted October 30, 2006 Clipput("Hello World") Send("^v") Aha.. I have unlocked it's secrets.. world domination is within my grasp...
malu05 Posted October 30, 2006 Author Posted October 30, 2006 Arhh, super guys... thx for the fast reply! [center][u]WoW Machinima Tool[/u] (Tool for Machinima Artists) [/center]
CoderDunn Posted October 30, 2006 Posted October 30, 2006 Clipput("Hello World") Send("^v") Beat you XD
JaySquared Posted October 30, 2006 Posted October 30, 2006 Beat you XDThat's cause I was making mine all pretty 8-P Aha.. I have unlocked it's secrets.. world domination is within my grasp...
DarkBlood Posted November 17, 2006 Posted November 17, 2006 Opt("SendKeyDelay",0) Opt("SendKeyDownDelay",0)
theguy0000 Posted November 17, 2006 Posted November 17, 2006 Opt("SendKeyDelay",0)Opt("SendKeyDownDelay",0)and you brought this 15 day old thread back why? The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
sneakysmith12 Posted November 17, 2006 Posted November 17, 2006 Lol, No kiddin Yeah I'm not the greatest at DarkBasic either, but I'm good enough for a link :D A Thread of a W.I.P. that im making
Rad Posted November 17, 2006 Posted November 17, 2006 Opt("SendKeyDelay",0)Opt("SendKeyDownDelay",0)That will actually help me i didnt realize you could change that =)*suckers*
theguy0000 Posted November 17, 2006 Posted November 17, 2006 (edited) That will actually help me i didnt realize you could change that =)*suckers* lol ok then you should know that some apps such as games take awhile to register keypresses so SendKeyDownDelay doesn't work at 0, and sometimes Send doesnt even work with SendKeyDelay set to 0 Edited November 17, 2006 by theguy0000 The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
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