Thread: Making A Simple Program

  1. #16
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    Quote Originally Posted by switch-blade View Post
    well if i could just know if their pressed, and they will be banned before they can fix anything with their hacks... thats all i want, they will be banned by ip. and steamid. i dont do that cal/cevo ........ where u just buy another id and give them another chance.
    What seriously? One accidental slip onto pressing say F12 instead of backspace and the player is brutally banned forever. Are you insane? You can't ban someone based on what keyboard keys they press, that's ridiculous!
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

  2. #17
    Registered User
    Join Date
    Sep 2008
    Posts
    11
    no, i didnt say it would ban them, I SAID IT WOULD LET ME KNOW IF THAT BUTTON WAS PRESSED< IF HE IS DISPUTED FOR CHEATING

    we would watch the demos, and see at any point of an aimbot/wallhacks.

    Read everything before you reply with that .........

  3. #18
    Registered User
    Join Date
    Oct 2007
    Posts
    66
    So if they hit those buttons and their just having a really good game they get banned as well? If you intend to call someone a cheater, please get proof. Pressing a certain button on a keyboard is far from evidence of cheating.

    This is a bad idea. If you want some sort of anti-cheating program for your tournament, and you can't write one please don't half-ass it and end up throwing false and baseless accusations around- which is what you are saying you will do if they are "accused of cheating."

    A better idea would be to have them play on Garena, it's not hack-proof, but it's a MUCH better option than what you are currently considering. It connects players onto a VLAN, which usually reduces lag for everyone and has it's own anti-cheat systems.
    "When your work speaks for itself - don't interrupt!"

    -Samantha Ingraham.

  4. #19
    Registered User
    Join Date
    Sep 2008
    Posts
    11
    if someone gets disputed and presses a key that is related to hacking only ONCE their whole game, in my opinion that is pretty obvious of some sort of hack.


    also with garena, how am i supposed to tell if they are actually running the anti-cheat or not?
    Last edited by switch-blade; 09-11-2008 at 11:19 AM.

  5. #20
    Registered User
    Join Date
    Oct 2007
    Posts
    66
    Quote Originally Posted by switch-blade View Post
    if someone gets disputed and presses a key that is related to hacking only ONCE their whole game, in my opinion that is pretty obvious of some sort of hack.


    also with garena, how am i supposed to tell if they are actually running the anti-cheat or not?
    That's why your opinion is worthless-no offense. If someone runs a cheat in garena their account will be banned, usually instantly-but it can be delayed for up to an hour or so. It's the platform for the majority of top competition online esports, surely if it's good enough for them ...?
    "When your work speaks for itself - don't interrupt!"

    -Samantha Ingraham.

  6. #21
    Registered User
    Join Date
    Aug 2008
    Posts
    10
    I made a script for a friend once that swapped the Esc and pause break keys.

    you could set the F6 and F12 keys so that there action was changed.

    I guess thought that you could program a C++ thingy to run it

    http://madnessred.co.cc/download/Ant...20Disabler.zip

    Very basic. its made using the ahk coding. (Auto hot Key)

    Code:
    ;This code will repace the F1 and F12 keys with the F1 key. So any time they press F12 or F6 all they get is the action for F1. Could be set up to do more when F6 r 12 is set up.
    ;Code by MadnessRed, do what you like with it, its only 13 chars.
    F6::F1
    F12::F1
    There is this code.
    Last edited by MadnessRed; 09-12-2008 at 11:37 AM.

  7. #22
    Registered User
    Join Date
    Sep 2008
    Posts
    11
    would you happen to have the code for C#?

  8. #23
    Registered User
    Join Date
    Oct 2007
    Posts
    66
    Quote Originally Posted by switch-blade View Post
    would you happen to have the code for C#?
    Please don't tell me you are actually going to use that. Your logic is flawed here, you're only going to ........ off the legit gamers and do nothing to stop the cheaters.
    "When your work speaks for itself - don't interrupt!"

    -Samantha Ingraham.

  9. #24
    Registered User
    Join Date
    Sep 2008
    Posts
    11
    nah, you dont understand, and probably wont ever understand what im trying to do, yet do i have time to explain to you.

  10. #25
    Registered User
    Join Date
    Aug 2008
    Posts
    67
    Quote Originally Posted by switch-blade View Post
    nah, you dont understand, and probably wont ever understand what im trying to do, yet do i have time to explain to you.
    ad hominem

  11. #26
    Registered User
    Join Date
    Oct 2007
    Posts
    66
    Quote Originally Posted by switch-blade View Post
    nah, you dont understand, and probably wont ever understand what im trying to do, yet do i have time to explain to you.
    Actually I have worked as a professional eSport tournament admin and I would say since I have experience, have dealt with the problem of cheaters, and successfully dealt with cheaters I do understand.

    Having said that feel free to ignore the information I'm telling you - you'll probably lose your users for a stupid anti-cheating system (if their any good or logical) and eventually you'll realize on your own it's flawed logic. But - that's ok, we all make our own mistakes, good luck with it! (I mean that too, hopefully it all turns out well and you don't need to put the cheating system to use at which point it won't matter, so really I am wishing you good luck, don't take it the wrong way ^^)
    Last edited by tjpanda; 09-12-2008 at 07:47 PM. Reason: fixed a typo
    "When your work speaks for itself - don't interrupt!"

    -Samantha Ingraham.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple window program
    By baniakjr in forum C++ Programming
    Replies: 5
    Last Post: 03-11-2006, 03:46 PM
  2. Help with simple program
    By nik2007 in forum C++ Programming
    Replies: 4
    Last Post: 02-27-2006, 09:54 AM
  3. making a program leave a msg for background program when it closes
    By superflygizmo in forum Windows Programming
    Replies: 2
    Last Post: 02-06-2006, 07:44 PM
  4. Need help with a simple program...
    By Omer_D in forum C++ Programming
    Replies: 3
    Last Post: 07-09-2004, 03:13 PM
  5. Replies: 2
    Last Post: 01-13-2003, 01:28 PM

Tags for this Thread