gasik Posted September 18, 2013 Share Posted September 18, 2013 Hi,I have a problem with sending a key ( "www ) Sleep(3000) ControlSend ("", "", "", "{enter}") Send(""www", 1) Sleep(1000) ControlSend ("", "", "", "{enter}") how to solve this problem? hm Link to comment Share on other sites More sharing options...
mikell Posted September 18, 2013 Share Posted September 18, 2013 Looks like a quote problem, please try this Send('"www', 1) Link to comment Share on other sites More sharing options...
gasik Posted September 18, 2013 Author Share Posted September 18, 2013 thx Link to comment Share on other sites More sharing options...
gasik Posted September 18, 2013 Author Share Posted September 18, 2013 $target = father Send("/target $target ", 1) how do teeth were changing as I change target subtitle?? help me again:) Link to comment Share on other sites More sharing options...
DatMCEyeBall Posted September 18, 2013 Share Posted September 18, 2013 (edited) $target = "father" Send("/target " & $target & " ", 1) ; Use & for joining strings, help file explains this. Edited September 18, 2013 by DatMCEyeBall "Just be fred, all we gotta do, just be fred." -Vocaliod "That is a Hadouken. A KAMEHAMEHA would have taken him 13 days and 54 episodes to form." - Roden Hoxha @tabhooked Clock made of cursors ♣ Desktop Widgets ♣ Water Simulation Link to comment Share on other sites More sharing options...
Solution gasik Posted September 18, 2013 Author Solution Share Posted September 18, 2013 thx again good job Link to comment Share on other sites More sharing options...
Blue_Drache Posted September 18, 2013 Share Posted September 18, 2013 Guessing this is some sort of WoW bot. It's the only game I can think of off the top of my head that uses /target Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache Link to comment Share on other sites More sharing options...
corgano Posted September 18, 2013 Share Posted September 18, 2013 type send in SciTE, click it, and hit F1. This opens the help file, which is really awesome. It gives you examples for everything, gives you all the info you need, and lets you search And while you're at it, you should search "string" or "datatype" and read up on strings, variables, and arrays Gianni 1 0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e Link to comment Share on other sites More sharing options...
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