Skip to content

spam tutorial

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #187328
    pharaon
    Member

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

    #187346
    String
    Member

    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.

    #187345
    Admin
    Administrator

    I think he wants a flooder :mrgreen: , for what chat program pharaon ❓

    #187344
    pharaon
    Member

    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..

    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?

    #187343
    autopilot
    Member

    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?

    #187342
    pharaon
    Member

    @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

    #187341
    autopilot
    Member

    @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.

    #187340
    Winter
    Member

    @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

    #187339
    pharaon
    Member

    @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

    #187338
    String
    Member

    If interested….
    SendKeys Vista1
    SendKeys Vista2

    #187337
    autopilot
    Member

    @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.

    #187336
    pharaon
    Member

    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

    #187335
    Chike
    Member

    Seems to me we need to renew the gerber supply.

    #187334
    Admin
    Administrator

    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:

    #187333
    Admin
    Administrator

    oops mybad i think he mean autos shortkeys :swift:

Viewing 15 posts - 1 through 15 (of 19 total)
  • You must be logged in to reply to this topic.