| View previous topic :: View next topic |
| Author |
Message |
NothingToShow Grandmaster Cheater Supreme
Reputation: 0
Joined: 11 Jul 2007 Posts: 1579
|
Posted: Thu Sep 20, 2007 12:11 am Post subject: [Release] Auto Spammer - Møller |
|
|
It works great for MSN.
Dont know about Flash Games
*Source added*
Its made in VB6
| Description: |
|
| Filesize: |
71.36 KB |
| Viewed: |
18091 Time(s) |

|
Last edited by NothingToShow on Thu Nov 29, 2007 6:41 am; edited 3 times in total |
|
| Back to top |
|
 |
ups2000ups I post too much
Reputation: 0
Joined: 31 Jul 2006 Posts: 2471
|
Posted: Thu Sep 20, 2007 12:12 am Post subject: |
|
|
well ... this shouldent work for any online game =/ anyway good job but still you should add a keyhook =D
_________________
dont complain about my english...
1*1 = 2? |
|
| Back to top |
|
 |
NothingToShow Grandmaster Cheater Supreme
Reputation: 0
Joined: 11 Jul 2007 Posts: 1579
|
Posted: Thu Sep 20, 2007 12:13 am Post subject: |
|
|
| ups2000ups wrote: | | well ... this shouldent work for any online game =/ anyway good job but still you should add a keyhook =D |
It works fine for MSN, but yeah, not for any online games
And i have no clue what a keyhook is
|
|
| Back to top |
|
 |
ups2000ups I post too much
Reputation: 0
Joined: 31 Jul 2006 Posts: 2471
|
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Wed Nov 28, 2007 2:35 pm Post subject: how the hell did u do this ;D |
|
|
how the hell did u do this ;D
_________________
Intel over amd yes. |
|
| Back to top |
|
 |
Reak I post too much
Reputation: 0
Joined: 15 May 2007 Posts: 3496
|
Posted: Wed Nov 28, 2007 2:45 pm Post subject: Re: how the hell did u do this ;D |
|
|
He means a HOTKEY by keyhook. To start and stop the player
| Naablet wrote: | | how the hell did u do this ;D |
Easy.
Just make a timer which is disabled, use a good Keybd procedure which can enter Strings as text.
If you click START it sets the interval of the timer
| Code: | | Timer1.Interval := StrToInt(Edit1.Text); |
and
| Code: | | Timer1.Enabled := true |
and the timers procedure like:
| Code: | | EnterTExt('SPAMSPAM'); |
and don't forget to add the enter key:
| Code: | | keybd_event(VK_RETURN,0,0,0); |
|
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
|
| Back to top |
|
 |
Reak I post too much
Reputation: 0
Joined: 15 May 2007 Posts: 3496
|
Posted: Wed Nov 28, 2007 2:49 pm Post subject: |
|
|
Spamming ppls who have blocked you? lol impossible.
oh I forgot to say that this way is in delphi^^ That one is written in VB.
|
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Wed Nov 28, 2007 2:51 pm Post subject: |
|
|
| rEakW0n wrote: | Spamming ppls who have blocked you? lol impossible.
oh I forgot to say that this way is in delphi^^ That one is written in VB. |
What i mean was can i with intervalls ofc block/unblock friends so that their computers will lag the hell out of 'em.
And also chose how to spam, between open conversations that is.
_________________
Intel over amd yes. |
|
| Back to top |
|
 |
Acim Grandmaster Cheater Supreme
Reputation: 0
Joined: 04 Jun 2007 Posts: 1948 Location: If anyone has a GMS DK and they don't need it I'll have it!!
|
|
| Back to top |
|
 |
Reak I post too much
Reputation: 0
Joined: 15 May 2007 Posts: 3496
|
Posted: Wed Nov 28, 2007 4:33 pm Post subject: Re: how the hell did u do this ;D |
|
|
| Acim wrote: | | Naablet wrote: | | how the hell did u do this ;D |
Delphi or C++... I have a question. HOW THE HELL DID YOU MAKE YOUR SIG?
Thats leetness. |
It's VB
oh yea, nice sig though
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Wed Nov 28, 2007 5:01 pm Post subject: |
|
|
| ASCII generator probably.
|
|
| Back to top |
|
 |
TheIndianGuy Advanced Cheater
Reputation: 102
Joined: 14 Jan 2007 Posts: 88
|
Posted: Wed Nov 28, 2007 5:25 pm Post subject: |
|
|
i'm sure you would like your program to be more user friendly so you may want to consider doing something about milliseconds by adding some code similar to
| Code: | | timer1.interval = textbox1.text * 1000 |
textbox1 being the box where you enter your time.
|
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Thu Nov 29, 2007 4:37 am Post subject: |
|
|
| slovach wrote: | | ASCII generator probably. | yeah ur right.. Can give u a link later or u can try google.
_________________
Intel over amd yes. |
|
| Back to top |
|
 |
NothingToShow Grandmaster Cheater Supreme
Reputation: 0
Joined: 11 Jul 2007 Posts: 1579
|
Posted: Thu Nov 29, 2007 6:39 am Post subject: |
|
|
*UPDATE*
The source is now in topic
|
|
| Back to top |
|
 |
|