Jump to content

XxSunxX

Active Members
  • Posts

    33
  • Joined

  • Last visited

XxSunxX's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Eeek..I'm bad at putting stuff in, I keep getting an error. I'm trying to make it to where instead of picking stop you can also press a hotkey. Help please.
  2. As in change the GUI, take out stuff, put in stuff, etc.
  3. Wow that is very nice. When I rip it apart and make my own GUI, want credits or just want this "THANKS"?
  4. I was thinking of something when something hit me. I was wondering if its possible to like... -Hit a button (Like record) -Move your mouse around (Would really like recorded clicks aswell) -Hit a buttom (Like stop) (A hotkey would work better) -Pick play and it plays what your mouse did Yes this is probably alot to do but all I wanted to know is... Is it possible? If so could I be helped on making a script for it.
  5. #include <GUIConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("MCF Requested Version", 148, 50, 469, 469, -1, BitOR($WS_EX_TOOLWINDOW,$WS_EX_WINDOWEDGE)) GUISetBkColor(0x335EA8) $Button1 = GUICtrlCreateButton("Start", 0, 0, 147, 25, 0) $Button2 = GUICtrlCreateButton("Stop", 0, 24, 147, 25, 0) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Case $Button2 Exit Case $Button1 While 1 $pos = MouseGetPos() ToolTip("x = " & $pos[0] & " y = " & $pos[1], $pos[0]+5, $pos[1]+5) WEnd Case $Button2 Exit Func TheEnd() Exit EndFunc Exit EndSwitch WEnd When I click start it does what I want, but when I click stop it doesnt stop. Help please.
  6. Allo. Can anyone help me with a script that tells me my mouse coordinates. I would like something that as I move my mouse it shows my current mouse coordinates. I would like it to be either two ways. - A box appears at my mouse cursor and as I move my cursor text in the box has something like x=? y=? - Text in a GUI changes as I move my cursor telling me my coordinates. I would like choice two the most. Could someone please help me out? Thanks.
  7. I'm off these forums for good. @#@# the bot I wanted to make.. THANK YOU SMARTASSES WOOO HAPPY WOOOOO DOES IT MAKE YOU HAPPY THAT YOU PISSED ME OFF BAD ENOUGH TO SAY @#@# IT.
  8. You know what. I had something to say to you dumbasses. @#@$ YOU. Happy day?
  9. Paulie, are you writing a MASS POST or something? You've been on my thread for quite a long time.
  10. I found out how to? When didn't I know how? What retard couldn't figure that out?
  11. Lol first to quote my post. Owned?
  12. I direct your Piss Off to you. Was that spam needed? *Uses big red letters and underline to look special* WHEEEE Answer to if spam was needed: NO!!!111oneone111!!!111!
  13. Thanks Ba-La, still theres some rough spots. Any suggestions on this: I press {NUMPAD}2 and Z is pressed as requested. Although its awful hard to stop it. I have to stroke {NUMPAD} 2 fast to make it stop, if I just press it, it keeps on pressing Z. Can this be fixed? Sorry for asking so many questions but after I learn how to make this bot, I'll learn the next versions (of my bot) by myself.
  14. *Flips attitude switch*.. I love the world, lets celebrate world peace. ~~~Just kidding~~~~ Ok I'll change this "attitude." (Not meaning to be a smartass there) Could you -please- let me see the script you got to work. I would really like to move on and quit "pissing" you guys off.
  15. Can this be fixed? O_o
×
×
  • Create New...