Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 48
  1. #31
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Code:
    #include <stdio.h>
    #include <stdlib.h>
    
    void spamMessage(char message[200], int numTimes)
    {
    
    	char numBuffer[10];
    
    	if(numTimes <= -1){
    
    		while(!GetAsyncKeyState(VK_INSERT)&1){
    
    			keybd_event(VK_RETURN, 0, 0, 0);
    
    			for(int j = 0; j < (signed)strlen(message); j++){
    			
    				keybd_event(message[j], 0, 0, 0);
    
    			}
    			sprintf_s(numBuffer, 10, "%d", (rand() % 100));
    			for(int j = 0; j < (signed)strlen(numBuffer); j++){
    				
    				keybd_event(numBuffer[j] , 0, 0, 0);
    
    			}
    			keybd_event(VK_RETURN, 0, 0, 0);
    			Sleep(3000);
    
    		}
    
    	} else {
    
    		for(int i = 0; i < numTimes; i++){
    			
    			keybd_event(VK_RETURN, 0, 0, 0);
    
    			for(int j = 0; j < (signed)strlen(message); j++){
    			
    				keybd_event(message[j], 0, 0, 0);
    
    			}
    			sprintf_s(numBuffer, 10, "%d", (rand() % 100));
    			for(int j = 0; j < (signed)strlen(numBuffer); j++){
    				
    				keybd_event(numBuffer[j] , 0, 0, 0);
    
    			}
    			keybd_event(VK_RETURN, 0, 0, 0);
    			Sleep(3000);
    
    		}
    
    	}
    
    }
    :

    Code:
    spamMessage("LAlalalalalalLALLA HA*****M", 50);
    Just inserts a random number at the end to prevent it from the same message error.

  2. #32
    Beg4Mercy's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    If I told you, I would have to kill you
    Posts
    30
    Reputation
    10
    Thanks
    2
    My Mood
    Cheerful
    It is the same one. This is Stephen.

  3. #33
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    someone help.
    This does not work.
    This code did not duck for me

    Code:
    keybd_event(VK_CONTROL,0,0,0);

  4. #34
    Krypton1x's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Tacoma
    Posts
    13,296
    Reputation
    1184
    Thanks
    1,196
    My Mood
    Brooding
    Quote Originally Posted by ipwnuuaal5 View Post
    This does not work.
    This code did not duck for me

    Code:
    keybd_event(VK_CONTROL,0,0,0);
    It's
    Code:
    keybd_event(VK_RETURN,0,0,0);


    RETURN not CONTROL

  5. #35
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    Quote Originally Posted by Vital View Post


    It's
    Code:
    keybd_event(VK_RETURN,0,0,0);


    RETURN not CONTROL
    I want an auto-duck key..

  6. #36
    Hack-X's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    8
    My Mood
    Amused
    i want to ask are this lag Spammmer Or No ??

  7. #37
    IcySeal's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    300
    Reputation
    34
    Thanks
    148
    My Mood
    Amused
    Quote Originally Posted by ipwnuuaal5 View Post
    someone help.
    This does not work.
    This code did not duck for me

    Code:
    keybd_event(VK_CONTROL,0,0,0);
    uhh if you knew. They don't work ingame, only for typing text.

  8. #38
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Crash. Yours is much more efficient.

    Want me to add to 1st post?

  9. #39
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    Crashes doesnt work. I tried using it, gives me a random bunch of strings...

  10. #40
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Quote Originally Posted by ipwnuuaal5 View Post
    Crashes doesnt work. I tried using it, gives me a random bunch of strings...
    Pwnt .

  11. #41
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    Quote Originally Posted by UnknownCoder View Post
    Crash. Yours is much more efficient.

    Want me to add to 1st post?
    LOL PWNT by Crash!

  12. #42
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Haha.. go for VB if u want spammer

  13. #43
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Quote Originally Posted by ipwnuuaal5 View Post
    LOL PWNT by Crash!
    Not really? Just different material?

  14. #44
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    Whoever said it worked in game, IT DOESNT

    I tried this
    Code:
    	          keybd_event(VK_RETURN,0,0,0);
    			  keybd_event('M',0,0,0);
    			  keybd_event('P',0,0,0);
    			  keybd_event('G',0,0,0);
    			  keybd_event('H',0,0,0);
    			  keybd_event(VK_RETURN,0,0,0);
    Only works in lobby not INGAME

  15. #45
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy
    Quote Originally Posted by ipwnuuaal5 View Post
    Whoever said it worked in game, IT DOESNT

    I tried this
    Code:
    	          keybd_event(VK_RETURN,0,0,0);
    			  keybd_event('M',0,0,0);
    			  keybd_event('P',0,0,0);
    			  keybd_event('G',0,0,0);
    			  keybd_event('H',0,0,0);
    			  keybd_event(VK_RETURN,0,0,0);
    Only works in lobby not INGAME
    Technically, your in the game (or as a lot of people say, Ingame). Your just not playing a match.

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Release] How To Play Combat Arms International from Europe
    By mexican in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 03-04-2009, 04:54 PM
  2. [Release]How to make Windows Genuine
    By SunBeam in forum General Hacking
    Replies: 2
    Last Post: 12-21-2008, 12:15 PM
  3. [Release] How to make a favicon.
    By KyleForrest in forum General
    Replies: 0
    Last Post: 10-24-2008, 11:00 AM
  4. [Release] How to make a video in CA
    By duyxngoc94 in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 09-08-2008, 09:57 PM
  5. [Release]How To Do Cap The Flag Glitch
    By KakashiRock in forum Combat Arms Hacks & Cheats
    Replies: 13
    Last Post: 08-05-2008, 04:42 AM