- This topic has 18 replies, 6 voices, and was last updated 15 years ago by String.
-
AuthorPosts
-
June 5, 2009 at 4:23 am #187328pharaonMember
i want tutorial about how to make chat spam..hope any one can help me
June 5, 2009 at 8:28 am #187346StringMemberYou 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.
June 5, 2009 at 12:00 pm #187345AdminAdministratorI think he wants a flooder , for what chat program pharaon ❓
June 5, 2009 at 8:38 pm #187344pharaonMemberwell 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..
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 Subdo we have to use PAT or JK’s API SPY 51 to make more option?
June 5, 2009 at 9:54 pm #187343autopilotMemberyou 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?
June 5, 2009 at 10:02 pm #187342pharaonMember@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
June 6, 2009 at 11:55 am #187341autopilotMember@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.
June 6, 2009 at 6:21 pm #187340WinterMember@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
June 6, 2009 at 6:59 pm #187339pharaonMember@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
June 6, 2009 at 9:09 pm #187338StringMemberIf interested….
SendKeys Vista1
SendKeys Vista2June 7, 2009 at 12:35 am #187337autopilotMember@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 IntegrationWhile it is for paltalk, once you understand the concepts, you can apply the methods to other applications.
June 7, 2009 at 10:03 am #187336pharaonMemberits 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
June 7, 2009 at 1:02 pm #187335ChikeMemberSeems to me we need to renew the gerber supply.
June 7, 2009 at 3:16 pm #187334AdminAdministratorah 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
June 7, 2009 at 3:20 pm #187333AdminAdministratoroops mybad i think he mean autos shortkeys :swift:
-
AuthorPosts
Related
- You must be logged in to reply to this topic.