Basis for an autotalker - Simple.

Discussion in 'Programming General' started by The Dark, Dec 8, 2007.

Basis for an autotalker - Simple.
  1. Unread #1 - Dec 8, 2007 at 7:39 AM
  2. The Dark
    Joined:
    Jan 21, 2007
    Posts:
    1,601
    Referrals:
    0
    Sythe Gold:
    0

    The Dark Guru
    Banned

    Basis for an autotalker - Simple.

    You will need:
    1 Timer
    1 text box
    1 Command Button

    Namer the Timer 'tmrtime' (no quotations)
    Name the Text box 'txtuser'
    and the Button 'cmdgo'

    Change the settings of the timer
    enabled - false
    interval - 10

    Code:
    Private Sub [COLOR="Lime"]cmdgo[/COLOR]_Click()
    [COLOR="Red"]tmrtime[/COLOR].Enabled = True
    End Sub
    
    Private Sub [COLOR="Red"]tmrtime[/COLOR]_Timer()
    SendKeys [COLOR="DarkOrange"]txtuser[/COLOR].Text
    End Sub
    
    This is a very basic text spammer

    Now when you run the program, enter text into the textbox and click the command button.

    All credits to iHack
     
  3. Unread #2 - Dec 8, 2007 at 8:38 AM
  4. WoW Sucks
    Joined:
    Jan 21, 2007
    Posts:
    3,708
    Referrals:
    3
    Sythe Gold:
    0

    WoW Sucks Global Moderator
    Banned

    Basis for an autotalker - Simple.

    Code your code....please
     
  5. Unread #3 - Dec 8, 2007 at 8:44 AM
  6. The Dark
    Joined:
    Jan 21, 2007
    Posts:
    1,601
    Referrals:
    0
    Sythe Gold:
    0

    The Dark Guru
    Banned

    Basis for an autotalker - Simple.


    Would make sence :p
     
  7. Unread #4 - Dec 8, 2007 at 10:46 AM
  8. Nullware
    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0

    Nullware Guru

    Basis for an autotalker - Simple.

    Try to move away from Sendkeys and look into the API Sendmessage because Sendkeys became obselete with Windows Vista and programs using it will not function.

    Also, it would be nice to add a method of stopping the spammer in your tutorial for those who don't really understand the code and who will just be stuck with it spamming until they close the program or end task it.
     
  9. Unread #5 - Dec 8, 2007 at 12:55 PM
  10. The Dark
    Joined:
    Jan 21, 2007
    Posts:
    1,601
    Referrals:
    0
    Sythe Gold:
    0

    The Dark Guru
    Banned

    Basis for an autotalker - Simple.

    Please remember this is inteneded for people wanting to make thier own auto spammer. Keeping it simple enough will give people a chance to see what is actually happening.

    Thanks for your input anyhow.
     
  11. Unread #6 - Dec 8, 2007 at 6:46 PM
  12. skate4lifee
    Joined:
    Jul 22, 2007
    Posts:
    108
    Referrals:
    1
    Sythe Gold:
    0

    skate4lifee Active Member

    Basis for an autotalker - Simple.

    1.) it is an auto typer, not talker
    2.) been posted several times before
     
  13. Unread #7 - Dec 9, 2007 at 5:06 PM
  14. The Dark
    Joined:
    Jan 21, 2007
    Posts:
    1,601
    Referrals:
    0
    Sythe Gold:
    0

    The Dark Guru
    Banned

    Basis for an autotalker - Simple.

    1) Really? Seen as it's designed for the purpose of talking i.e in a game, i fail to see why its a typer not a talker?
    2) Would be nice to see some proof?

    Take your smart arse somewhere else, i cba with you.
     
  15. Unread #8 - Dec 9, 2007 at 10:55 PM
  16. skate4lifee
    Joined:
    Jul 22, 2007
    Posts:
    108
    Referrals:
    1
    Sythe Gold:
    0

    skate4lifee Active Member

    Basis for an autotalker - Simple.

    1.) of corse you fail to see why i have called it a typer and not a talker hence why you named it a talker. also to talk is to speak, to speak is to utter words or sounds. your program does not talk or make sounds, it 'types'.

    2.) i over exaggerated when i said 'several times' to make a point. you have made the erroneous assumption that a program as simple as this has not been posted before. an auto typer tutorial is almost as common as a Samurai Sam Trainer.

    auto clicker, almost identical in code:
    http://sythe.org/showthread.php?t=327661

    auto typer posted my me:
    http://sythe.org/showthread.php?t=293006

    another person who made an auto typer:
    http://sythe.org/showthread.php?t=288030

    3 topics should be sufficient. oh yeah, your rage 'feeds' me. ;)

    would you like to continue losing this argument or admit defeat?
     
  17. Unread #9 - Dec 10, 2007 at 12:03 AM
  18. Nullware
    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0

    Nullware Guru

    Basis for an autotalker - Simple.

    I think skate4lifee is right ONLY because your tutorial isn't anything really special and for that reason we don't really need it when there are others. My main point is that you don't even actually explain anything it's just a few setup steps followed by the code - NO EXPLANATION.

    I LOLed.
     
  19. Unread #10 - Dec 10, 2007 at 12:13 AM
  20. skate4lifee
    Joined:
    Jul 22, 2007
    Posts:
    108
    Referrals:
    1
    Sythe Gold:
    0

    skate4lifee Active Member

    Basis for an autotalker - Simple.

    i chuckled a little to myself while writing about the samuri sam trainer.
     
  21. Unread #11 - Dec 10, 2007 at 2:48 AM
  22. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    Basis for an autotalker - Simple.

    I saw this topic then face-palmed.

    Without trying to be a hypocrite, why do newbies come here and explain newbie things that 50 other newbies posted. And they probably learned it from the 50 other newbie posts.

    (Note: newbie != n00b)

    Raise the bar, teach some mid() functions and a for loop, and possibly teach the basis of API usage.
    Don't lower the bar with a simple "spam all text at once" function.
     
  23. Unread #12 - Dec 10, 2007 at 6:24 PM
  24. skate4lifee
    Joined:
    Jul 22, 2007
    Posts:
    108
    Referrals:
    1
    Sythe Gold:
    0

    skate4lifee Active Member

    Basis for an autotalker - Simple.

    the phrase is spreading!

    pardon my spam.
     
  25. Unread #13 - Dec 10, 2007 at 10:59 PM
  26. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    Basis for an autotalker - Simple.

    I was using it way before this, ask cruel ;) First time I've used it in a while though.
     
  27. Unread #14 - Dec 11, 2007 at 3:58 AM
  28. Terrankiller
    Joined:
    May 7, 2005
    Posts:
    1,286
    Referrals:
    1
    Sythe Gold:
    1

    Terrankiller Ex-Administrator
    Retired Administrator Visual Basic Programmers

    Basis for an autotalker - Simple.

    mid() is to advanced for me ;(
     
  29. Unread #15 - Dec 22, 2007 at 5:00 PM
  30. hockeykid09
    Joined:
    Mar 16, 2007
    Posts:
    1,162
    Referrals:
    0
    Sythe Gold:
    0

    hockeykid09 Guru
    Banned

    Basis for an autotalker - Simple.

    I used yours but im making it more complex...

    I added a combo box but how do i get it so when i select something from the
    combo box it goes into the textbox?
     
  31. Unread #16 - Dec 22, 2007 at 7:04 PM
  32. jdsfighter
    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0

    jdsfighter Forum Addict
    Visual Basic Programmers

    Basis for an autotalker - Simple.

    To make a sorta random offset auto typer using sendkeys, with realistic typing here is something you can try:

    Code:
    Private Declare Function timeGetTime Lib "winmm.dll" () As Long
    Private Declare Function GetTickCount Lib "kernel32" () As Long
    
    Private Function HumanKeys(sText As String)
    For i = 1 To Len(sText)
        SendKeys Mid(sText, i, 1)
        Wait Int((Rnd * 200) + 100)
    Next
    End Function
    
    Private Sub Wait(ByVal dwMilliseconds As Long)
        Dim lStartTime As Long
        lStartTime = GetTickCount
        Do
        DoEvents
        Loop Until GetTickCount >= lStartTime + dwMilliseconds
    End Sub
    
     
  33. Unread #17 - Mar 5, 2008 at 8:26 PM
  34. drainingpower
    Joined:
    Jan 15, 2008
    Posts:
    1,166
    Referrals:
    0
    Sythe Gold:
    0

    drainingpower Guru

    Basis for an autotalker - Simple.

    ahah dude i tried that and it started spamming so much i couldnt stop it eheh good one man
     
  35. Unread #18 - Mar 5, 2008 at 9:25 PM
  36. Govind
    Joined:
    Apr 22, 2005
    Posts:
    7,825
    Referrals:
    13
    Sythe Gold:
    23
    Prove it! Trole Tier 1 Prizebox Tortoise Penis Le Monkey UWotM8? Wait, do you not have an Archer rank? Potamus

    Govind The One Musketeer
    Mudkips Highly Respected Retired Administrator

    Basis for an autotalker - Simple.

    keybd_event and SendInput are better options if you're deviating from basic, newbie programming.
     
< i made an auto talker! but i need some help | Login form >

Users viewing this thread
1 guest


 
 
Adblock breaks this site