Results 1 to 6 of 6
  1. #1
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine

    How do I Make Combat Arms Spammer??

    How can I make a Combat Arms Spammer in Visual Basics 2008?
    I know how to make a normal Spammer, but not one for FPS games, like Combat Arms, I know there has to be more coding then the normal spammer that you can make in Visual Basics, so please answer me for making a Combat Arms spammer.


    Thanks in advance for all people who help me.

  2. #2
    boomer678's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    20
    My Mood
    Doh
    Why do you want a combat arms spammer. you get blocked from chatting if u spam. But i would make a hotkey with GetasycnKeystate then make a timer which spams
    sendkeys.send{enter}
    sendkeys.send(Message)
    then enter again..
    im not sure if thast the right syntax tho i forget

  3. #3
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    Quote Originally Posted by boomer678 View Post
    Why do you want a combat arms spammer. you get blocked from chatting if u spam. But i would make a hotkey with GetasycnKeystate then make a timer which spams
    sendkeys.send{enter}
    sendkeys.send(Message)
    then enter again..
    im not sure if thast the right syntax tho i forget
    Hot keys don't work for me...

    And I fixed the code you said:
    Code:
    sendkeys.send"{ENTER}"
    sendkeys.send(TextBox1.Text)

  4. #4
    boomer678's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    20
    My Mood
    Doh
    Quote Originally Posted by PixieCorp View Post
    Hot keys don't work for me...

    And I fixed the code you said:
    Code:
    sendkeys.send"{ENTER}"
    sendkeys.send(TextBox1.Text)
    They should work for you. they worked for me.. just use a timer with a interval of 500 and do
    if getasynckeystate = keys.f2 then
    Terd = not Terd
    end if

    ... its not to hard lol

  5. #5
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    Quote Originally Posted by boomer678 View Post
    They should work for you. they worked for me.. just use a timer with a interval of 500 and do
    if getasynckeystate = keys.f2 then
    Terd = not Terd
    end if

    ... its not to hard lol
    Well that's different then the other hotkeys I've seen, I'll test this out soon and if it works I'll thank you

  6. #6
    boomer678's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    20
    My Mood
    Doh
    Quote Originally Posted by PixieCorp View Post
    Well that's different then the other hotkeys I've seen, I'll test this out soon and if it works I'll thank you
    Wait you gotta put somethign at the top of ur code for that thing to work
    its

    Public Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

Similar Threads

  1. How To Make Combat Arms Run ALOT! Smoother And "Chams"
    By TheKamikazes in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 07-29-2009, 06:36 AM
  2. Please post : how to make combat arms hack with aimbot and bypass video please!
    By zerro1995 in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 06-02-2009, 10:10 AM
  3. Teach Me How To Make Combat Arms Hacks
    By mryoda100 in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 02-02-2009, 02:49 PM
  4. tut on how to Hack on combat arms
    By sfproazn in forum Programming Tutorial Requests
    Replies: 7
    Last Post: 08-29-2008, 09:20 AM
  5. [TUT] How to change your combat arms song!!
    By Biller01 in forum Combat Arms Hacks & Cheats
    Replies: 20
    Last Post: 08-26-2008, 06:07 PM

Tags for this Thread