Jump to content

Easy Script Help am Newbie


DuhBoy
 Share

Recommended Posts

Hello guys

Can you tell me how to put hotkey to run that script when i press that hotkey...

example..

i will put

:A

MouseClick ("left")

loop :A

but i wanna start it with hotkey example with "P"

when i press P that script starts pls help me...

am newbie i know and srz for bad english ;) hope u will help me

Link to comment
Share on other sites

HotKeySet("p","Do_P")

While 1
    Sleep(10)
WEnd

Func Do_P()
    ;do something
EndFunc

This should get you started. where it says ;do something, put what it is that you want it to do when 'p' is pressed.

My Contributions: Unix Timestamp: Calculate Unix time, or seconds since Epoch, accounting for your local timezone and daylight savings time. RegEdit Jumper: A Small & Simple interface based on Yashied's Reg Jumper Function, for searching Hives in your registry. 

Link to comment
Share on other sites

hey i wanna make facebook clicker hack can u post code for me here please it would be really helpful thanks!like 300 clicks

if you want help, don't ask for code to be written for you, present your code attempt and you'll get a better response.

In general though, you won't really get help for gaming/social networking hacks.

[u]You can download my projects at:[/u] Pulsar Software
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...