Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 37
  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

    PixieSpammer V3 w/ hotkeys.

    I figured out what was wrong with my code on why hotkeys didn't work, but now they do now...

    This is kinda fast, and it bypasses the mute system for most people.

    Hotkeys:

    F6 - Start
    F7 - Stop

    Error Hotkeys (Don't press these, messed up in the coding...)
    F8
    F9

    Screen Shot:

    https://img193.imageshack.us/img193/375/spammerv3.png

    Virus Scan:
    Virustotal. MD5: 7cbe3623915ce490ae75f73d72ee4a4d W32/Obfuscated.BQ!genr

    No, I did not make 3 versions for this site, I made this one for all sites... Cause it still gives my credits...

    Other stuff:
    Does any one know how to add random stuff to it after each line with Visual Basics 2006??
    And does any one know how to automatically move your mouse to a certain location and click in Visual Basics 2006??

  2. The Following 3 Users Say Thank You to Pixie For This Useful Post:

    jonathannl (01-16-2013),PWND1211 (07-19-2013),rurxel (11-22-2012)

  3. #16
    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 User1 View Post
    Naw... 13yr olds shouldn't be messing around with VB
    Hey do you know how to make the mouse instantly go to a location and click in Visual Basics??

  4. #17
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    Declares:
    Code:
    Public Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)
        Public Const MOUSEEVENTF_LEFTDOWN = &H2 ' left button down
        Public Const MOUSEEVENTF_LEFTUP = &H4 ' left button up
    Syntax:
    Code:
    'Move mouse
    Cursor.Position = New Point(0, 0)
    'Left Click
    mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0)
    'Left Up
    mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0)
    Anyway this is in VB.net not VB6 so it might be diff...

    Oh and the reason I didn't enter the cordinates parameter into mouse_event is beacuse for me its bugged up. IDK why...
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  5. The Following User Says Thank You to User1 For This Useful Post:

    Pixie (09-10-2009)

  6. #18
    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 User1 View Post
    Declares:
    Code:
    Public Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)
        Public Const MOUSEEVENTF_LEFTDOWN = &H2 ' left button down
        Public Const MOUSEEVENTF_LEFTUP = &H4 ' left button up
    Syntax:
    Code:
    'Move mouse
    Cursor.Position = New Point(0, 0)
    'Left Click
    mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0)
    'Left Up
    mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0)
    Anyway this is in VB.net not VB6 so it might be diff...

    Oh and the reason I didn't enter the cordinates parameter into mouse_event is beacuse for me its bugged up. IDK why...
    Can you tell me the locations for Combat Arms Quck Join, Start/Ready, and leave room??

  7. #19
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    I think I'm doing too much work for you won't I?
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  8. The Following User Says Thank You to User1 For This Useful Post:

    Pixie (09-10-2009)

  9. #20
    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 User1 View Post
    I think I'm doing too much work for you won't I?
    I'm trying to make AFK bot... If you helps me, I will give credit in first one...

  10. #21
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    I think I've helped enough but if you really want to know I'll provide some cheats >.<

    Code:
    Quick Join: (248, 509)
    Ready/Start : (460, 514)
    Leave Room: (666, 514)
    OK at Score Card (949, 729)
    Oh look I put them in parenthesis for you!

    Naw JK I was just obeying math and put them in ordered pairs.
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  11. The Following User Says Thank You to User1 For This Useful Post:

    Pixie (09-10-2009)

  12. #22
    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 User1 View Post
    I think I've helped enough but if you really want to know I'll provide some cheats >.<

    Code:
    Quick Join: (248, 509)
    Ready/Start : (460, 514)
    Leave Room: (666, 514)
    OK at Score Card (949, 729)
    Oh look I put them in parenthesis for you!

    Naw JK I was just obeying math and put them in ordered pairs.
    KK thanks, I will work on this, and on the other code you have me, will it also click??
    Just 1 more thing: How do I put those locations in the code??
    When answered, I will thankx every post here of yours

  13. #23
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    the first line was to set positions,
    last two lines was press down and release.

    Read the comments, they are there for a reason >.<
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  14. The Following User Says Thank You to User1 For This Useful Post:

    Pixie (09-10-2009)

  15. #24
    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 User1 View Post
    the first line was to set positions,
    last two lines was press down and release.

    Read the comments, they are there for a reason >.<
    Alright thanks I will try this when I get home from school today (it's 1:04 am for me)...

    /All posts thanked.

  16. #25
    trex's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    In a house in AUSTRALIA FTW!!!
    Posts
    683
    Reputation
    16
    Thanks
    84
    My Mood
    Amused
    Enough spam guys? xD This looks alright. I wanna learn VB but its too boring coz the stuff is either too easy or to hard D= Ive only made a calculator, web browser and keylogger but i dunno how to make the keylogger go to a different computer so i can read what they type. I can only see what i type.
    [IMG]https://i415.photobucke*****m/albums/pp231/TREXOX/Signature02.jpg[/IMG]

  17. #26
    Ghty82 Backup's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Combat Arms Section, Sydney, Australia
    Posts
    311
    Reputation
    10
    Thanks
    93
    My Mood
    Angelic
    Good you released it thanks for contributing

  18. #27
    Jimmy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Jersey
    Posts
    4,572
    Reputation
    70
    Thanks
    647
    nice job pixie

  19. #28
    DonMadawg's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    miami
    Posts
    1,135
    Reputation
    8
    Thanks
    100
    My Mood
    Mellow
    user1 fails
    [IMG]https://i285.photobucke*****m/albums/ll44/sedanos55/sicktigerpick.jpg[/IMG]


  20. #29
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    Quote Originally Posted by DonMadawg View Post
    user1 fails
    Yeah especially when I was nice enough to not post a few more photoshoped pictures... Hmm....
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  21. #30
    RaulPwn3r's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    152
    Reputation
    10
    Thanks
    16
    My Mood
    Yeehaw
    Good nice joob man

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. vb hotkeys
    By cjg333 in forum General Game Hacking
    Replies: 7
    Last Post: 07-23-2008, 01:08 PM
  2. Hotkeys in C++
    By Dave84311 in forum C++/C Programming
    Replies: 7
    Last Post: 09-07-2007, 07:13 AM
  3. My hack release hotkey v1
    By purenoob134 in forum WarRock - International Hacks
    Replies: 23
    Last Post: 07-13-2007, 07:56 PM
  4. Hotkeys for a VB trainer
    By scooby107 in forum Visual Basic Programming
    Replies: 10
    Last Post: 07-03-2007, 12:43 PM
  5. [Tutorial] How To Mack HotKeys On VB
    By TheRedEye in forum WarRock - International Hacks
    Replies: 32
    Last Post: 06-23-2007, 10:24 PM