SCAR's "dangers"

Discussion in 'Code Snippets and Tutorials' started by zav75, Mar 4, 2007.

Thread Status:
Not open for further replies.
  1. zav75

    zav75 Level I

    Joined:
    Feb 28, 2007
    Messages:
    76
    Likes Received:
    6
    Location:
    Canada, Province of Québec
    Hello,
    I was wondering if TNT had any technique to see if we used a script on a flash game.

    I'm thinking no, because TNT can't look on our pc if our mouse move faster then normal, they only recieve our scores. Howerver, they could have an anti-cheat feature that send with the score a flag that indicate that the mouse only jumped from one place to another...

    If someone can help me on this :D
     
  2. zippy

    zippy Level IV

    Joined:
    Nov 9, 2006
    Messages:
    879
    Likes Received:
    0
    they can see how you play i think, they catch you when slow down the game for exaple

    i dont think they can detect scar, because is the more human languaje of programs.

    just the programs which click like 10 times a sec... could be suspicious
     
  3. zav75

    zav75 Level I

    Joined:
    Feb 28, 2007
    Messages:
    76
    Likes Received:
    6
    Location:
    Canada, Province of Québec
    Ok, but when I did my script I did't put randoms waits and my program never miss... So.. when my script put me in the top position of a flash game the
    message said "You will be in the high score table, but our team will check if your score is "valid" ". That's the valid that makes me like, heh I hope they don't check if I was move smooth lmao.
     
  4. zippy

    zippy Level IV

    Joined:
    Nov 9, 2006
    Messages:
    879
    Likes Received:
    0
    all the times i get a hi score with a script, i send the score and get accepted
     
  5. zav75

    zav75 Level I

    Joined:
    Feb 28, 2007
    Messages:
    76
    Likes Received:
    6
    Location:
    Canada, Province of Québec
    Ok, then I feel safer :D
     
  6. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    it does the same thing as a human. If you repeatedly get identical scores then you may be iced
     
  7. Anonymous

    Anonymous Guest

    but instead of just this:

    Code (Text):
    1. clickmouse(100, 100, true);
    use this:

    Code (Text):
    1. MoveMouseSmooth(100, 100);
    2. wait(20);
    3. clickmouse(100, 100, true);
    That makes it look EXACTLY like a human. and it won't lag.
     
  8. stone warior

    stone warior Newbie

    Joined:
    Aug 8, 2007
    Messages:
    3
    Likes Received:
    0
    pfft I get about 12k a day from using scar. You wont get iced ever...

    Edit: Please do not gravedig
    -chelsea1
    -topic locked-
     
  9. impega

    impega Level III

    Joined:
    Dec 7, 2006
    Messages:
    408
    Likes Received:
    2
    Location:
    Nottingham (SHOTTS!)
    I've had like 10 trophies from using scar or slowing the game down, each score's been validated by tnt... They aint got nuthin on me =P
     
Thread Status:
Not open for further replies.