Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[Release] Auto Spammer - Møller
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
NothingToShow
Grandmaster Cheater Supreme
Reputation: 0

Joined: 11 Jul 2007
Posts: 1579

PostPosted: Thu Sep 20, 2007 12:11 am    Post subject: [Release] Auto Spammer - Møller Reply with quote

It works great for MSN.
Dont know about Flash Games

*Source added*
Its made in VB6



The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.


The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.


autospammer.jpg
 Description:
SCREENSHOT
 Filesize:  71.36 KB
 Viewed:  18094 Time(s)

autospammer.jpg




Last edited by NothingToShow on Thu Nov 29, 2007 6:41 am; edited 3 times in total
Back to top
View user's profile Send private message
ups2000ups
I post too much
Reputation: 0

Joined: 31 Jul 2006
Posts: 2471

PostPosted: Thu Sep 20, 2007 12:12 am    Post subject: Reply with quote

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
View user's profile Send private message
NothingToShow
Grandmaster Cheater Supreme
Reputation: 0

Joined: 11 Jul 2007
Posts: 1579

PostPosted: Thu Sep 20, 2007 12:13 am    Post subject: Reply with quote

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 Smile
And i have no clue what a keyhook is
Back to top
View user's profile Send private message
ups2000ups
I post too much
Reputation: 0

Joined: 31 Jul 2006
Posts: 2471

PostPosted: Thu Sep 20, 2007 12:36 am    Post subject: Reply with quote

Moller wrote:
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 Smile
And i have no clue what a keyhook is



oh never thinked about msn =D thanks now i will have fun Twisted Evil

_________________
dont complain about my english...
1*1 = 2?
Back to top
View user's profile Send private message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Wed Nov 28, 2007 2:35 pm    Post subject: how the hell did u do this ;D Reply with quote

how the hell did u do this ;D
_________________
Intel over amd yes.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Reak
I post too much
Reputation: 0

Joined: 15 May 2007
Posts: 3496

PostPosted: Wed Nov 28, 2007 2:45 pm    Post subject: Re: how the hell did u do this ;D Reply with quote

He means a HOTKEY by keyhook. To start and stop the player Very Happy

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: Wink
Code:
keybd_event(VK_RETURN,0,0,0);


Wink
Back to top
View user's profile Send private message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Wed Nov 28, 2007 2:46 pm    Post subject: Re: how the hell did u do this ;D Reply with quote

rEakW0n wrote:
He means a HOTKEY by keyhook. To start and stop the player Very Happy

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: Wink
Code:
keybd_event(VK_RETURN,0,0,0);


Wink


Do i need a dll to add other features? Like choosing how to spam blockin ppl and stuff Very Happy

_________________
Intel over amd yes.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Reak
I post too much
Reputation: 0

Joined: 15 May 2007
Posts: 3496

PostPosted: Wed Nov 28, 2007 2:49 pm    Post subject: Reply with quote

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
View user's profile Send private message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Wed Nov 28, 2007 2:51 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
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!!

PostPosted: Wed Nov 28, 2007 4:01 pm    Post subject: Re: how the hell did u do this ;D Reply with quote

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.

_________________
I'm alive and well, but I quit CEF for a while. Legitly playing since Novemberish 07. Starting hacking October 06.
Back to top
View user's profile Send private message
Reak
I post too much
Reputation: 0

Joined: 15 May 2007
Posts: 3496

PostPosted: Wed Nov 28, 2007 4:33 pm    Post subject: Re: how the hell did u do this ;D Reply with quote

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 Wink

oh yea, nice sig though Shocked
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Wed Nov 28, 2007 5:01 pm    Post subject: Reply with quote

ASCII generator probably.
Back to top
View user's profile Send private message
TheIndianGuy
Advanced Cheater
Reputation: 102

Joined: 14 Jan 2007
Posts: 88

PostPosted: Wed Nov 28, 2007 5:25 pm    Post subject: Reply with quote

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
View user's profile Send private message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Thu Nov 29, 2007 4:37 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
NothingToShow
Grandmaster Cheater Supreme
Reputation: 0

Joined: 11 Jul 2007
Posts: 1579

PostPosted: Thu Nov 29, 2007 6:39 am    Post subject: Reply with quote

*UPDATE*
The source is now in topic
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites