OutdatedSpammer Tool
That would work, what if I edit the textbox with the thread running ? GUI tries to access the variable while the new thread also does. Textbox1.enabled = false while spamming is a solution.
- - - Updated - - -
If you have some long running code that you want to take down cleanly, aborting is definetely not a solution. It's an emergency solution. In such a small function, there should be no problems however.
- - - Updated - - -
If you have some long running code that you want to take down cleanly, aborting is definetely not a solution. It's an emergency solution. In such a small function, there should be no problems however.
A global hotkey, is a hotkey that doesn't require focus of the window in order to capture.
Use winapi's (Un)Registerhotkey methods
Learn more
Use winapi's (Un)Registerhotkey methods
Code:
[DllImport("user32.dll")]private static extern int RegisterHotKey(IntPtr hwnd, int id,int fsModifiers, int vk);
[DllImport("user32.dll")] private static extern int UnregisterHotKey(IntPtr hwnd, int id);
//Closed
OP released newer version of this tool.
OP released newer version of this tool.
This thread is closed for replies.
Similar Threads
Vindictus Hacks & CheatsLFS Tool (Labyrinth Floor Spammer ToolTH 79 Visual Basic ProgrammingHaxBall Spammer Tool
11 Combat Arms HelpAny CA Spammer Tool? 0 Spammers CornerGet your Spammer Tools
2 Combat Arms Hacks & Cheats[BEST]Monster Tool Pack, Afkbot v.2, Freind hack, Texture, CBL, Tapper, Spammer PRO
102




