Jump to content

qazwsx

Active Members
  • Posts

    806
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

qazwsx's Achievements

Universalist

Universalist (7/7)

0

Reputation

  1. You will most likely get more help if you directly post relevant code here and choose a title which better describes your problem.
  2. One could just spoof his mac address and bypass the system.
  3. Use the forum search feature, and choose a meaningful topic title next time.
  4. I would recommend hacking the game so that everything appears a very distinct color. It will make this much easier.
  5. What do you mean online scripts? Scripts that can connect to the internet? I think anything not requiring internet access could easily be bypassed.
  6. Search. See Here.
  7. Global skip = false func hotkeyFunc () skip = true endfunc func instructions ;code if skip = true then return ;code if skip = true then return endfunc There is probably a better way, but that should work.
  8. How is skipInstructions called? Usually your functions go at the end of the script. This makes it more readable. And you don't need to write call("funcNAme"); you can just write the name of the function.
  9. So you want your function to return a value? Edit: or you want to pass an argument to it. I'm still confused.
  10. Encase it in an if statement?
  11. What do you mean by "open" a process? Start one?
  12. Look up the random function and send. I would put the things to be sent in an array and then randomly choose a member of the array to send.
  13. Here. Tab The number or the controlID of the tabitem selected depending of the advanced parameter value. Does that work?
  14. A forum to share your cool scripts, User Defined Functions and AutoIt-based applications with others. You do not have to share the code if you do not wish to. See here.
×
×
  • Create New...