Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    qddW$#%^jtyjtyj's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    721
    Reputation
    7
    Thanks
    148
    My Mood
    Mellow
    Quote Originally Posted by ohapipi View Post
    I Like it
    and it Works Thanks
    Np i pressed thx button too
    and do you got some ideas for a new combat arms program i should make?

  2. #17
    ohapipi's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Germany,Hessen,Frankfurt
    Posts
    55
    Reputation
    10
    Thanks
    40
    My Mood
    Relaxed
    Quote Originally Posted by techial2 View Post
    Np i pressed thx button too
    and do you got some ideas for a new combat arms program i should make?
    thx
    Combat Arms Player search in game with time ?
    or...
    Only Crosshair Helper?^^


    [IMG]https://www.imagebanan*****m/img/ky31q55n/test2.gif[/IMG]


  3. #18
    Kuro Tenshi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Where arth thou be
    Posts
    3,635
    Reputation
    70
    Thanks
    746
    My Mood
    Blah
    u can make a ingame spammer too just make it like this (idk if its good im doing it without vb plus i use cs to much lately):
    Code:
    int timer = 0
    bool text1 = false;
    
    ----------------------------------
    
    dim hotkey1 as getasynckeystate(VK_Num1)
    if hotkey1 = true then
    text1 = true
    end if
    
    while text1 == true
    sendkeys.send(textBox1.Text)
    sendkeys.Send('{Enter}')
    
    if timer == 2 then
    text1 = false
    timer = 0
    endif
    
    timer+=1
    end while
    why i didnt add a third sendkeys is because CA only uses 2 as max to try to block a spammer but if you loop it twice you still can let it spam ;D

    nexon fails for the win


    i looked at my code :|
    yeez i needz a girlfriend meh... starting to get involved with coding to much D:
    tobad that my sector of the school dont have that much girls only like 5.
    なん立て T_T 
    紙ごめなさい。

    (gomen gomen i typed this:
    why T_T
    Lord im so sorry.
    i know i watch to anime to much ;D)
    Last edited by Kuro Tenshi; 06-12-2010 at 07:20 AM.
    DigiDrawing|+ ( (Elfen Archer) )
    Link:
    https://www.mpgh.net/forum/148-showro...en-archer.html


    @ Anime Section,Otaku/weeabo (orz.) @Graphics Section, Novice DigiArtist


    neuest gift from Yura~Chan:
    https://bakyurayuu.deviantar*****m/#/d372taw
    2nd Place MOTM#9 Theme: CharMods - Combat Arms [No - Thanks] button
    come on you know that don't want to push that ordinary button

  4. #19
    Stimulate's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    The Netherlands
    Posts
    1,416
    Reputation
    77
    Thanks
    126
    My Mood
    Angelic
    Nice, thanks! Good job

    Please press thanks or rep if I helped you!

    A button says more than words!

  5. #20
    qddW$#%^jtyjtyj's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    721
    Reputation
    7
    Thanks
    148
    My Mood
    Mellow
    Quote Originally Posted by pspiso View Post
    u can make a ingame spammer too just make it like this (idk if its good im doing it without vb plus i use cs to much lately):
    Code:
    int timer = 0
    bool text1 = false;
    
    ----------------------------------
    
    dim hotkey1 as getasynckeystate(VK_Num1)
    if hotkey1 = true then
    text1 = true
    end if
    
    while text1 == true
    sendkeys.send(textBox1.Text)
    sendkeys.Send('{Enter}')
    
    if timer == 2 then
    text1 = false
    timer = 0
    endif
    
    timer+=1
    end while
    why i didnt add a third sendkeys is because CA only uses 2 as max to try to block a spammer but if you loop it twice you still can let it spam ;D

    nexon fails for the win


    i looked at my code :|
    yeez i needz a girlfriend meh... starting to get involved with coding to much D:
    tobad that my sector of the school dont have that much girls only like 5.
    なん立て T_T 
    紙ごめなさい。

    (gomen gomen i typed this:
    why T_T
    Lord im so sorry.
    i know i watch to anime to much ;D)
    ah thx

    should i make it as a form or dll?

  6. #21
    Kuro Tenshi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Where arth thou be
    Posts
    3,635
    Reputation
    70
    Thanks
    746
    My Mood
    Blah
    u can leave it as a form of you want... your choise, just want to help create a better spammer

    btw idk if it 100% correct typed it from my mind but... i have used this code in my afkbot too altough its made in C# its almost the same as vb ;D.
    DigiDrawing|+ ( (Elfen Archer) )
    Link:
    https://www.mpgh.net/forum/148-showro...en-archer.html


    @ Anime Section,Otaku/weeabo (orz.) @Graphics Section, Novice DigiArtist


    neuest gift from Yura~Chan:
    https://bakyurayuu.deviantar*****m/#/d372taw
    2nd Place MOTM#9 Theme: CharMods - Combat Arms [No - Thanks] button
    come on you know that don't want to push that ordinary button

  7. #22
    muumimamma's Avatar
    Join Date
    Jan 2010
    Gender
    female
    Posts
    2,491
    Reputation
    48
    Thanks
    411
    My Mood
    Daring
    Make it like:
    MPGH.net free hacks !
    -> MPGH.net free hacks ! <-
    etc. So u wont get blocked
    Good job anyway. : p
    [ Useless space ]

  8. #23
    MoonLight's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    127
    Reputation
    10
    Thanks
    24
    My Mood
    Bitchy
    Quote Originally Posted by iopop9 View Post
    Hmmm this isnt a very good spammer... still nothing that involves CA and VB is good
    I promise you i' can make an uber1337spammer in VB.

  9. #24
    qddW$#%^jtyjtyj's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    721
    Reputation
    7
    Thanks
    148
    My Mood
    Mellow
    Quote Originally Posted by muumimamma View Post
    Make it like:
    MPGH.net free hacks !
    -> MPGH.net free hacks ! <-
    etc. So u wont get blocked
    Good job anyway. : p
    what do ya mean?

    like if i type

    hello i am tech
    it blocks me but if i type:
    ->hello i am tech<-
    it doesnt block me?
    Last edited by qddW$#%^jtyjtyj; 06-14-2010 at 11:48 PM.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Release] Split Fire Injector V1.2
    By qddW$#%^jtyjtyj in forum Combat Arms Europe Hacks
    Replies: 14
    Last Post: 06-01-2010, 07:44 AM
  2. [Release] Split Fire Injector V1.3
    By qddW$#%^jtyjtyj in forum Combat Arms Europe Hacks
    Replies: 1
    Last Post: 05-29-2010, 08:13 AM
  3. [Release] Split Fire Injector V1.1
    By qddW$#%^jtyjtyj in forum Combat Arms Europe Hacks
    Replies: 7
    Last Post: 05-22-2010, 02:42 PM
  4. Lobby Spammer
    By kandin in forum Spammers Corner
    Replies: 8
    Last Post: 01-16-2010, 11:50 AM
  5. lobby spammer
    By landerman01 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 05-17-2008, 11:06 PM