Jump to content

Copy text controll!


Snhd
 Share

Recommended Posts

do you have the script or something to copy a text ?

ex.

FROG!

; and then you turn the script on " the mouse will now go to that text up there and hold "CTRL" and click "C". any pro?

I've been trying but i just came to this : HotKeySet("{CTRL}")

didn't know how to hold the key in. help me :graduated:

Link to comment
Share on other sites

Can you post what you currently have? If you have anything.

My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.

My Projects

WhyNotWin11
Cisco FinesseGithubIRC UDFWindowEx UDF

 

Link to comment
Share on other sites

found this one : HotKeySet("{F1}", "copy")

HotKeySet("{F2}", "paste")

func copy()

HotKeySet("{F1}")

Send("^c")

HotKeySet("{F1}", "copy")

idle()

EndFunc ;:: copy()

func paste()

HotKeySet("{F2}")

Send("^v")

HotKeySet("{F2}", "paste")

idle()

EndFunc ;:: paste()

Func idle()

while 1

Sleep(100)

WEnd

EndFunc ;:: idle()

Func rebind()

HotKeySet("{F1}", "copy")

HotKeySet("{F2}", "paste")

idle()

EndFunc ;:: rebind

idle()

so i dont need help anymore :graduated:

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...