Page 1 of 23 12311 ... LastLast
Results 1 to 15 of 344
  1. #1
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,279
    My Mood
    Devilish

    PolyLoader 2.3.1

    PolyLoader 2.3.1

    What is PolyLoader?
    PolyLoader is a program that opens hack files, randomizes the source code and compiles it.
    This process results in an application that is very hard to detect for VAC because the signature changes everytime.

    Changelog
     
    Code:
    2.3
    ---
    Added more safety checks to minimize crashing, most exceptions are now handled and will pop up with a error.
    
    2.1
    ---
    Added drag and drop functionality (drag hackfile to PolyLoader.exe)
    Better error reporting, it will now scan for the correct version of VS2013, the windows SDK and the ERROR: Cannot determine ....
    
    2.0
    ---
    Better junk code generation
    Complete syntax change for hack files
    String encryption
    New UI
    Better performance
    Automatic detection of the compiler path


    For users

    How to use:

    1. Download Microsoft Visual Studio Express 2013 for Windows Desktop
    2. Download the PolyLoader
    3. Download a hack file
    4. Open the PolyLoader as admin
    5. Select the hack file
    6. Press compile

    Errors:
    "Something went wrong when compiling the randomized source!":
    Press the "View compiler output" checkbox and post the data of the console that opens.

    Access denied:
    Run as admin.

    How to use VMProtect/Enigma etc...:
    First you have to generate an exe using the loader for instance "PolyHack_RT.exe".
    Now you can protect "PolyHack_RT.exe".


    For developers
    Everyone can create a hack that supports the PolyLoader platform.
     
    A hack file is just a simple zip with the following files:
    -command.txt
    -inout.txt
    -msg.txt
    and a src directory.

    So how do I make a hack file?
    Step 1, modify your source code.
    The PolyLoader uses a few tags to understand your file:

    [swap_lines][/swap_lines] - Swap the lines between the 2 tags, useful for randomizing a structure.
    Code:
    struct Entity {
        [swap_lines]
        DWORD dwBase;
        int id;
        int hp;
        int team;
        int weapon_id;
        int weapon_ammo;
        [/swap_lines]
    };
    [junk_enable /] - Enables auto junk code addition, the PolyLoader will add junk code after every ;
    You can give it 1 or 2 parameters
    [junk_enable 5 /] - Will add 5 lines of junk code after every ;
    [junk_enable 5 10 /] - Will add 5 to 10 lines of junk code after every;
    [junk_disable /] - Disables auto junk code addition.
    [junk_enable_declares /] - The auto junk code generator will now only make declares (useful for in header files).

    [add_junk /] - Adds a block of junk code at this position, it does NOT take junk_enable_declares into account.

    [swap_blocks][/swap_blocks] - Works like swap_lines but instead it swaps blocks of code.
    [block][/block] - Define a block
    Code:
    [swap_blocks]
    [block]
    if (x == 5) {
        std::cout << "x == 5\n";
    }
    [/block]
    [block]
    if (y == 7) {
        std::cout << "y == 7\n";
    }
    [/block]
    [/swap_blocks]
    [enc_string_enable /] - Scrambles all strings, when you are using this make sure you have Decrypt.h included (the loader will generate a randomized Decrypt.h file).
    [enc_string_disable /] - Disables the auto string scrambler.

    command.txt
    In command.txt you have to fill in the command line compiler options, here you have to link all the libraries etc... this one should work for practically any hack.
    Code:
    /EHsc /Od /MT *.cpp kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /link /FORCE:MULTIPLE /OUT:hack.exe
    inout.txt
    First line you put the filename the compiler generates (see the /OUT: parameter)
    Second line the new name.
    Code:
    hack.exe
    MyHack.exe
    msg.txt
    A message that will pops up when the user loads up the hack.

    If you have any question regarding implementing this system sent me a pm .



    Virusscans
    Jotti
    Virustotal


    Credits
    Merccy2 - Created PolyLoader


    If you still crash please add my skype and post the errors, from what I gathered the crashing should be fixed now.

    <b>Downloadable Files</b> Downloadable Files
    Last edited by DarknzNet; 01-21-2017 at 11:37 AM. Reason: Updated.

  2. The Following 3,573 Users Say Thank You to Yemiez For This Useful Post:

    -HaVa- (10-26-2016),-tmr- (05-21-2016),-xModz (10-14-2016),..H4CK0R.. (09-05-2016),.timbo (12-06-2016),01daniellhrt (11-21-2016),100mph (10-18-2016),10numara (07-02-2016),1152551489 (08-18-2016),11MLGMLG11 (06-03-2016),123eno123 (10-29-2016),123Extreme123 (03-22-2016),123ffgg (06-07-2016),123qqweasdzxc (11-09-2016),1328600509 (10-21-2016),17thlegion (06-10-2016),17tj414 (01-16-2017),1968123488 (10-16-2016),1m68 (11-17-2016),1tap1kill (03-19-2018),20cortar1 (01-06-2017),22malik (06-28-2016),2chainz3113 (08-27-2016),3dozgun (08-14-2016),3hax5me (06-04-2016),3mphinx (07-05-2016),3rKaNN_ (04-03-2016),420666 (12-21-2016),420KzH1337 (08-08-2016),458socom (08-25-2016),4ikenKyken (04-18-2016),4lph4xw0lf (07-08-2016),5#@%$affgs (05-28-2016),658910ww (09-03-2016),710688289 (11-25-2016),781238834 (12-01-2016),81x08 (11-05-2016),936452879 (06-24-2016),947200 (09-11-2016),980322091 (01-12-2017),9chang (05-05-2016),9gagspy (03-30-2016),9thdesire (04-17-2016),a306023965a (09-04-2016),a4asadansari (11-23-2016),aakashp91 (07-05-2016),aalismo (03-23-2016),aaron451 (07-09-2016),aaronc991 (06-18-2016),Aarondid911 (12-22-2016),AaronTYZ (09-14-2016),Aatami (11-28-2016),ababgafdsasgf (11-28-2016),abaFS (11-08-2016),abbfuk (07-31-2016),abcdefg. (08-18-2016),abop666 (06-20-2016),abracadaballs (03-23-2016),absaar humaiyun (05-07-2016),Acchi (10-16-2016),acertainasian (10-08-2016),Acizibot (10-22-2016),act!oN (12-23-2016),adamlafta (01-27-2017),AdamoJ1337 (03-22-2016),AdamZy (06-27-2016),adas1911 (04-07-2016),adas444 (09-21-2016),AddeRydis (11-29-2016),Addrock1 (05-01-2016),adeade98 (09-07-2016),adelmeds (05-03-2016),adelsa123 (06-01-2016),Adi607 (08-06-2016),adikoyzgaming (04-18-2016),adityarao (04-10-2016),adiz97 (04-23-2016),AdnanPatel (09-03-2016),Adoximed (06-12-2016),AdrianGaming (07-25-2016),adrianionut200 (04-26-2016),AdsonF (08-08-2016),ADSP (08-08-2016),aerair (10-30-2016),Aerofanatic1130 (12-12-2016),aertbh (08-18-2016),affe100000 (10-28-2016),Afroist1234 (07-01-2016),AgarPatz (12-29-2016),agassycow (09-17-2016),agvsd0 (08-30-2016),AHITMAN (12-12-2016),ahkhuma (05-18-2016),[MPGH]Ahl (05-18-2016),ahmed.nz (07-07-2016),ahmedturkiye (04-03-2016),AIIEJLbCuH (08-24-2016),AimCraviTe (01-21-2017),aimnotbot (08-07-2016),Ainshval (05-18-2016),Aixz (08-02-2016),Ajnz (04-27-2016),akambezdaklqkam (08-07-2016),AKersey33 (08-05-2016),akmalGTA34 (04-09-2017),akujagat0909 (10-09-2016),akwuh_ (05-16-2016),Al36awiBHR (05-07-2016),alabamahamma (04-12-2016),ALadiesBush (07-03-2016),alaouii (04-23-2016),alaskary78 (05-05-2016),AlbaTroz123 (11-15-2016),AlbernDc (09-20-2016),Albz (06-23-2016),alcatraz4127 (11-14-2016),alec142 (11-21-2016),Alec37hockey (07-01-2016),AlecAug (12-11-2016),Aleksandrs12345 (11-22-2016),alekx1235 (10-08-2016),alemaok (07-15-2016),Alesonick (11-30-2016),alex119 (06-11-2016),alex32190 (06-14-2016),alex32464 (05-05-2016),alexander1313 (04-29-2016),alexanderedsss (11-26-2016),alexandru56 (07-31-2016),alexbuda13 (12-17-2016),alexeyborisov86 (08-20-2016),alexffpp (08-21-2016),alexkon707 (05-03-2016),alexmcm62 (08-08-2016),Alexmoo742 (08-26-2016),AlexZhao (08-18-2016),alexzuet (12-08-2016),Alex_Playa (11-10-2016),alfielewiis (09-13-2016),alfre16 (11-28-2016),Ali247 (09-26-2016),aligndz3635 (04-28-2016),alinalin27 (12-06-2016),alinilin2323 (01-21-2017),alistairii (05-05-2016),allahsbrother (05-08-2016),AllenZXA (04-18-2016),allott99 (06-21-2016),aloi1234 (05-26-2016),alonman123 (12-25-2016),AlphaMindTV (07-03-2016),Alphaone32 (08-11-2016),alphaplayingcsgo (10-07-2016),alphawolf55 (05-17-2016),alpo1997 (06-03-2016),ALPOSMAN01 (05-31-2016),alpyasar1907 (01-16-2017),Alucard0272 (05-20-2016),alucarddddd (12-23-2016),alunan (05-19-2016),AlvinTheG (04-27-2016),alwaysunknown (06-19-2016),alyhsan (07-18-2016),amariudo (06-08-2016),Ambrosioplays (12-07-2016),ameisenboer (04-08-2016),amir3277 (06-21-2016),amir61 (03-22-2016),Ammekinzgo321 (04-17-2016),Analua (08-05-2016),ananami23 (05-19-2016),ANANANANANNA (11-21-2016),anari001 (08-06-2016),anayshnair9 (07-22-2016),AndersLowgren (09-01-2016),Andoo391 (08-01-2016),Andreas9742 (04-28-2016),AndrewNguy11 (12-04-2016),AndrewStilwell (08-18-2016),Andrey2283222 (03-23-2016),AndroPower21 (08-23-2016),AndyHaaX (06-10-2016),AndyPXD (11-25-2016),Andyzui (01-15-2017),Andzyeh (10-13-2016),angelasaur (10-06-2016),AngryDillPickle (06-27-2016),anidveseli (12-22-2016),aninhabest (08-12-2016),anip12345 (01-18-2017),AnkuDowicz (04-22-2016),anniebot44 (05-29-2016),anomalie (12-14-2016),anonimais (11-01-2016),anonrc (09-29-2016),anontuga4400 (05-31-2016),Anoxic (05-04-2016),Antergy (04-17-2016),Anthony696 (10-18-2016),Anus112 (08-08-2016),AnyaMaru (04-29-2016),Aojima (05-24-2016),apathy93 (08-19-2016),apex1337 (05-15-2016),apikalia (08-12-2016),apkfriv (03-23-2016),applederalte (06-30-2016),applehelper (08-03-2016),applejaxx (06-18-2016),appleowns (06-29-2016),appleseed10 (05-13-2016),Arataki (08-13-2016),ArbabShahbaz (12-23-2016),arceoNNN (11-23-2016),archik333 (01-20-2017),ardagh12 (11-24-2016),arfandioaltan (12-25-2016),arigatosama (09-25-2016),arir2d2 (08-17-2016),ariskats (09-09-2016),Arjang (06-23-2016),Arkeid (05-26-2016),Arkyan (11-13-2016),armalyte (10-26-2016),arnelo15 (11-09-2016),arnold022 (06-24-2016),arpit1409 (12-30-2016),Arrat (04-18-2016),ArRiELL_ (06-03-2016),arsen0374 (06-01-2016),ArsZGM8 (06-10-2016),Arteezy (06-08-2016),artem113 (08-25-2016),artofmurder1 (08-16-2016),arxigos (11-24-2016),aryan1107 (10-20-2016),Asahe (11-07-2016),asapa (10-28-2016),asdasas22 (04-04-2016),asddddddddddddd (12-23-2016),asdfc123v1 (05-19-2016),asdfghzxc (03-29-2016),ash30701 (11-22-2016),Ashafiuss (06-11-2016),Ashowns (08-25-2016),asianadri (07-04-2016),asist1982 (06-17-2016),askot (08-30-2016),aslhax (11-14-2016),Aspp (01-03-2017),astrotaken (08-08-2016),AsunaX (08-04-2017),aszxn124 (05-25-2016),ATLFalcons (05-26-2016),atomicnuke57 (04-04-2016),atomyato (12-23-2016),august8813 (11-28-2016),aujla187 (07-06-2016),Austin287856 (04-05-2016),Austin2878569 (06-28-2016),AutisticGuy (11-04-2016),autoclicks (05-19-2016),autozar002 (06-04-2016),auvogadro (05-21-2016),av0ided (12-02-2016),Avengelau (11-23-2016),AVeryNegativeZero (05-22-2016),AvGTAfull (04-30-2016),Awardyy (04-20-2016),Awe332 (05-23-2016),aweawe10398 (12-13-2016),awesomeben (03-29-2016),awesomemine102 (04-22-2016),awfully666 (04-01-2016),awplover1234 (05-05-2016),AxisForces (04-06-2016),aylmoa (04-01-2016),AyMishAy (07-01-2016),AyoSuspect (05-07-2016),AYQW$#tyqa3wtawtgaw4t (08-31-2016),aytekinfatsa (08-21-2016),ayyitslloyd (04-10-2016),Ayylmao8 (05-02-2016),Ay_QWERTY (03-25-2016),azaic (05-20-2016),azammastermind (11-10-2016),azat1632 (11-03-2016),azcomelo (11-23-2016),azizsala (03-25-2016),Azkaviah (04-06-2016),Azrael69 (09-29-2016),Azteh (04-03-2016),Azur3 :3 (12-05-2016),azurali (12-10-2016),A_short_main (09-20-2016),B3NNY420 (08-07-2016),B7300 (10-15-2016),BabyElmsOP (11-20-2016),bac0n8ter (05-14-2016),baccaAMP (08-19-2016),Backme (01-12-2017),baggabrix (01-13-2017),bajsbajs123123 (11-28-2016),balaiscouilles (07-04-2016),Balthzar341 (08-31-2016),Bambiv (05-14-2016),Baplogg (06-10-2016),Barackobush (10-09-2016),BARANAGON (12-03-2016),baranbaran949 (03-25-2016),baranjudicial (08-08-2016),bard12315 (08-02-2016),barnoss (05-03-2016),Bartouzz (06-02-2016),Barty224 (10-29-2016),BatmanVolle (06-02-2016),batter (07-04-2016),Battlepokemon (05-17-2016),battole (08-13-2016),baturayaginli (10-16-2016),Baycuman (05-24-2016),bbcmodz55 (06-02-2016),Bcons (05-05-2016),bdizzle (06-26-2016),bdon69 (08-05-2016),bdylant (05-29-2016),BEASTART (04-03-2016),beastcheaters (10-08-2016),BeasterCZ (08-25-2016),beastjarebear (08-04-2016),beefstew1 (04-25-2016),behylzy (11-06-2016),bekocubuk (10-30-2016),Belgan (06-13-2016),Believe1 (08-21-2016),believeme (10-10-2016),BellsOfEquinox (06-09-2016),bencce (05-10-2016),Bendas (08-30-2016),BendoverII (05-25-2016),benii69 (12-23-2016),benmccardle (09-30-2016),bennyboo123 (07-05-2016),benrocks201 (07-15-2016),benru009 (12-30-2016),beqabeqa2678 (07-28-2016),bercucius (04-17-2016),berk147741 (03-23-2016),berkayday (09-07-2016),Berke_M_ (07-15-2016),bernade (11-12-2016),bernieshan (06-01-2016),berserkker (05-21-2016),BestEver500 (06-23-2016),Beyondh (06-27-2016),bezk1337 (12-04-2016),bgfuckbg (07-14-2016),bhird (06-20-2016),BHK_ (08-27-2016),BiancaOwnG (12-05-2016),bias. (11-19-2016),Bibas25 (07-15-2016),bidou133 (06-21-2016),bigboyybobby (05-03-2016),BigD702 (12-06-2016),bigdaddyburb1 (08-15-2016),bigdaddyos (10-18-2016),bigdickhero321 (07-17-2016),bighatman (04-04-2016),Big_Meat (04-03-2016),Billibobawesome (04-30-2016),billplayer (05-04-2016),bitchboi (09-20-2016),bitethesushi (11-21-2016),bizorro (05-05-2016),BkmzPlays (04-07-2016),blachdhaihdiuahbdf (03-29-2016),BlackCaaaat (05-14-2016),BlackGoldKnight (06-24-2016),blackla (06-23-2016),Blackopscrazy0 (08-25-2016),blackvvidow (08-21-2016),Blackzetsu_ (01-21-2017),black_ops75 (07-16-2016),Blaconix (12-01-2016),blademaster47 (06-27-2016),bladieblaqq (06-07-2016),blakester123 (07-01-2016),Blankeh (05-09-2016),Blaskibloskii (08-26-2016),Blaskibloskiii (04-30-2016),blasta13 (10-18-2016),blazeitcsgo (09-04-2016),blazelight12 (07-25-2016),Bleedout (05-22-2016),bliekord (06-03-2016),blingj1blingj1 (12-06-2016),blitzgamer7 (03-30-2016),blloo22 (11-30-2016),BlockmonsterUK (08-06-2016),Bloodhiles (04-15-2016),bloodkillagang (07-09-2016),bloodmaker17 (05-08-2016),blowup7 (08-21-2016),BlueAnarky (08-05-2016),blueburn22 (08-07-2016),blulytman (06-26-2016),blurybliitz (06-06-2016),Blustallion (11-24-2016),bluwesnikodem (10-26-2016),bman3201 (06-03-2016),bmllikeaboss (05-07-2016),bobcristofoli (07-03-2016),bobmarley0123456789 (08-18-2016),bociak (11-01-2016),Bodvar (08-07-2016),BombTheJews (06-10-2016),boocetrooper (12-10-2016),boohoo1985 (06-02-2016),bookelicious (06-24-2016),boombastic007 (01-06-2017),BoomGamer12 (05-12-2016),Boopy123 (06-01-2016),BootmanBill (12-16-2016),boppo (08-01-2016),Borisenko (04-18-2016),bortis1 (09-13-2016),BossManSwag (08-25-2016),botanal (06-14-2016),BOTLANNER (06-24-2016),Bourkex (11-30-2016),Boxcat (05-19-2016),br00mstick (07-15-2016),br0ken1523 (07-24-2016),bradenblue (08-26-2016),Bradleyy (05-19-2016),bravestar19200 (03-25-2016),BreakdownBanana (12-25-2016),Bremboo (06-11-2016),brezzyplayz (09-30-2016),Brian240891 (07-16-2016),BrickShitHouse (07-05-2016),Brilliantx3 (10-19-2016),Britney1337 (06-04-2016),brito233 (12-29-2016),brobro23 (07-27-2016),brocco (07-07-2016),brody1212 (08-17-2016),BronzyFuT (11-28-2016),broom6767 (05-19-2016),brtkek (06-18-2016),bruceje111 (11-23-2016),bruhndyn (04-08-2016),BrunoPT797 (06-16-2016),bryaNHack!! (12-05-2016),btaylor (05-24-2016),BTNGaming (04-14-2016),bubbleg (05-08-2016),BublCZ (08-28-2016),Budbeck (05-18-2016),bun4ld1m (08-14-2016),BunnyJumpp (08-06-2016),bunnypker (05-08-2016),burglary (07-10-2016),burkin777@bk.ru (12-25-2016),busaam (06-06-2016),busado (04-20-2016),bussolini (10-29-2016),butopakhang3321 (08-05-2016),buyukunlu (01-19-2017),Byanthemini121 (08-05-2016),ByBro78 (08-20-2016),byxiaoxie (10-17-2016),c00ki3s (04-16-2016),c0ckf0sTer (07-29-2016),C9 Hobo (09-27-2016),caafff (01-01-2017),cabelobig (04-30-2016),cacadegato (02-03-2019),caedees (08-23-2016),CaET (04-08-2016),CaglarYolcu (01-07-2017),cake321 (08-26-2016),Calebhann2 (06-24-2016),calibercheats (07-19-2016),calignus (03-22-2016),CallMeDaddy123 (09-18-2016),calmos (10-14-2016),canapaydn59 (08-11-2016),cancan333 (09-16-2016),CandyBarbarian (09-02-2016),Candycatty (05-10-2016),CandyX246 (10-30-2016),CaNn1bal (11-21-2016),Caper15 (04-08-2016),capota (12-22-2016),CaptainGamerGR (06-14-2016),captain_jamster (05-13-2016),CaptinBruh (03-30-2016),CaptinScrub (03-25-2016),carlored (12-16-2016),carltehunicorn (11-29-2016),Carnifex66 (10-29-2016),CarzyTwix (06-25-2016),casper230601 (08-22-2016),catjohnson1 (11-28-2016),catmanlalala (09-22-2016),cauans (07-25-2016),cc184121 (01-15-2017),ccosmos (08-22-2016),ceasar266 (11-21-2016),Ceelker (06-27-2016),Cekcenk (11-12-2016),celeshail (08-23-2016),Celestin6669 (09-17-2016),celltip (03-31-2016),cernea222222 (05-27-2016),cetincan4141 (04-25-2016),cfefrrver (11-20-2016),chaingang132856 (01-10-2017),ChainofChaos (07-31-2016),chainsawdaz (03-24-2016),chaks0 (05-30-2016),champxxza01 (07-03-2016),chanatprk (12-24-2016),chaozine (01-12-2017),Chapeleiro123 (08-05-2016),CharlesesNose (07-20-2016),charten007 (07-28-2016),ChaseTheTerrorist (05-15-2016),cheamama (07-10-2016),CheatnTM (05-07-2016),CHEEESEGR8or (08-01-2016),cheesemac (07-08-2016),cheesesisgangster (07-13-2016),Chelseaaa (06-10-2016),chemick (01-10-2017),chenjunhua (07-23-2016),chenxiian (01-14-2017),ChickenWing16 (05-08-2016),chieric (06-15-2016),chikincow (07-05-2016),Chillary (03-23-2016),chilltrill (07-08-2016),ChinaBob123 (05-01-2016),Chip_Munk (08-06-2016),chocoberer (05-31-2016),choi06121 (08-13-2016),chongchinfui123 (03-24-2016),Chris Caul (11-04-2016),chrisdib (12-28-2016),Christian0141 (08-04-2016),ChrisUndDustin (12-03-2016),Chroma2 (07-08-2016),chronichlesXXX (06-02-2016),CHUBBYPENlS (08-01-2016),ChubbyRyan (08-12-2016),Chunkofhunk (07-05-2016),cicirio20152 (03-24-2016),cikan_dezo (12-11-2018),Ciocki (08-14-2016),Citrigzilla (06-28-2016),ciucaca (07-10-2016),clamminboi (07-06-2016),clamscasino (08-19-2016),ClashiBotV1 (11-13-2016),claydohfix25 (05-14-2016),cleit16 (04-15-2016),CleveGerl (04-18-2016),clientsforme (04-01-2016),Cloby01 (09-09-2016),CloudNinja (11-09-2016),ClovicekXD (07-03-2016),CluelessPCGamer (03-23-2016),CobrAlphan (01-25-2017),cocacola22 (05-19-2016),Cocainecsgo (09-15-2016),coco44 (07-11-2016),codedj (09-06-2016),codloewe (12-07-2016),coikin (01-16-2017),Cokecool (05-05-2016),cokoturka (08-05-2016),colbonthecob (04-26-2016),CollFlat (08-22-2016),CompletelyRed (06-01-2016),complexometric (11-12-2016),connorhunterrr (01-03-2017),Conno_B (05-15-2016),Convulse (07-18-2016),Coode9 (09-15-2016),cookiestar5329 (09-17-2016),cookingarc9 (07-16-2016),coolcars55 (07-16-2016),coolcooldude111 (12-02-2016),Coolk425 (02-11-2017),Cooper21 (05-13-2016),cor33 (05-16-2016),corporeality (06-11-2016),corruption1337 (05-07-2016),Cosmic3z (11-12-2016),CosmosTV (07-03-2016),cosmote1 (12-02-2016),costinel2 (06-10-2016),costyrzv (04-26-2016),counterstrikeforever (07-04-2016),Cowboii (12-24-2016),coweatbanana (06-10-2016),cptkiller (08-07-2016),Cr00k (06-25-2016),CraftLifeGaming (04-23-2016),CraftLourens (08-05-2016),crancker (08-26-2016),crashabc (11-21-2016),Crawsey (04-19-2016),crazhacks (08-25-2016),crazy6995 (05-14-2016),Crazybetoo (09-07-2016),CrazyMoonkey (03-30-2016),crazyteen1991 (04-16-2016),crazzyk4 (07-29-2016),creeperx22 (05-17-2016),creppy (12-30-2016),criimm (07-27-2016),CrisDaBoss (01-18-2017),criticaltrees (08-08-2016),crossfire.1 (07-03-2016),Crossfirelegendary (07-15-2017),Crosstox1 (04-01-2016),crox5 (07-05-2016),crunchthem (10-14-2016),CruzMikklo (07-08-2016),cruzxxx (07-05-2016),cscz330 (04-30-2016),csgo7373 (12-27-2016),CSGOBHOP (04-26-2016),CSGOCSGO (11-22-2016),csgohacksacc (01-18-2017),CSGOLord124 (11-26-2016),csgoshadow (08-02-2016),csillam21 (10-02-2016),cuga (08-25-2016),cunet (09-25-2016),CuriousSnipe (10-23-2016),cyclonegr (08-01-2016),cyrusdeancastrodes (07-28-2016),d0dzy123 (08-26-2016),d1zzzy (06-01-2016),d3lano94 (04-07-2016),D3VoS (12-30-2016),Dabbingonhoes (11-27-2016),dacheeta (08-21-2016),DadShot (06-07-2016),DadzNEffect (05-07-2016),Daemon12345 (05-04-2016),dafatone (03-22-2016),dagger447777 (08-18-2016),daggy22 (04-17-2016),Dagreatray (04-27-2016),Dahra10 (08-05-2016),dailymind (06-25-2016),Dakak (09-30-2016),dakaspar (12-01-2016),DaKoala (09-23-2016),daman789 (11-11-2016),damitandrew (08-27-2016),DAN594 (05-20-2016),dandri (01-17-2017),Dangercssv34 (08-25-2016),dangermattt (05-08-2016),danhackscsgo (06-16-2016),danicsgo (11-25-2016),DaniRZKpinho (10-19-2016),daniyar94 (11-17-2016),Dankiepoo (05-05-2016),dankmemesaregr81289328 (07-26-2016),dankok (08-12-2016),danniboy90 (07-23-2016),dannyadvange (05-07-2016),dannyhiles (08-28-2016),danslayer (04-04-2016),dantefrancisco (06-25-2016),danutdany19 (01-01-2017),danydany988 (08-20-2016),danzjee3 (08-12-2016),Daquas (05-27-2016),DarckArgos (12-08-2016),Dario789789 (07-09-2016),dariusss (07-16-2016),darkacuna (11-11-2016),darkartois (11-11-2016),DarkChocolate101 (06-14-2016),darkcripter (05-15-2016),DarkerDC (11-09-2016),Darkloper (04-20-2016),DarkMaul500 (05-14-2016),Darknado (07-09-2016),darknesseagle (08-24-2016),darkphoeni96 (09-16-2016),darzinho (04-16-2016),dasfsdgdftzertsds (04-13-2016),datnguy (12-11-2016),davidmitkus (11-10-2016),davidp234 (06-29-2016),dawid.d31 (08-03-2016),dawid197 (05-19-2016),dawkuno_05 (03-24-2016),dawsond12 (11-27-2016),DayLord (11-14-2016),dayzplayer251 (03-27-2016),DazRite (06-08-2016),dbdeathbolt (09-16-2016),DCRNOPE (05-27-2016),dcrosed (12-22-2016),dddkhqn (08-26-2016),deadbat (11-21-2016),deadcandy101 (04-23-2016),deadpoool (07-19-2016),DeadSalty (09-04-2016),DEAGORE (05-16-2016),DeanPhocas (04-25-2016),deanseth (07-09-2016),deathnoting (10-09-2016),Deathreaper435 (06-12-2016),deboboc (08-24-2016),debonheure (05-20-2016),Debparanoid (01-03-2017),Debugging (08-02-2016),DeerSkin (08-29-2016),Defined5 (04-23-2016),defsfssdfdsfsd (03-23-2018),Delingerc (07-09-2016),delusionalgod (11-10-2016),DeLuXe2055 (10-27-2016),Dembooll (06-30-2016),demigodjack1 (01-12-2017),demoking700 (04-13-2016),Demonision (08-18-2016),DENIEDTHEHACKER (05-07-2016),Denisiorr (05-23-2016),denisy2014 (03-31-2016),denizpalabyk17 (05-01-2016),Denkawir (05-03-2016),dennyhb (06-03-2016),denzoraprex (11-18-2016),deomajstore (05-05-2016),Dephjay (06-13-2016),deprax (10-07-2016),derboiohya (12-23-2016),dercvater99 (06-28-2016),derley537 (09-17-2016),derpender1 (06-02-2016),derprake (10-12-2016),derpton99 (08-06-2016),derpules (09-29-2016),derpyshadow (10-14-2016),derpytheson (09-30-2016),DerToast (06-18-2016),deruiddrew (09-02-2016),desbugsyntax (04-28-2016),DesertTreasure (05-15-2016),deskalt (08-13-2016),desment (07-21-2016),Desmondcraig (04-28-2016),destro225 (04-30-2016),Desudorant (11-21-2016),DesuKawaiiNig (08-16-2016),DetroitMT (09-24-2016),deu1453 (11-13-2016),Deuterius (06-02-2016),Dev965 (08-26-2016),DevilsDeeds (09-15-2016),devin12345 (07-28-2016),devinm0804 (06-11-2016),Dextario (11-12-2016),Dexter (03-23-2016),dgreenhalgh (08-05-2016),dgxtriller (10-26-2016),Dhaii (03-24-2016),dhope (04-16-2016),DiamondDoge420 (07-19-2016),dickcheesejk (04-17-2016),DicksAndLeather (07-09-2016),dickwad420 (05-03-2016),diego1xx (08-17-2016),diegoo20rn (06-01-2016),digvijay kate (12-01-2016),dik101 (09-19-2016),dims0 (08-14-2016),dingbo0712 (11-26-2016),diptos (11-27-2016),discoturken (06-04-2016),DiscountedGames (07-25-2016),dissolvedevolution (08-16-2016),dixnuef (10-06-2016),DJAHID (06-26-2016),DJDawix (07-09-2016),DjHanox123 (12-02-2016),Dk7rocks (11-22-2016),dkepedkepe (10-27-2016),dlg12901 (05-14-2016),DltaShilva (08-21-2016),DOBRADA (08-30-2016),dobyvatel (12-01-2016),DoctorNArwhalz (05-15-2016),dodikdodikov (08-31-2016),Doge30 (01-06-2017),Dogecoin (03-24-2017),DogInHacks (05-06-2016),DogMakeAMove! (05-03-2016),dogukanaygn0 (07-03-2016),dolsku (01-15-2017),Domii3666 (06-02-2016),dominique91 (08-31-2016),domisja (04-17-2016),Dommmmmmm_is_taken (10-08-2016),donavan0202 (04-30-2016),DongerFucker (07-04-2016),dont2016 (11-06-2016),dontstopmx (04-10-2016),doodeedaa (08-13-2016),doodes (01-09-2017),DoomedBlocks (05-05-2016),Dosanjh71 (07-10-2016),Dosires (06-06-2016),doubleu2 (07-11-2016),doutorpen (11-20-2016),dove12345 (11-15-2016),Doxers (09-01-2016),Dr0pDude (08-15-2016),DrAgon5454 (03-24-2016),dragonkk99 (03-23-2016),drakansteal3 (03-22-2016),drake101al (08-18-2016),drakka12 (11-23-2016),draves (11-17-2016),draxible (05-22-2016),draxxler (11-08-2016),drb0ss (06-10-2016),dream1e (09-04-2016),dreamnoobzzz (03-22-2016),dreday (07-02-2016),drekopeko (07-30-2016),DrewAStick (06-10-2016),DrifterKing34 (08-19-2016),DriftKong (10-04-2016),Driftyy (10-28-2016),Drj10156 (07-17-2016),DrLuci (08-27-2016),Drone21e (01-10-2017),DrSharoyko (09-13-2016),DrynessFam (07-13-2016),dteatum2 (06-04-2016),dtholzer (10-26-2016),ducx (03-26-2016),DudeMw3 (04-04-2016),duduytan (09-28-2016),dufferz (08-20-2016),Dujecar12 (07-04-2016),duke970 (09-28-2016),dumkid312 (05-09-2016),Dunezzy (12-23-2016),dunkinee1 (04-07-2016),Duplon (04-10-2016),duxez (06-26-2016),dw4321 (08-12-2016),Dwarfpotato (06-19-2016),dwrwrw3e3e (07-12-2016),DylanJac (02-19-2017),dylster67 (06-25-2016),dzoavits4342 (03-29-2016),E.Featy (05-11-2016),EbasherZet12 (07-03-2016),EbolaKush (04-11-2016),ec1p (07-04-2016),echelone25 (05-12-2016),Echo2115 (06-04-2016),ectus (07-14-2016),edahax (07-09-2016),Eden (12-16-2016),edson974 (07-07-2016),Edukam4ster (08-04-2016),edvis000 (10-06-2016),edwardyau (08-22-2016),edyyo (04-21-2016),eFko (11-28-2016),EGaq3eya343yeher5he (12-13-2016),egeldoder (06-24-2016),egfawergtawergawerg (12-23-2016),EHERHehrerhrhrh (01-20-2017),ehjah (11-17-2016),eivjpelzolz (04-27-2016),Elderath (04-14-2016),Elegancee (06-05-2016),ElektrikKlaw (07-21-2016),elelele (10-26-2016),element72 (05-12-2016),elewie (10-18-2016),ElexiaRareius (11-24-2016),elfman1995 (08-10-2016),elfy6 (03-30-2016),elilgathien (03-28-2016),EliteCheats (09-08-2016),Elitedron (11-21-2016),eliteshoxx (12-04-2016),EliTheGamer52 (08-05-2016),ellpreto (11-10-2016),ElohELxd (10-27-2016),Eloxid (09-07-2016),Elrageor (06-30-2016),elvijs123 (11-12-2016),Elvin2000 (05-05-2016),Elysiio (11-24-2016),Emanuel333 (08-18-2016),EMBERTSA (06-11-2016),emilio_csgo (04-24-2016),emirrrr (05-23-2016),EMIXXXXAM (11-17-2016),emmabite (06-29-2016),emmcrisp (07-28-2016),emogamer1234 (10-17-2016),emptyzombiekilla (03-24-2016),emresengul (06-30-2016),Emux33 (05-13-2016),EndPro (06-30-2016),enesk12 (06-19-2016),EnexiHunter1628 (08-21-2016),EnjoYHD (07-08-2016),enjoyzeus (08-02-2016),Enormao (04-30-2016),ENPGs (10-05-2016),EnviHD (12-24-2016),envymemuch (06-13-2016),enzodroide (11-11-2016),EpicLizzard74 (12-09-2016),EpicSalt101 (11-23-2016),epituxi1 (10-29-2016),Eramus (11-07-2016),eran1666 (11-24-2016),eraneis (12-01-2016),erdo23 (05-24-2016),eren347 (06-10-2016),erengelen (09-09-2016),ErenMane (05-10-2016),ErikPshat (06-25-2016),erkim123 (08-10-2016),ErraticHD (08-05-2016),ersah95 (10-18-2016),Es3KZzz (05-26-2016),escrotoloco (08-04-2016),estban97 (07-04-2016),Eswanz (07-21-2016),eternaldj (05-03-2016),EternalFire_ (08-25-2016),eternalqc (12-05-2016),etfriedman13 (09-10-2016),Ethan101 (11-15-2016),EtieneBR (11-30-2016),etizolam (04-09-2016),ETZEL (08-19-2016),Euan Fazza (04-24-2016),eUkrainian (05-13-2016),Euphemistic (07-05-2016),euricopt (03-26-2016),ewal (04-14-2016),execuble (02-19-2017),exeQuantum (07-04-2016),Exhacker (11-18-2016),ExoK (12-31-2016),Extinc (04-30-2016),Extreme25 (07-15-2016),ExtremelyStiff (04-25-2016),Extremis21 (11-06-2016),eyal1231231 (08-21-2016),ezhaxs (08-14-2016),Ezkil (07-23-2016),ezlol13 (12-05-2016),ezpzcsgoistooeasy (05-14-2016),Eztiokizzles (11-16-2016),e_xpert26 (11-28-2016),f4n7om (11-27-2016),facada1999 (10-30-2016),facemarcus (06-01-2016),Fade Pot'z (08-01-2016),Faghoxar78 (04-02-2016),faibaitbit (09-26-2016),FailesA (05-28-2016),FaithfulGamingz (08-18-2016),fakau11 (07-26-2016),Fakedpersonality (04-16-2016),Faloushka (10-11-2016),Familiar (04-10-2016),familotel (06-24-2016),Fanica (07-24-2016),fantalemonyt (07-17-2016),fapmage (07-06-2016),faragor (07-27-2016),farisghafar (05-20-2016),farjamch (06-13-2016),faruw448 (06-11-2016),Fasty911 (08-22-2016),FaTal x (07-25-2016),fatefatezero (05-16-2016),fatualexandru (04-30-2016),fatuglypila (01-21-2017),FavYo (06-13-2016),faytalshacks (01-20-2017),FaZeD .tm (09-07-2016),FazeFakie234 (05-25-2016),fbwlgus1323 (07-29-2016),FDR2012 (06-19-2016),fdsaggfdag (12-14-2016),fechizo (08-25-2016),fedi00 (04-23-2016),feelactive (11-19-2016),feelSmooth (12-25-2016),felipedcast (07-28-2016),feliswiedi (04-07-2016),Felixqe (01-20-2017),femuskitu (07-09-2016),ferolmao (06-20-2016),ferrecikedi (10-19-2016),ferreira1990 (04-30-2016),FFREAsd (09-03-2016),fifamaster22 (05-03-2016),FiftyCaI (11-30-2016),Fijicoconut (09-29-2016),fikrisudarto (08-24-2016),filipjablan (07-05-2016),filiptheboss (07-17-2016),FindMeNow_ (10-11-2016),Finger11 (10-30-2016),FIR3WARS (12-25-2016),fire2013 (01-02-2017),Firegfx (12-02-2016),FireTigerFly (05-27-2016),fireultimus (09-27-2016),Fito337 (10-10-2016),FiveK (06-28-2016),Flame6943 (10-18-2016),FlameArctic (11-11-2016),Flamelele07 (04-26-2016),flaming_acid (10-06-2016),FlanaganVaquero (01-17-2017),Flanegames (05-05-2016),FlangoonGaming (07-19-2016),FleyTiny (07-28-2016),FLIPS666 (05-30-2016),floop10 (10-13-2016),floow91700 (05-05-2016),floplaycs (08-05-2016),floppywaffle (08-31-2016),fluffen98 (05-09-2016),flutty8 (06-02-2016),flux2k (07-04-2016),Fluxery (01-21-2017),fluxmaniac (09-08-2016),flyinghobo100 (05-21-2016),Fodasse007123 (11-20-2016),foofoofadi (07-05-2016),forgotlogin1994 (07-28-2016),forrof (06-08-2016),forylla (06-11-2016),FoxHunter (10-31-2016),foxxx1013 (09-04-2016),FoxxyGraandpa (05-02-2016),fr33d00m449 (09-22-2016),Fragment* (08-31-2016),Fragstian1 (06-26-2016),FrankyIsAwe (06-29-2016),Frankyo9 (01-07-2017),Frazzle99 (06-25-2016),Freakenstein261 (08-06-2016),freddy777 (06-03-2016),freddyd (05-03-2016),Fredern (07-17-2016),freefutcoins (07-08-2016),Freshyfresh (08-03-2016),FrodoDingleberry (01-20-2017),froggyzing (05-23-2018),froglox67 (12-28-2016),FrozenHotdog (06-24-2016),frv (05-15-2016),Fuck Arsha (05-05-2016),fuckaduck12 (06-15-2016),fuhuifhsiuhfiegbfi (06-25-2016),fujimea (07-05-2016),FullGaamerBR (04-08-2016),Funreal98 (01-01-2017),Fupper (08-06-2016),furkan3828 (06-26-2016),furkann930 (08-29-2016),furkansiker (07-28-2016),FuryAF (12-23-2016),FUSION9728 (07-05-2016),Fuxaz (05-12-2016),fuzzhead9 (10-26-2016),fwsefwsgrgwhergr (06-14-2016),fxtrxx_ (12-30-2016),Fymh (04-30-2016),fynan (09-10-2016),G Bluu (09-01-2016),G-Monster (08-01-2016),g0away1993 (08-03-2016),Gabrielwalk3r (09-30-2016),gainb (09-03-2016),GalacticXP (11-04-2016),Galaxiri (08-25-2016),galodc (07-17-2016),Galshlomi92 (05-05-2016),gambinocsx (07-01-2016),Gameoveras (08-26-2016),gamer98971 (05-05-2016),gamerdos2 (05-19-2016),GamingMaster_ (08-10-2016),gamsgamer (03-27-2016),gandalferkul (10-02-2016),GandalfMlG (11-14-2016),ganolf (08-27-2016),GAPK (10-13-2016),garabela (11-11-2016),garubt (12-15-2016),Gaymod (05-19-2016),GaySkittles1337 (05-29-2016),gd1533 (07-18-2016),geeksama29 (03-27-2016),geetahsucks123 (08-06-2016),GeneralNova (04-23-2016),generalspark (05-25-2016),genius2016 (04-17-2016),GennyTafone (01-24-2017),Gerbil_Guy (04-30-2016),geteotheoded (09-17-2016),GF-PK (07-26-2016),gfkillah36 (06-25-2016),gg960420 (04-16-2016),gg9kentucky (05-07-2016),ggg111www (11-22-2016),GGGAMES112 (08-29-2016),ggizigame (11-23-2016),ggrekt12hrts (07-28-2016),ggta (06-14-2016),ghailenex1 (07-28-2016),Ghandinorth (06-11-2016),gianpineda7 (05-02-2016),giculub (12-03-2016),giganticdonger (06-16-2016),gimyg2 (02-05-2017),gingerealms (05-08-2016),giovanichibane (06-29-2016),gis2serpong (05-30-2016),GiZmoGetRekt (07-05-2016),gkdnzclskn (12-12-2016),gkgkdy02 (12-23-2016),glapahan1 (07-08-2016),GlowGamerHD (05-05-2016),gocks5393 (07-31-2016),godlvl (04-29-2016),godspeed1 (08-13-2016),Gogez (09-06-2016),gogored (07-03-2016),gokkhanoz (06-26-2016),GoldenPancake (08-05-2016),GOLDFIND35 (10-29-2016),Goldx74800 (05-05-2016),golomp (12-27-2016),GombaMomba (08-11-2016),goncaloalvez (05-10-2016),google2334 (07-13-2016),GooMoonRyongg (12-22-2016),GourmetAnal (04-16-2016),Gpinor_23 (07-26-2016),gpopra (08-05-2016),grandmasterchefchandnoit (08-15-2016),GrandRequiem (06-19-2016),Graphics Card (06-30-2016),grasumng17 (12-30-2016),gravityyy (05-29-2016),GreenC4t (01-09-2017),grif10 (08-18-2016),Grimdark (12-19-2016),grottypie (06-01-2016),Growzend (06-07-2016),GRX (11-01-2016),gsmurat16 (06-29-2016),guardian153 (08-03-2016),GuardianAngel4 (10-08-2016),guduvi212 (08-28-2016),guguu (05-18-2016),guilhermesmb (11-24-2016),Gunimeme (07-19-2016),Gunny98 (04-17-2016),gunshank (06-01-2016),GUNSHOTZ408 (11-19-2016),gural17 (10-26-2016),gustavowr (09-07-2016),gutlix124 (06-30-2016),guygalalie (09-27-2016),Gw$etwt4t4543534 (12-10-2016),h4x0r96 (06-21-2016),Haaki (12-20-2016),HabeneroGames (06-02-2016),habik (11-21-2016),hackertost (08-23-2016),Hackincsgomp (09-03-2016),Hackl2905 (11-18-2016),hackskid (01-23-2017),HackSteaua (04-17-2016),hackyproman123 (07-14-2016),Hades45 (05-03-2016),Hadoukensw (05-26-2016),hady123123 (09-03-2016),HAEhaetheahe55y45eyhrt (08-05-2016),Haizerlix (06-25-2016),Hakaösd (08-08-2016),Hakeriux5123 (11-23-2016),HAKSRC (05-28-2016),hakunayourtatas (05-28-2016),Hakyua (08-15-2016),Halo340 (07-31-2016),Hamakaze (12-29-2016),hammer. (12-20-2016),HamsaG (05-05-2016),Hancsgo (04-23-2016),HandleThat (10-29-2016),hang333 (05-29-2016),Harbinger234 (12-02-2016),Harmfulgnomes (06-29-2016),Harpish (04-01-2016),harryho33 (11-30-2016),HarrySmith9925 (06-13-2016),hasagymcz (08-24-2016),havark11 (06-30-2016),HavC1 (05-12-2016),havok0321 (11-16-2016),hawlesbawles (11-24-2016),Hawzek (12-01-2016),Haxor14 (06-06-2016),haxorzer (11-22-2016),haybic (12-09-2016),hayerp (12-25-2016),hayward916 (06-26-2016),HAZARD11 (11-21-2016),Haze06 (05-22-2016),hd_bacon (12-23-2016),headofhell (09-26-2016),Healo9999 (09-05-2016),HeisenbergOP (07-12-2016),Heißenberg (06-27-2016),Hell Yeah New (06-02-2016),hellknight41 (11-15-2016),HelloMyNameIsJ (04-07-2016),hellraiserx (06-19-2016),hellrier (11-23-2016),helpneeded15 (08-25-2016),hemokaty (05-21-2016),hengiki (06-02-2016),henkels3934 (05-12-2016),henriquecbb (08-06-2016),henriquehls (07-04-2016),Hentai! (08-18-2016),herrlucius (10-26-2016),heuueh (05-05-2016),HeXtic406 (12-01-2016),HeyHo05 (04-29-2016),Hezuu (06-24-2016),hf.jess (11-26-2016),hi there baes (09-07-2016),hidan1996 (09-21-2016),highis (06-01-2016),highschool (06-03-2016),higorbruto (04-29-2016),hiiigrvo (05-05-2016),HikenEike (09-14-2016),Hikkii (03-26-2016),Hilldawg (06-13-2016),Himmyy (10-30-2016),hinazukikayo (08-19-2016),hinoko96 (09-02-2016),Hiorten (10-26-2016),hittie505 (07-30-2016),hkafik (06-26-2016),holly2323 (09-13-2016),Holytitterino (12-18-2016),homonigger1 (10-24-2016),Honey Bunches (08-18-2016),honkeytonkjew (06-13-2016),hoonsta (05-15-2016),hopesterrox (12-15-2016),hoplophobia1 (07-27-2016),hordatax (04-16-2016),horkeN (05-12-2016),horusisboss (08-04-2016),HotBlacktiger (03-22-2016),hotdrink5 (04-24-2016),HotpocketXx (08-12-2016),hotwheelschannel (06-10-2016),howardx (09-05-2016),Howe4 (12-19-2016),howwei (12-07-2016),hox2mox (06-27-2016),hpnb331 (07-18-2016),hristo_ultimeted (01-21-2017),hsntngr (07-11-2016),huan12 (01-04-2017),hugepebble (08-25-2016),Hugos8 (08-25-2016),huhcsgoisfun (06-19-2016),hui123123 (03-31-2016),hujadodupska (11-07-2016),hulolf (04-27-2016),humanverifyed (04-21-2016),hun467 (08-18-2016),Hunter (03-25-2016),HunterFrenzy (06-10-2016),Huntrera (05-28-2016),Huntyetm (03-23-2016),Hupparisankari (11-21-2016),huruhara (12-21-2016),hutookmyname (06-28-2016),huynguyencf (05-23-2016),Hyfen (07-02-2016),hypersemre (08-21-2016),HypocriticalDragon (05-16-2016),i Alloottt x (05-03-2016),I12345 (05-07-2016),IAmAShinyPotato (09-30-2016),iamnada (12-22-2016),ibals123 (04-12-2016),ibnuenu (07-01-2016),ibocanreyis (07-19-2016),ibr4ym (06-18-2016),ic3w0lf22 (09-19-2016),ICanaan01 (07-25-2016),icebond1 (05-04-2016),IceCrusher (06-17-2016),IceyTesticle (05-18-2016),ichoobxd (05-03-2016),iCollin (10-09-2016),iConquer (07-10-2016),icows (11-11-2016),icq333 (09-07-2016),idid911 (07-03-2016),idkwhatmyname (04-17-2016),idontevenrektnoobs (12-23-2016),idream15 (04-24-2016),idrexnz (08-26-2016),iExoTicK (09-22-2016),iExplusian (06-12-2016),Iflux01 (12-05-2016),iGooD.. (07-03-2016),IHackMadBro (06-03-2016),iiTzGh0st (01-16-2017),ikings1 (05-19-2016),ikuloqs (08-08-2016),il2A (10-09-2016),ilay123456789 (12-06-2016),IlieR0b3r7 (11-22-2016),ILikeCheatingInGames (07-16-2016),illan57 (06-17-2016),IlllllllllllI (09-20-2016),illmeplz (06-08-2016),Illuminati (05-10-2016),Imahaxor1337lol (04-17-2016),ImAlex2121 (11-29-2016),imanigga28 (03-24-2016),imatroller (05-06-2016),imcancerboi (12-19-2016),ImContrast (05-10-2016),imdabest97 (04-23-2016),imeparsaa (06-17-2016),iMineTurtle (08-06-2016),imlookingforcsgohacks (08-06-2016),imonsterdores (06-29-2016),imp4 (10-02-2016),imsb (07-03-2016),ImWolf23 (08-01-2016),imwonderwear (11-22-2016),InActivePlayer (01-13-2017),inc3pt (07-14-2016),IncidentaL (05-19-2016),iNcre (03-26-2016),IncredibleMoose (04-17-2016),Incredmoose (09-21-2016),Incunten (04-20-2016),IndeGaming (07-27-2016),iNeoNexus (04-10-2016),InfarekHD (04-08-2016),InfinityKill (06-10-2016),infrontu (04-01-2016),Inmortal Senpai (06-29-2016),INOTaRapper (04-10-2016),Insanityye (11-29-2016),Inspyur (10-11-2016),intagoflocker (10-12-2016),intasol (07-20-2016),intensifz (06-30-2016),Internull (06-15-2016),Intrepidus_ (07-05-2016),InvDuck (05-15-2016),inventresniipe (04-21-2016),io123 (08-11-2016),ioninside (12-30-2016),ipegte93 (11-26-2016),iPopYouDrop (07-02-2016),irakli007 (07-18-2016),irfanigit1 (08-08-2016),Irishhitman59 (08-13-2016),iroflmao (07-03-2016),isabarsa (07-11-2016),isaqueezaak (11-26-2016),Isis-abdhulla (11-29-2016),iskandarzz111 (07-06-2016),iskatewitsteez (03-22-2016),iSnOw7u7 (01-19-2017),isucktoomuch (01-16-2017),italojunq (02-18-2017),Itamakiru (06-09-2016),iToXiiCv7 (06-25-2016),ITsFlaviiFTW (11-28-2016),ItsJustWaffles (12-26-2016),ItsLucid (05-04-2016),itsmebadman (10-18-2016),ItsPiston (06-01-2016),ItsRolandas (11-12-2016),ItsSimplified (11-28-2016),itsspooder (09-11-2016),ItsVizi0nZ (03-27-2016),itzFlashboi (01-20-2017),itzgamer2112 (05-03-2016),ITzPyRoXx (04-16-2016),iTz_Eduard (03-23-2016),Ivarssonalex (04-22-2016),IVArturVI (12-17-2016),iVirus (03-26-2016),Iyankit (11-24-2016),izaaz12 (04-22-2016),IzHax (03-30-2016),izi00 (11-02-2016),izmuted (05-26-2016),J - God (03-31-2016),J-Cole (11-17-2016),j08031 (07-09-2016),j0rdyb (06-20-2016),j1p (03-27-2016),j3lackjeesp (10-31-2016),jaakko1234 (08-03-2016),Jack Pato (11-12-2016),jackchoy (11-28-2016),Jackie1234 (03-23-2016),jackpoopy (09-02-2016),jacksmoke234 (06-21-2016),jackxd123 (05-05-2016),jacoblatchford (10-24-2016),jadenb157 (05-03-2016),jaffacakemichael (05-20-2016),jake1003 (07-03-2016),Jakeziin (06-20-2016),jakk1320 (06-12-2016),jakobprah (06-19-2016),JakzantoJr (10-26-2016),jalkamees9 (08-10-2016),JamalMukendi (11-27-2016),jamesconrad (08-28-2016),JamesKennyHD (12-22-2016),jamesme321 (11-17-2016),janaudrick009 (08-20-2016),jantoledo14 (07-12-2016),jasio777 (08-24-2016),jason5305 (10-02-2016),Jason_gtr (08-24-2016),jasper0073 (12-13-2016),jasse123 (03-30-2016),jawsss (06-22-2016),jaxan213 (11-29-2016),JayzFrost (10-18-2016),Jazylol12 (01-18-2017),jbxbl (08-24-2016),jchali (04-04-2016),JdogHackerMan (09-21-2016),jeancota9595 (07-19-2016),jeffay223 (04-24-2016),jefferyd (07-03-2016),JeffJeffy (06-23-2016),jekez (12-23-2016),JekProGamer (04-25-2016),jenskiller12 (10-27-2016),Jeraldpie (11-20-2016),JerckyGAMER (04-01-2016),jesper3009 (07-20-2016),JesseK (08-05-2016),jesssiiaaa (11-19-2016),Jetblack_1 (11-29-2016),JevsMovies (06-29-2016),jezyo (04-06-2016),jhapz2k16 (10-31-2016),jhnslsr (07-18-2016),jhowiqwe123 (10-16-2016),jhuan1 (12-02-2016),jianhaoooo (09-29-2016),JibblyDibbily (07-02-2016),jielun34 (11-24-2016),jievog1234 (11-20-2016),jiga_jiga1 (05-30-2016),JiiiiN (10-26-2016),Jiinz (06-13-2016),jimjimjim11 (06-29-2016),jinhua99 (03-22-2016),Jinnerollo (08-10-2016),JJa1229 (04-30-2016),jjy1231 (07-04-2016),jkarav2000 (06-25-2016),Jkha (06-30-2016),jkljkl186 (09-24-2016),jkozakz (10-17-2016),jlaiii (11-11-2016),joac114 (10-21-2016),joaldkaposjhasiodnasda (01-07-2017),JocqeR` (07-10-2016),joeburmaroad (05-09-2016),JoeBurton16 (04-28-2016),joeltiley (11-21-2016),joeybonzo312 (09-18-2016),joeythegod36 (08-08-2016),john.travo (04-20-2016),johnAndre (06-26-2016),JohnCocainestain (09-23-2016),johndeereboi (09-21-2016),johnjohnson123 (08-16-2016),Johnny33 (05-01-2016),johnspecies (05-25-2016),johnyontheweb (06-24-2016),JohnyReapA (05-25-2016),JohnyReapar (02-08-2017),jok333r (04-26-2016),Jokah (04-26-2016),JokerKing9903 (09-07-2016),jokkker7 (09-21-2016),JonasLund (11-24-2016),jontejeybe (01-04-2017),JOntemw3 (09-27-2016),Joordaan44160 (06-27-2016),Joplin (12-05-2016),Jord12R (06-24-2016),jordan252 (04-08-2016),jordynsorensen1 (04-26-2016),josé valamatos (06-17-2016),josemanas (01-17-2017),josephdabest (05-25-2016),Joshua6093 (09-03-2016),joshuacool98 (07-26-2016),joshuadeagjr (08-15-2016),joshyyf (05-13-2016),JoyLeggie (11-10-2016),jpauldleon1 (11-26-2016),JPrememberIT2169 (06-25-2016),jscriptrs (11-25-2016),Jstang0882 (05-31-2016),jubilife (10-23-2016),juiletehacks (08-07-2016),jukenz (09-26-2016),julesmods (08-06-2016),julianp12 (12-02-2016),junelson (05-29-2016),junior230231 (11-16-2016),JunKboYS (08-22-2016),jusaap (06-06-2016),juskyyy (07-17-2016),just4funm8 (03-22-2016),Just4FunnZ (04-14-2016),justin1999 (05-05-2016),justin716 (03-23-2016),justinnchen (08-18-2016),justllamas (11-22-2016),justwonderjw (11-26-2016),justyn1218 (04-28-2016),juu69 (10-15-2016),JuzzGamer (08-13-2016),jwiwiqo2 (10-26-2016),JxJx5xJxJ (05-17-2016),jxlee74 (07-21-2016),JynxxGMGO (07-01-2016),jztmanyl (08-19-2016),K00ky (12-12-2016),k1ng_ (11-15-2016),k2own (09-05-2016),K4egen (06-17-2016),k83nk7agkc (03-25-2016),kaapo123 (08-23-2016),Kabe3459 (07-28-2016),kacper11191 (04-23-2016),kaczka1999 (06-19-2016),kagandemir (12-23-2016),KAIHACKING (01-08-2017),kaimersh (05-01-2016),Kaizx3 (12-23-2016),Kakashiii (11-10-2016),kakelarsii (09-22-2016),kakkakurwa (12-16-2016),KalasniKKov (04-08-2016),kalibapi2016 (03-23-2016),kalmanroli (11-01-2016),kalvis111 (08-04-2016),KAM1KAZ1 (07-16-2016),kamakazzzzzzze (04-24-2016),kamesz (08-25-2016),Kamidere (03-29-2016),Kamikadze334 (04-20-2016),Kamren28 (06-19-2016),kania142 (11-08-2016),KANOKWAN (10-24-2016),kantheman (03-23-2016),kao5288 (11-29-2018),kar mer (10-25-2016),kareemfakih (08-06-2016),KarenderLive (07-05-2016),KarhenrichHD (04-07-2016),kariokaz (09-25-2016),Karkki999 (07-25-2016),Karmakaze (05-09-2016),KarmaStrikes (07-13-2016),KarmaticDebt (05-15-2016),karsonhuen (07-12-2016),kartallos (10-13-2016),kasfire00 (12-26-2016),kashba11 (06-18-2016),kasparyor5151 (09-15-2016),Kat (04-19-2016),katliyzums (10-13-2016),KaueGamer (11-14-2016),kazzy (07-23-2016),kck00 (03-25-2016),keciksetapak7 (11-30-2016),Kecske,am (07-28-2016),keepinitwheel (03-27-2016),keil224 (09-26-2016),keiranlee (05-10-2017),KeitaroNSR (08-06-2016),Kejka (03-24-2016),kejmenos (12-10-2016),kekefolso31 (06-11-2016),keliptoo (06-25-2016),keller9458 (07-03-2016),kellyoncrack (10-15-2016),kelmania (12-13-2016),Kelvinsb52 (06-28-2016),kempel46 (10-07-2016),Kemperr (07-07-2016),kenshin0822 (05-11-2016),kentykkr (06-08-2016),Kerbasi (12-05-2016),Kevinhuang7002 (08-05-2016),kevinkorber (09-23-2016),KevinsBananer (05-13-2016),kevintampan (04-18-2016),kevwww (11-30-2016),kewikkenichi (05-16-2016),Kewun1 (12-15-2016),KhaiExcalibur (12-25-2016),khalulu (01-12-2017),khayl (03-22-2016),khgytd1234 (05-19-2016),khoapro899 (08-30-2016),khodorhijazi (10-11-2016),Khrushtev (06-12-2016),KideK (04-28-2016),KidProdigy (11-12-2016),Kiieren (08-03-2016),Kijatsudari (05-30-2016),killer25612082 (04-13-2016),killeracter (05-20-2016),KillerHAX777 (06-16-2016),killeriii (10-02-2016),killerin7788 (07-08-2016),killershazbot (05-21-2016),killertudsen (08-27-2016),killmewithurlove (04-27-2016),killstealandfarmers (08-26-2016),kimchyboy (01-18-2017),kimikimo224 (06-29-2016),kimjongkony1 (01-06-2017),kimsunga (05-05-2016),kin1337 (03-25-2016),kingdingaling (05-10-2016),kingkirambaw2 (07-30-2016),kingleon254 (08-24-2016),kingmoon3 (10-19-2016),kini66 (08-08-2016),KinqArthurTR (11-19-2016),Kira_Izuru (05-13-2016),kirii (05-02-2016),Kirilich20 (05-07-2016),kiritozsao (11-15-2016),kisuel (08-25-2016),kita99 (06-16-2016),kittydestroyer (06-03-2016),KittySu (07-06-2016),KiwiAndOranges (04-04-2016),kizz1334 (06-27-2016),kjwking1130 (04-17-2016),KKDC (05-27-2016),Kkesin (09-10-2016),kkkcsgo (06-12-2016),Klaus Wiebel (09-22-2016),klauskrieger (05-03-2016),KmcDowell (04-18-2016),knight1327 (08-19-2016),Knightaur (05-05-2016),knowsifyy (10-04-2016),KOAish5 (06-14-2016),Koala2206 (06-28-2016),Koalla (05-29-2016),kodicampbell91 (04-14-2016),kodizki (06-13-2016),Kogehame (08-27-2016),kokotjakpica (08-18-2016),kokoznoob (10-06-2016),Kolibob (11-16-2016),kondo (06-30-2016),koodari6969 (06-16-2016),kookyman02 (01-08-2017),Koomplo (06-02-2016),kopet69 (07-04-2016),Kophix (12-22-2016),korkmazeness (05-22-2016),kors19 (05-27-2016),koshinator (07-20-2016),kosoj_rus (07-25-2016),kossniperchief (01-03-2017),kotchmoy (07-01-2016),Kozanq (05-14-2016),KoziSutek (03-24-2016),Kr4ken (01-12-2017),Kraith (06-05-2016),kralaslanfar (08-19-2016),KrallXZ (11-22-2016),Krateius (11-23-2016),kressemand (12-24-2016),kristapsdu (05-31-2016),kristofer301 (09-29-2016),kristoferrobin5 (11-06-2016),Krouzu (10-27-2016),kufurcubaba01 (11-14-2016),kuisgt (08-08-2016),kukarne (05-09-2016),kukhuvve (10-20-2016),kukluxblackboy123 (08-05-2016),KULALIEN (11-21-2016),kungstar123 (08-26-2016),Kurabiye (05-05-2016),Kuzimu (12-22-2016),kyky901 (12-30-2016),kylanrock8 (07-02-2016),kyle10 (08-31-2016),kylesandyhands (11-25-2016),kyousanagi (03-31-2016),kyoyy5 (08-16-2016),KzSin (04-18-2016),kzunwon (11-28-2016),l1m3w1r3 (03-22-2016),L1nkey (10-06-2016),l33t187 (10-27-2016),l4tino (08-29-2016),laamanaattori (06-21-2016),laamp (06-11-2016),lafeus (07-27-2016),laichunkiaw1234 (06-14-2016),Lakituki (06-28-2016),lancery231 (05-06-2016),lankisdank (11-12-2016),Laobf (07-14-2016),laokid00 (06-16-2016),laradzn (08-04-2016),Larceny (07-05-2016),LarrySteve10 (02-07-2017),Lasershark666 (07-04-2016),lasse3d (06-13-2016),LasseNer (01-02-2017),latafunk (08-05-2016),LauchGriefing (07-08-2016),lawllypop (11-29-2016),lawrenceboy (09-01-2016),laxelablee (08-22-2016),laxor (04-07-2016),LaxPro23 (08-01-2016),Layv_ (12-14-2016),Laz6116 (03-24-2016),leavenowty (10-04-2016),LEBank (08-07-2016),lecbit (06-04-2016),leckmich12 (08-16-2016),leeparker007 (08-18-2016),Left4Witch (11-29-2016),Legion299 (05-05-2016),LegionsLit (12-28-2016),Legitplayer69 (12-05-2016),LegoCraft (03-25-2016),Leguaani (04-04-2016),lekaoxavier (10-25-2016),lelcue (05-08-2016),lemonchan123 (12-15-2016),lemozza (12-19-2016),lennyagario (04-15-2016),leo.pro2000 (07-01-2016),leoopard87 (07-05-2016),Leothurow (06-19-2016),LethaL541 (06-10-2016),lewiskawaii (12-03-2016),lexfuturorum (03-24-2016),lexusking7 (08-31-2016),Lexylelelele (06-19-2016),Le_Dmon (08-28-2016),liamdevelopsapps (11-12-2016),Liam_429 (04-30-2016),liangkhwai (11-28-2016),Liberety (07-09-2016),Libero_tv (04-27-2016),Lidanny (04-03-2016),lidras15 (08-15-2016),Lificious (06-24-2016),ligalegendelor (06-13-2016),LightGold (12-16-2016),LighZ (08-02-2017),LikeAcookie (07-12-2016),LilMagnum (04-07-2016),liltbagz (11-19-2016),linkboni (05-20-2016),linweiruan0510 (05-05-2016),Lionel Messi (12-28-2016),lipelight (11-13-2016),lisniiik (12-29-2016),Lithh (04-08-2016),LittleNoobMaster (05-04-2016),LizardGamer (10-01-2016),lKraftyl4l (07-10-2016),llAImll (07-03-2016),lmoraess14 (04-30-2016),lmqq (12-05-2016),LockyDz (10-09-2016),LocoDavidSon (08-25-2016),Logan Cooper (07-18-2016),Logic (08-18-2016),LOGM (01-07-2017),lol2290 (08-19-2016),lolcird (03-23-2016),loli87 (01-06-2017),lolklobla (05-05-2016),lolomopinoyyeah (07-18-2016),lolouio (06-15-2016),LolzGamer (10-13-2016),lolzzzmanzzz123 (09-01-2016),lonatik (04-17-2016),longxi (08-06-2016),LoonyRules1 (05-10-2016),loopyno (03-29-2016),LoordNoodlex (08-05-2016),Lopinys123 (05-28-2016),Lorans518 (03-22-2016),Lord Helios (08-09-2016),lord97a (08-08-2016),LordMix (05-18-2016),lordoffatcat (12-12-2018),Lord_Alucard (07-03-2016),loreny59 (11-25-2016),loukashu (06-26-2016),louxer1337 (07-15-2016),louzada442 (07-03-2016),LoveBucket (10-29-2016),lowqu (05-05-2016),Loxyboxy (05-11-2016),lpeihhan (09-09-2016),lpminer (06-01-2016),lpnologo99 (11-22-2016),LRevolution (05-07-2016),lskywalker5 (04-17-2016),lsumed85 (06-28-2016),lTlagic1 (05-20-2016),ltzhuchen (05-03-2016),LUAN.shqiptar (06-09-2016),lucasgf64 (12-09-2016),lucasgvsjogos (05-13-2016),LucasLXDz (10-28-2016),lucasmdsg (08-22-2016),lucasweirich (11-19-2016),lucky88 (12-20-2016),luddethe (12-04-2016),Luk45arg (04-29-2016),lukamako98 (09-21-2016),LukasLukasPeter (08-13-2016),luke60419 (09-03-2016),lukn97 (05-05-2016),LunaRD (11-06-2016),LunaTunaLuna (06-13-2016),luqa157 (10-08-2016),luqzeracs (07-05-2016),lurifixbunny (06-07-2016),Luxilonxd (07-04-2016),lwasdropped (12-26-2016),Lycus23 (04-18-2016),lyf199982 (05-04-2016),lykiacrawl (11-09-2016),lynxis444 (10-22-2016),lzyr5k (06-27-2016),m.s.r (11-20-2016),m1brax (04-26-2016),m2iceman (11-13-2016),m2thomas (11-02-2016),Ma3uJla (09-25-2016),Maadific (04-07-2016),maben (07-07-2016),MaCaR_TRS (11-30-2016),MacDaPro (05-01-2016),Maciek331 (07-28-2016),Mackan1234 (09-03-2016),mad10 (03-24-2016),madafaka2 (07-12-2016),Madd_Man (06-01-2016),madisonsalvatore (08-07-2016),madpotato (11-30-2016),mage123 (04-18-2016),magicalng (04-16-2016),maginaz2007 (10-23-2016),MagnusRambekk123 (11-26-2016),mailoucast (06-11-2016),MakeACumBak (05-04-2016),makei228 (04-08-2016),makidapro (09-04-2016),Makroner1 (06-26-2016),Maksim_k (06-20-2016),malcolm_jew (12-14-2016),malditoBR (08-12-2016),malinika (04-25-2016),MALULOX (05-13-2016),mandrakelol (06-30-2016),mangoblossom (10-08-2016),manocheila (06-13-2016),manofwiizdom (05-17-2016),manoisaque (07-23-2016),manucsgohack (07-16-2016),manugrw315 (07-14-2016),mapykin (03-31-2016),MarbledArts (05-30-2016),march11 (05-29-2016),marcin754 (05-06-2016),marco1lim (07-19-2016),marcofernandes1337 (08-05-2016),Marcus_Klein (10-02-2016),marin07 (08-18-2016),markog (10-26-2016),marksmash (12-04-2016),markusws (08-13-2016),mark_w16 (01-07-2017),marlon_1996_123 (06-18-2016),marmehrahimi (12-22-2016),martin5117 (09-05-2016),marvek (06-01-2016),masked_bot (04-23-2016),massiera1 (11-27-2016),massiera10 (11-27-2016),Mastercucklord (01-12-2017),Masterobog (12-13-2016),Masterpiece99 (04-20-2016),MasterSpada (08-18-2016),Masurekt (12-23-2016),matdores157 (06-14-2016),Mathafuka (11-13-2016),matheusrisk12 (08-11-2016),mathiles (07-28-2016),matkoprof (09-20-2016),matkosvk (04-29-2016),matthakc (06-30-2016),mattias88888 (08-01-2016),mattiboiii (05-28-2016),mattren (12-22-2016),MattyH767 (08-24-2016),mattyhd (10-21-2016),Mattymax (01-15-2017),matumaty (08-09-2016),mauher (06-10-2016),mav3n (08-19-2016),Mavado (07-09-2016),maww123 (08-03-2016),maxelman12 (05-10-2016),maxeman5126 (01-09-2017),maximax01 (12-09-2016),maxman5 (05-26-2016),maxoukush (06-12-2016),MayDay100 (11-06-2016),MayhemBoii (11-21-2016),mayteesang (04-02-2016),mazd8 (11-28-2016),maze_deaths (06-24-2016),mazo1m (10-16-2016),mazoui (10-11-2016),mazurro (06-29-2016),MBEDDING (12-06-2016),mcastaren (09-04-2016),mcbimo (09-13-2016),MCDaimond (06-12-2016),McDoodlez (07-14-2016),mcmcde (09-26-2016),MCnarmik (07-10-2016),mdkgod (12-25-2016),Meandia (01-01-2017),meap01 (08-10-2016),MeatBallsTM (05-13-2016),MED.0x9 (10-26-2016),Medicalonwow (11-24-2016),meehtii (10-16-2016),meep000 (06-12-2016),megaluigi1337 (03-24-2016),meistersheep (03-23-2016),meleneden (08-18-2016),mellowkai (10-08-2016),melvinlimhw (03-22-2016),mem207 (03-25-2016),MembersArea (04-08-2016),MemeDream (06-27-2016),memesayy (08-27-2016),memesface (06-05-2016),memester1234566 (05-21-2017),menohackerr (05-14-2016),Merckley (08-13-2016),merkias (05-20-2016),Merkifyy (05-20-2016),Merkk (04-30-2016),MerlinPT (03-30-2016),mertaracarac (07-01-2016),messeey (12-11-2016),MeteorKubus72 (07-21-2016),MethMan725 (05-01-2016),methnbenzoz (07-01-2016),Methodiical (05-15-2016),MeticulousModz (04-17-2016),mettsko (11-07-2016),mexna (06-18-2016),mexusbr (06-12-2016),Mezzo1225 (06-26-2016),MGPHhyacks123 (07-19-2016),Mhfaarias (07-26-2016),micahz1 (08-04-2016),micahz3 (05-02-2016),micha140694 (06-02-2016),Michael Eng (08-11-2016),michael law (11-09-2016),micolas2 (05-20-2016),midnightgummy2 (11-19-2016),MightyPig (08-31-2016),Mighty_Pig (07-12-2016),miikaitanen (04-14-2016),Miikooos (06-16-2016),Mikaela Hyakuya (12-15-2016),mikeloro1 (05-02-2016),mikeu1 (06-23-2016),mike_grey (08-24-2016),mikhil (08-04-2016),Mikk33 (04-30-2016),mikkel91997 (12-11-2016),MilkTheSloth (09-19-2016),mindzx (07-06-2016),minecraftinventz (08-06-2016),minecraftsptd (03-28-2016),mineo210 (08-19-2016),MinerMaxHD (05-01-2016),minershock (05-28-2016),MiniGamer1 (05-19-2016),Minismuts (12-20-2016),MinMin024 (07-12-2016),minyaza (08-24-2016),MiojoAzul5 (12-12-2016),misakey (06-26-2016),MisterBaka7401 (08-04-2016),MisterCraft234 (08-28-2016),MisterXeeL (04-23-2016),Misty947 (09-25-2016),mitch1112v (01-07-2017),mitrut01 (07-21-2016),mitushd (07-07-2016),MIXA066 (05-09-2016),mizmarkblue (04-28-2016),mkwmonster (11-06-2016),MLG Juan (05-22-2016),mlghacker123 (08-09-2016),MLGLMAOLMAO (08-08-2016),MLGPLAYER101 (06-24-2016),mlittlefish (04-21-2016),mlmmintz (07-05-2016),mmrhd123 (11-23-2016),MNEM0 (07-28-2016),Moarkitties (02-08-2017),moderas (04-13-2016),ModernFlexi (07-11-2016),modery (06-03-2016),modzamflysein (04-25-2016),mofopapa (03-29-2016),mohdzarith (05-25-2016),mohsinstar (01-27-2018),molifloridaa (09-07-2016),mom123321 (12-11-2016),momkid6 (08-07-2016),Mongolete (07-09-2016),monsterfoxhacks (07-22-2016),moon2292000 (12-26-2016),MoonieMoo (05-20-2016),Moontosky (08-29-2016),moontoxic (09-17-2016),Moooon (03-23-2016),mooorkey (10-26-2016),mooow (03-25-2016),moow44 (10-28-2016),mortalco98 (07-06-2016),MortelNeo (08-24-2016),morten.alshaban (04-13-2016),MosesJ (05-05-2016),moshiman99 (07-19-2016),moto1964 (12-04-2016),mountaindewgamer22 (01-18-2017),Mouseyrain123 (08-25-2016),Moveruch (01-06-2017),moy233 (07-10-2016),Mr.jingle22 (10-09-2016),mr.psycho (08-21-2016),Mr.Taiwanese (05-20-2016),mr778 (05-16-2016),MrBandy (03-24-2016),Mrboom431 (07-03-2016),MrCrayon1 (12-03-2016),MrFluffles1013 (04-08-2016),mrhyperman1 (12-31-2016),MrLaxt0r (08-12-2016),MrLiFe (05-25-2016),MrManHere (07-06-2016),mrmmo (12-23-2016),mrmoosh64 (12-31-2016),mrmrx (07-06-2016),mrnami1234 (06-25-2016),MrNimrod (08-28-2016),MrObscuro (11-11-2016),mrscrubsome (07-18-2016),MrShake (11-25-2016),MrSlurm (08-14-2016),MrTOKER (11-03-2016),MrViper11 (07-05-2016),mrzezoakj (03-23-2016),Mr_NinetyNine (10-28-2016),MR_RETROMAN (03-22-2016),msar (11-25-2016),msutermax (08-27-2016),mu5tach3 (07-08-2016),mudio1234 (03-25-2016),Mugency (07-27-2016),MuhdWaz (07-03-2016),MultiMod (06-08-2016),munkken360 (08-02-2016),murad1234 (06-20-2016),muraj123 (05-03-2016),Murdock69 (03-28-2016),Murica99 (04-11-2016),murilett99 (11-11-2016),MushroomPeople (05-16-2016),musqi92 (12-17-2016),Mustachee (06-12-2016),mustafa_aysan1 (07-24-2016),mutiny_1234 (05-15-2016),muu182 (10-27-2016),MVAposarn (04-07-2016),Mxdlol (11-18-2016),mxiyxmaia (07-17-2016),mydekutree (10-11-2016),MyDogEatsChips (08-04-2016),mydudes (08-24-2016),Mygade (10-21-2016),MyGrandmaToldMeTo (03-25-2016),mz4n (02-09-2017),mzan (05-28-2016),n00bman123 (05-19-2016),n1kcs (03-29-2016),n1kko (11-20-2016),n3r0v1p3r (06-13-2016),naelkaazu (10-04-2016),Naga155 (11-26-2016),nakkimuusi123 (05-26-2016),nalif (06-18-2016),Namek99 (07-21-2016),namelessid (10-09-2016),nani? (07-05-2016),nanimcart (08-27-2016),naowee (10-27-2016),nardovisky (12-07-2016),narutocrazlo (07-02-2016),NastyAttraction (03-30-2016),NathanTG (06-10-2016),NathanU (08-17-2016),Nattied (10-03-2016),navialireza (08-09-2016),nbkmarz (10-27-2016),nbkokkkkks (05-14-2016),NeaZen1 (11-03-2017),NecdetKomutan (06-24-2016),neckyourself (11-10-2016),Necro47 (07-04-2016),nedimcan12 (05-30-2016),Neemo (05-03-2016),negeroid (11-12-2016),Neil1212 (09-25-2016),nekit6301 (10-19-2016),nelsondayca (08-06-2016),nemesisssu (05-20-2016),nemphis (07-07-2016),neosanimum (04-29-2016),nephiraV2 (12-01-2016),nero808 (04-03-2016),nerwows (08-03-2016),netoowgames (03-03-2017),Netwxrk (05-21-2016),nevermind26 (01-12-2017),NewAgeGod (07-08-2016),newowhit (06-06-2016),NewSpawnedFodder (04-30-2016),Nexxonus (10-12-2016),NeykohHD (05-08-2016),ngmausu (12-04-2016),NGSYINX (09-27-2016),Nh0kz (08-19-2016),Nheits (12-03-2018),nho321 (06-07-2016),nhoohn (11-18-2016),Nibnibbitz (12-17-2016),nicemanokt (03-23-2016),nicepassword (04-03-2016),Nichismoke (10-05-2016),niciopanicio (04-25-2016),nick801329 (06-18-2016),nickh99 (08-20-2016),nickklaustvd (05-06-2016),nickoc101 (05-28-2016),nicoislove (10-16-2016),nicokiller (07-28-2016),nicolai103 (08-29-2016),nidnnd (06-09-2016),nifer345 (08-13-2016),nifer63 (06-17-2016),Niggerbetrip (11-30-2016),NiggerFaggot90 (08-05-2016),niggypong (05-13-2016),Night Ninja (07-24-2016),Nightfoxi (12-03-2016),Nightmare_Shadow (11-23-2016),nightravenhacks (10-15-2016),NightwalkerVML (06-18-2016),nijaxa (06-18-2016),NikihakSRB (06-12-2016),nikkoward (06-05-2016),NiklasJeffersson (08-19-2016),NikolaKiller053 (08-19-2016),Niksman (06-26-2016),nimrodking (05-28-2016),ninjafox44 (03-22-2016),ninjaklick (05-23-2016),Ninjarose40160 (09-15-2016),NinjaWafflez (10-26-2016),ninooo77 (07-07-2016),nipanorsu (10-08-2016),Nisse12 (05-20-2016),nitroso2 (08-05-2016),nNoLL (09-10-2016),Noah East (11-10-2016),Noah520 (07-01-2016),NocteMortis (06-01-2016),nocturnight (05-06-2016),nodsterr (07-04-2016),nokturna (01-16-2017),nolvoid (03-24-2016),NoNameCheat (11-16-2016),NonePred (08-07-2016),Nontawat (05-24-2016),Noobdaddy (06-16-2016),NoobiCake (11-22-2017),Noogwr (08-13-2016),norbertooo (07-03-2016),normamem (07-09-2016),Nosfecb (09-19-2016),NotAFgt (12-08-2016),notapGod (06-10-2016),nota_smurf17 (12-27-2016),NotClutch (12-05-2016),NoTech (11-26-2016),notmrsnail (12-13-2016),notnicoduarte (06-02-2016),NotoriousGG (11-14-2016),novalues25 (12-16-2016),novalyfe565 (07-01-2016),novambra (07-22-2016),novapova123 (09-25-2016),NovaSpartan01 (05-02-2016),noverguy (04-23-2016),NoxchiBorz (08-22-2016),Noxxxxx (11-19-2016),noythu (06-28-2016),Nozila7 (11-28-2016),NpNgLeader15 (04-17-2016),NSAKappa123 (06-24-2016),ntkonz (04-01-2016),Ntmlapute (06-11-2016),nub1546 (06-19-2016),NubicCSGO (10-30-2016),nuclearcookies (06-12-2016),nuhan1230 (06-16-2016),Nullman (07-04-2016),nullptr_t (04-14-2016),Nworb (12-01-2016),nycrom (06-10-2016),oamd2002 (04-14-2016),ochakami (07-09-2016),ocrytheman (06-13-2016),octayfa (04-28-2016),odayaamar (05-20-2016),odyy (03-27-2016),OfficialBao (08-24-2016),officialnakeddog (04-23-2016),officialrelight (05-27-2016),offtepliy (07-05-2016),OGOh (12-11-2016),oguzcanerkan123 (12-08-2016),oHatedChappie (05-21-2016),OhVegetables (08-03-2016),OkiPok (11-27-2016),olatz22407 (05-05-2016),oliwiak82 (06-20-2016),ollij11 (07-17-2016),olumun123 (05-30-2016),omarbot (06-05-2018),omarrmt (04-02-2016),Omar_Dorgham (05-04-2016),omatikaja (05-05-2016),OmegaAlex (06-26-2016),OMGdeadPANDA (03-30-2016),omgforgot (07-21-2016),omggoingtodownloadhacks (06-01-2016),ondrasovka98 (08-27-2016),OneInchMonster (04-30-2016),onepman (04-03-2016),only2times (05-03-2016),Opalatal (05-10-2016),Ophicius (06-27-2016),OppaiPassi (10-07-2016),oprahhelpsppl (06-01-2016),Optic1 (04-29-2016),optikdeag (08-18-2016),Optimumi (10-06-2016),Oqsuduck (11-28-2016),Orangutangen (11-19-2016),oreezy (05-14-2016),oreoismydog23 (04-30-2016),orestasn (12-10-2016),ori.hamond (08-19-2016),OriginalRudeDog (05-01-2016),OrionProxy (06-07-2016),osigeno18 (10-26-2016),OSInstant (10-27-2016),oskisbro (06-17-2016),oStats (09-03-2016),osz92 (12-01-2016),OtakuMateTV (06-06-2016),oussam12221 (08-05-2016),owensoh12 (04-12-2016),owlreed (05-13-2016),Owned23 (12-06-2016),owo (06-08-2016),oxybosss (05-25-2016),oyler44 (11-16-2016),OynarsanOyna (04-02-2016),ozan_1180 (09-02-2016),OZone999 (04-16-2016),OZZE4 (10-20-2016),PabloEscobar44 (01-14-2017),Pacman9977 (08-18-2016),padre49 (06-29-2016),PadvinderClaeys (10-20-2016),Paiinster (08-12-2016),Panda7k (08-17-2016),Pandaisacheater (11-14-2016),Pandak2 (08-24-2016),pandalizer (07-29-2016),pandugo123 (01-01-2017),Panmai12345 (07-16-2016),papanamericano (09-13-2016),Papin (08-19-2016),PardonOkayThen (05-19-2016),parhellion (08-31-2016),Pariaman (10-15-2017),ParkrFTW (05-26-2016),parksugoi (07-28-2016),parvova (07-14-2016),paskapenis (10-28-2016),Passelat (10-28-2016),passivemodding (10-11-2016),patrickking228 (09-09-2016),patrickpo (10-19-2016),paulo775 (07-03-2016),pawel9940 (06-11-2016),pcgamer930 (08-25-2016),pchanidarova (10-30-2016),PeacePlusU (12-02-2016),pecex123 (09-06-2016),pedroluiz321 (09-16-2016),pedromegaboss (09-10-2016),pedroxx2 (09-17-2016),PeekabooNinja123 (04-27-2016),peertje (07-01-2016),pegassuss32 (07-01-2016),pelle123456 (04-02-2016),Penguin(nothacking) (10-28-2016),PenguinGuy1 (09-11-2016),Penis1133 (04-21-2016),penuts868 (06-11-2016),PeppaPika (06-23-2016),Pepsimiez (06-14-2016),perm123 (05-27-2016),Perplexedx (11-20-2016),peter.enes (04-30-2016),peter2468 (05-29-2016),peteralert (09-11-2016),peterdahl1312 (11-26-2016),PetitLu (06-27-2016),petygrosso (01-09-2017),phooey123 (07-05-2016),Phoon343 (10-05-2016),phucs (06-24-2016),Phurious_ (06-18-2016),physx730 (12-04-2016),Pickachu21 (08-19-2016),picko094 (05-22-2016),Pieterpieter (06-17-2016),pietjepuk11 (06-05-2016),Pietrobr12 (10-22-2016),PigeonDough (09-17-2016),Piggy6 (06-24-2016),pillupuhelin (06-12-2016),pinea (04-21-2016),PinoUsher (10-26-2016),pirateFromrussia (08-27-2016),pistakilla (07-17-2016),pitingo1 (06-01-2016),PIWxKillz (04-29-2016),pixiestik (10-10-2016),pkzord (01-10-2017),Playable Console (08-15-2016),playr1 (05-20-2016),Plebasaurus_Rekt (08-17-2016),plusJUMP (08-03-2016),PlusM1nus (10-31-2016),pmoll3 (04-26-2016),Pnkhk (09-03-2016),Po Tato (07-21-2016),pocztawp1221 (03-26-2016),pokerdwerg (06-03-2016),poliszpro091 (07-13-2016),Polluks15 (05-14-2016),poontoon (07-28-2016),poopdoo55 (07-17-2016),poophead233 (06-29-2016),poopshitd (10-09-2016),popcorio (04-16-2016),Popcorn Addict (07-08-2016),poperze112 (04-26-2016),Popschutz (06-25-2016),porcalt (10-10-2016),porraderegistro (11-27-2018),possukoira (06-12-2016),postman22 (06-02-2016),PotatoKing12 (05-28-2016),powerrocker (06-12-2016),powerup4g (04-09-2016),ppederiv4 (06-20-2016),ppin (04-24-2016),pratikpunkxxx (07-30-2016),Predator42 (06-08-2017),PredzRacer (09-10-2016),Princeabubo1336 (11-23-2016),Pro909 (06-29-2016),Probey (04-20-2016),Problematic02 (12-25-2016),Produde8373 (09-10-2016),Proffesor_Diggi (05-03-2016),ProGamerZest (05-17-2016),progargaen13 (11-30-2016),prokiller1199 (07-26-2016),prosec. (11-04-2016),proserpiana (12-19-2016),Proto X Pythonz (11-07-2016),Proxieing1 (07-28-2016),proxxhack (07-05-2016),PryxioN (08-04-2016),psk579 (05-06-2016),psp184 (07-10-2016),PsychoChester (04-03-2016),ptb007 (06-25-2016),ptcraft1 (08-24-2016),PTForcePT (04-13-2016),Puchalke (09-27-2016),pulicafranaru (05-20-2016),punX'1 (08-06-2016),Pupurchik (11-30-2016),PurpleOldMaN (04-03-2016),Putere2244 (04-15-2016),PVzero (05-16-2016),Pxmb (06-14-2016),pyourslayerd (06-14-2016),PyrDarkness (06-12-2016),PyRoyNa (10-02-2016),q798627 (03-23-2016),qbdre (11-24-2016),QcWarrior (03-31-2016),Qiino (04-18-2016),qlah332 (06-16-2016),qp1xqp (08-12-2016),QQmore? (07-21-2016),QuackersQ (10-09-2016),QuadFeed3413 (05-23-2016),quantanium (07-15-2016),qugamer (07-31-2016),Quincy01 (04-28-2016),QuinnS (04-13-2016),quittryin (07-29-2016),quwhbkdwhbji (04-13-2016),QuXiL (06-28-2016),qwexzxz (11-09-2016),qwqsqa (08-06-2016),r0m4nn (03-24-2016),R3DW4LL (09-25-2016),R3S0M (04-16-2016),R4MK4 (05-18-2016),RacistPineapples (08-09-2016),Radduuuu (06-09-2016),Radical_One (06-27-2016),radu234 (10-26-2016),rafaelmariano33 (10-09-2016),RageF0x (09-06-2016),RagingSerenity (05-19-2016),raidi (08-17-2016),raiever (04-25-2016),railgunmisaka (11-06-2016),RainbowsNKittens (06-24-2016),raiser34 (06-14-2016),Rakunai (06-19-2016),Ramiro2015 (11-10-2016),Rampe94 (08-26-2016),ransteo (04-28-2016),Rapt0rGaming (03-27-2016),rareslungu (12-01-2016),ras02 (11-02-2016),Rasesz (08-08-2016),rasmuskard (04-26-2016),RawbHurt (09-28-2016),Rawn7702 (11-21-2016),rayden_11 (04-19-2016),razetr59 (03-30-2016),RBCcsgo (01-01-2017),rcco (08-15-2016),RealAshh (01-21-2017),realiistiic (11-17-2016),realize159 (05-14-2016),realkaka (08-01-2016),RealmOfTheMadGodHack (08-22-2016),RealSheeps (05-29-2016),RealVoTexx (09-28-2016),rebuildable (05-30-2016),red12hunter (08-10-2016),redcodatu34 (05-25-2016),Redepicface (12-03-2016),RedEthox (04-15-2016),redfiredu29 (08-19-2016),redk2 (04-20-2016),RedSonic (11-18-2017),RedXAnd3r1 (04-20-2016),Red_Wolf (04-12-2016),reiz3 (05-28-2016),ReKaP (01-19-2017),rektboys (12-10-2016),relaxo99 (09-30-2016),Release Modz (03-30-2016),remedyonal (06-05-2016),Remember12 (08-18-2016),remiisk (04-18-2016),RemilRLs (01-13-2017),RemsonPL (06-17-2016),ren4ukiq (05-09-2016),renato121993 (05-02-2016),rene3216 (03-30-2016),rennersda1234 (08-25-2016),renqax (08-25-2016),reolatas2001 (08-22-2016),rerdoze (06-02-2016),revelations3 (05-18-2016),Revelin (09-29-2016),RevolverR8 (10-25-2016),rexoo123 (09-30-2016),ReyhanBS (05-24-2016),reymos (03-24-2016),Rezly (06-06-2016),rgaerhetheththrtdh (01-15-2017),RgSM (04-29-2016),rhanii01 (08-07-2016),rhenzenabi (10-28-2016),Rhino-x (11-20-2016),RhitsifyOSU (11-10-2016),rhuan252 (07-10-2016),Riblah (06-03-2016),ricardomartins5 (07-13-2016),RiceBunz (07-03-2016),rickisgaming (12-02-2016),rickywaikee (08-19-2016),ricky_zhu3302 (12-31-2016),ridiqulus (04-02-2016),ridzwan3518 (12-04-2016),rihardsq (04-06-2016),rik0009 (01-10-2017),rikefire (04-13-2016),Rilyn (03-31-2016),rimicovi (04-26-2016),rimov (08-15-2016),rinar86 (05-12-2016),rino890 (01-04-2017),riseofevil (03-24-2016),Ritchi (08-24-2016),Ritzyui (10-21-2016),Riu (12-12-2016),rjsandy11 (06-29-2016),roadrunner101 (06-11-2016),robban_vocc (12-11-2016),robert2424 (08-29-2016),Robertdv (05-21-2016),RobertGim (05-05-2016),ROBIN_BIRDS (06-09-2016),RoboticNinja (04-25-2016),rocker231 (08-22-2016),Rockkstars (07-05-2016),Rocky159a (07-09-2016),Roclan (06-13-2016),rodrickhacker (04-03-2016),rodsspt69 (11-02-2016),roglemorph (08-05-2016),rojxelat12 (05-08-2016),Rolfan (08-24-2016),roller212121 (10-29-2016),roludera (07-23-2016),rolyxd (12-08-2016),romanraid (06-25-2016),rommi93 (11-10-2016),rop181 (09-15-2016),RoryHazTaco (04-19-2016),rosentorp (07-22-2016),rossco6190 (06-23-2016),rosspwnz (09-14-2016),Roviz (09-02-2016),RoyalMonkey13 (10-30-2016),RoyaltyYT (08-14-2016),Royce (11-11-2016),Rozek72 (06-28-2016),rpizzzle (11-15-2016),rpmx (11-19-2016),rqweto (09-01-2018),RSFPredator (06-08-2016),rtab (05-02-2016),RTEGRWEYHGWA$RywywG (05-09-2016),rtmscz (01-03-2017),rtuciyarin (09-17-2016),rudalsrla1223 (04-01-2016),rui0814 (12-01-2016),rull (05-26-2016),Rullen (11-16-2016),runerfest (05-05-2016),Rusik565 (05-03-2016),rustam_124rus (11-13-2016),rutabaga (09-01-2016),rxet7 (06-14-2016),ryandavk (12-03-2016),RyanGoHard (10-28-2016),ryanisamerp (08-05-2016),RyanMoloney (07-07-2016),RyanYoutube (11-22-2016),Rynzx (07-27-2016),rysdan (07-28-2016),Ryuzukiiii (05-03-2016),s29365 (11-26-2016),S3NT1MZ (03-22-2016),s4hack (04-17-2016),sabriii (05-26-2016),SacredChaos (10-27-2016),SacredCJS (12-21-2016),sadbsbaCheats (08-25-2016),sadolera (04-29-2016),sadsadasd (08-08-2016),SadTimeFR (11-17-2016),Sagene (09-29-2016),saiko116 (08-10-2016),SaiyanStuff (06-02-2016),saksakman (04-19-2016),sakul1000 (05-04-2016),sal11115 (06-15-2016),salih2222 (10-25-2016),salimi97 (05-23-2016),Salticus (11-12-2016),saltypeppers (09-03-2016),Samfergoo (04-25-2016),sami3120 (11-14-2016),samiongay (08-10-2016),Samkea (06-11-2016),sams92i (12-24-2016),SamuraiGilgamesh (05-07-2016),Sam_Nicolas (10-16-2016),sanholo44x2 (08-19-2016),sanivde2 (08-09-2016),santimaieron (04-23-2016),sanyontos228 (11-29-2016),sashabelow2 (06-09-2016),SashaStriker (04-05-2016),Sashokin (07-31-2016),Sasuke_Ninja (11-18-2017),satoujiro (06-04-2016),SAUFROSON (07-02-2016),SAVA121 (11-18-2016),savageprism (11-23-2016),savedude12 (06-03-2016),savvatore (06-23-2016),Sayaaaa (07-18-2016),SayberPro (06-20-2016),SayiiReqzHD (09-28-2016),saykodelik09 (07-28-2016),scaredeggs (08-23-2016),schmopp (09-28-2016),schnitzelkiller (04-15-2016),scorpion21337 (11-04-2016),scorpiondz (08-09-2016),scott_brouard (04-15-2016),Scough (08-01-2016),ScoutGuardian (11-13-2016),screwhole (12-28-2016),Scriptex (01-14-2017),scrubalicious (07-06-2016),Scrubwatch (05-15-2016),scumbroza (10-03-2016),sdfsdfsdfaaaaaaaaaaae (01-19-2017),Se7eNSsizZ (10-03-2016),SeattleHippo (08-24-2016),sebi9916 (11-18-2016),sebros (11-29-2016),sebsel151 (11-30-2016),securit4c3k (08-27-2016),seekog (12-04-2016),Seeypa (08-06-2016),Sekiro (04-10-2016),semacom (11-10-2016),senilepanda (05-15-2016),sensazn777 (05-03-2016),seppe319 (04-08-2016),seraphimcreupto (11-01-2016),Seraphixxx (08-06-2016),Sergeant Yuri (07-22-2016),serseriler22 (12-17-2016),SethQ (05-13-2016),setok110 (07-01-2016),SetPiece (06-27-2016),sevenwish (10-20-2016),sexby (04-19-2016),sgtkhaddafeh (06-08-2016),sh1nrue (03-23-2016),SH4D0W_4MM0 (06-09-2016),shackl10 (11-20-2016),Shadow26Wolf (04-10-2016),shadowmarks1 (06-30-2016),ShadowZeyz (06-30-2016),shamik07 (04-02-2016),shanderbr (11-22-2016),shannoncks (05-10-2016),sharkbaitxd3 (07-14-2016),sharky732 (12-14-2016),shattering (03-23-2016),shav21 (05-05-2016),shayan123123 (11-19-2016),sherbert780 (08-27-2016),shinxxable (04-16-2016),Shinybird22 (10-21-2016),shiro84 (01-20-2017),Shitmade (09-01-2016),shn00b (06-19-2016),shockwavexd (05-20-2016),shosees (06-23-2016),shoupplays (06-26-2016),ShowMeYourSowa (04-21-2016),ShrapNyll (05-05-2016),Shrekman (06-02-2016),ShruzyBlenton (05-16-2016),shv (10-27-2016),SiDaiKurumi (05-06-2016),SilentkillerTM (05-08-2016),silent_Jizzer (10-15-2016),Silva17 (05-11-2016),SilverMario (03-26-2016),Silvermoon (08-06-2016),Silversmurfer912 (11-16-2016),simenmann (04-16-2016),Simon.D (09-01-2016),sinfulpanda (07-04-2016),Sinister1973 (08-01-2016),sirdabbeemre1180 (06-02-2016),sirlancealot111 (09-13-2016),Siwat (10-31-2016),sizofrenikpanda (07-24-2016),skariwnl (10-30-2016),skaro41 (07-23-2016),Skill99 (08-28-2016),sklus (01-22-2017),skol7 (05-30-2016),SkriiL (07-12-2016),Skukiz (03-17-2018),SkullyCSGO (05-22-2016),SKYDRONX (11-22-2016),Skyee21 (10-18-2016),skyfan2802 (12-23-2016),skynaid (05-16-2016),Skyscoutian (07-01-2016),slaerrex (10-07-2016),slashjk (11-19-2016),slawa128 (06-09-2016),slayerofpoon (06-09-2016),slickzzinn (05-10-2016),slico (05-20-2016),Slifer85 (10-12-2016),slimehead2003 (07-03-2016),Slimgoozy (04-27-2016),sloxpt (12-24-2016),Smachary (04-12-2016),smally small (11-30-2017),smexypants (03-23-2016),smlag (05-02-2016),SmootherThanYOU (08-28-2016),SMOrc123 (05-12-2016),SmoreDoesYT (06-01-2016),smurffaamaan (10-21-2016),SmyRobert (08-03-2016),snabb1n (10-29-2016),SNAICH (08-08-2016),Sniper Client (08-08-2016),SniperSkillz27 (05-20-2016),SnKTanK1 (07-06-2016),snoop-doge (07-10-2016),Snoopy (08-25-2016),Snow Lepoard (12-07-2016),SnowEdy (05-05-2016),snowplayer (11-13-2016),snuffleupagus69 (06-07-2016),sobe_93 (05-10-2016),SoftHardBR (07-15-2016),SolarEcclliptic (07-05-2016),SomeMassiveScrublord (06-19-2016),soner22222 (10-08-2016),sonkez11 (06-16-2016),Sonzyyy (05-04-2016),soqrates222 (08-21-2016),soren0308 (09-30-2016),southwardtax (10-19-2016),SouthWindFromNorth (11-23-2016),SouxFx (04-23-2016),souzathaylor (08-09-2016),SP1K3CSGO (04-23-2016),Sp1na (05-01-2016),spacejam407 (06-12-2016),SpAcELover12 (11-12-2016),spar1900 (12-21-2016),sparkie5571 (06-27-2016),Spartan1Playz (10-29-2016),spazy199 (08-05-2016),specialboy2 (12-22-2016),speck001 (05-20-2016),SpectreSss (07-24-2016),Sped_XXI (09-05-2016),spencerchai (05-05-2016),Spider92i (10-27-2016),SPIDY_SK (04-14-2016),spike46gt (08-28-2016),spike_uber (07-05-2016),splashdogg (10-14-2016),Spookzz (01-16-2017),Springs (05-06-2016),sproxx_sl (08-15-2016),Squash1122 (05-16-2016),Squideh555 (01-01-2017),srepko (08-30-2016),Srixz (12-06-2016),SrPomi (08-07-2016),ssercan35 (05-22-2016),sslick1337 (07-17-2016),ssowan (05-11-2016),sstegner (09-19-2016),SSzatkowski (05-09-2016),st0rms (06-25-2016),st3rl1nguk (06-29-2016),Stacyy (07-15-2016),staicurazvan (04-10-2016),stakiexstarrr (10-26-2016),Stalkingwolf7 (06-20-2017),stangerup93 (09-29-2016),StardustDragonV2 (11-04-2016),StaticYey (10-20-2016),StayJuggin (05-21-2016),stealthisaur9 (10-07-2016),Steciu (06-08-2016),stefloper (10-17-2016),stembridge (04-04-2016),Steven1938 (08-26-2016),stevetsim (04-03-2016),Stevey118212 (04-18-2016),StickM (01-28-2017),stikraid (11-14-2016),stjadis (10-31-2016),stonexd212 (06-06-2016),stongtoast (12-05-2016),str8jabby (10-22-2016),straightsavagem9 (08-19-2016),street_gamesPT (03-30-2016),streezy (08-29-2016),Strexyyy (10-05-2016),StyleJam (08-28-2016),Su5hi (09-11-2016),suak (06-03-2016),subbout334 (05-19-2016),subtLe_Loner (04-24-2016),suchislife069 (11-22-2016),SuicidaI (07-07-2016),SuicidalCupcake (11-11-2016),Suicidal_cookie (10-29-2016),suka288 (04-03-2016),sukapadla322 (10-31-2016),sukmokkk (10-19-2016),sulemanmalik (06-28-2016),sundhi (03-22-2016),SunnyTR (07-28-2016),suntrann (06-02-2016),SupercoolT (03-23-2016),superjoep8 (05-07-2016),superwonderful (06-13-2016),sup__ (08-04-2016),SURFJES (08-06-2016),SurgaNAXUI (01-19-2017),Suxhe (06-17-2016),Suxor20 (08-09-2016),Suyu (05-14-2016),svincii (11-22-2016),svntxz (12-03-2016),swagboi1234 (08-19-2016),swaggyslaw rektovic (12-01-2016),swaglord4 (08-12-2016),swagman4n (05-11-2016),swd897 (09-16-2016),swigart123 (06-28-2016),Switch_05 (07-16-2016),Swordcrow1 (08-30-2016),swpk98 (11-30-2016),Swyaxa (05-01-2016),SxyHxy (04-29-2016),syike1 (04-06-2016),Sylar (03-23-2016),Symphonys_ (04-17-2016),Syncex (07-29-2016),synistras (07-28-2016),Synox1x (08-05-2016),syrvaak (08-19-2016),Sytrux (04-18-2016),Syv (10-04-2016),sziter (05-15-2016),t o n t i <3 (05-11-2016),[MPGH]T-800 (03-22-2016),t6n123 (12-22-2016),t7exas (04-23-2016),t800sin (01-08-2017),TacoNinja (12-14-2016),taigaai (08-21-2016),Tajny19 (07-29-2016),takadomo (10-22-2016),tanay321@ (06-19-2016),TaperOYT (05-05-2016),tapperpsp (03-27-2016),tarikmirza (12-01-2016),tariknut (03-25-2016),tarincz (09-16-2016),taro248 (12-19-2016),tarpalantir (08-02-2016),Taylen (07-05-2016),tbo3 (04-24-2016),tcoleman (06-21-2016),teamsustelo (06-13-2016),teckdeck22 (01-03-2017),TeeB (05-29-2016),tegarseptian (10-26-2016),Tegibone (10-20-2016),tehbronion (10-15-2016),TEHCOD12 (09-04-2016),TehFrogMan (05-04-2016),TehLauncher (04-29-2016),TehOwner1 (06-20-2016),Teleporterofdeath (10-20-2016),telga (09-21-2016),tempuri (06-08-2016),ten123 (03-22-2019),Tengus1 (09-16-2016),Tennis97 (11-29-2016),teo bovyn (11-01-2016),Terrone Napoli (01-05-2017),TerrosDark26 (08-30-2016),testik6 (03-27-2016),testomesto (11-16-2016),Teuvin (04-30-2016),TFAH (05-05-2016),Th3Ch34t3r (06-02-2016),th3m0th (10-14-2016),Thaeglor (10-27-2016),Thanosgod02 (04-23-2016),tharen1 (01-10-2017),tharushaks (04-30-2016),ThatCoin (01-12-2017),The-Sublimity (06-01-2016),The.Asian (10-09-2016),theacevirus (08-18-2016),TheamaizingTaco (06-02-2016),THEBEAST242434 (06-18-2016),thebestcs1 (05-16-2016),TheBiggestBrony (07-22-2016),theblackcaillou (04-16-2016),TheBlackPunker (06-05-2016),thebloodmaster (06-21-2016),TheBotHax (08-15-2016),TheChode1 (05-28-2016),TheCookieBoyYT (06-12-2016),TheCraftHD (07-01-2016),TheCrow90 (08-26-2016),TheDarkSlaya (05-19-2016),TheDarkVortex (07-04-2016),TheDread (05-15-2016),theduff19 (08-06-2016),TheEkjam (07-05-2016),TheEnderBow (08-04-2016),theeveil123 (07-28-2016),TheExplosionX2 (04-17-2016),TheFaggot2222 (11-19-2016),thefireninja (01-29-2017),thefusion109 (10-28-2016),thefuturechaos (07-10-2016),TheGamer22XD (04-17-2016),TheGamerCheater (01-06-2017),TheHaremLove (03-26-2019),thehero1212 (10-16-2016),TheInfexted (09-06-2016),thekigs (12-06-2017),thekillar (09-02-2016),TheKingKiller (11-17-2016),thekovukovu (11-11-2016),TheLastArc (11-24-2016),thelels (06-25-2016),Themasterjjoker (06-25-2016),TheMIndQrupker (06-17-2016),TheMurderousDuck (04-05-2016),thenate217 (07-05-2016),Theo0311 (10-29-2016),theogggg (05-06-2016),TheOneImmortalgod (10-14-2016),TheOnlyMoka (07-15-2016),thephasev (06-12-2016),TheRealSpud (04-28-2016),thereelsteal1 (03-25-2016),therepper (05-20-2016),theRumblers100 (06-02-2016),TheSaiK14 (11-01-2016),thesecondmillion123 (03-23-2016),TheSkillScope (08-07-2016),TheSlience121 (04-08-2016),TheSpooner (10-02-2016),TheStorm (05-15-2016),TheTeacHer (12-07-2016),thetricker (03-23-2016),TheTrueKing (05-19-2016),TheWarning (06-23-2016),TheWoodlandPeaceMaker (08-03-2016),thexmurder666 (05-30-2016),theyeetgod (06-04-2016),TheZeroMan123 (08-08-2016),thimss (05-25-2016),ThisdudeisOk (10-08-2016),ThisIsRageZ (07-01-2016),thiswebsiteloginsucks (08-28-2016),thom898a (11-27-2016),thomasprolar (09-05-2016),thousand1k (06-03-2016),thrilos100 (03-23-2016),throwawayfor (03-28-2016),thuanhieu159 (05-04-2016),thugzoro (12-23-2016),thug_169 (06-28-2016),thunderfire (10-12-2016),tiagoalmeida98 (11-25-2016),tidusleon123 (07-28-2016),tigerandy (06-03-2016),Tightmarrow (01-10-2017),Time3 (06-29-2016),TimoRiz (05-01-2016),tin16587 (05-16-2016),tintin888 (06-29-2016),tisauk (12-08-2016),Tism tsaj (08-22-2016),tisrobba (02-28-2019),tjdcksdn2 (07-16-2016),tjocelj0128 (08-06-2016),tkddbs0808 (04-23-2016),tleymon (12-27-2016),Tness360 (09-04-2016),Tns99 (08-31-2016),ToasTen (06-26-2016),Toasty_McDuff (07-03-2016),tobe2000 (07-26-2016),toby8189 (04-09-2016),tocacojones (05-11-2017),Todalhop (08-24-2016),tohruadachi (09-05-2016),Tohve (07-01-2016),toke1000 (03-30-2016),Toker Face (08-20-2016),tomas5656 (08-24-2016),tomastosecky (04-24-2016),Tomaszac97 (05-19-2016),tomdasdas (07-16-2016),Tomerthehacker (07-05-2016),tomievecht21 (09-06-2016),tomigago (01-11-2017),tominko296virba (03-26-2016),tommpan43 (11-10-2016),TommyFerreira (05-12-2016),tommyq22 (07-12-2016),tomovvv (08-06-2016),tomsdert (05-04-2016),tonivacban (12-11-2016),tonychopper10 (10-27-2016),tonycoronado147 (10-21-2016),Tonzay (11-29-2016),Topic (01-10-2017),Toshiwamari (08-28-2016),totallynotlolyou (07-04-2016),tothestage (04-27-2016),totiloshungary (11-20-2016),toto41210 (05-07-2016),totododoido (06-14-2016),Toxic Vapour (04-15-2016),tqmvtqmv (07-27-2016),TrainZug (04-30-2016),TRAlNZUG (09-15-2016),trannelx2 (12-28-2016),Tre757 (07-01-2016),tree2222 (08-22-2016),treefrog14 (01-01-2017),tregua1 (10-15-2016),TRENDERMAN (04-18-2016),trevo123 (08-01-2016),treyg52 (07-24-2016),Trick2gay (04-09-2016),TriggerGamesLtd (01-01-2017),trigger_2309 (06-02-2016),Trioen (07-10-2016),Triotip (12-24-2016),trippaay (05-18-2016),trippyhits (01-31-2017),triqqybeast (11-23-2016),tristan0904 (06-14-2016),TRJustSethTR (03-22-2016),trojan0z2 (04-24-2016),TrollingForDays12 (03-26-2016),trololo1230 (10-19-2016),Tropado (04-07-2016),Trothgar (08-07-2016),truhakker (10-11-2016),Trumpv1 (07-30-2016),truth.. (06-05-2016),trynothingy (11-06-2016),tsrytse (11-14-2016),Tsunzuke (01-23-2017),TSURIKappa (05-09-2016),TTaneli (09-07-2016),tttttz (12-18-2016),tumte (11-24-2016),Tune.te (07-01-2016),turekmp (11-03-2016),Turtles779 (09-23-2016),tuscangod (05-09-2016),tvgcryptic (04-18-2016),tweaK1 (05-29-2016),TweaNyyy (08-21-2016),twiitchy (08-05-2016),TwistedLobby (12-27-2016),twistedturn13 (11-27-2016),tykath1234 (04-03-2016),tylers2000 (07-17-2016),Tymesand (06-27-2016),tynki (11-06-2016),typoney (01-15-2017),Tyr4nT (08-12-2016),tyzzwashere (07-06-2016),tzh8118 (11-02-2016),uberyellow3 (05-12-2016),UDemBoYZ (09-10-2016),Uie (07-05-2016),ultra3266 (06-06-2016),ultracheat45 (06-03-2016),Umut0123 (12-24-2016),umutcans (07-06-2016),umutserkan (05-01-2016),UnboltedSeven (08-27-2016),Uncouth (06-08-2016),UncreatedPizza (01-15-2017),undeadmens (03-31-2016),underbrick (10-16-2016),undersword (07-28-2016),Uneasy43 (04-18-2016),UnholyGhost (06-25-2016),UnkownClone (06-15-2016),uplandbuckle579 (06-10-2016),UppNrise (09-06-2016),UrfukinMum (08-13-2016),Urzeitkrebs (09-07-2016),Use2BeBad (05-28-2016),UseMyTriiggs (06-15-2016),usernama556 (05-06-2016),Username367 (04-23-2016),usmart (05-12-2016),Ussbismark (05-14-2016),uzaytoprak (04-21-2017),v0rtEX_TV (03-26-2016),v1rtu4l25 (11-13-2016),V1rusB0ss (06-30-2016),Vabrik (10-09-2016),vacerror (07-06-2016),Vahlokriid (09-29-2016),Vahukoor12 (03-23-2016),Vakoss_ (07-21-2016),valdisnei (07-19-2016),Valerio31 (10-07-2016),ValueAntiCuming (06-02-2016),Vamosha (05-27-2016),Vanslol (10-05-2016),variantSG (05-27-2016),varieties (05-02-2016),VarmKorven (09-17-2016),VarmKorvisen (11-05-2016),varzanel (11-27-2016),vasalitos (07-07-2016),vascosustelo (06-21-2016),Vashie (06-25-2016),vasioiko (05-04-2016),vauwe (08-05-2016),vDefiience (06-06-2016),vectormega (05-22-2016),veli615 (06-10-2016),veliath (11-29-2016),VenkyGamer (11-02-2016),VeNoMxKinG (08-05-2016),venterly (09-21-2016),Ventu (07-06-2016),veq (07-28-2016),Veroxx. (07-05-2016),Vertaah (09-22-2016),Very Blurry (07-06-2016),Vetlee (04-25-2016),Vexcellion (06-23-2016),Vezina (07-12-2016),vGarry_ (09-23-2016),vicevirus (05-01-2016),Victimhak (05-15-2016),victorhr (01-01-2017),VictoryRune (11-26-2016),vigorous1 (10-03-2016),vininriix (06-26-2016),viper1996tat (07-05-2016),ViperKiller99 (05-19-2016),VIPkiller17 (04-03-2016),virush1 (12-30-2017),vitamiinsr28 (09-17-2016),vito37 (06-18-2016),vixmix (12-27-2016),viziion7 (06-07-2016),Vlad228322 (05-22-2016),VLAD8886 (07-05-2016),vodcast (04-30-2016),vojtik01 (04-24-2016),volcano1345 (06-05-2016),volcanoltd (04-15-2016),voldem8 (07-02-2016),volkoff2603 (07-09-2016),vorosmartin99 (12-01-2016),vorschit (01-05-2017),VOSSWATER (11-12-2016),vurrado (05-05-2016),vvvn (10-21-2016),w33dm4ntv (05-16-2016),W3eeed (08-11-2016),w8ter (03-29-2016),waca (08-23-2018),WaffelCop (05-11-2016),Waffle-Man11 (05-12-2016),wahzix (09-15-2016),wajanna205 (06-10-2016),WantedGamer (05-28-2016),wardea1993 (05-08-2016),Waren37 (08-02-2016),warning666 (09-07-2016),warpigBibosDaFatZib (08-30-2016),warpigskull (06-11-2016),Warriour11 (10-02-2016),warszawiak (12-02-2016),wasd147 (03-25-2016),wbNNA (06-08-2016),wd8 (05-13-2016),weabooze (08-07-2016),webkick (07-01-2016),Webster2oox (11-23-2016),weley91 (05-23-2016),welshboy293 (05-12-2016),WendigosxD (10-25-2016),werasaok55 (03-30-2016),werwwer12345 (06-11-2016),WesleyyyR (11-12-2016),westergg (04-22-2016),wexlent (04-25-2016),wfontes01 (11-24-2016),whabig (10-16-2016),whatiswar (04-16-2016),whatthefuckeksd (12-24-2016),whiteapplepie (05-18-2016),WhiteoutZ (03-27-2016),whitepeoplescary (06-09-2016),WhiteTee (07-01-2016),WhoDaresWins101 (04-06-2016),Whytry (01-15-2017),whyusomad420 (05-10-2016),Wicaa (06-02-2016),wierie772 (01-07-2017),WiesDanTex (06-04-2016),Wifllo (04-05-2016),willfar2 (11-07-2016),william9931 (07-27-2016),WilliamFFFFF (05-27-2016),williamoff (04-16-2016),willietn (10-14-2016),WillJones2000 (08-01-2016),willywailsk122222 (12-29-2016),Winfordman (07-22-2016),Winniski (10-27-2016),wintrfrost (09-04-2016),wishpack (09-11-2016),wjfkfqf (06-04-2016),Wjusthappen37 (07-28-2016),Woig (08-12-2016),Wojgroch (07-19-2016),womboh (10-12-2016),wonde (08-20-2016),wongRL (09-26-2016),woojo143 (08-28-2016),wooter1 (05-15-2016),WoRki (01-14-2017),wP Eclipse (04-15-2016),wp1 (08-06-2016),wrapzii (11-20-2016),wredny101 (07-15-2016),WrisKu (12-20-2016),wtfdude1337 (08-02-2016),wtweywsgwseggr (04-18-2016),wukioh (04-02-2016),wyn07 (10-08-2016),wzxj10 (08-05-2016),X1MS (09-14-2016),XacT (04-30-2016),xanino123 (10-26-2016),XantaClaus (10-19-2016),xartiqs (10-01-2016),xasapis (09-13-2016),xaxaruski (05-22-2016),XAXAXAHABN (09-29-2016),xbathsaltx (07-30-2016),xbbtoyx (12-08-2016),xblslothy1 (01-15-2017),XCarBOn2011 (07-24-2016),xChrisss (08-11-2016),xcolon01 (09-30-2016),XDDDDDDDDDDDDD (12-26-2016),XDmemeskappa (11-25-2016),xeastro (05-28-2016),xeaterbr (06-20-2016),XeroX76 (08-28-2016),xeul98 (07-12-2016),XeXetrim (06-17-2016),XeykaMY (12-19-2016),xGanja (11-24-2016),xghostranger (03-27-2016),xH4Xx (08-07-2016),xHenkkaaa (08-26-2016),xiaochenv5 (08-04-2016),xiaodijia (06-30-2016),XiiaoRomeo (03-31-2016),Xilinium (08-13-2016),xillux (06-15-2016),xilnairda (09-06-2016),xIMichaelMcIx (10-01-2016),XinTheKiller (05-14-2016),xion2_ (05-28-2016),xITzHiiGHTReeZ (01-18-2017),xiyingpeng (07-14-2016),xjasper2214 (03-24-2016),xjax1 (08-23-2016),xKarmage (08-27-2016),xLambert21 (06-28-2016),xMagicStar (06-02-2016),xMitroModz (10-18-2016),xMRLorDS (05-07-2016),xnicknicknick (11-21-2016),xnkk (07-24-2016),xnms69 (07-07-2016),xoxoskins (08-08-2016),xpadyx (05-06-2016),xpertchief (03-26-2016),Xphony (11-11-2016),xPiceno (11-29-2016),xPrometheus (04-03-2016),XRaZoRModding (06-26-2016),xroginhox (07-01-2016),xShotzDOntHack (11-29-2016),xTentrex (09-14-2016),xthere1 (05-10-2016),XTimtaniumX (11-02-2016),xtreamsky15 (04-29-2016),xumus94 (06-28-2016),xvencio (06-03-2016),xvevax (06-30-2016),XviperGamingXVG (09-15-2016),xXAhmz0o (06-10-2016),XXAvengedX (07-02-2016),xXBullzEyeXx (04-07-2016),xxCheatMineXx (03-26-2016),xXDalleXx (04-18-2016),xxgsliemrexx (05-09-2016),xxn3v3t5xx (08-29-2016),xXPENUT69Xx (04-30-2016),xxpredict (09-17-2016),xxqlimaxx (05-08-2016),xXR3ap3RXx (06-14-2016),xxraerxx (12-01-2016),xxrosskempxx (10-30-2016),XxskaterxX100 (11-20-2016),xxsuperxx (06-09-2016),xXTurtleXx (06-03-2016),xXxMLG420xxX (05-15-2016),xxzombies95xx (12-29-2016),xyc2347 (04-23-2016),xylatus (08-26-2016),yahyaeren123 (11-25-2016),Yalex (04-29-2016),yamabardak (04-22-2016),yaphatsjr123 (08-19-2016),yato1826 (05-06-2016),yc2557 (07-28-2016),yeled_tov (04-28-2016),YellahFevre (12-11-2016),Yesify (07-27-2019),yfz1012577262 (07-13-2016),ygro (06-30-2016),yhahacker (08-07-2016),yhatzy (06-06-2016),Yilmazturk (11-01-2016),ylun (04-30-2016),Ynvgsav (07-18-2016),yogaga (08-24-2016),Yohibye (05-14-2016),Yolo1234321 (06-16-2016),YOLOSWAGYOLO! (05-22-2016),Yoshi0234 (10-20-2016),yoshimundo (12-03-2016),youker (03-31-2016),Younghomie0000 (07-04-2016),youngwezzy (04-24-2016),young_mane (11-22-2016),Your boy flame (02-07-2017),youungwezzy (04-24-2016),youwotm9hacks (07-09-2016),yoyo28 (06-07-2016),yrzr (08-09-2016),yucel41 (07-21-2016),YukTarVik (12-01-2016),yukut26 (06-30-2016),yulejunliang (08-18-2016),yungmcbutthole (05-25-2016),yungspavlo (06-15-2016),Yuniecorn (05-06-2016),yXea (01-14-2017),Zack Official (07-10-2016),Zack OSiris (07-28-2016),zacksmk2 (09-20-2016),Zaczero (12-22-2016),zaferbeyderler (08-11-2016),zagehh (01-20-2017),zahk59869 (12-26-2016),ZaiKia101 (05-13-2017),Zainalig82 (08-09-2016),Zane (11-27-2016),zap9hockey (07-03-2016),zapper376 (01-05-2017),zat123456 (10-26-2016),Zbabalabians (07-21-2016),zDrops (12-21-2016),zebitriste (09-03-2016),Zedriv93 (06-02-2016),Zeeqa (07-05-2016),zefiend (08-30-2016),Zehomieknight (06-19-2016),ZelAZYpIG (11-07-2016),zelveron (05-02-2016),ZeniTh17 (09-01-2016),ZenithGamingHD (03-30-2016),zennysmurf (04-19-2016),ZenxStryker (06-07-2016),zeper666 (03-24-2016),zephyn (09-20-2016),zerderi (07-18-2016),zeref999 (05-25-2016),zergonian (09-21-2016),ZeroKuro (11-14-2016),zeroskill1337 (01-20-2017),zetsukaizo99 (05-15-2016),zeutturiano (02-07-2017),zez75 (10-26-2016),zfree515baller (11-29-2016),zhannazhanna (07-23-2016),zhugong1 (08-26-2016),zibz (06-27-2016),ZigzagasTM (04-25-2016),zikis (01-02-2017),zippo123432 (09-29-2016),Ziventh (04-28-2016),ZleMyzteX (05-26-2016),zNeo (07-17-2016),zolitherock (06-05-2016),zombiekid32 (10-17-2016),ZonicGodz (12-24-2016),ZorDen (05-14-2016),zoro20033 (08-07-2016),zQ.Xiphos (04-24-2016),zqi2618 (05-14-2016),zqi2619 (11-20-2016),zSaraah1 (05-20-2016),zT3ckable (06-21-2016),Zuhl (07-06-2016),ZUJ (08-19-2016),zukita10 (06-13-2016),zulu1411 (01-23-2017),zunze (06-06-2016),ZvexHD (05-20-2016),zwk (03-22-2016),zxcnmeister (04-18-2016),zxcscopezxc (10-10-2016),zxcvcbcv454dvxc3 (07-14-2016),zxionix (08-17-2016),zyadox (07-06-2017),Zynthor_ (12-11-2016),Zyrg0n (04-17-2016),ZzLuckyCharmszZ (05-22-2016),[CSGO]Tom (10-02-2016),_db_33_ (08-28-2016),_T4NKYOU_ (09-03-2016)

  3. #2
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    /Approved. Post back results.

    Great job.

  4. #3
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    Goob job son.

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  5. The Following 3 Users Say Thank You to T-800 For This Useful Post:

    dannysweg (06-09-2016),sparkie5571 (07-15-2016),teamsustelo (06-16-2016)

  6. #4
    Dylan69572001's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Minnesota
    Posts
    25
    Reputation
    10
    Thanks
    2
    My Mood
    Happy
    The loader crashes whenever I use it, help?

  7. #5
    Lorans518's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    58
    Reputation
    10
    Thanks
    6
    My Mood
    Amused
    Nice Release!

  8. #6
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,279
    My Mood
    Devilish
    Quote Originally Posted by Dylan69572001 View Post
    The loader crashes whenever I use it, help?
    Quote Originally Posted by Yamiez View Post
    If you still crash please add my skype and post the errors, from what I gathered the crashing should be fixed now.
    Please read the entire thread before posting, and read the thread before adding my skype.

  9. The Following 2 Users Say Thank You to Yemiez For This Useful Post:

    EGaq3eya343yeher5he (11-18-2018),Unnamed hacker (05-22-2016)

  10. #7
    khayl's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Whicg Visual Studio do i get, I see "Visual Studio Community, Team Services and Code.

  11. #8
    Novaranger's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    4
    My Mood
    Blah
    Quote Originally Posted by khayl View Post
    Whicg Visual Studio do i get, I see "Visual Studio Community, Team Services and Code.
    I believe This is what is refereed to in the video

    program crashed every time i attempt to use it when it gets to the Compile step. here is the message i get

    Problem signature:
    Problem Event Name: CLR20r3
    Problem Signature 01: PolyLoader.exe
    Problem Signature 02: 1.0.0.0
    Problem Signature 03: 56f185bf
    Problem Signature 04: mscorlib
    Problem Signature 05: 4.6.1055.0
    Problem Signature 06: 563c113c
    Problem Signature 07: 17f2
    Problem Signature 08: 45a
    Problem Signature 09: System.ArgumentException
    OS Version: 6.1.7601.2.1.0.256.1
    Locale ID: 1033
    Additional Information 1: 45d1
    Additional Information 2: 45d19637c5a4f555c25ecbed66a45c37
    Additional Information 3: 0a8c
    Additional Information 4: 0a8c95e7da9204ab3ef44369e5de04cb

    Read our privacy statement online:
    https://go.microsof*****m/fwlink/?link...8&clcid=0x0409

    If the online privacy statement is not available, please read our privacy statement offline:
    C:\Windows\system32\en-US\erofflps.txt

    any help would be appreciated
    Last edited by Novaranger; 03-22-2016 at 07:47 PM. Reason: things

  12. #9
    hazza72's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Location
    MACS0647-JD
    Posts
    95
    Reputation
    10
    Thanks
    1,362
    My Mood
    Paranoid
    Wooo cheers xx

  13. #10
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,279
    My Mood
    Devilish
    Quote Originally Posted by khayl View Post
    Whicg Visual Studio do i get, I see "Visual Studio Community, Team Services and Code.
    Community, If I remember correctly thats the free one.


    Quote Originally Posted by Novaranger View Post
    program crashed every time i attempt to use it when it gets to the Compile step. here is the message i get

    Problem signature:
    Problem Event Name: CLR20r3
    Problem Signature 01: PolyLoader.exe
    Problem Signature 02: 1.0.0.0
    Problem Signature 03: 56f185bf
    Problem Signature 04: mscorlib
    Problem Signature 05: 4.6.1055.0
    Problem Signature 06: 563c113c
    Problem Signature 07: 17f2
    Problem Signature 08: 45a
    Problem Signature 09: System.ArgumentException
    OS Version: 6.1.7601.2.1.0.256.1
    Locale ID: 1033
    Additional Information 1: 45d1
    Additional Information 2: 45d19637c5a4f555c25ecbed66a45c37
    Additional Information 3: 0a8c
    Additional Information 4: 0a8c95e7da9204ab3ef44369e5de04cb

    Read our privacy statement online:
    https://go.microsof*****m/fwlink/?link...8&clcid=0x0409

    If the online privacy statement is not available, please read our privacy statement offline:
    C:\Windows\system32\en-US\erofflps.txt

    any help would be appreciated
    Unsure what caused this crash, if you dont already have the "View Compiler Output" checked then check it, that way I can know if it crashes after the compilation process has actually started or if the crash happens before.
    Last edited by Hunter; 05-18-2016 at 03:41 PM.

  14. The Following User Says Thank You to Yemiez For This Useful Post:

    emmcrisp (07-28-2016)

  15. #11
    poophead233's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    cant down load it "Error The Folder Could Not Be Opend c:\Users\BOOP\AppData\Temp\PolyLoader_********* Is Not Valid"

  16. #12
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    Quote Originally Posted by poophead233 View Post
    cant down load it "Error The Folder Could Not Be Opend c:\Users\BOOP\AppData\Temp\PolyLoader_********* Is Not Valid"
    @Yamiez, could you help this user out?

  17. #13
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,279
    My Mood
    Devilish
    Quote Originally Posted by Chester View Post
    @Yamiez, could you help this user out?
    Has nothing to do with me, the download probably failed on the browsers/MPGH's side.


    Quote Originally Posted by poophead233 View Post
    cant down load it "Error The Folder Could Not Be Opend c:\Users\BOOP\AppData\Temp\PolyLoader_********* Is Not Valid"
    Re-download.

  18. The Following User Says Thank You to Yemiez For This Useful Post:

    dannav12312 (06-03-2016)

  19. #14
    leeparker007's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    United Kingdom
    Posts
    66
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    would this work on Hacks that have been marked "Outdated" by MPGH not detected?
    Just Smile and Wave.

  20. #15
    Wolfy5's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    I installed vs and for the compiler file path, i go all the way to bin but the exe program is not there?

    Update: I have done some research and found out that vs made it optional to install c++ therefore you need to do a custom install instead of the typical and select c++ otherwise cl.exe will not be in there bin folder!
    Last edited by Wolfy5; 03-23-2016 at 12:45 PM.

Page 1 of 23 12311 ... LastLast

Similar Threads

  1. Polyloader Problems
    By RewindD in forum Counter-Strike 2 Discussions
    Replies: 14
    Last Post: 11-30-2019, 09:08 AM
  2. [Outdated] Merccy's PolyLoader 2.0
    By Merccy2 in forum Counter-Strike 2 Hacks
    Replies: 1316
    Last Post: 06-29-2015, 02:40 PM
  3. [Info] Developers guide to Merccy's PolyLoader
    By c0deine in forum Counter-Strike 2 Coding & Resources
    Replies: 3
    Last Post: 03-21-2015, 10:47 AM
  4. Replies: 8
    Last Post: 03-19-2015, 09:18 AM
  5. PolyLoader 2.0 not compiling
    By lozid123 in forum Counter-Strike 2 Discussions
    Replies: 3
    Last Post: 03-14-2015, 02:02 PM