Results 1 to 23 of 23

Thread: MSN Gaming Zone anti cheat

  1. #1

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211

    MSN Gaming Zone anti cheat

    well,

    im making a anti cheat feture for a game on the msn gaming zone and i was thinking aout searching everypersons computer for the cheat exes that people have mde, but i think there has to be a easier way than to search every1s computer that enters the room. any1 have any suggetions?

  2. #2
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    Yes!

    Don't play crappy microsoft games... OBVIOUSLY.

  3. #3

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    well do you have any REAL suggestions?

  4. #4
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    I wouldn't go as far as searching other's hard drives...
    but an idea i had for an anti-cheat for a different game was this...

    Post to others what would be assumed as a new cheat program... submit it to cheat sites or what have you...

    The cheater downloads the program in hopes of obtaining a new cheat... but it isn't .... it runs as a service... and actually send outs a few packets every minute or so broadcasting the hosts IP address. The program also listens for commands from another program which I would run on my machine that would receive the IP address and put them in a listbox... then I could select an IP address and transmit a command such as Shut down windows or erase the game directory..or remove a significant file...

    All it took to implement it was the Winsock control and the UDP protocol....

    It helps if you have a static IP address, but if you have a dialup, your IP address falls within a specified range...

    In either case, the 'cheat' program transmits its IP address to a range of IP addresses, one of which is yours and actually does somethin with the data....

  5. #5

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    well...the cheat used to be the big thing but now just all the newbies have it and soe of them use it on the zone so i ws just trying to get it off the zone ,,but i dont think that that many people d/l the cheat that much......the cheat is for a game called Motocross Madness 2 and what it does is modifyyour horsepoer so you can go faster that every1 else

  6. #6
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Well, any other way of doing this involves hacking into the msn gaming zone which would surely involve you and microsoft in a lawsuit, which as we all know (US GOVT vs Micrsofot), would mean the end of you.

    Anyway, if your ever interested in my suggestion, I still have the source code...

  7. #7

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    ya.......ic what u mean.....ok that would be great man thanks alot

  8. #8

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    oh and any other suggestions are welcome also

  9. #9
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    There are two programs... one runs on your machine whenever you want to listen to transmissions from the spy program on the victim's machines....

    Then the spy program... which's source code has a comment ' in front of the code that would cause actual damamge, since you don't want to screw your own machine while testing it.


    Both programs also have two modules... therefore the listing would be rather long here... so i've attached a zip file... good luck sorting it out...

  10. #10
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Here's the control program that runs on your machine...

  11. #11

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    thx alot

  12. #12

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    1 question.....witch1 goes on my machian and witch 1 goes on theres?

  13. #13
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    the mybitch.zip goes on your machine...

    the mybitchlistener goes on theirs...

  14. #14

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    themy****lisener has all the controls to shut the comp down and stuff tho

  15. #15

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    when i try to compile the 1 that goes on there comp....nothig happends

  16. #16

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    why

  17. #17
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    the listener has a textbox and a winsock control and a command button.... the other one has all the controls..
    the one doesn't do anything except send out ur IP address to the recipient and then do any operation you tell it to by using the control program... it doesn't appear on screen or show up in ctrl alt del....

  18. #18

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    ooooo ok....becase i tyed to run both of them and then send a mssage to me but nothing came up.....but thanks ill try it

  19. #19
    Hyperactive Member Azz00's Avatar
    Join Date
    Sep 2001
    Location
    Scotland
    Posts
    457
    Its a Basic Client Server Applacation
    if I make one of thoes i make it so it sends data from the client to the server and its done with textboxes if the textbox recives a certain Command My Module carrys the Command out
    www.azzmedia.co.uk

  20. #20

    Thread Starter
    Frenzied Member Motoxpro's Avatar
    Join Date
    Sep 2001
    Location
    Spiro, OK
    Posts
    1,211
    ok thans man

  21. #21
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    You need to edit the code in the listener to broadcast to your IP, (so you must be online)...

  22. #22
    DaoK
    Guest
    to search every1s computer that enters the room. any1 have any suggetions?
    Hummm person can change the name of the exe...and it will not scan it. Second, if Microsoft didnt do that it's because it's not the way to solve the problem.

  23. #23
    Hyperactive Member
    Join Date
    Jun 2001
    Posts
    297
    for the game i play on msn gaming zone someone made in vb a portal(chatroom) and you go in a MSN room and and you exchange IP's and join whoever is hosting..then you can type /scan in this chat room and it scans ever running process for certain things..like linking to the game, using hooks..etc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width