spam tutorial

You can talk about VB programming here

spam tutorial

Postby pharaon » Thu Jun 04, 2009 11:23 pm


i want tutorial about how to make chat spam..hope any one can help me
pharaon
imFiles Newbie
imFiles Newbie
 
Posts: 48
Joined: Sat May 30, 2009 4:39 pm

Re: spam tutorial

Postby String » Fri Jun 05, 2009 3:28 am

You should first define what you mean by "chat spam". If you mean to send garbage text to a chat room, then you'll have to write your own.
-= Please ask your questions in the forum, not in pm.
String
imFiles Senior
imFiles Senior
 
Posts: 313
Joined: Mon Mar 10, 2008 7:06 am
Location: IDE

Re: spam tutorial

Postby locohacker » Fri Jun 05, 2009 7:00 am

I think he wants a flooder :mrgreen: , for what chat program pharaon :?:
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Re: spam tutorial

Postby pharaon » Fri Jun 05, 2009 3:38 pm

well not spesific chat program ..i want to learn the basics then see how to adjust it to work with any chat program i want...i made simple one it work for all..but i need to adjust it and add more option like font size and font color..i also want it to work for flash chat...heres the one that i made it can flood any thing..

Code: Select all
Private Sub Command1_Click()
Timer1.Enabled = True
End Sub

Private Sub Command2_Click()
Timer1.Enabled = False
End Sub

Private Sub Form_Load()

End Sub

Private Sub Timer1_Timer()
For x = 1 To Text2.Text
SendKeys Text1.Text
SendKeys "{ENTER}"
Next x
Timer1.Enabled = False
End Sub


do we have to use PAT or JK's API SPY 51 to make more option?

Image
pharaon
imFiles Newbie
imFiles Newbie
 
Posts: 48
Joined: Sat May 30, 2009 4:39 pm

Re: spam tutorial

Postby autopilot » Fri Jun 05, 2009 4:54 pm

you have 2 big problems with your program.

first, microsoft has said that sendkeys does not work on Vista.

second, what if someone puts letters in text2?
User avatar
autopilot
Forum Moderator
Forum Moderator
 
Posts: 358
Joined: Sat Sep 23, 2006 7:19 pm

Re: spam tutorial

Postby pharaon » Fri Jun 05, 2009 5:02 pm

autopilot wrote:you have 2 big problems with your program.

first, microsoft has said that sendkeys does not work on Vista.

second, what if someone puts letters in text2?

i'm here to learn so i would like you to put codes or any thing to help more than just comments...what about you make tutorial for how to do it in the right way? that would be more great
pharaon
imFiles Newbie
imFiles Newbie
 
Posts: 48
Joined: Sat May 30, 2009 4:39 pm

Re: spam tutorial

Postby autopilot » Sat Jun 06, 2009 6:55 am

pharaon wrote:i'm here to learn so i would like you to put codes or any thing to help more than just comments...what about you make tutorial for how to do it in the right way? that would be more great

well i dont use vb6 so most of my code samples will not be usable by you until you switch to vb 2005 or 2008.
User avatar
autopilot
Forum Moderator
Forum Moderator
 
Posts: 358
Joined: Sat Sep 23, 2006 7:19 pm

Re: spam tutorial

Postby winter » Sat Jun 06, 2009 1:21 pm

pharaon wrote:i want tutorial about how to make chat spam..hope any one can help me


Use any program of Loco and set Timer to 200
winter
imFiles Newbie
imFiles Newbie
 
Posts: 22
Joined: Wed May 06, 2009 10:50 am

Re: spam tutorial

Postby pharaon » Sat Jun 06, 2009 1:59 pm

autopilot wrote:well i dont use vb6 so most of my code samples will not be usable by you until you switch to vb 2005 or 2008.


ok make a good detailed tutroail with vb 2008....i'll wait for your tutorail
pharaon
imFiles Newbie
imFiles Newbie
 
Posts: 48
Joined: Sat May 30, 2009 4:39 pm

Re: spam tutorial

Postby String » Sat Jun 06, 2009 4:09 pm

-= Please ask your questions in the forum, not in pm.
String
imFiles Senior
imFiles Senior
 
Posts: 313
Joined: Mon Mar 10, 2008 7:06 am
Location: IDE

Re: spam tutorial

Postby autopilot » Sat Jun 06, 2009 7:35 pm

pharaon wrote:ok make a good detailed tutroail with vb 2008....i'll wait for your tutorail


Have you checked the tutorial section?
Try this one: VB 2008 Paltalk Integration

While it is for paltalk, once you understand the concepts, you can apply the methods to other applications.
User avatar
autopilot
Forum Moderator
Forum Moderator
 
Posts: 358
Joined: Sat Sep 23, 2006 7:19 pm

Re: spam tutorial

Postby pharaon » Sun Jun 07, 2009 5:03 am

its good tutorial...but i want one like the shortcut..its in the download section..you type words and make shortcut key for it so when you press it it will send the msg to the room..i want tutorial for that one so i learn how to do it...i'm biggner guys and want to learn alot..so please some one make detailed tutorial for that program
pharaon
imFiles Newbie
imFiles Newbie
 
Posts: 48
Joined: Sat May 30, 2009 4:39 pm

Re: spam tutorial

Postby Chike » Sun Jun 07, 2009 8:02 am

Seems to me we need to renew the gerber supply.
Image
Chike
imFiles Master
imFiles Master
 
Posts: 583
Joined: Sun May 13, 2007 6:20 pm

Re: spam tutorial

Postby locohacker » Sun Jun 07, 2009 10:16 am

ah I think you talking about the camfrog flooder :) right here the code, it uses sendkeys although like some have stated here its not really reliable :) but check it if this what you mean. I did this for the camfor and inspeak flooder :mrgreen:
Attachments
Inspeak Flooder.rar
(3.61 KiB) Downloaded 66 times
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Re: spam tutorial

Postby locohacker » Sun Jun 07, 2009 10:20 am

oops mybad i think he mean autos shortkeys :swift:
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Next

Return to Visual Basic Programming

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests