Results 1 to 14 of 14
  1. #1
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive

    Stephen's Mouse Locator

    So, you want to make an AFK bot or some bullshit program that needs mouse cooridnates? /

    Then here is an app that will do that for you!

    Instructions:

    * Press F12 to Generate Cooridnates.
    * Press F11 to Clear the Log
    * Log is located at: C:\Mouse_Coor.txt
    -------------------

    It is also packed. (That is why there is false positives)

    Screenshots:









    Virus Scans:
    It is packed.

    VirusTotal - Free Online Virus, Malware and URL Scanner

    https://virusscan.jotti.org/en/scanre...85333925efc9a0

    https://virscan.org/report/eb6ba1c479...f41a56c41.html
    Last edited by Stephen; 10-26-2010 at 10:25 AM.

  2. The Following 4 Users Say Thank You to Stephen For This Useful Post:

    [MPGH]AVGN (10-27-2010),o-o (11-24-2010),supercarz1991 (10-27-2010),Tony Stark` (10-27-2010)

  3. #2
    Disturbed's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    10,472
    Reputation
    1267
    Thanks
    2,587
    LOLWUT: Current status: queued (#2936)

    It's going to take a while to look at all the "false positives" and confirm that they are, though some I already know are.

    Don't really get why you packed this though, pretty simple. Only thing special is it saves a log in a .txt, which can also be easily made.

    Example:
    Code:
    #include <windows.h>
    #include <iostream>
    
    using namespace std;
    
    int main()
    {
        while(1)
        {
                if(GetAsyncKeyState(VK_F9))
                {
                     POINT p;;
                     cout<< " X: " << p.x << " Y: " << p.y <<endl;
                }
                Sleep(250);
        }
    }

    EDIT: All confirmed to be false positives.

    /Approved.
    Last edited by Disturbed; 10-26-2010 at 10:51 AM.


  4. #3
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    why would u pack a mouse location logger?

  5. #4
    T0y's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    92
    Reputation
    10
    Thanks
    25
    interested to download it... but after seeing the file name i stop thinking about it.

  6. The Following User Says Thank You to T0y For This Useful Post:

    Stephen (10-26-2010)

  7. #5
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by swatfx View Post
    why would u pack a mouse location logger?
    Because I felt like it. I hate school.

  8. #6
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by T0y View Post
    interested to download it... but after seeing the file name i stop thinking about it.
    lol i haven't downloaded it yet either /

  9. #7
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by swatfx View Post
    lol i haven't downloaded it yet either /
    Do itttttttttttttt.

    You love me

  10. #8
    cruizrisner's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    381
    Reputation
    22
    Thanks
    48
    errr i didnt want to download it cuz idk y you would pack it.... why not just be less suspicious and release a source xD. and no i dont love you. im not downloading to use it, but ill download to find out if your trying to trick ppl

  11. #9
    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 just use a screenshot... silly people
    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!

  12. #10
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    Quote Originally Posted by swatfx View Post
    why would u pack a mouse location logger?
    to reduce its binary size. thats what packer usually are used for


  13. #11
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    thanks, needed something like this, although, not for CA

    commando: You're probably the best non-coder coder I know LOL


  14. #12
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Press thanks

  15. #13
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    oh my bad, sorry i forgot about the button XD

    commando: You're probably the best non-coder coder I know LOL


  16. #14
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by supercarz1991 View Post
    oh my bad, sorry i forgot about the button XD

Similar Threads

  1. Look he have stoled my signature and location
    By xtrylanx in forum General
    Replies: 23
    Last Post: 08-22-2007, 09:32 PM
  2. Get Mouse Click
    By Xocitus in forum C++/C Programming
    Replies: 4
    Last Post: 07-11-2007, 09:47 PM
  3. invisable mouse
    By TheRedEye in forum WarRock - International Hacks
    Replies: 10
    Last Post: 05-27-2007, 12:11 PM
  4. The locator
    By Turisto in forum WarRock - International Hacks
    Replies: 20
    Last Post: 04-29-2007, 03:23 PM
  5. Trigger Macro (NEED A NON USB MOUSE AND QMACRO)
    By sf0d in forum WarRock - International Hacks
    Replies: 6
    Last Post: 04-24-2007, 10:20 PM