Task Recorder

Results 1 to 18 of 18
  1. #1
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Task Recorder

    Hi Guys,
    Me and George (qet123) finally finished our anti hack system, but we want to know how to log all running processes/tasks to filezilla to look if somebody is hacking or not.

    I Know ThunderZ, Scarymonster done that so YEA WHUT
    Can somebody help us with this?

    Thank you
    Last edited by ForceGFX; 16-04-12 at 06:41 PM.


  2. #2
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: Task Recorder

    Yep, we need your help guys :)

  3. #3
    Valued Member SandOfTime is offline
    MemberRank
    Mar 2011 Join Date
    112Posts

    Re: Task Recorder

    it same keylogger o.O
    you can use enum window and send it to php (or more) on server.

  4. #4
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Task Recorder

    Uploading it from the client is a big no.
    Also, Uploading what processes people have open is enough to get people off of that server. (Why gather processes?! If that's your only method, or your best method, may I suggest a spare computer and Driver Development? You'll achieve much greater results.)

    If FileZilla has an API, just use that. If it doesn't, you'll need to reverse the application and gather the address(s), parameters and class instance (if needed). If you want to be lazy, just use a FTP library or write your own, there are tons on CodeProject.
    Posted via Mobile Device

  5. #5
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: Task Recorder

    Quote Originally Posted by PenguinGuy View Post
    Uploading it from the client is a big no.
    Also, Uploading what processes people have open is enough to get people off of that server. (Why gather processes?! If that's your only method, or your best method, may I suggest a spare computer and Driver Development? You'll achieve much greater results.)

    If FileZilla has an API, just use that. If it doesn't, you'll need to reverse the application and gather the address(s), parameters and class instance (if needed). If you want to be lazy, just use a FTP library or write your own, there are tons on CodeProject.
    Posted via Mobile Device
    I'm doing that(Task Recorder) only to stop hackers, and know for sure somebody is hacking. I think to have something like this would be great. As i know with Matthew i saw so much people that are Aimbotting. I didn't know how much people that actually are, now i see. Me and George done an anti hack system with MD5 Encryption and we also can block those .exe/dll. Also we want to have it because it's hard to be up-to-date of the lastest hacks that are released. I'm not planned to see what everybody is running or something but only that i upload it to a document and type as Example: Aimbot1.exe. And then i can see who is using that and ban them or something.

    Anyway thanks for your reaction and sorry for my bad english.

  6. #6
    Valued Member SandOfTime is offline
    MemberRank
    Mar 2011 Join Date
    112Posts

    Re: Task Recorder

    I think it is not perfect ideal. If h@cker use with name explorer.exe, firefox.exe ... you can't know it.
    sorry if I'm wrong

  7. #7
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: Task Recorder

    Quote Originally Posted by sandoftime View Post
    i think it is not perfect ideal. If h@cker use with name explorer.exe, firefox.exe ... You can't know it.
    Sorry if i'm wrong
    md5 ~~~~~~

    anyway, it will stop the must hackers

  8. #8
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Task Recorder

    Trainers are usually caught with the built-in security system GunZ has, and now a days, so no one will even bother with them. Unless the MD5 is not sent to the server, I'd suggest SHA-1 at the very least if you're using it as a sanity check for file modifications. MD5 is as public as CRC32 now. To help a little more (sorta), look up threads made by "Guy", he has released a handful of useful anti-debugging and anti-dll injection tricks.

    I'm not putting you down or anything, I'm merely giving you a heads up.
    http://www.codeproject.com/Articles/...P-Client-Class - This should give you all the necessary information on the structure of a client FTP (or copy/paste, whatever floats your boat lol).

    If that fails to see the FileZilla server, you could just use the source from it : Download FileZilla from SourceForge.net

  9. #9
    Proficient Member Akunji is offline
    MemberRank
    Feb 2012 Join Date
    The NetherlandsLocation
    160Posts

    Re: Task Recorder

    you mean implementing a virus into your client to look through a persons pc?
    Thats rather pathetic and should be told to the players before they dl it.

    Thats basically breaking in someones privacy. Worst way to block hacks lol.

    Next to that people can just rename there .exe to a program so you wont see it.

  10. #10
    Die() Secured is offline
    MemberRank
    Sep 2011 Join Date
    /home/SDev/Location
    555Posts

    Re: Task Recorder

    Whats the point of recording processes and sending them to the server? Are you recording all processes are you updating them threw out the game and create a huge log? Are you going to be checking this Log manually server sided, a lot easier to block hacks client side, rather than do what your doing in my opinion.

  11. #11
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: Task Recorder

    Quote Originally Posted by Akunji View Post
    you mean implementing a virus into your client to look through a persons pc?
    Thats rather pathetic and should be told to the players before they dl it.

    Thats basically breaking in someones privacy. Worst way to block hacks lol.

    Next to that people can just rename there .exe to a program so you wont see it.
    Oh comon, do you really think i'm reading 24/7 to what people are doing on the computer?

  12. #12
    Account Upgraded | Title Enabled! ThunderZ is offline
    MemberRank
    Oct 2011 Join Date
    396Posts

    Re: Task Recorder

    Just have the client scan processes check the MD5 or whatever you wish add a list of unallowed processes and on detection close the process.
    Last edited by ThunderZ; 17-04-12 at 12:43 PM.

  13. #13
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: Task Recorder

    Quote Originally Posted by ThunderZ View Post
    Just have the client scan processes check the MD5 or whatever you wish add a list of unallowed processes and on detection close the process.
    You're releasing so much random things, release now that processes shower. !!!!!

  14. #14
    Daemonsring Developer Gunblade is offline
    MemberRank
    Jul 2007 Join Date
    On the moonLocation
    728Posts

    Re: Task Recorder

    To be honest, I wouldn't play a private server which uploads a list of all processes that are running.

  15. #15
    Proficient Member Akunji is offline
    MemberRank
    Feb 2012 Join Date
    The NetherlandsLocation
    160Posts

    Re: Task Recorder

    Quote Originally Posted by ForceGFX View Post
    Oh comon, do you really think i'm reading 24/7 to what people are doing on the computer?
    Its basically breaking in a persons privacy. I'm not implying that you use it for that, but by using that method your basically doing it already.

    Quote Originally Posted by ForceGFX View Post
    You're releasing so much random things, release now that processes shower. !!!!!
    Because he is random. Only thing the 3 people can release is random things.

    The processes sht was given by scarymonster to forbidden, but it turned out to be the worst anti hack since i was still able to use every hacking by changing the proces name.

  16. #16
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: Task Recorder

    Quote Originally Posted by Akunji View Post
    Its basically breaking in a persons privacy. I'm not implying that you use it for that, but by using that method your basically doing it already.



    Because he is random. Only thing the 3 people can release is random things.

    The processes sht was given by scarymonster to forbidden, but it turned out to be the worst anti hack since i was still able to use every hacking by changing the proces name.
    It doesn't have MD5, anyway i have that and i can implent it in that if i want but yeaa...
    I think matthew isn't releasing it because he isn't able or something

  17. #17
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Task Recorder

    Quote Originally Posted by Akunji View Post
    The processes sht was given by scarymonster to forbidden, but it turned out to be the worst anti hack since i was still able to use every hacking by changing the proces name.
    It was better than releasing off with nothing.

  18. #18
    Proficient Member Akunji is offline
    MemberRank
    Feb 2012 Join Date
    The NetherlandsLocation
    160Posts

    Re: Task Recorder

    Quote Originally Posted by Vusion View Post
    It was better than releasing off with nothing.
    True, yet i wouldnt want to have such a thing in my client.



Advertisement