Jump to content
UBot Underground

[FREE] Delayed Type Text Plugin - Simulate Human typing speeds


Recommended Posts

http://content.screencast.com/users/lowridertj/folders/Snagit/media/9880c670-56a3-456e-b4ad-fb6d451f2514/02.24.2013-14.png

Clicking above will send you to the site, to enter your details and download the plugin.

feedback is appreciated..

 

ui stat monitor("labels", "x {#X} y {#Y}")ui button("get position 2 sec delay") {    get em()}define get em {    wait(2)    plugin command("GetMousePosition.dll", "Get Mouse X,Y", #X, #Y)}

 

 

Its more or less so you can grab the position to use it in another node.

  • Like 7
Link to post
Share on other sites

Hmmm...

 

I don't get it to work unless I use my mouse manually:

 

 

navigate("http://www.google.com", "Wait")
click(<name="q">, "Double Click", "Yes")
wait(1)
focus(<name="q">)
wait(1)
plugin command("TypeWriter.dll", "Typewriter Effect", "Testing TJs typewriter plugin", 200)

 

I have tried with and without "focus".

 

 

Any ideas?

Link to post
Share on other sites
ui stat monitor("labels", "x {#X} y {#Y}")
ui button("get position 2 sec delay") {
    get em()
}
define get em {
    wait(2)
    plugin command("GetMousePosition.dll", "Get Mouse X,Y", #X, #Y)
}

 

 

Its more or less so you can grab the position to use it in another node.

Link to post
Share on other sites

Does this work with variables?

 

Edit: ah i c. I didn't try it with the location node

 

Simulating typing that is not based on location would make me very happy! Any field, anytime, anywhere....

Link to post
Share on other sites
  • 4 months later...

Ok so Newbie here I have a field on a site that I am posting to and would like ti use this plug in. What/where do I need to do to make this work? I need to do thsi stand alone not clicking anything. Can you please dumb down the help to help a guy out that is still a bit over whelmed by everything. 

Link to post
Share on other sites
  • 10 months later...
  • 8 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...