Page 1 of 52 1231151 ... LastLast
Results 1 to 15 of 772
  1. #1
    Merccy2's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    886
    Reputation
    310
    Thanks
    19,668
    My Mood
    Cool

    Lightbulb Merccy's PolyLoader 2.1

    PolyLoader 2.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.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".

    Hack files
    Bluehack Remastered 1.2 @Blueblood1
    Radar & Trigger 1.2 - Auto updating
    Glow ESP @PsychoBitch

    I would recommend to use nothing from the user alukastore.

    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 .



    Download
    Virusscan - Jotti
    Virusscan - Virustotal


    Credits
    @MCSandwich - The icon
    @clockwork235 - He is just a nice guy so I had to mention him
    @PsychoBitch @Blueblood1 - They make hackfiles
    <b>Downloadable Files</b> Downloadable Files
    If you have any questions regarding my hacks, add me on Discord: Merccy#8314

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

    #$%E^Ysrthsh (11-14-2015),"Hello World!" (03-03-2016),'Callum Griffin (02-26-2016),-={Sense}=- (03-12-2016),-Equinox (12-29-2015),Karma (12-11-2015),-Kosmo- (12-28-2015),...................... (12-28-2015),.bothopper (03-05-2016),009faxe (12-23-2015),09871 (03-14-2016),0hit (01-22-2016),0zzy21 (02-22-2016),1001n (01-25-2019),1231354 (02-02-2016),123Extreme123 (02-12-2016),12darkwolf12 (07-10-2015),1318 (11-10-2015),1337innocent (02-02-2016),17yucm1 (11-10-2015),1asd12345 (11-10-2015),1m68 (11-05-2015),1mwb (03-07-2016),1thundercracker (03-27-2016),2323342425 (03-30-2016),235026 (02-02-2016),23582358 (02-11-2016),32ofdeath (03-19-2016),36372 (07-02-2015),3dozgun (11-15-2015),3lex25 (01-07-2016),3lfangor (07-12-2015),3rrr3 (09-19-2015),420blazeitt (08-11-2015),420Fade (11-20-2015),423oDanas (11-19-2015),555444 (06-29-2015),65fhg (11-23-2015),69hack420 (07-06-2015),69lover1995 (03-13-2016),69th69of69 (03-30-2016),710688289 (01-06-2016),7jacobkamil7 (03-21-2016),7ly (01-08-2016),980322091 (07-04-2015),99str4life12 (11-08-2015),=AGHA= (11-24-2015),a10444893511 (03-12-2016),A1ve (03-19-2016),a26401618 (01-24-2016),a6188277 (11-25-2015),a957991095 (02-11-2016),aaaaaaaaa12354 (03-20-2016),aalismo (07-23-2015),Aangoan (03-04-2016),aaronjh (06-30-2015),Aasdassgfjgdgsd123 (12-19-2015),AB5OLU7E (02-29-2016),AbdiFörEnDag (11-20-2015),abdullah12345 (07-08-2015),abegilo (11-19-2015),abhijeet.1234 (10-29-2015),aboody100 (03-26-2016),abracadaballs (05-03-2016),Absar humaiyun (03-20-2016),AcardNix_D (03-06-2016),acebrm11 (01-01-2016),Ace_King_1337 (03-19-2016),Acidflash31 (07-04-2015),acit99 (07-19-2015),ActiveHD (07-14-2015),AdamCrazyBoy (02-25-2016),adamhawa123 (11-04-2015),AdamHughSilbert (08-14-2015),AdamoJ1337 (02-11-2016),AdamTheMaster (11-27-2015),adas1911 (08-15-2015),addv12345 (11-21-2015),adelmeds (11-07-2015),adelsa123 (04-16-2016),adimgl (06-30-2015),adityacakra (11-08-2015),adityarao (03-28-2016),admir298 (08-18-2015),adoroblackshot (06-30-2015),adredge2 (02-04-2016),adrianionut200 (12-15-2015),AdrianIonut2015 (11-07-2015),AdryanKing (12-29-2015),Adsvunu (01-01-2016),Aegee (01-15-2016),aerair (11-04-2015),Aero420 (12-04-2015),aetherwood (06-29-2015),AFENv3 (07-09-2015),afterstoryggs (03-15-2016),AGAMDEEP12 (07-04-2015),agasiftr (03-06-2016),Agent070 (02-24-2016),ahaohohfd (03-17-2016),AHappyteddybear (11-05-2015),[MPGH]Ahl (02-25-2016),ahMystery (01-01-2016),ahukuu (11-13-2015),aidielfahmie (12-05-2015),aido365 (12-01-2015),aizendy7 (04-23-2016),Ajnz (04-20-2016),AJtheagent (03-21-2016),akahero (07-13-2015),AKaifuri (06-29-2015),akdiwmf (07-06-2015),akolio (02-20-2016),alabamahamma (04-22-2016),alaskary78 (12-11-2015),albermonte (02-12-2016),albert099 (07-11-2015),albert3610 (03-11-2016),Albex (11-06-2015),Alch3m1st1337 (09-21-2015),alcohol89 (02-08-2016),aldhiesomba123 (01-22-2016),aleceb (07-01-2015),aleksandr007 (12-21-2015),alen0504 (10-04-2015),alex99mar (11-21-2015),alexander.bruun (03-05-2016),Alexandr2281337 (03-30-2016),alexgedea (08-04-2015),alexjs (12-08-2015),alexoox (03-11-2016),Alex_Playa (11-05-2015),alfredzx (03-05-2016),Ali8075 (07-21-2015),aliczek0 (11-01-2015),aligndz3635 (04-28-2016),Alivezed (11-06-2015),allott (08-26-2015),Almantas Kiek Pamenu Ker (11-01-2015),alphaplayingcsgo (11-17-2015),alpo1997 (07-16-2015),altTAAAB (12-29-2015),alvaro_gl (07-01-2015),alvincso (07-10-2015),AlvinTheG (04-27-2016),alvinxu (12-23-2015),alyosha007 (03-11-2016),Ambroxol (12-18-2015),ameisenboer (11-22-2015),amin833 (07-01-2015),amir61 (02-19-2016),AnarchyX14 (03-15-2016),anatolijus1996 (03-04-2016),andersonpkk (03-14-2016),Andrade13 (07-07-2015),andrefilipe192 (02-07-2016),andrereal123 (11-10-2015),andrew112233 (12-01-2015),AndrewStilwell (11-01-2015),andrewyyy (03-15-2016),Andriiucha (11-28-2015),andrius199 (11-09-2015),andydunks32 (01-24-2016),ang3lyt0 (11-14-2015),angeltear123 (07-03-2015),angrybaby (11-03-2015),AnimusFox (12-29-2015),Anksaft (04-21-2016),annon8 (11-03-2015),anomali8 (09-18-2015),Ansah20000 (11-26-2015),antebantez (07-14-2015),Antelope (03-12-2016),Antergy (07-01-2016),Anteroo (01-15-2016),AntibioticLogic (12-18-2015),anton296 (12-26-2015),Antony83 (11-03-2015),Anubis239 (07-10-2015),anyen123 (12-31-2015),aoiha (07-05-2015),aosibin (07-09-2015),apex1999 (11-15-2015),Apex92 (02-05-2016),aPikachu (12-28-2015),apocalipZZ (12-01-2015),apollojizz (07-09-2015),apos01234 (06-30-2015),appleboblin123 (01-29-2016),appleseed10 (11-04-2015),AQUINTUSCLASSIC (11-14-2015),Ar1se (11-26-2015),Arafin789 (01-14-2016),Arc420 (03-05-2016),arcticexplosion (11-06-2015),AreoMaxx (03-06-2016),areyoumadyet12901 (12-29-2015),ArK4nG3 (02-25-2016),Armindus (09-02-2015),armstrong23 (01-02-2016),arnjee (08-16-2015),ARNOVD (09-14-2015),arodr14 (07-17-2015),Arsenal93 (11-11-2015),ArsZGM8 (11-02-2015),artanisek123 (11-23-2015),artmklgnv (11-12-2015),artofmurder1 (02-05-2016),artrem (03-22-2016),arturus (08-30-2015),Arun's Ballsack Rag (01-02-2016),Aryan1245 (12-05-2015),AryaYudistira (06-29-2015),arze33 (01-06-2016),AS7RO (11-01-2015),asadour13 (02-04-2016),ASaltyHacker (11-30-2015),Ascension83 (01-04-2016),asdasdsd1 (12-27-2015),asdf314 (02-19-2016),asdfI (03-12-2016),aselide (02-26-2016),asgbdhj (03-14-2016),Ashinga (07-04-2015),Ashpoops (03-17-2016),Asian_Pride (11-11-2015),Asis the Autist (11-23-2015),ASkdopasfkasdHaxor (11-21-2015),AssassinTurtles (12-29-2015),Astronom42 (04-11-2016),asusrox117 (02-25-2016),asxetos123 (07-02-2015),atabora111 (11-21-2015),atai123aa (01-22-2016),AtakanB (11-21-2015),atakocol (09-01-2015),ataru (03-14-2016),atastyasian (11-11-2015),Atayosune (08-17-2015),atomicn22 (11-19-2015),atsa123 (07-09-2015),AuraMem (11-26-2015),aussie12345 (10-30-2015),Autistic (02-21-2016),Avatarz (11-04-2015),avender2 (11-16-2015),AvGTAfull (11-27-2015),avi.gupta (03-14-2016),awfullyxd (11-07-2015),axel775 (09-22-2015),ayam54321 (11-02-2015),ayarss (12-04-2015),AyJay1234 (11-26-2015),ayoub.ql (07-05-2015),ayyds (12-10-2015),AyyLmao0 (11-28-2015),ayzberk18 (01-14-2016),azn1337 (02-27-2016),azonlp (12-18-2015),Azteh (02-19-2016),AzuaL (07-06-2015),Azz241 (06-30-2015),B0heQ4Fia5 (11-28-2015),babybo4ka (03-12-2016),bad12425 (12-13-2015),BadGuyBenyo (07-17-2015),BadLyfe (03-02-2016),BagaBont (07-12-2015),Baivo (03-09-2016),bakajohn (10-31-2015),banduan999 (07-31-2015),bankk000710 (12-21-2015),banonkiel (11-15-2015),bard12315 (01-02-2016),BarisEry (03-14-2016),barthoogi (03-12-2016),basartunc (02-27-2016),basfsaf (07-12-2015),bashirme69 (12-08-2015),basicolour (11-04-2015),Basiiaaraa (11-12-2015),Batsifut (11-17-2015),batter (11-13-2015),BawlzOnChin (03-09-2016),bazza428 (11-07-2015),bazzalex (03-11-2016),bbaron7 (02-28-2016),bbcmodz (08-26-2015),bdskill (11-11-2015),BeardMan360 (03-03-2016),bedaesot (11-20-2015),beefvagyokszia (12-14-2015),beerjew (07-04-2015),Believe1 (11-20-2015),BelongHere (07-06-2015),BendoverII (03-06-2016),bendwill (12-29-2015),Benji (06-30-2015),BenjiCS (03-08-2016),BenniHost (06-30-2015),Benny141 (11-19-2015),bensohai1 (11-10-2015),bercuci (11-03-2015),berk147741 (12-26-2015),berkay552211 (07-15-2015),berkaydinnn33 (01-02-2016),Bermwoode (11-14-2015),bernardocg (03-16-2016),berserkker (03-01-2016),bertbirdw (12-25-2015),betencourt (07-09-2015),betheswan (07-01-2015),betocheagha (06-30-2015),Betrathepker1 (03-12-2016),bfherosfan (07-04-2015),bgugelmann (11-15-2015),Bialkooo (07-02-2015),bieuszgoderino (02-02-2016),bigboi12 (03-12-2016),bigboyybobby (03-13-2016),biggm8 (12-28-2015),Biggybssy (11-26-2015),BigHomie. (02-16-2016),BIGruggiero (04-24-2016),Bilalbuleht (11-12-2015),bilaldemir_95 (12-29-2015),billyspam23 (02-21-2016),Billyverg (03-01-2016),binbobum (12-17-2015),BioPhoone (04-11-2016),Birkenstockfotzenkopf (12-06-2015),Bitanga (07-06-2015),bitesized111 (11-08-2015),Bithor (11-14-2015),Blabla-hack (07-06-2015),black and white (03-23-2016),blackangellb (11-13-2015),blackchampionPT (08-10-2015),BlackDragonBreath (11-16-2015),BlackfighterLP (12-06-2015),Blackopscrazy0 (11-16-2015),blackout770 (07-11-2015),BlackTrunk (11-02-2015),bladeeeee (10-31-2015),bladeoath (12-04-2015),Bladerox4 (07-07-2015),Blakdiamond13 (11-01-2015),blakeBBB (03-09-2016),blamaster (06-30-2015),BlaNNNkZoR (07-04-2015),BlargMan123 (07-26-2015),Blaze_Of_Warriors (11-21-2015),Bleedout (11-19-2015),Bli123 (04-23-2016),Block4o (06-29-2015),blockman741 (07-01-2015),bloodmaker17 (03-04-2016),Bloodrose020792 (07-15-2015),Bloonan (09-15-2015),bluebanana77 (11-15-2015),bluepepsi (06-30-2015),blulytman (02-21-2016),bluray2 (03-07-2016),BlurzGee (11-06-2015),bman3201 (12-04-2015),bo4man (11-25-2015),BOBEK1910 (11-04-2015),bobolinho1996 (08-31-2015),Bobzeer59 (12-29-2015),Bodvar (11-22-2015),bogdi.buggy (11-19-2015),boktae77 (12-25-2015),bombaspt (11-16-2015),bombat (07-07-2015),bombays (01-08-2016),bomdynhcm (03-19-2016),BonezMC (02-25-2016),BonkOfficial (07-29-2015),Bonus18570 (06-30-2015),Booby123456 (03-20-2016),boohda1995222 (11-17-2015),boonyakornj (03-14-2016),BOOZLER (07-02-2015),borazan (03-11-2016),borkgok12 (03-29-2016),bormoglot550 (11-09-2015),BornFree (04-16-2016),BossnageV2 (11-26-2017),Bot.EXE (11-19-2015),BotFromSpace (11-01-2015),botonho1 (03-12-2016),BOTSSatan11 (11-11-2015),bourassebad (03-14-2016),Bow-Man (07-11-2015),BoyPiccolo (11-17-2015),bozgorash (11-19-2015),bozkurtatilla (03-28-2016),brackish91 (12-14-2015),bradpittcsgo (06-30-2015),brandonbytr (07-13-2015),brdlevel (02-04-2016),brdzim8 (07-11-2015),Brecas_PT (07-17-2015),Brendonjohn (03-25-2016),Brian62637 (07-08-2015),BritishFool (07-10-2015),brkngs1905 (04-26-2016),Broadders (02-21-2016),brock618 (11-24-2015),brockb360 (10-30-2015),broken555777 (01-08-2016),broooooo (01-14-2016),bruhimabeast (11-07-2015),BryanGamesNL (11-11-2015),bsd123bsd (12-31-2015),bstck35 (03-22-2016),Bubblefish717 (08-15-2015),Bubblespaiky (07-10-2015),Bubs (03-15-2016),Budbeck (02-24-2016),Bug (07-19-2015),bugra44445 (03-05-2016),BumbleAir (09-17-2015),bumerset7771 (03-02-2016),Bunbunbunz (08-11-2015),burakince2 (11-02-2015),bureada (11-17-2015),busy_bee3 (01-16-2016),Butch619 (06-30-2015),butmun (03-15-2016),Butter (11-02-2015),ButterFlyKnife (06-30-2015),butthead11 (03-03-2016),butuh_la (11-02-2015),buxkaizhe (11-25-2015),BuzzBizarre (12-29-2015),bved (11-08-2015),c0l3hd (11-20-2015),c0smin_mask (12-19-2015),c2lbsy (07-05-2015),Caden131313 (03-14-2016),CaET (03-03-2016),CaiBola (07-02-2015),caiohg19 (07-24-2015),CaliW (01-04-2016),callum_J_o (01-06-2016),Calvin Chew (12-07-2015),camelfucker (04-23-2016),camfallout (11-27-2015),camisgodlike (02-14-2016),camron12345 (07-10-2015),CAN'T POOP (07-11-2015),Candyfloss (01-04-2016),canown (07-11-2015),cantbeatemjoinem213 (02-21-2016),cappu404 (11-16-2015),Capriyo (12-09-2015),CaptainFizz (03-13-2016),Captam (06-30-2015),CaptinBruh (03-30-2016),capullom (06-30-2015),CarbV (07-23-2015),CarrotDx (12-17-2015),CarrotEater (11-15-2015),CarryS (02-21-2016),carterecks (03-31-2016),Cartoonz123 (03-28-2016),casper1426 (01-21-2016),catalinBraosanuu12 (03-12-2016),caveragt (11-06-2015),cb1212 (12-30-2015),CCshax (04-22-2016),cdccdc2 (06-30-2015),Celion (11-14-2015),cena141 (11-07-2015),cengiz8151 (11-26-2015),center2 (12-04-2015),cerogue (02-03-2016),chainsawdaz (03-24-2016),chanman1101 (06-29-2015),Chaosmasterpayne (12-30-2015),ChaosRay (01-01-2016),chaozik1337 (03-07-2016),Charion (07-07-2015),CharleRyhmes (11-12-2015),charliealive (06-30-2015),charm3596 (11-09-2015),charray678 (07-03-2015),Chaunsy11 (03-17-2016),cheater1453 (02-28-2016),Cheeser445 (01-23-2016),CheeseX123 (01-03-2016),cheeseygrapes (07-05-2015),Cheetos98 (07-12-2015),chenjunhua (02-27-2016),chesapeake21 (11-08-2015),ChesterKings (06-30-2015),Chestww (11-14-2015),chetarazvan (03-15-2016),chevy002 (11-06-2015),chewtoons (12-08-2015),chibbicoffe (11-14-2015),chibre5 (07-02-2016),chibzilla (03-28-2016),Chillary (03-12-2016),ChipyCZ (07-03-2015),chnsgt (11-08-2015),chocoberer (02-22-2016),Chojankadaking (03-18-2016),choke9 (11-10-2015),chongchinfui123 (12-29-2015),Choni (11-01-2015),chrisddie61527 (07-02-2015),chrisluc26 (07-04-2015),christel (12-08-2015),christiancastro24 (03-15-2016),ChristopheR_O (07-30-2015),Chronikz (07-16-2015),chuaj4 (12-29-2015),chuchio10 (04-17-2016),Chuppacabra (07-10-2015),Ciel_Diablo (07-01-2015),Cigler123 (02-08-2016),ciovvn (11-07-2015),cipapipa (11-15-2015),cipher3 (11-25-2015),cjepari (12-29-2015),cjlll123 (11-25-2015),cka1cka1 (12-24-2015),cleit16 (02-28-2016),CleveGerl (02-21-2016),clicknet123 (02-17-2016),clockwork235 (07-01-2015),closeuptri (07-18-2015),Cloudiy (07-02-2015),cloudsee123 (03-22-2016),Cloudzz (02-29-2016),CluelessPCGamer (03-23-2016),cluhz (10-31-2015),cm2rf97d (04-16-2016),cmaslikov (03-22-2016),CMnehjgve (03-03-2016),cnptau (11-12-2015),Cockledoodledoo (11-16-2015),Coco5556 (08-08-2015),coddqer77 (07-02-2016),Coderadiant (08-06-2015),CODfan3221 (07-01-2015),coffeboii (12-18-2015),Colbychristian1 (02-12-2016),Colbzter221 (03-18-2016),ColdEnergy (11-21-2015),coldzera228 (03-16-2016),Colm321 (10-24-2015),colony987878 (12-02-2015),ColonyAvatar (10-28-2015),ComingSoon (01-30-2016),compaq2200 (07-12-2015),complex1g (08-25-2015),comsombra (10-30-2015),Con07 (08-15-2015),conor1598 (11-01-2015),conor_777 (07-05-2015),Consa (11-04-2015),convicted (06-29-2015),coolaid69333 (03-07-2016),corenatan (11-11-2015),CoreOfLore (11-21-2015),coryswag (06-30-2015),costyrzv (09-16-2015),counterstrikeforever (11-15-2015),coyoo (12-24-2015),CptCritch (07-12-2015),craig69cunt (04-17-2016),CrazyMoonkey (03-30-2016),CreativeName69 (02-26-2016),CreeperGuy911 (11-14-2015),CrescentSaga (09-23-2015),creslob (11-18-2015),crispywafflz (02-24-2016),CritcalLag (03-14-2016),crizdog (03-13-2016),croco56100 (11-06-2015),croco97 (04-06-2019),CropyPT (03-06-2016),crosser145 (10-29-2015),Crosstox1 (03-22-2016),cruelterminator (04-23-2016),crusherscape (11-07-2015),crystalmimic (02-17-2016),Cryxex (01-26-2016),cscz (01-22-2016),csgo2016 (03-31-2016),CSGOBHOP (03-17-2016),csgoboisss (03-08-2016),csgohackersteam (07-13-2015),CSGOProsoft (07-17-2015),csgoroadtosilver1 (03-30-2016),csgosmurfaccount123 (02-02-2016),csgosmurfgege (02-08-2016),CSHACKERS (11-17-2015),Ctavy (03-30-2016),Cthulhuism (07-03-2015),CT_Hale (01-01-2016),cupcakes13 (09-30-2015),CupiFreak (11-26-2015),curin18 (08-12-2015),cw_item (02-06-2016),CxMP (11-25-2015),cy223 (12-03-2015),Cyggies (02-26-2016),CYkaCre (11-10-2015),cykanuggets (04-23-2016),cykownik (07-05-2015),Cynom (04-11-2016),czar47 (07-02-2015),Czerniak1304 (07-11-2015),dabomb2047 (07-10-2015),DaBoyWhoLived (07-08-2015),dachampko (03-25-2016),dafadlush (11-12-2015),dafatone (02-01-2016),dahmuffin (07-07-2015),dakotamoss1 (01-02-2016),dakua (04-20-2016),damiansugpula (11-26-2015),DAN594 (04-24-2016),danc (06-30-2015),dane764 (06-30-2015),DangoPL (07-18-2015),Daniel Mendes (07-19-2015),Daniel852654 (01-06-2016),danielnep (12-10-2015),danielnfs (06-29-2015),danilo159487s (03-07-2016),DanixBG (01-23-2016),DankFuel420 (03-19-2016),DankKushLord420 (07-15-2015),Dannnsda (02-27-2017),danslayer (03-17-2016),dante060 (03-18-2016),DanyalSarge (07-01-2016),DanyBABS (07-03-2015),danydany988 (03-12-2016),Dan[TesS] (11-03-2015),daoquangvy321 (11-08-2015),DapperDevon (07-09-2015),darbdarb (10-30-2015),Darfly (12-19-2015),Darkgleator (02-10-2016),darkloadkober (02-02-2016),Darkloper (11-01-2015),DarkLordAsy (02-28-2016),DarkMaple (03-05-2016),Darkmeiko (04-24-2016),darknesseagle (06-30-2015),DarknzNet (11-11-2015),darkotobi (11-04-2015),darkshadower4518 (03-30-2016),DarkShark919 (12-03-2015),darktemplar242 (03-13-2016),DarrkReapz (07-09-2015),darthvader0819 (06-30-2015),darudekappastorm (03-07-2016),darzinho (12-06-2015),dateboy13 (09-19-2015),datninjamatt (07-06-2015),datrz (11-01-2015),dattel (11-15-2015),dava911 (11-11-2015),davidbara (06-30-2015),davidhi1940 (01-03-2016),davidn545 (11-01-2015),Davidoso (03-12-2016),davino95 (07-13-2015),Davuderen1 (07-05-2015),dawn101 (02-05-2016),daysaw (11-03-2015),DayyTalentZz (03-29-2016),DazzRite (12-03-2015),dbl0c (11-01-2015),dbp1428 (11-02-2015),dbroman (11-21-2015),ddaaso (02-14-2016),ddom (12-09-2015),DeadLead (03-10-2016),deadpool72 (09-13-2016),Dean10122 (03-27-2016),deathbunnyz1234 (02-21-2016),Deathmetal666 (03-12-2016),debbe2 (01-01-2016),Debuzzy (10-09-2015),deckbox1 (12-30-2015),dedrehteuj (07-08-2015),DeepWaterbg (11-25-2015),Deess (03-06-2016),DefiledGhost (07-12-2015),Dejerne1 (11-27-2015),Dejowski (12-30-2015),dekstarlaith (01-30-2016),delarakyle (11-17-2015),DellortNok (11-27-2015),dem4n (07-02-2015),dementor1717 (11-02-2015),DeniskaLOVE (02-28-2016),DenisLim (10-08-2015),denisy2014 (03-11-2016),denny70615 (12-21-2015),deranklobbies (01-13-2016),derekpopcorn (11-11-2015),derhacker1993 (11-22-2015),DerJuri (11-05-2015),Derpiidog (06-30-2015),Derpizm (07-12-2015),derpypotatoz (07-02-2015),dertexx (03-10-2016),Der_Leo_ (01-15-2016),Desgarrador (03-04-2016),Desi_Derius (03-20-2016),deslacooda (07-11-2015),Destroy097 (06-29-2015),deutzu94 (06-30-2015),DeVil*_* (07-10-2015),devil13710 (08-30-2015),devilbest666 (10-12-2015),Devilrockstar15 (07-30-2015),Devin0804 (11-15-2015),Devin8890 (03-18-2016),devon1515 (12-03-2015),devrim32 (11-07-2015),dfgfdgfdgdf (03-15-2016),dhenry (02-25-2016),dhg22 (03-25-2016),dialgaprime2 (11-01-2015),Diamond_Bucket_ (12-23-2015),DianTama (12-30-2015),dickinyourface (01-02-2016),diecammen123 (06-30-2015),diltom1998 (11-03-2015),dimi3636 (01-14-2016),dimkaxdx (12-27-2015),dimosthenis01 (02-25-2016),dimwalrus (12-06-2015),diogoferreiraava (06-29-2015),DiscountedGames (02-19-2016),Disimplciate (11-11-2015),Disoff (11-07-2015),disposablename (02-05-2016),Distracted_Recon (07-28-2015),Disturbedflusha (07-08-2015),dittoboy (06-30-2015),Dizzaaay (11-03-2015),dizzybang23 (01-03-2016),dizzyrevo (07-12-2015),DjEpic (01-01-2016),DKMH56 (11-07-2015),dmgpolly (09-23-2015),Dnang3l2 (02-13-2016),Dobrooo (01-31-2016),docdog1 (12-07-2015),dogenator (02-18-2016),dogsenpai (02-10-2016),domas1993 (11-10-2015),Dominowyvp (11-22-2015),domisja (06-30-2015),domomonsterxx (01-16-2016),domsim1 (10-30-2015),domzoe (11-13-2015),Don Weaso (12-30-2015),dond1313 (07-09-2015),DontSlave (12-23-2015),Doodew12 (02-27-2016),Doom13337 (12-07-2015),doraem0n (01-02-2016),doubleu2 (11-09-2015),downer (11-16-2015),Dptornado (09-21-2015),Dr Blue (10-28-2015),Drabbestcandy9 (07-10-2015),DrAgon5454 (03-21-2016),Draidos (11-01-2015),Drazon2610 (11-03-2015),DrDuden (02-10-2016),dre200031 (07-11-2015),dre9277 (11-30-2015),DreadM (03-12-2016),DreadzM (07-04-2015),Dreamlake (02-27-2016),dreamnoobzzz (03-29-2016),dreamyface (11-29-2015),dreefles (11-17-2015),dreem24 (03-07-2016),dreko314 (11-13-2015),Drew7861 (04-30-2016),drmboyfgt (11-23-2015),drmonkeywho (11-06-2015),droid6 (02-19-2016),drokiller (07-10-2015),drowseke (07-24-2015),DRPOL (09-19-2015),DrSeuss (02-27-2016),druzG (11-07-2015),drzjan (02-13-2016),dsgb (02-24-2016),Dsplayer1996 (11-07-2015),Dub4Lyfe (01-02-2016),dubas024 (03-12-2016),ducimean (10-31-2015),ducky000 (07-11-2015),dudeiscool (11-14-2015),Dugar (07-15-2015),DuhAsianX3 (11-24-2015),dumper115 (10-28-2015),Dunderheied (08-12-2015),dunkey787 (08-15-2015),Durafry (06-30-2015),durmobr (07-03-2015),dursungok (12-25-2015),dvatree (03-07-2016),DxeeL (02-17-2016),dylan123hacks (12-08-2015),DyZEorT (03-22-2016),dzbadin (11-20-2015),dzoavits4342 (04-03-2016),Dzonis360 (02-02-2016),e5564265 (06-29-2015),eagle_ (01-14-2016),Ebola_Victim (07-16-2015),ebower228 (06-29-2015),Echo123 (06-29-2015),eclipsev2. (03-30-2016),ectus (10-29-2015),eddie23222 (12-28-2015),Eddur (03-10-2016),edge12 (07-17-2015),edj31 (02-07-2016),edvinliuk (02-06-2016),EdvisQ (07-05-2015),edycross (08-10-2015),edypolla (12-30-2015),eekuku (11-24-2015),efe123123q (02-07-2016),efe123iso (11-29-2015),effect15 (11-11-2015),EffectsROTMG (07-05-2015),egebsay (09-19-2015),eggiesukma (12-19-2015),EggplantLasagna (06-29-2015),egoryshka2000 (02-12-2016),egosying (12-08-2015),Ejdm (11-09-2015),eldons94 (02-20-2016),eldreda (03-06-2016),element72 (06-30-2015),elfy6 (03-30-2016),eliadjigit (11-14-2015),elijahf111 (03-13-2016),eliot2 (11-26-2015),EliteHakker (07-13-2015),EliteKilleR115 (07-01-2015),eluminator (06-29-2015),ElYonee (11-11-2015),eman4900 (09-19-2015),emeysi (12-25-2015),emilovit (11-01-2015),eminem99me (07-14-2015),emirbaba94 (02-05-2016),emircantemel (07-16-2015),emirkemalpvo (04-24-2016),Emmetnew4 (12-06-2015),emphas (08-09-2015),eMpte (07-06-2015),empty577 (11-11-2015),Emre Eken (11-12-2015),EmufreakNRW (09-28-2019),Enes77 (11-24-2015),Engineero (07-02-2015),enjyu96 (11-17-2015),enriquemc2 (03-13-2016),enticej4s (11-15-2015),Enuflynch (09-20-2015),epars (11-09-2015),Ephelos (11-01-2015),EpicMemer (03-30-2016),Epicodus (11-08-2015),epicSMURFY (07-06-2015),epikmane (03-26-2016),epypvp (11-09-2015),erbeere (11-27-2015),ergaesrghaer5herherh (08-04-2015),ergsergserg (12-21-2015),eris209 (07-13-2015),erke (11-05-2015),erlendmikkel (11-19-2015),Ernest Wong (08-09-2015),ErnestEA (01-29-2016),errorbg (12-25-2015),Errorexe69 (02-06-2016),escher13 (11-04-2015),et5200 (07-01-2015),ethancc (04-18-2016),ethansz7 (07-13-2015),ETQRYAN (10-08-2015),Eustace (07-02-2015),event_thekill (11-14-2015),Everbeing (06-29-2015),Everglow (11-02-2015),every6974 (11-20-2015),EWreyKA (11-21-2015),exceldoyadika (02-26-2016),exilis08 (03-28-2016),ExodusTime (02-22-2016),Exoles (11-01-2015),ExoticCS (07-07-2015),exotrinity134 (02-07-2016),Exozin (11-14-2015),expectable2 (07-04-2015),Expik (12-04-2015),ExtremeCrook (07-02-2015),ExtremeJorraf (07-04-2015),ExTremePanicio (08-24-2015),Exunious (11-08-2015),eyyylmao (11-10-2015),ezcheter (10-31-2015),Ezredes (08-23-2015),Eztv (04-24-2016),f0cuus (11-29-2015),f0ksu (12-04-2015),F0RG1VEN (06-29-2015),F0RG1VEN658 (01-02-2016),f1r3man100 (01-04-2016),FabioChiari (09-16-2015),FableArman542 (01-01-2016),facuagustin (03-01-2016),fageover (03-09-2016),faggot3 (08-16-2016),Faghoxar78 (03-27-2016),fagottisoitin (11-29-2015),faiber (02-24-2016),Faintlezz (03-22-2016),FaisalTheEagle (03-14-2016),fakenamelol (03-10-2016),fakey9 (08-04-2015),fallenangel979 (02-18-2016),FallenWarrior13 (11-02-2015),fallingstorm (04-10-2016),falsky (07-01-2015),familotel (02-26-2016),Fangodus (03-02-2016),fastknight1 (01-03-2016),fastupro (07-22-2015),fatalsightz (11-08-2015),fatihh95 (04-02-2016),fatjesus (03-31-2016),favieremark (12-22-2015),faydeeUK (11-27-2015),fdwt5msafgag35124 (04-24-2016),FearLLeSS (03-11-2016),FearNinja (12-09-2015),federica (11-08-2015),Feedback9 (01-04-2016),Feed_Kills (11-26-2015),Fehzicle (11-03-2015),feliswiedi (01-05-2016),fellowes33 (03-30-2016),FenixSoars (11-15-2015),ferky (12-23-2015),ferrecikedi (12-29-2015),ferrefra1234 (05-14-2016),FeyqaN (03-13-2016),Ffrocks3 (11-03-2015),figere (12-26-2015),fighterjetf4 (11-02-2015),fightingtigers99 (11-18-2015),filipisiq (03-15-2016),filus321 (02-16-2016),Finaldraw (11-06-2015),Finuxx (11-20-2015),fireblader16 (02-21-2016),FiredDeath (07-04-2015),firefwing24 (07-08-2015),fitsuli (07-05-2015),fix333 (11-15-2015),fl3xfl3x (02-07-2016),flaces (03-13-2016),Flamelele (07-14-2015),Flamelele07 (11-22-2015),flaming_acid (02-18-2016),flawlessgreen (06-30-2015),fleNNNNNs (02-28-2016),Flexxiee (11-18-2015),floobydoo (02-20-2016),flowsickgod (07-05-2015),fluffers81 (12-04-2015),fluxtis (11-01-2015),flyinghobo100 (03-19-2016),Flymanos (03-14-2016),Fodasse007123 (01-16-2016),Foghorn76 (02-24-2016),forarma33 (07-05-2015),foreign_swvg (07-14-2015),forest91 (03-06-2016),Forfieter (11-18-2015),ForrestGump (07-13-2015),forvodka (11-15-2015),forylla (03-17-2016),for_remember (11-01-2015),foundpixels (10-31-2015),foxskyhd (07-03-2015),fpretti (02-11-2016),frame610 (07-12-2015),Framitik (12-10-2015),franek121 (08-16-2015),Freakash (07-09-2015),FreakyBad (08-26-2015),freddez (03-13-2016),fredrikhell (04-14-2016),freeqo (06-29-2015),frenzy724 (03-19-2016),freshpwned (03-02-2016),frischnico (10-05-2015),Frnaky234 (08-12-2015),froglox67 (09-02-2015),frokzen (02-01-2016),fromtheshadow (10-16-2015),fronkilen (07-13-2015),frontikle (09-14-2015),FrostyGames69 (01-10-2016),FrostyNipps (08-26-2015),FrS (03-05-2016),fruitofthegods (12-19-2015),Frumentarius (02-25-2016),Fruzz (11-11-2015),frv (12-11-2015),frvMakap (11-27-2015),fsdgfsdgsdfsdfasf (07-11-2015),FuckBoyAimi (11-28-2015),fuckinghackers (11-08-2015),fuckplant (01-16-2016),fucksuck (11-27-2015),FucktHEdumb (10-30-2015),fuckyoumore (01-08-2016),Fudele51 (02-28-2016),fujikins (06-30-2015),FullGaamerBR (11-24-2015),Funkydriod (11-29-2015),furborn123 (01-14-2016),Furstenburg (03-27-2016),Fusedpoptart (07-19-2015),FutureMarine0317 (11-30-2015),fuukyeah (01-02-2016),fwanarchist (07-18-2015),FXSQUAD (12-29-2015),fxus (04-01-2016),Fycooo (04-06-2016),fyre. (11-25-2015),g00ksq (08-24-2015),G1NEX (11-05-2015),gabeh90 (07-06-2015),Gabrielwalk3r (12-24-2015),gabton (11-04-2015),gahrekt (04-07-2016),GajeelOX (11-12-2015),galowo11 (07-04-2015),Gamerboy1209 (11-13-2015),gamerdos2 (03-01-2016),GameroZ56 (09-23-2015),Gamesmind (07-03-2015),ganjiawen1 (02-05-2016),GAPModding (04-27-2016),garanticar17 (11-30-2015),Gaserino (02-27-2016),Gatlix (07-21-2015),gaurgor (12-01-2015),gaybc (02-07-2016),gaypoop231 (09-19-2015),GaySkittles1337 (11-13-2015),gazzyman123 (02-18-2016),GDonuts (11-29-2015),gearraye1 (07-13-2015),geeksama29 (02-24-2016),Gelatin-chan (06-29-2015),Generalan (11-29-2015),GeneralNova (12-30-2015),genesiis (11-02-2015),Genevy (10-30-2015),george6526 (06-29-2015),georginhos (11-08-2015),gerexd123 (11-18-2015),GetRektNZ (01-14-2016),Gettexik (07-15-2015),gevoo0 (07-06-2015),GGdrenge (03-26-2016),ggg12345678 (07-01-2015),GGLad (03-26-2016),Ghastxcx (06-29-2015),Ghostdark8 (07-08-2015),ghostridercool (07-12-2015),GHoust110 (11-01-2015),Ghz112 (08-06-2015),GianmarcoMG (12-01-2015),GilesXop (02-24-2016),GinjaNinja69 (11-25-2015),gintarmixas (03-03-2016),gitbetter (07-08-2015),givethefuckingcheats (11-01-2015),GJLawson (08-30-2015),Glafuski (11-29-2015),glafuski135 (02-05-2016),GlennGnNg (03-20-2016),glirusse (11-07-2015),glitchgaloregg (02-20-2016),glovu7 (02-27-2016),Glupex (12-05-2015),GmodPlayer (11-09-2015),GmodTroller (03-14-2016),GnyCm (11-20-2015),gobeans (03-07-2016),goetrance (07-08-2015),golank23 (07-15-2015),goldenhypersonic (07-06-2015),Goldzy (02-05-2016),gonalddlover (07-01-2015),gonz3 (03-19-2016),Gooch Tickler (09-18-2015),GoodGuyStar (12-05-2015),goodpumpr (07-09-2015),googleresistance (11-08-2015),gorkem3101 (01-05-2016),gotetiavi (07-04-2015),gottardojack (12-28-2015),gowbelus (12-30-2015),GoWinGame (12-02-2015),GrammurNotzie (11-01-2015),GRANDMA222 (03-04-2016),grandmaster55 (03-13-2016),Grandmat (11-20-2015),Grantycs (11-17-2015),greenfire123 (11-03-2015),Greenhacks (02-26-2016),Greenleafz (06-29-2015),Greenmarine (03-28-2016),GreenyTinyPyro (02-15-2016),greggreyson5 (02-16-2016),gregory11 (11-28-2015),grekurt (11-27-2015),greno (07-07-2015),Griffin153 (12-04-2015),Groudlefanser (03-30-2016),Gruxa (08-12-2015),gs450895130 (03-30-2016),GTA V Lobbies (11-26-2015),gta2kik (12-26-2015),gtoledo99 (11-14-2015),Guacamoled (11-12-2015),Gucci4Flex (12-30-2015),GUE$$ (11-21-2015),guguu (07-12-2015),gui55 (03-04-2016),guigui50 (12-01-2015),GuiiI (10-31-2015),Gunnersmate02 (03-06-2016),gunshank (12-19-2015),gunswordx (02-24-2016),guorui2 (07-04-2015),guusquish (12-07-2015),gwd007 (07-05-2015),Gwendushka (11-20-2015),gycsdhr (12-01-2015),Gyfal (12-29-2015),h4cksupport (12-29-2015),hackerboiuyyy (11-01-2015),HackerFake3 (11-23-2015),HackerJ (02-19-2016),Hackerlad2001 (01-01-2016),hackeros (08-05-2015),hackforever11 (03-21-2016),Hackieblackie (10-30-2015),hackoobjk (11-05-2015),hackshackss (11-19-2015),HackSteaua (04-17-2016),HackZ0R222 (10-31-2015),Hades45 (07-07-2015),haioafafa (02-25-2016),Hairysloth420 (11-30-2015),Hakeriux55 (08-19-2015),hakimfafa (02-19-2016),HalimGhost (03-05-2016),Hamakaze (12-29-2015),HamsaG (03-03-2016),hamstie51 (02-19-2016),HamzaSamer55 (11-08-2015),hamzasmartboy (11-21-2015),Hanoizy (07-06-2015),Hanuko (08-01-2015),happyowen898 (03-11-2016),HappySausage (02-22-2016),Harryturds (12-24-2015),HashtagKhakiSwag (07-16-2015),Hassan063 (11-22-2015),hatefi (03-12-2016),Hatred [BOT] (07-11-2015),hauany (12-29-2015),hav1n3sh (12-30-2015),HavocHackz (01-26-2016),HawexHade (03-26-2016),Hawkeye5551 (07-06-2015),haxforlife269 (03-19-2016),haxin13 (11-10-2015),hayhayhay1 (11-27-2015),haze133788 (03-15-2016),haziq1 (12-22-2015),hazza72 (07-05-2015),hbkpk15 (12-26-2015),He7878787787 (02-27-2016),HeadOfHydra (01-15-2016),HeavenRockerZ (12-30-2015),hedax (09-19-2015),HegeP (09-19-2015),hehe9669 (07-13-2015),Heiko (07-07-2015),Hej1223 (11-12-2015),Hekminem (11-14-2015),Heliex (06-29-2015),hell in a cell (07-01-2015),Hello Bear (07-04-2015),hellomyfwens (01-14-2016),helloskitty125 (11-12-2015),Helvis96 (07-12-2015),Hennies (02-23-2016),henrih3h3 (10-22-2015),Herder123 (11-01-2015),Herman929 (02-19-2016),hermany (09-02-2015),Herokaine (07-02-2015),Herop20 (11-23-2015),hethlion (11-25-2015),HexagoN4 (11-20-2015),hexzb321 (12-05-2015),heybourn (12-17-2015),hhhaaa123 (03-19-2016),hiago590 (11-18-2015),Hider132 (11-28-2015),high4ever (07-14-2015),highclass11 (11-13-2015),hiihoo123 (11-19-2015),Hikkii (12-25-2015),Himmyy (11-28-2015),Hitman4Fun2000 (07-06-2015),HitmanJoshy (03-22-2016),hittingkilla (07-09-2015),hjklasd (07-06-2015),HkgStudioPL (03-04-2016),hmfc1987 (11-06-2015),hmizochorfa (11-05-2015),hobbbes (09-04-2015),hobbes1235 (02-06-2016),hodarimies (11-23-2015),hoihoihoidoeidoei (11-26-2015),holdonez (07-12-2015),HolidayS (08-05-2015),holly2323 (01-16-2016),holyfucksuckmyballs123 (04-06-2016),homeboy0170787 (07-09-2015),Homer24x (11-20-2015),Honeyboubokins (10-31-2015),hoohang (11-21-2015),hopesterrox (12-22-2015),hoplophobia1 (02-26-2016),horceaionut (11-03-2015),horistul (11-18-2015),horizongaming123 (03-26-2016),horney7 (12-04-2015),Horsey99 (01-04-2016),hotlineblinger (02-09-2016),Hotwheel200 (08-03-2015),Houndsoul (10-30-2015),howardx (03-17-2016),howwei (12-29-2015),howwei1 (09-29-2015),htdu2 (08-14-2015),Hujzivs (07-06-2015),hunterbaz (08-13-2015),HunterFrenzy (11-28-2015),Hunter~* (02-12-2016),huoyan00 (02-24-2016),HuskysRaver (07-16-2015),Hutmen (11-27-2015),hutpotato (07-06-2015),hwrd239 (12-08-2015),HWUHWUHWUHU (11-26-2015),hydrogentz (11-04-2015),Hydrowodotargacz (12-08-2015),Hydroxyzine (11-28-2015),hyensikonwebs (11-21-2015),HyperSpuds (12-24-2015),hypertoorik (02-18-2016),Hypnotic AE (09-16-2015),i like to hack (04-19-2016),i0like0weed (11-21-2015),i3aby (09-18-2015),iaintvlad (11-30-2015),iakobos (03-25-2016),iAlpha0negative (02-23-2016),IAmAxed (07-09-2015),iamhim (03-08-2016),iaminfinity (12-10-2015),iamthesuperk (11-07-2015),iansilveirabr (01-05-2016),iBearsy (11-01-2015),IBlowDogsForQuarters (03-30-2016),ibnuenu (07-01-2016),icame nuri (07-10-2015),ICanaan01 (11-23-2015),icebergggsss (11-25-2015),IceCrusher (04-26-2016),icehair25 (11-07-2015),icemaciop (12-16-2015),IceScream95 (11-18-2015),IceyTesticle (11-27-2015),ichee98 (03-27-2016),iconist (09-23-2015),iconzept (08-16-2015),icymercy (12-04-2015),icyrealm (07-13-2015),icywind95 (11-13-2015),idafter (02-23-2016),iddo100 (02-02-2016),Iddoslampposts (07-01-2015),idkanyusernames (12-23-2015),ido689 (01-14-2016),IDontRealyKnow (11-29-2015),iDuhAsianBoy (12-30-2015),ieatscones (02-14-2016),iFaraDie (09-19-2015),iFeint (11-07-2015),iFlameX (11-18-2015),iFlashbangedYourGF (11-06-2015),iFreddy (07-24-2015),iG3tKr3pY (07-01-2015),IgorWesleey (11-11-2015),ihackbf3 (07-10-2015),IHaveNoPants (11-10-2015),iIsAHaxor (07-17-2015),ikap96 (03-03-2016),IkarosAlpha74 (07-17-2015),iklair007 (01-25-2016),ilandiamond16 (12-07-2015),ilhanfbb (11-15-2015),ilikered (07-05-2015),IllRektAnybody (03-01-2016),iLoveYou12312 (11-26-2015),iLYdAkinG (02-23-2016),ImagineHacks1 (03-06-2016),imceslcms (02-22-2016),ImFlink312 (12-10-2015),iMiKiTiVi (11-10-2015),imlivein5 (10-30-2015),imnoteskii (03-04-2016),imrexman213 (03-01-2016),imshubon (11-06-2015),ImSoTrippy (12-28-2015),inc3pt (03-28-2016),Incorrectionz (03-08-2016),iNcre (03-26-2016),IncredibleMoose (12-25-2015),Infiniti117 (11-03-2015),iNight (11-24-2015),inj3kt (01-12-2016),innergnat10 (03-14-2016),Innovatereality (02-06-2016),insanity_fenix (01-08-2016),Instinct1231 (07-05-2015),InsurgentJ (11-09-2015),intoxicated.william (01-14-2016),Inxeria (07-25-2015),ioalex93 (07-01-2015),ion5hacker (10-28-2015),ioptimistic (07-28-2017),iphiesta (10-08-2015),ipryzie (07-12-2015),IPyro58 (11-11-2015),iQLink (02-24-2016),iroflmao (07-02-2016),Iromib (03-23-2016),ironcrown2129 (02-19-2016),iskatewitsteez (09-16-2015),iSkrub (10-28-2015),ismanila (02-06-2016),issaeisa (02-26-2016),iTab (01-01-2016),itadakimasuu (02-05-2016),itay2404 (11-18-2015),ItsHipToFukBees21 (03-04-2016),ItsJTech (03-13-2016),itsmeethan (04-27-2016),ItsMelvin (11-14-2015),ItsMight (11-03-2015),ItsPiston (11-07-2015),ItsRusha (03-24-2016),ItsSoParadise (07-09-2015),ItsVizi0nZ (03-05-2016),Itsxblue (02-26-2016),itzbrady (07-10-2015),itzHarry (12-05-2015),itzmesaul (12-29-2015),ItzRiley (11-29-2015),ivanacco1 (02-25-2016),iysd (11-24-2015),izaaz12 (01-17-2016),izmuted (07-29-2015),IzoXGame (12-24-2015),J - God (03-30-2016),j2hfaz (07-09-2015),j3ls0 (11-02-2015),JA7IIK (07-10-2015),Jacek32 (12-09-2015),Jackelele (11-06-2015),Jackie1234 (03-20-2016),Jackrabbit32 (11-21-2015),Jackson 5 (12-30-2015),jacobe768 (11-30-2015),JadenSparman (12-25-2015),jager5011 (03-27-2016),jagge25 (12-23-2015),Jaggie31 (03-20-2016),jagiel808 (10-30-2015),JAiME69 (11-11-2015),Jake Schultz (12-19-2015),jake1996 (08-06-2015),jakemuller (11-16-2015),jakewhitbeck (01-11-2016),jalkamees9 (12-27-2015),jamesbeawesome (03-26-2016),JamesKennyHD (11-14-2015),JamHacker (12-06-2015),Jammin! (11-25-2015),jamminsmurfz (01-27-2016),janbongers (03-07-2016),Janekv2 (01-30-2016),jantal (12-08-2015),jaoxzika (11-12-2015),japanka (11-12-2015),jaredva757 (01-02-2016),JARNQ (03-27-2016),jasonjones123 (07-10-2015),jaspe306 (08-03-2015),Java Virtual Machine (07-14-2015),Jay Dorn (07-11-2015),jaypapi (01-02-2016),JayZ321 (11-25-2015),jazzpalms (07-02-2015),JazzWolfBG (01-14-2016),jbxbl (02-11-2016),jc06875 (11-04-2015),jchali (03-04-2016),JCLDPP (11-11-2015),JcRi22le (07-06-2015),JeanBite (07-13-2015),jeanst187 (03-20-2016),JebnutyKokot (01-01-2016),jecarius1 (03-30-2016),jeeffee12 (12-28-2015),JeeperUHD (10-06-2015),Jef Fael (11-09-2015),jeffreklee (03-20-2016),jeffrey625 (02-21-2016),jemipls (07-08-2015),jenardude (09-08-2015),JEnergy (03-16-2016),jensen1908 (11-19-2015),jenskiller12 (01-30-2016),Jenya1996 (12-16-2015),jeremi59650 (01-30-2016),jerkkka556 (11-20-2015),JerkReject (10-31-2015),jerkrejection (02-23-2016),jerryguan (01-08-2016),jesoph1 (11-20-2015),jesper3009 (07-06-2015),jesus464 (08-30-2015),jeweetetyuri (07-02-2015),Jeycha (11-17-2015),Jeze98 (07-09-2015),jhnslsr (07-05-2015),jhoujhou96 (03-12-2016),jibze36 (02-16-2016),Jiinz (11-08-2015),jimmy4games (09-18-2015),jinhui23 (03-10-2016),jizzingjames (01-14-2016),JJa1229 (02-05-2016),jjy1231 (02-28-2016),Jkiest9 (07-31-2015),jldk313psv (02-05-2016),jlevato (03-30-2016),jmanu (11-26-2015),jmetcalfe99 (09-16-2015),JMLS (11-07-2015),joanmas (11-08-2015),joaodiogoc1998 (11-15-2015),joaosgc7 (02-26-2016),joban727 (02-22-2016),JocYkaHU (10-30-2015),joe9866 (12-19-2015),JoeChal33 (11-21-2015),Joehan Brahh (03-16-2016),Johan einrot (01-22-2016),johnjohnson123 (08-16-2016),johnnyblacckops (11-10-2015),johnnynguyen866 (07-01-2015),Johnson1337 (07-03-2015),johnspecies (01-02-2016),JohnWillsBooth (04-04-2016),johnyxzy (11-03-2015),join3 (01-05-2016),JoJoKing (07-10-2015),jok333r (11-09-2015),JOKER 01 (11-03-2015),Jokerz97 (03-19-2016),jonanr (11-03-2015),jonasgm1 (03-26-2016),jonedf (03-10-2016),joonchoi00 (11-11-2015),jopa322 (10-30-2015),Jord12R (04-24-2016),jordonc (11-14-2015),josessa (11-26-2015),joshr047 (03-19-2016),Joy255 (06-30-2015),JoySket (12-12-2015),jshmoney15 (06-30-2015),jsk88846 (11-27-2015),jubs38 (12-04-2015),Judangle (03-17-2016),JuiceBax (02-19-2016),julezverne (09-16-2015),julle782 (02-05-2016),julskinkan17 (09-19-2015),jungleGR (11-20-2015),jure_cebela (03-11-2016),jusba (06-30-2015),just4funm8 (01-06-2016),justice48 (07-02-2015),Justin0088 (12-08-2015),justin21200 (03-26-2016),justin716 (02-24-2016),justinh7 (07-24-2015),justpayne (04-28-2016),juz88 (11-28-2015),jvshua (06-29-2015),JxckL (02-19-2016),jz3 (11-26-2015),K0za (03-18-2016),k1ckerdude (11-26-2015),k1ng4ev3r (03-07-2016),k1nga1r (03-13-2016),k3jl7h (06-29-2015),k4du (10-08-2015),k83nk7agkc (03-25-2016),Ka0s4 (03-24-2016),kaan12343 (01-16-2016),kaarums112112 (03-14-2016),kacper11191 (10-29-2015),kaddy1 (11-11-2015),kahumi (07-16-2015),kairat1115 (02-08-2016),kais3rr (07-06-2015),Kajascar (12-26-2015),kakamakka23 (11-30-2015),Kakao069 (01-04-2018),kakapa (03-13-2016),KalasniKKov (03-14-2016),kalze (12-06-2015),Kami-san (03-16-2016),Kamidere (03-29-2016),Kamikadze334 (11-22-2015),KamsesHD (03-04-2016),Kancio (09-25-2015),Kaneie (07-01-2015),kanels (11-26-2015),kantheman (03-23-2016),KapET4K (03-12-2016),Kappatos (09-12-2015),Kappa_pride123 (03-19-2016),Kappie (12-29-2015),karaokemouse (11-15-2015),Karatekidxj9 (11-22-2015),Karisoze (07-12-2015),KarmaticDebt (10-31-2015),Karmatto (12-28-2015),karma_ (03-19-2016),karolakowy (08-01-2015),kashileo (07-05-2015),kasim393 (07-11-2015),KaspaBiceps (07-10-2015),Kat (06-30-2015),katliyzums (02-12-2016),Kayywen (07-10-2015),kck00 (07-12-2015),kcvboy23 (11-11-2015),kdhakghjewak (06-30-2015),keepout25 (11-14-2015),keifism2 (11-01-2015),KeitaroNSR (06-30-2015),kekcoBu4 (01-02-2016),keksi0 (11-23-2015),kekykeky (12-01-2015),kemgwapo (06-29-2015),Kemosabi (11-26-2015),kenize (11-05-2015),kenny5710 (03-16-2016),kenoways (03-14-2016),kepponen (07-29-2015),KeptOnService (09-21-2015),kerem77 (12-06-2015),keripiko (11-09-2015),keshiix (01-02-2016),kevinnerway (12-13-2015),kevinomgpop3 (10-31-2015),Kevinoss (03-31-2016),Kevmevgm (12-02-2015),kevthai1 (11-14-2015),keyknife (07-11-2015),khalxd (07-17-2015),khanskii (11-20-2015),khayl (02-23-2016),khaylster (11-03-2015),khaymate (02-05-2016),khorii (11-20-2015),khumsang1 (01-17-2016),kieau3 (07-18-2015),kifrirecle (07-13-2015),kiilll (07-21-2015),kik423 (07-02-2015),killaelectriix (09-16-2015),killer25612082 (04-11-2016),killerfish33 (11-21-2015),killerin7788 (03-25-2016),killerlydooo (02-14-2016),killerpt1 (11-14-2015),killersasuke (11-01-2015),killershazbot (07-11-2015),killmewithurlove (07-02-2015),killmzface (02-22-2016),KillSt3aler<3 (07-04-2015),killua98_killer (07-12-2015),kimijee (11-25-2015),Kimpabooi (07-01-2015),King1093 (12-18-2015),kingdiogo17 (07-02-2015),kingenn3 (02-26-2016),kinggunnerjr (02-23-2016),kingkong1905 (11-07-2015),kingkuzu (11-14-2015),kingman69 (07-10-2015),kingoflong (07-02-2015),KINGOS (07-09-2015),KingSeverus (07-02-2015),kingstonyuan (03-10-2016),kinishida (11-14-2015),Kinsy (07-05-2015),kipmonster (11-19-2015),kirabc (07-13-2015),Kira_Izuru (11-23-2015),kirii (11-26-2015),kirill43run (11-08-2015),Kirito126 (11-14-2015),kitkatpl (03-09-2016),Kiviv (03-25-2016),KiwiAndOranges (04-04-2016),Kiwunaka (09-16-2015),kklotuskk (11-20-2015),kl2054 (03-09-2016),klamir (11-10-2015),Klesk1 (11-03-2015),kleven113 (08-10-2015),Klikx (06-30-2015),KloudAlpha (11-19-2015),klouters (12-25-2015),klubky (06-30-2015),kmancoke1298 (11-25-2015),Knight1991 (03-10-2016),Knightaur (11-07-2015),KnoX00 (12-29-2015),koguchi918 (11-20-2015),Kokos228 (03-05-2016),kokotjakpica (08-22-2015),kold148 (03-20-2016),koldrux (11-01-2015),kolos18 (11-02-2015),kondo (12-28-2015),Konorimo (07-12-2015),koolio974888 (11-28-2015),kosapapee (07-02-2015),Kotoptoptop1208 (02-04-2016),koud2 (02-23-2016),KoZiKBeaR1995 (11-11-2015),KoziSutek (07-14-2015),kpt3ch (02-19-2016),Kraith (08-03-2015),KrallXZ (09-19-2015),Krepencyfy (11-06-2015),krillish14 (08-17-2015),kriperOok (09-19-2015),kristopher122 (02-17-2016),krolalbani (01-14-2016),KrypticOI (11-05-2015),krzysiek0426 (11-08-2015),ksax (03-09-2016),kspree (12-29-2015),kthao091 (07-11-2015),Kthulux (11-18-2015),kubat164 (01-03-2016),kubiak1193 (11-10-2015),kuharnejc10 (09-12-2015),kundalina (03-12-2016),Kurama121000 (03-03-2016),KuramasaX (03-13-2016),kurtmix2 (11-25-2015),kutahonda (02-14-2016),Kuuzaa (12-01-2015),kwanwen (07-10-2015),kxlecassidy (12-10-2015),Kxue (11-17-2015),ky1er1 (07-01-2015),kyj11141114 (02-04-2016),kykywke1337 (11-01-2015),kylercsgo (11-20-2015),kyousanagi (03-14-2016),KyuubiJaJ (06-29-2015),Kzuto (08-08-2015),l2345678910 (04-23-2016),l4rs6t (07-11-2015),lach96 (07-17-2015),ladesplat (12-13-2015),LAFKA (03-17-2016),lahnakoski (12-06-2015),lakgo (11-01-2015),Lakritz (02-25-2016),lalalol222 (11-16-2015),lallipallo (11-09-2015),lancen0it (07-01-2015),LangosPC112 (07-02-2015),LaReyes (11-11-2015),LargeWeiner (11-24-2015),lasertank (07-13-2015),lasteur (07-10-2015),laurits.bille22 (11-27-2015),LazerEyeh (11-23-2015),lazybum12 (03-09-2016),LazyJonesJack (04-03-2016),LeaDeR20 (03-19-2016),leafiee (04-24-2016),leavenowty (12-14-2015),leeparker007 (07-11-2015),Leflexo (07-21-2015),Left of the Dial (07-01-2015),Left y (02-06-2016),LegitHacks1 (04-26-2016),legithackslmao (07-06-2015),LegoCraft (07-03-2015),LELOUCH-VI (03-30-2016),lemonaj58 (08-14-2015),LemonSnaps (01-01-2016),LemonySpider (07-23-2015),lennydelbien (03-11-2016),lenon3333 (07-16-2015),leoferro989898 (12-26-2015),leongnardo (07-04-2015),Leptynis (12-09-2015),lerox89 (12-10-2015),levieaton (06-29-2015),levizisking (01-22-2016),LewisHP (07-21-2015),lexborn2 (07-06-2015),lexutzio (12-30-2015),lexutzion (07-26-2015),lfrancomb (07-18-2015),lhoerz (07-10-2015),li7e (03-07-2016),liadm1 (07-17-2015),Liam_429 (12-08-2015),liangjboram (11-16-2015),Lidanny (03-20-2016),Lificious (07-03-2015),LiftSWAGGER (11-29-2015),lightyagami_zz1 (01-08-2016),likkin (02-24-2016),LilMitchyz (11-11-2015),liltbagz (11-29-2015),lilzyx (03-14-2016),Lime Taje (11-19-2015),limsosrock (12-06-2015),link288 (11-26-2015),linoeo1995 (11-11-2015),Lionel Messi (11-26-2015),liongu (11-29-2015),LittleManChip (03-16-2016),Livank75 (07-06-2015),livenight (09-25-2015),ljkjhdfhgj (11-12-2015),llILoveAnimell (10-31-2015),Lloud (02-25-2016),lmaod (03-26-2016),lmaorock (03-09-2016),lockerderking (11-29-2015),locky101 (12-08-2015),locoloco22 (01-02-2016),lodestar (08-14-2015),logan2015 (07-09-2015),loganlwright (03-30-2016),logan_uwotm8 (12-17-2015),loiter2 (06-30-2015),LokiLT (11-13-2015),loko54 (07-05-2015),lol748 (11-06-2015),LolBomba (07-15-2015),lolcird (02-13-2016),LOLERSSS (07-02-2015),loli69 (07-03-2015),loliukasblet (02-22-2016),lolka11223 (11-19-2015),lolkekerinos (07-18-2015),lollka (02-15-2016),lollylegs2 (03-12-2016),lolq (03-30-2016),lolw0t (08-08-2015),lolxdroflayylmao (11-07-2015),lolzy53 (06-29-2015),lonatik (03-29-2016),longxxii (12-10-2015),LontraG (11-08-2015),lopescwb (03-15-2016),lordtimmy37 (11-09-2015),Lord_BawsaQ (02-09-2016),LoRiKungz (11-26-2015),loser9110 (11-23-2015),Losthopeucf (03-04-2016),LottyDewt (07-11-2015),loualex54000 (11-14-2015),louxer1337 (12-03-2015),love 4 zi (11-16-2015),Lozzyman (03-28-2016),lpminer (03-09-2016),LSD51450 (03-29-2016),lskywalker5 (10-28-2015),Lua KID 1000 (11-15-2015),lucasgf64 (12-19-2015),Lucasilveira (11-23-2015),Lucasx541 (07-09-2015),lucianodoytb (02-28-2016),LucianoSoprano (10-31-2015),luckbr (02-29-2016),luckylambonie (09-24-2015),luckyy7 (11-09-2015),Lucky_hacks (07-10-2015),Lugeorgescas (11-24-2015),lukashack (01-23-2016),lukepez (02-29-2016),luki96 (12-01-2015),lululs (02-25-2016),Lumacon (10-12-2015),luzerax (10-06-2015),lv46ey8sfvyszcwy (12-13-2015),LycanTV (06-29-2015),LyntFX (03-24-2016),m1brax (03-14-2016),Ma3uJla (09-30-2015),maah1337 (02-25-2016),mackovsky (07-01-2015),macsql (07-10-2015),maddogewow (02-19-2016),Madssej (03-13-2016),maegaard1337 (09-17-2015),maegaard2 (07-07-2015),mael188 (06-30-2015),MaeseppTarvo (07-04-2015),magnumhml (07-18-2015),Magonen14 (07-10-2015),mahavir111 (01-01-2016),mahuna123 (03-13-2016),mahurin (08-04-2015),Maikeru82 (07-13-2015),Mailman444 (07-15-2015),Mairasa (03-20-2016),MajesticAsFuq (03-21-2016),major888 (07-10-2015),Majorballs (03-09-2016),majorchick (07-26-2015),makczupik (11-20-2015),MakeACumBak (02-07-2016),maksim77761 (08-14-2015),Malebolgian (11-22-2015),malibusolonis (01-01-2016),Manapay (11-15-2015),mancube (03-15-2016),mankirat87 (01-15-2016),manocheila (03-05-2016),Manuelraa (07-09-2015),manugrw315 (07-14-2016),marcelinholol (09-13-2015),marcopro (06-30-2015),mariabellen (07-27-2015),MarinoBln (02-18-2016),markcaution (02-27-2016),markeloff789 (11-21-2015),marlomaine123 (11-16-2015),marlon_1996_123 (07-17-2015),marshall2050 (11-29-2015),martel2010 (11-09-2015),Marvnation (10-28-2015),mashomaly (09-18-2015),Massah (07-10-2015),MAST3R24poppop (01-14-2016),Master000007 (07-10-2015),Masterpiece99 (08-01-2015),Masterun (07-10-2015),MateMan99 (11-19-2015),materialsky313 (06-29-2015),matheusverly (03-07-2016),mathias1212 (12-22-2015),Mathias18 (08-15-2015),mathiasmhg (03-07-2016),mathizzz (11-08-2015),matik1712 (12-12-2015),matisi (11-11-2015),matkak (12-29-2015),matmax3333 (02-11-2016),matrak0606 (09-15-2016),Matreix (02-10-2016),MatteBlack (11-30-2015),matthewiskkk (07-02-2015),MattKlostermanIsAFaggot (07-05-2015),mattsdaman12 (11-14-2015),mattuesvk (11-01-2015),MattyBRappa (07-07-2015),mattyhd (03-20-2016),Maukkis (02-26-2016),mavs (02-09-2016),mawin1101 (11-07-2015),MAX123123 (12-24-2015),MaxChill (12-14-2015),maxel1234 (02-03-2016),Maximadrazo (07-06-2015),maxime33 (04-12-2016),Maximilian1512 (12-23-2015),maxueltstz (12-08-2015),maysticgol (01-25-2016),mazoui (10-31-2015),mbeaver549 (10-29-2015),mburgnon (01-16-2016),McCoy Wkd (02-29-2016),mcdadle (12-08-2015),MCDaimond (12-28-2015),mcdks (12-03-2015),Mcp (04-24-2016),McScufferton (07-12-2015),MDSimmy (11-07-2015),Meark (07-22-2015),meatnutts (09-29-2015),Meatstake (06-30-2015),mechkata14 (12-22-2015),medalha01 (11-01-2015),MEDiiN (12-30-2015),meff98 (07-20-2015),megaman1321 (03-08-2016),megapuffymuffin (11-14-2015),mehax (07-09-2015),mehmood115 (12-30-2015),MeinNiger (12-18-2015),meismeandilikeme (02-27-2016),meistersheep (03-23-2016),mekzhe (11-06-2015),melleshow (10-29-2015),melvinf01 (04-02-2016),meme123451234123121 (07-11-2015),meme23 (12-30-2015),Memelord23 (07-01-2015),Memoryvvave (03-15-2016),menfru (11-09-2015),menohackerr (11-14-2015),Meowmow (07-09-2015),merka91 (03-30-2016),merkinhd (11-09-2015),MerlinPT (03-30-2016),Merowingg (08-21-2015),Merroks (11-15-2015),mert963 (06-30-2015),messor6 (01-03-2016),mestarlol (11-17-2015),mesutmertoc (11-17-2015),MeticulousModz (01-21-2016),mettbrot (06-29-2015),MichaelBD123 (03-12-2016),michaelcheu (07-04-2015),michaelpab (12-08-2015),michaelriano98 (11-21-2015),Michal2772 (02-26-2016),MichalPlays (09-12-2015),MIckeymj08 (07-12-2015),MickeyNGG (03-30-2016),MidnightersHouse (09-18-2015),Miggels123 (02-10-2016),MightySphinX (07-01-2015),Mihir Sheth (12-31-2015),MikadoTerri (08-21-2015),Mikaela Hyakuya (11-27-2015),mikaelin (11-26-2015),mike2525hunt (03-09-2016),MikeMarin (11-10-2015),mikk277 (02-14-2016),Mikk33 (11-19-2015),mikk366b (02-13-2016),MiKo356 (03-02-2016),miksu123555 (02-05-2016),Milan080 (03-03-2016),milfy123 (04-23-2016),MilkyAU (09-18-2015),miltonyague666pony (03-02-2016),mindaugaslt (01-23-2016),MindMagic1231 (11-25-2015),mindozaa (04-23-2016),MinerMaxHD (06-30-2015),Miniature (11-28-2015),Minimal19990 (12-25-2015),mirakool (02-26-2016),Misha Mikado (03-06-2016),misterchilly321 (02-21-2016),misterkuklux (03-07-2016),MisterXeeL (03-15-2016),MisterZambie (08-06-2015),Misty_Paws (07-01-2015),mito551 (03-12-2016),mitzaa14 (12-23-2015),mitzgaming41 (01-03-2016),mizeeh123 (11-27-2015),mizmarkblue (03-06-2016),mizovelli (03-21-2016),mk2183 (03-13-2016),MlgHackz (08-23-2015),MLGPLAYEr404 (11-04-2015),mlgpro1234 (10-31-2015),mmseabb02 (02-10-2016),mn8984 (01-14-2016),MNEM0 (02-22-2016),MockingJay13443 (07-03-2015),moddinglegend01 (11-24-2015),moderas (03-02-2016),mofopapa (03-25-2016),Mohojo (07-01-2015),moja.jst (11-27-2015),mojoman1858 (03-22-2016),mokade (02-18-2016),moldycarrots (10-09-2015),Molflix (12-23-2015),moligo (01-23-2016),molnia2145 (11-12-2015),momeggio (01-04-2016),monekycars (02-28-2016),Monofest (06-30-2015),monozxr (07-09-2015),monsterdragon (03-06-2016),monsterfoxhacks (02-23-2016),MonsterGaby22 (11-10-2015),monsterx69 (04-30-2016),montoya_ (03-05-2016),mooncsgopt (07-01-2015),MoonmanHax (03-15-2016),moonmoonius (11-25-2015),Moooon (03-04-2016),mooow (03-25-2016),moowovy (11-10-2015),Mordi420 (02-25-2016),Morokei (02-02-2016),mortezaghafooriyazdi (10-30-2015),MortifiedFX (03-13-2016),mothitchettuoi (03-16-2016),Motionable (11-07-2015),moxwell55 (07-16-2015),MrArcher (07-09-2015),MrBlockhead16 (07-14-2015),Mrcucubaux (01-16-2016),MrEwal (06-30-2015),mrhaidesign (02-20-2016),mrhyperman1 (11-14-2015),mrkenshin (06-30-2015),mrkingswag (11-24-2015),MrLarryx2015 (08-27-2015),mrmctommy (02-06-2016),mrmmo (07-09-2015),MrNoob8D (07-01-2015),mrpringle (07-23-2015),MrVin3030 (02-28-2016),mrwang9080 (07-06-2015),MrZakurzacz (11-14-2015),mrzezoakj (02-25-2016),MrzK (03-06-2016),Mr_OMG (12-01-2015),Muja55 (11-19-2015),munchy91 (06-30-2015),murad1234 (12-02-2015),MuriSwag (12-01-2015),MUSiiiC (11-07-2015),Mustafa Ammari (07-30-2015),mustafamrc (07-14-2015),mutdaman (02-28-2016),mutdoduck (09-18-2015),Muthafukar (01-28-2016),mvcvbrx (07-30-2015),MxDexter (11-22-2015),Mxist1 (07-20-2015),mxns (11-01-2015),myboy128 (11-26-2015),MyDeHq (08-14-2015),mymuda (11-10-2015),MyNameIsAddiction (07-16-2015),myo nyi nyi (03-14-2016),myrandomname (11-11-2015),Myself11 (11-28-2015),n0rt1k (03-03-2016),n1gg3rp4antz (01-01-2016),n3r0v1p3r (11-16-2015),nadkov (03-27-2016),nahswag (02-12-2016),naim8450 (02-23-2016),nak1990 (06-30-2015),Nakazawa (02-22-2016),nake2 (11-06-2015),namdoann (07-13-2015),nanotrybox (12-28-2015),naowee (03-17-2016),NarTooN (07-03-2015),naruto81022 (12-24-2015),natekarczew (11-08-2015),nateron (11-08-2015),nathan9898 (11-23-2015),Nathanhale2 (07-16-2015),natiuz (11-27-2015),Natlex (07-09-2015),Nazir404 (12-16-2015),nbern1999 (07-06-2015),ncelengan (11-12-2015),neblicutzu2014 (11-26-2015),necrosis443 (07-04-2015),ned2ded (11-21-2015),Neetx03 (02-29-2016),neiz89 (01-21-2016),Nekochun (07-03-2015),nelsonfung21 (03-01-2016),Neon757 (01-01-2016),Neo_mat (07-16-2015),neptunia (07-05-2015),nerdcoderr (02-24-2016),Nerfman7 (03-24-2016),Nerlant (06-30-2015),Nessifa (03-10-2016),netstorm (07-01-2015),neutronbiach (08-25-2015),newfoundland (02-22-2016),newowhit (03-02-2016),nexmorbus (07-27-2015),NexoCore (04-23-2016),nhabe2 (11-03-2015),nhan0932580530 (01-16-2016),nhoomz (02-22-2016),x12 (07-06-2015),Nicco_18 (07-02-2015),nicemanokt (02-24-2016),nicfast (04-18-2016),nicholas.lentini (03-13-2016),niciopanicio (04-13-2016),nickdogmax (07-08-2015),nickhinton92 (07-24-2015),nickimbavik (10-24-2015),Nicknaime_ (02-12-2016),NicktoQuick (12-23-2015),nicolas1337 (02-20-2016),nigga556 (03-26-2016),nightblade2222 (11-05-2015),NightDev (11-08-2015),Nik121121 (12-30-2015),NikaiNoya (10-17-2015),Nikeac (11-10-2015),nikita787 (07-07-2015),Niklavijus (07-06-2015),nimmus (11-15-2015),nimoramus (11-19-2015),Nine Irony (07-10-2015),ninja15963 (12-22-2015),ninjaguy918 (07-13-2015),ninjanick15 (03-14-2016),ninjasnipez (11-27-2015),Ninje (11-21-2015),niptriplekill (02-25-2016),Niqqajew (12-05-2015),Nishantsingh0611 (12-11-2015),Nithriel (11-09-2015),NitrotIX123 (02-17-2016),nivaknin14 (12-12-2015),nivNsagiv132 (07-03-2015),Njungle (11-09-2015),noahkra (11-13-2015),NoFearMyFriend (02-27-2016),NoHop3 (11-27-2015),NOIG (06-30-2015),Nojik763 (11-16-2015),NoobiCake (11-22-2017),nOObly_167 (01-03-2016),noobster29 (11-11-2015),Noodles 2 (03-30-2016),NooNaame (07-01-2015),noongahunter (02-06-2016),NooZooToo48 (02-22-2016),norlag (07-22-2015),NormanX (03-13-2016),norrislindo (11-11-2015),North1 (09-25-2016),norush195 (03-13-2016),notahackerlel (08-14-2015),Notlookingtocheatoncsgo (03-30-2016),notreal1905 (11-05-2015),notseven (06-29-2015),notwalex (02-24-2016),Novaranger (03-22-2016),Novaren (07-17-2015),nowakdawid48 (02-25-2016),nowaybro123 (11-04-2015),Nozti (12-08-2015),ntst22 (11-13-2015),nuckelhead (08-10-2015),nuclearhound (01-30-2016),nufkey (11-18-2015),Nugie Icon Wesley (07-24-2015),Nyctephillia (11-07-2015),oamd2002 (05-04-2016),obscureboi (07-23-2015),ObsessedHacker (09-19-2015),octa2810 (02-29-2016),Odeiux (03-12-2016),oerkki (07-09-2015),offFEEZAS (03-10-2016),OfficialKerro (11-27-2015),officialrelight (03-17-2016),ofmg (06-30-2015),Oginish69 (10-31-2015),ohparq (02-16-2016),ohtys (11-12-2015),ohWexy (11-13-2015),oigihh123 (11-08-2015),oioifgt (02-02-2016),ojcze (07-20-2015),OjeejCZ (11-09-2015),okrammarko (12-09-2015),oksmile (11-11-2015),oktay556677 (12-17-2015),olithepowa1 (07-04-2015),olithepowa3 (07-14-2015),oliver1273 (03-12-2016),olliew1405 (07-15-2015),olofruit (06-30-2015),Omadron (02-19-2016),omar2535 (07-19-2015),omarrmt (03-25-2016),OmegaTester (08-17-2015),omena333 (11-01-2015),ominosity (07-11-2015),ONdaBeat2 (06-29-2015),One_Shot3323 (02-07-2016),onofre2015 (11-12-2015),OnTheEdge16 (11-01-2015),onyxx (11-27-2015),ooazdog (07-17-2015),Opalatal (12-22-2015),operationer (01-14-2016),OrangeSoDuh88 (07-03-2015),orbital101 (03-04-2016),orchidchen (07-01-2015),orhan252552 (03-14-2016),OribatalObserver (12-20-2015),OriginalRudeDog (11-15-2015),Oriphen (04-24-2016),osamabinballin (11-27-2015),oskarh01 (12-09-2015),otakov (02-19-2016),otann (12-10-2015),oTheOneo (02-02-2016),othm (07-02-2015),Ouasix (11-24-2015),OUZHAN666 (12-19-2015),overnightz (07-03-2015),overzim (06-29-2015),owaice (11-13-2015),OweadonFR (12-15-2015),owen97779 (11-08-2015),Owmywrists (07-15-2015),ownerru (11-13-2015),Oxdis (01-08-2016),oxiner (09-02-2015),oxybosss (11-29-2015),oyler44 (02-25-2016),p4shka1EE7 (09-16-2015),Paaaaablo (06-29-2015),pablo escobar 666 (03-14-2016),paintballer1997 (02-21-2016),paizelda (11-10-2015),pajam (07-02-2015),pampox123 (12-11-2015),pancakes19 (02-20-2016),PandaDaNoruega (09-27-2015),Pandasaurus (02-28-2016),paok4ever12 (07-13-2015),paolopulido (12-19-2015),paoter (12-01-2015),papanamericano (03-28-2016),Papin (12-12-2015),papo11161 (11-12-2015),Paradocsss (06-29-2015),Paralogical (07-11-2015),parhellion (06-30-2015),parmenashp (01-14-2016),partakone (03-12-2016),paskajaakko (11-24-2015),PasscodeX (10-30-2015),Passelat (07-04-2015),passwordtyty (10-31-2015),pastaman (11-21-2015),Pastekk (02-18-2016),patini12 (01-28-2016),patrickpo (11-25-2015),patrycjonus (11-10-2015),Patryczk1 (02-08-2016),patrykbn1997 (10-31-2015),pauletemano2 (04-23-2016),Paulius231 (07-10-2015),Paulo_Nick (01-01-2016),Paul_vanBloeman (11-12-2015),pcdgs4022 (07-06-2015),pCoder (12-13-2015),pconstantine (11-11-2015),Pedex2014 (02-26-2016),pedobear2014 (07-13-2015),pedromegaboss (07-23-2015),PeekabooNinja123 (12-30-2015),pekira (11-08-2015),pelle123456 (12-09-2015),Peluche900 (12-30-2015),Penis1133 (01-15-2016),penisfrog (06-30-2015),PenisLoader9k12 (07-02-2015),pepito155 (11-03-2015),Pepsimiez (03-22-2016),perozin (11-12-2015),Perplexus (07-18-2015),Perry_Max (02-22-2016),Pertti.panola (03-07-2016),peter0124 (11-18-2015),Petterson123 (08-27-2015),Peytamy3 (03-09-2016),Phantom12345 (02-06-2016),pharoh (11-01-2015),Philippophant2 (12-01-2015),philippos12 (11-03-2015),philodox (02-19-2016),Phuckboi69 (08-04-2015),phunguyeners (11-10-2015),pickles92 (02-17-2016),picote54 (03-31-2016),pifapishawn (12-29-2015),piggy7777 (12-09-2015),Piggyhacks123 (03-09-2016),PiousRaven (07-15-2015),PirateAngel (12-02-2015),Piskynov_2000 (11-26-2015),pitito3000 (07-07-2015),pizzamain (04-24-2016),pjtriuska (11-21-2015),pk1346 (09-18-2015),pkedel130 (07-14-2015),pkingz (12-08-2015),PKWiz (07-08-2015),plantzatv2 (02-17-2016),Plaused (03-03-2016),Playaman64 (08-13-2015),PlayRulex (03-27-2016),plen (11-20-2015),plexitron (11-24-2015),plidosak (02-23-2016),Plongos (07-10-2015),PLSDNTKEL (02-14-2016),plsnoo (06-29-2015),plt021021 (03-03-2016),POIOI (09-18-2015),poisongas111 (07-17-2015),pokemona123 (01-02-2016),Pokemonmaster123 (07-05-2015),PokemonTrainer123 (03-14-2016),Polaris25 (11-13-2015),Polezak (12-10-2015),polior (07-10-2015),polygame (02-16-2016),Pooface123456 (11-26-2015),poopykun (10-31-2015),popowwe111 (02-25-2016),posaman (07-03-2015),Poseidon (03-13-2016),potato bro (08-10-2015),potatolicker1 (04-12-2016),potomako (08-14-2015),POTTYNO (07-06-2015),Pr4ct1c (03-15-2016),prabpara (03-15-2016),prana80 (07-20-2015),premrl2 (09-01-2015),PRNRML123 (10-30-2015),Probey (07-01-2016),proca (10-30-2015),ProcyonRoDjSams (03-08-2016),Proffesor_Diggi (04-24-2016),ProSweet (09-26-2015),proveen998 (02-20-2016),PrtScr31 (11-19-2015),psihogios (11-01-2015),psxsahan16 (11-07-2015),PsychoChester (07-22-2015),PsycoCZ (11-07-2015),Psynced (03-24-2016),ptbestpt123 (06-29-2015),ptm101 (11-08-2015),PubesHF (07-04-2015),PUDINSHNAPS1 (03-06-2016),pupko (11-15-2015),purecocoa (03-14-2016),pusokalex1 (11-14-2015),pussyfighter (11-11-2015),Putere2244 (02-26-2016),Pvttycakes (03-30-2016),pyrtordie88 (02-25-2016),Pystlz (11-21-2015),q798627 (03-13-2016),qazw39 (10-31-2015),qpss051102 (07-01-2015),qq751537331 (03-11-2016),quantumlife (11-14-2015),Quci (07-10-2015),QuentinFR (02-17-2016),Quiet (02-04-2016),Quincy01 (03-02-2016),quinny11 (09-18-2015),quitoquinho (07-01-2015),QuX252 (07-25-2015),QuXiL (02-25-2016),qwandxhff1 (11-15-2015),qwexzxz (10-28-2015),r04nr0 (01-14-2016),r0m4nn (03-13-2016),r3dearl111 (02-18-2016),R3D|Dragon (07-01-2015),r43 (11-23-2015),R4MK4 (02-25-2016),r8diant (02-19-2016),raagustelefon (01-24-2016),racheen1 (11-22-2015),rad589 (11-03-2015),radi0act1v3 (07-02-2015),Radical_One (08-14-2015),RaGeZ_FreeKill (07-09-2015),RagnarokGaming (11-30-2015),Ragnar_Rodblok (01-06-2016),Raiden702 (11-10-2015),raidixx (11-06-2015),railgunmisaka (11-07-2015),rainbowcoke (08-10-2015),RaisedSkeleton (09-01-2015),Ramintome (08-12-2015),Ramixou (11-25-2015),rammpage12 (06-29-2015),Random992 (03-03-2016),randomcheater123 (03-19-2016),randomnether (07-03-2015),Randomsheit (09-19-2015),Rango420 (03-30-2016),raphaelmoure (11-18-2015),raqu (12-22-2015),rasmuskard (11-19-2015),rastafodz (11-12-2015),RastaGame (09-16-2015),rastos124 (03-16-2016),ratchet12140 (11-02-2015),ratlan50 (11-19-2015),Raul Santos (12-29-2015),RavenXI (03-18-2016),RaWDoGTX (12-06-2015),rawmonster7 (10-30-2015),Razon91 (11-16-2015),Razvan2988 (11-26-2015),rbk68 (07-31-2015),Rcktr (02-23-2016),RealIto (11-06-2015),RecessRage (12-29-2015),RecklessBear (01-04-2016),recktmedz (03-17-2016),Recommendation (11-28-2015),redfiredu29 (02-10-2016),redk2 (02-26-2016),RedKelly (07-25-2015),RedRiven (07-02-2015),Reece the Geese (02-12-2016),Reeeece (12-18-2015),reiniss2 (08-19-2015),reioqw (07-11-2015),Reisemre (11-27-2015),Reivik (11-07-2015),rekt-9 (11-02-2015),rektan (02-25-2016),rektxdi (12-24-2015),RekyStalker (11-12-2015),Release Modz (12-25-2015),Relented (08-31-2015),ReLo00 (11-13-2015),relQQx (04-15-2016),remi79 (03-06-2016),remiro12 (08-14-2015),rems710 (11-04-2015),rene2410 (12-18-2015),rene3216 (03-30-2016),Reneistbad1337 (11-03-2015),renjunlaw (10-28-2015),renolv (02-27-2016),Renqiu (03-15-2016),Renzo_ (11-22-2015),Reorganize (09-19-2015),Reptxr (07-12-2015),Reriix (07-10-2015),reserve12 (12-05-2015),Resourcerino (01-27-2016),respawnz (02-24-2016),ret12 (06-30-2015),Rethen (10-31-2015),rextealhd (11-11-2015),reygarufa12 (12-18-2015),Rezník (02-23-2016),rgaergaergaergearg (09-13-2016),rhfem131 (01-14-2016),rhinowidow (11-07-2015),Rias-Senpai (11-07-2015),Rickcain (12-09-2015),rigzy (11-20-2015),riseofevil (11-21-2015),Rishuu (07-03-2015),rixis321 (03-08-2016),Rizgg (07-10-2015),robben8888 (02-27-2016),RoBdOg1231 (03-30-2016),Robebubop (01-05-2016),Robiin27 (11-12-2015),rochu36 (07-07-2015),Rocktoid (07-07-2015),rockygamesro (11-19-2015),roco321lolololol (10-31-2015),rodrickhacker (03-10-2016),rodrigo1337 (07-11-2015),rohan229 (11-20-2015),rohankc60 (11-27-2015),rokson211 (09-13-2015),Rolands9999 (11-12-2016),romanraid (12-04-2015),romeruuu (11-07-2015),romik2106 (01-14-2016),ronaldostar7 (08-21-2015),rosaldokurva (08-05-2015),RossWay (07-10-2015),rotax41 (01-13-2016),rotemman13 (03-28-2016),rouge789 (03-11-2016),RoXurp4nts1 (11-27-2015),Royalclan123 (11-19-2015),RoyalGuard (04-17-2016),royalv4 (01-02-2016),roymadmd (09-16-2015),RPKilleRs (06-29-2015),RPMKiwi (03-26-2016),rquao (06-30-2015),rqweto (12-21-2015),rsty (11-26-2015),Rubeneto26 (08-26-2015),rubenmartins (09-25-2015),rufka420 (11-18-2015),Run2Cry (02-03-2016),RusHThunder (03-06-2016),rustam_124rus (03-30-2016),Rvatz (04-03-2016),ryanismyusername (11-27-2015),Ryjoku (11-01-2015),Ryuka (11-01-2015),ryukoow (02-27-2016),ryutttt (09-18-2015),Ryuzukiiii (03-30-2016),rzv123 (03-09-2016),S-D R3FL3X (02-08-2016),s1qo (07-04-2015),s9548034 (12-29-2015),sadolera (02-19-2016),sadwhitedaddy (08-04-2015),saed (12-05-2015),Saikewnonebi (11-08-2015),sakkid95 (07-01-2015),saksakman (04-19-2016),sakuchi139595 (11-21-2015),sakumin (11-26-2015),Saky (07-03-2015),Salam Al Mahoiz (07-04-2015),Salamek (07-25-2015),sallaz12 (02-23-2016),saller0 (07-21-2015),Salmon23 (11-29-2015),Saltified (07-30-2015),SaltyIslander (03-03-2016),SalumSmash (03-30-2016),salvaelvis (11-24-2015),sama1997 (12-29-2015),samikee (12-01-2015),samiongay (01-16-2016),sammyd21 (11-08-2015),samocamo123 (11-09-2015),SamuelMax9 (09-16-2015),samyrmt (01-08-2016),SankAreaINDEX (07-11-2015),Sanktion1 (11-29-2015),santimaieron (07-03-2015),sanyak911 (11-20-2015),sao_feng (02-19-2016),sarutobi4 (11-14-2015),Sarymian (09-25-2015),sasrsmargs (02-21-2016),satano (09-16-2015),Satser (06-29-2015),Savinota (06-29-2015),sawfishpro34 (02-17-2016),sbhswhgaw (11-17-2015),sblood001 (11-26-2015),ScaMpUA (11-05-2015),scaryfatcat99 (11-08-2015),Scerd (12-18-2015),schab1337 (07-02-2015),schaujakjakob (12-24-2015),ScheißBambus (11-26-2015),schminge1 (01-14-2016),schnake (02-08-2016),scholl (03-09-2016),Scoopes (09-20-2015),scorpionalb007 (08-02-2015),scottdell666 (03-20-2016),scottwong455 (10-30-2015),scraggle (07-12-2015),scrandy (03-18-2016),scrich (11-19-2015),sdfdgrdtrtjhtyj (11-17-2015),seahog123 (11-10-2015),Seal482 (11-28-2015),seanlim999 (02-21-2016),Sears12901 (04-28-2016),seaskully (11-01-2015),sebab69 (01-14-2016),sebco (04-08-2016),sebross (10-31-2015),secret098 (10-31-2015),SedAsed (11-12-2015),SEHAAMINATOR (12-25-2015),sehloiroeoqrx (02-17-2016),sejecb (03-27-2016),selusmeister (11-12-2015),semacom (12-23-2015),SembO (07-10-2015),SemenCZ (12-11-2015),semuaitusatu (12-04-2015),senbay (07-31-2015),Sender123 (11-15-2015),senyaiv (12-29-2015),seouljahh (11-11-2015),Seppl Schauer (11-26-2015),serabibugr (02-28-2016),serafim7 (08-19-2015),sercher85 (10-31-2015),serega950588 (03-20-2016),sergiuzz (08-15-2015),SergSquirrel (02-25-2016),sethcp1 (03-03-2016),SethQ (08-24-2015),setok110 (07-01-2016),Seylum (07-23-2015),sgtdroopysack (02-15-2016),sh1nrue (03-07-2016),Shadow003 (09-23-2015),shadowdashx90 (06-29-2015),Shadowhd1234567345436 (08-04-2015),shadowinverse (11-17-2015),shadowkilla2200 (07-15-2015),shadowlink98 (11-29-2015),SHadowsphere1213 (12-18-2015),shafuddin (11-08-2015),shandywinnit (07-07-2015),shatsu3 (01-14-2016),shattering (03-19-2016),ShawaKXD (11-26-2015),shawnkoh9898 (11-14-2015),sheep95 (11-27-2015),sheeps99 (06-29-2015),shenghong97 (09-16-2015),Sheroo (11-25-2015),shikaru1337 (07-07-2015),shinedowns (03-13-2016),shiner123321 (02-24-2016),shinig (10-31-2015),Shinzaza (07-14-2015),Shmeebo (07-15-2015),shoupy (02-04-2016),shoxye (07-04-2015),Shpee166 (12-11-2015),shuguoqion (03-18-2016),shupactakur (07-17-2015),si72 (12-02-2015),SiCk4 (12-02-2015),sid2956 (11-07-2015),Sikas (07-03-2015),silasthepro (07-18-2015),silent x toxic (11-24-2015),Silent467 (10-22-2015),SilentHuskey007 (11-13-2015),Silent_91 (06-29-2015),SiliconeS (12-14-2015),Silvaftw (12-13-2015),simeoooni (03-02-2016),Simon135 (07-10-2015),simonbroden2002 (12-30-2015),simonpresque (03-16-2016),SimplyAquafina (10-14-2015),SimplyJet (01-14-2016),SirFagSlayer (07-06-2015),sirhuskeh (02-26-2016),Sirthatch (12-29-2015),SirTonoro (10-31-2015),sitbox14 (09-05-2015),sivi1 (11-16-2015),siyi (12-25-2015),skared (11-24-2015),skarpeta1996 (03-09-2016),skarpzy (11-01-2015),Skidrowz Heir (02-29-2016),SKILLAS (01-01-2016),skillnkill96 (03-06-2016),skillor (12-29-2015),skiter25 (11-25-2015),skittlemuncher (09-25-2015),Skooner (11-28-2015),SkyDeamon (07-04-2015),skyfan2802 (02-24-2016),skyfire166 (07-06-2015),skylinee3 (07-10-2015),SkyrenOfficial (11-14-2015),skyro38 (11-11-2015),Skyross (11-08-2015),SkyWeedy (10-09-2015),Slasts (11-22-2015),SlenderNigga (06-29-2015),SLHX (01-02-2016),Slifer85 (10-30-2015),slimdogg (07-10-2015),slippysocks (09-16-2015),Slp. (08-05-2016),smaks (11-26-2015),smalit99 (02-29-2016),smallplants (07-11-2015),smell my toes (02-06-2016),smexypants (07-01-2015),smurfinoff (07-04-2015),sn8k3 (09-25-2015),snadges (08-08-2015),snaken1 (03-25-2016),snakor (06-29-2015),SneezingOrange (11-29-2015),snipss (03-30-2016),snoppk4ka (06-30-2015),SnoxArt (12-26-2015),snp (11-26-2015),soapattack (07-06-2015),soapeh18 (03-15-2016),Soaring (11-22-2015),Sochio (10-31-2015),Softballx (01-08-2016),Future (11-16-2015),solo1 (07-31-2015),solomon_hamid (11-27-2015),somenewbathacking (03-17-2016),someonenotspecial (04-11-2016),sonnypow (11-05-2015),soren0308 (07-12-2015),sorta (11-25-2015),souleater999 (03-14-2016),soulfly982 (07-13-2015),soundbreaker (09-16-2015),SoupNazu (01-02-2016),SoviettK (11-04-2015),Sp1na (07-05-2015),SpamGamingTR (11-26-2015),spamman123 (12-01-2015),SpamTheDamage (11-26-2015),Sparked (07-18-2015),SpawnRO (12-29-2015),spdtigerx (03-13-2016),Sped_XXI (02-23-2016),spencerchai (07-12-2015),SphexVenom (11-18-2015),sphothead (03-25-2016),spiikepractical (11-15-2015),SpikeValentine (06-29-2015),spike_uber (11-01-2015),SPIROS496 (02-14-2016),spjere (12-30-2015),spladderman (12-30-2015),SPLSHYY (02-11-2016),spolix (04-16-2016),spookiegg (11-27-2015),Spooky69 (02-24-2016),Sporow (02-20-2016),spotplay (03-22-2016),squeeky2 (03-13-2016),staicurazvan (03-18-2016),Stalin69 (06-30-2015),Stance Air (12-29-2015),Stangerup (08-09-2015),stanjordancsgo69 (11-10-2015),stankys (01-01-2016),Stan_Mrach (11-22-2015),stch2416 (03-30-2016),steaminventories (10-30-2015),SteamyTwist (07-09-2015),Steezeballl (01-02-2016),stervoxx (07-18-2015),Steve nigga (01-05-2016),steveege (07-09-2015),Steyni (02-20-2016),StopMakingMeRegisterPLZ (12-01-2015),stormloco (11-01-2015),STR33T23 (11-21-2015),straightsavagem9 (09-25-2015),strc0pier (11-25-2015),street_gamesPT (03-30-2016),STRIKE228 (11-04-2015),Striker17 (12-28-2015),strikey (03-20-2016),Stringer5 (10-31-2015),stripl (11-13-2015),stubborn games (03-12-2016),styl123123 (10-28-2015),stysutianyi (03-17-2016),subsandvich (08-14-2015),SUKABLUAT (11-29-2015),SUKmeDik (12-18-2015),sulaan (07-25-2015),sully911 (11-01-2015),sun2142s (11-28-2015),sunberry43 (06-29-2015),sundbom93 (06-30-2015),sundhi (10-31-2015),sunjer2001 (06-29-2015),sup h0wl (07-12-2015),supanick4 (07-01-2015),superclever666 (03-03-2016),superhero702 (03-26-2016),supermansalaria (06-25-2016),SuperNic100 (11-10-2015),SuperOwner133 (11-01-2015),Superwolf12354 (11-12-2015),Super_DJ (11-21-2015),SuplexN3 (12-30-2015),Supreme525 (07-07-2015),Supremeisreal (12-03-2015),surverok123 (11-26-2015),suthipong19111 (03-12-2016),swagahmeister (03-02-2016),swagboi1234 (02-27-2016),swaggyb (11-16-2015),SwaggyTrollerson (03-13-2016),swagjr1 (09-26-2015),Swagnipples (11-11-2015),swarnob93 (01-31-2016),swaykeb00b (11-03-2015),sweenytoad (06-30-2015),sweenytoad12 (11-02-2015),sWeGGz (07-05-2015),swnny (07-23-2015),swong24 (07-01-2015),SxyHxy (02-12-2016),syawalraya1996 (12-08-2015),Syfek (12-04-2015),Syklezz (07-08-2015),Sylar (09-22-2015),syserror404 (09-13-2015),SzalonyRoger (11-21-2015),szary102 (11-28-2015),Szpaler (11-11-2015),[MPGH]T-800 (06-29-2015),T00C00l4U (07-05-2015),t3hdrakkus192 (12-20-2015),T4CO (02-02-2016),t7exas (04-15-2016),TacoBellGaurdian (07-16-2015),tacopotato (11-21-2015),Tacotwonkers (11-26-2015),Tactrus (11-14-2015),taivere (11-20-2015),Tajny19 (07-19-2015),takanashi yomi (01-09-2016),TallyH (03-22-2016),taloon5 (03-19-2016),Tamir748 (11-27-2015),tank1 (02-14-2016),tankbuster4 (07-10-2015),tanker9900 (10-30-2015),tapiwan (06-29-2015),tapperpsp (03-31-2016),Taragin (07-08-2015),tariknut (03-25-2016),taylorisbae (07-05-2015),Tayls (07-06-2015),tayzondaywelsh (01-03-2016),Tazekhar (11-27-2015),tbo3 (04-24-2016),TeamSpeak45 (07-02-2015),Tebya (04-24-2016),tecnofire (01-31-2016),TecqGaming (07-15-2015),teddybag (07-07-2016),TeeHee14 (11-20-2015),TEFC (01-03-2016),Tegabyte (02-20-2016),tehcutiescoutergirl (04-23-2016),TehKittyKat (01-16-2016),Telepono (07-12-2015),teleskop997 (07-10-2015),teozy7 (11-09-2015),Terdeus (07-12-2015),termator (03-19-2016),testik6 (01-14-2016),testmest (07-09-2015),Teuvin (04-23-2016),Th3Ch34t3r (11-28-2015),th3xs1l3nt (02-20-2016),Th3_Soult1on (11-03-2015),thaizeedx1 (07-13-2015),thanaphatfirst (07-10-2015),Thanatos6x3 (07-03-2015),thatnolifekid (10-31-2015),ThatOthell159 (08-13-2015),thdna12 (11-20-2015),the1220tyler (01-01-2016),TheAsianGamr (11-26-2015),TheBitTrip (03-01-2016),theblackcaillou (11-26-2015),thebomb552 (03-02-2016),thecat6890 (06-30-2015),thedarkknight302 (11-20-2015),TheDiamondGamer (03-20-2016),theeveil123 (12-19-2015),TheEvilHacker (01-26-2016),theflyingtuna (07-13-2015),TheGamerCheater (07-06-2015),TheGareBear (04-27-2016),thegeneralguy (11-14-2015),thegreathackingmachine (06-30-2015),thehidden97 (08-14-2015),thekouhai (02-25-2016),thelemontree (11-16-2015),TheLionsRoarrr (03-09-2016),Thelolster11 (07-31-2015),thelucky7 (10-11-2015),TheMikael2222 (07-18-2015),TheMrkoia (11-19-2015),themrmoo555 (12-13-2015),theogggg (05-06-2016),thepikemono (09-18-2015),TheProblem (03-13-2016),theRDMC (11-26-2015),therealclinton (11-27-2015),TheRealDK (11-21-2015),theressurected (02-04-2016),TheRhanderson (11-02-2015),thesecondmillion123 (03-20-2016),TheShadowNinjaXD (03-06-2016),TheSheeple (07-10-2015),TheSilentBoot (02-22-2016),thesneakybeaky (11-19-2015),thesneakyone4 (03-22-2016),TheSneakyWitch69 (03-22-2016),TheTaiLopez (12-10-2015),theUnknown1234 (07-19-2015),TheValkyriie (07-01-2015),TheVisionSword (10-31-2015),TheWarchief (04-24-2016),theyforcedme (11-20-2015),theyforcedme2 (02-04-2016),The_AsianKid (07-15-2015),The_Green_Noob (03-18-2016),the_suspect_123 (06-29-2015),Thiagohenrim (11-12-2015),Thibault306 (07-08-2015),thirdfuckingaccount (11-20-2015),thisisdotox (07-10-2015),thomasprolar (12-13-2015),thomasvallee99 (07-06-2015),ThomLukaLak (08-01-2015),throwawayfor (03-20-2016),ThunderWarfare (07-13-2015),Thys (07-08-2015),Tibbz7 (01-04-2016),tibo9631 (07-07-2015),TigOlBitties24 (02-04-2016),Tikix93160 (11-08-2015),timf93 (01-29-2016),TimoSpieltYT (11-14-2015),tiohunted (03-30-2016),tipene67 (09-16-2015),TitusMaxum (11-09-2015),tk_pool (03-30-2016),tnansex (12-07-2015),toffiizz (01-01-2016),tojesus (04-23-2016),tomastosecky (04-23-2016),Tomaszac97 (11-07-2015),Tomeo213 (03-15-2016),tomgun66 (12-08-2015),tomikoscz (11-21-2015),tominko296virba (03-07-2016),Tomins (07-03-2015),tomleerdam123 (01-01-2016),tomofc (11-14-2015),tomv113 (07-26-2015),ton2002 (07-05-2015),Ton2222 (12-30-2015),tonymodz13 (03-11-2016),tonzah97 (11-07-2015),topsungbong (03-20-2016),torchwood2900 (09-22-2015),torri90 (07-02-2015),totallynotlolyou (10-31-2015),Totemdary (03-04-2016),tothestage (04-27-2016),touchedtroll12 (10-29-2015),Toxic Poison (07-02-2015),toxic silent (01-02-2016),Toxic Vapour (11-06-2015),ToxicTaco (07-02-2015),Toyux (11-29-2015),tpztpz (06-30-2015),TracePlays (12-28-2015),TrainZug (04-23-2016),trashtalker-- (02-26-2016),Traukan88 (03-27-2016),Traven (02-21-2016),travisbowen (02-26-2016),Trelalakokoko (02-26-2016),treyax (11-22-2015),trickzx (11-02-2015),Triotip (12-06-2015),trippaay (11-10-2015),tristantaco (12-06-2015),TRJustSethTR (02-19-2016),trn beastly (07-09-2015),trojan0z (06-30-2015),Tropado (07-06-2015),tropicallt (11-05-2015),Truix (07-17-2015),trxnquilit (02-28-2016),tryhardx (11-02-2015),Tryisse15973 (01-01-2016),tryker (07-29-2015),TSAG (07-12-2015),Tua_Tua (11-20-2015),Tubias (12-17-2015),tunahanv (11-29-2015),tung22985 (06-29-2015),Turborider (07-14-2015),tuskyman2 (07-03-2015),TweakDev (12-07-2015),TweedySteam (07-09-2015),twilly29 (11-07-2015),twinkan1 (12-28-2015),twist2321 (11-06-2015),twoja123 (02-19-2016),tykath1 (11-15-2015),tylerzurowski (11-16-2015),tylx123 (02-20-2016),Tyron2D (12-28-2015),tyrpal (07-01-2015),TyTheGodly (07-05-2015),tytorres (07-20-2015),tznuiie (02-24-2016),uber520 (03-26-2016),Uchiha Itachi (07-12-2015),UDGRichard (11-24-2015),ukillwho (09-10-2015),UltraTrooper (12-22-2015),Un4KnoW (11-25-2015),UnbekannterGamerHD (03-06-2016),UnbenLyhytKulli (09-27-2015),Unbrandedfungus (09-16-2015),undeadmens (03-31-2016),underbrick (04-03-2016),underwolf (11-26-2015),UnemployedSofa (03-03-2016),unicornlover69 (07-05-2015),unicornpotato2 (11-09-2015),Unidentified Hex (12-05-2015),unix247 (11-22-2015),UnknownMan126 (11-07-2015),UnkownHacks1 (07-07-2015),unkthexvii (08-28-2015),UnleashThe (03-14-2016),unnamed3 (03-14-2016),unnamedpoint (01-23-2016),unturnedbiatch (07-18-2015),upboat (12-01-2015),usaGi_1337 (02-21-2016),userchetomainak (03-14-2016),Username367 (04-23-2016),Username615 (11-29-2015),userspro (11-24-2015),usuariodecrack (01-13-2016),uuvv123 (11-09-2015),uWotM07 (11-14-2015),V1TALacid (12-09-2015),V3t3ran (12-29-2015),vaako (07-27-2015),vacantly (11-18-2015),vadimkaa (11-15-2015),vagankevin (03-28-2016),Vahukoor1 (08-07-2015),Vahukoor12 (03-12-2016),vainmoo (11-27-2015),ValdisBuivids (12-24-2015),Valphard (11-03-2015),ValueV9 (07-01-2015),vanban (10-12-2015),VanishekPL (03-17-2016),varske (11-22-2015),Vasahiah (12-27-2015),vascoo (03-30-2016),veeku (11-14-2015),VEETS5gaming (11-09-2015),Velv3t (11-25-2015),VemiusGaming (02-18-2016),VenooxHD (01-01-2016),Veraxboi (11-29-2015),verhoor (11-02-2015),Vermining101 (02-26-2016),verotics (07-14-2015),vertoxshp (11-01-2015),verysmart123 (11-16-2015),verzl (02-06-2016),vGarry_ (02-03-2016),vgrobert (03-13-2016),vicevirus (01-07-2016),victorhr (11-02-2015),VICTORTANKI (11-11-2015),vieduardo (11-04-2015),Viggzd (11-20-2015),viking911 (07-15-2015),Vinccce (11-15-2015),vincentluka (11-09-2015),vinylcraze2 (01-06-2016),virusexe (03-13-2016),VisorDye (03-28-2016),visuore (07-07-2015),vithnindel (09-16-2015),vitoroliveira12 (06-29-2015),Vlad99001122 (11-05-2015),vladesaulov (06-30-2015),vladimirr51 (04-28-2016),VladPutin (07-03-2015),vok2013 (02-11-2016),Volterra (10-19-2015),vorosmartin99 (08-12-2015),VortexJokers (11-26-2015),vps304 (07-10-2015),vtmartins91 (11-20-2015),vukku123 (12-19-2015),vururum (01-31-2016),vvvn (02-03-2016),W E E D (01-01-2016),w04160160 (09-18-2015),wabco120 (03-26-2016),wabelgaming (12-13-2015),wachira1167 (12-02-2015),WaffelCop (09-16-2015),waffleman123s (11-27-2015),Wafflespro (03-06-2016),walkinggames25 (07-25-2015),WalterGThompson (11-26-2015),WalterHWhite (02-28-2016),wanngoodboy (07-05-2015),warexas (10-31-2015),Warfront2Dead (11-13-2015),warrior89 (12-18-2015),wasd147 (07-15-2015),wasp9751 (11-14-2015),waterboy199 (11-23-2015),Watermello (03-03-2016),wattzupman97 (07-24-2015),WazzeY (11-26-2015),wbNNA (06-29-2015),we5164 (10-29-2015),WeakChris (01-02-2016),Wellihar (11-13-2015),welneto (04-17-2016),wenu (01-14-2016),werty9990 (07-09-2015),wesley.seibel (01-23-2016),west98 (12-10-2015),Wevelly (06-29-2015),wewuzkingznshit (02-22-2016),Whel (11-21-2015),whiteapplepie (07-11-2015),WhiteMhay (12-01-2015),WhiteoutZ (02-20-2016),White_ (07-12-2015),whooops4 (03-22-2016),WHOOPS CAPS (11-03-2015),whotkhunt (07-01-2015),whydoweneedthis (11-15-2015),wickiedweare (07-13-2015),wikstrompe3 (01-14-2016),wildpokemon6996 (03-14-2016),wildwhiteace (11-05-2015),Wilex2k (11-27-2015),willidm (02-14-2016),Willwonker1 (01-21-2016),winsonheha (10-30-2015),wisp322 (09-22-2015),wistler (02-23-2016),Wizkid1337 (11-06-2015),wjswodnr100 (09-24-2015),wlastik (11-01-2015),Woig (09-18-2015),wolfen101 (06-30-2015),WolfxDragon (12-25-2015),Wommyboy (04-18-2016),Woodward320 (02-21-2016),wow050 (08-17-2015),wowredbar (11-28-2015),wrsam9595 (02-04-2016),wslash (01-01-2016),wuppy_bwasoki (04-24-2016),wwwe7hhh (02-24-2016),x3Albert (02-04-2016),XantaClaus (12-24-2015),xanzuz (07-15-2015),Xardas19982 (12-28-2015),xAriesu (06-30-2015),Xays (01-16-2016),xboss66 (03-29-2016),xCaz (12-17-2015),xchumperx (11-15-2015),xDMarcyboii (01-15-2016),xdrf (12-05-2015),Xebuki (03-02-2016),Xephim (06-30-2015),XeR0 (02-26-2016),xERzE (11-06-2015),xghostranger (03-26-2016),xglimpz (07-19-2015),xhassan2002 (08-12-2015),xiaochenv5 (02-26-2016),xibox166 (01-02-2016),XiiaoRomeo (11-15-2015),xiiiarcana (11-01-2015),xjasper2214 (03-25-2016),xjemat22 (11-14-2015),xkew (11-12-2015),xKurisu (11-10-2015),xleavlathan (02-28-2016),xLyDGzuZ (07-11-2015),xmrpredzz (02-12-2016),xouzen123 (01-25-2016),Xpadon (02-07-2016),xPaulWx (02-26-2016),Xplict (07-09-2015),xpoker_v97 (02-22-2016),xProLeon (07-08-2015),xsamuel4433x (10-29-2015),XSeA (03-17-2016),XSeA38 (03-08-2016),xSH4DOW-WOLF99x (11-30-2015),xShotzDOntHack (11-22-2015),xsite123 (07-09-2015),XStrongWarrior9 (12-10-2015),xtauto (06-30-2015),xTheHolder14 (11-07-2015),xtot (11-10-2015),xtrader69 (07-05-2015),xTranquility (07-20-2015),xXalexaleXx07 (12-04-2015),xxCheatMineXx (11-02-2015),XxDarkPrince (12-30-2015),xXDaweeXx (11-09-2015),XXDoomNath (03-28-2016),xXLEGiTKiLLS (03-29-2016),xXLeShadowXx (11-16-2015),xXMMMC123Xx (11-20-2015),xxn3v3t5xx (07-02-2015),xxnacnudxx (01-30-2016),xXPENUT69Xx (02-25-2016),xxReaper (12-30-2015),xxrosskempxx (09-16-2015),xXScHoTer09Xx (11-20-2015),xxskillxx99 (01-04-2016),xxstupeflyxx (12-28-2015),xxxEliteExpertxxx (03-17-2016),XXyan (04-23-2016),Xx_Raku_xX (03-20-2016),xyc2347 (02-21-2016),X_Trap (09-21-2015),Y0rik (11-28-2015),y123ao6 (12-02-2015),yagamihacker (09-19-2015),yahiyif (12-26-2015),Yahwehh (12-22-2015),yakir29293 (02-13-2016),yakuzapwner510 (03-09-2016),yalets (11-03-2015),yamahaboy22 (02-07-2016),yamyzf998 (07-04-2015),yanivni (11-27-2015),yawyeet (11-11-2015),Yemiez (06-29-2015),yermum96 (11-09-2015),yeslandia134 (02-29-2016),yesz (02-26-2016),yg970 (06-30-2015),yigit0650 (11-14-2015),Yinty (07-09-2015),Yobehappy (01-07-2016),yohanlim (07-14-2015),Yoloberhan (01-15-2016),yoloswag324 (11-18-2015),youareasmellyduck (07-07-2015),youker (03-31-2016),youngnewport (08-09-2015),younisaf (07-10-2015),youretheoneilove (08-11-2015),yourmomisabitch (07-09-2015),youslay (08-26-2015),yoyo17543 (07-03-2015),yoyotroll (07-11-2015),yshouldi (11-25-2015),ysys (09-21-2015),ytygyhrf12 (11-15-2015),yucel41 (03-30-2016),YukTarVik (01-06-2016),yukut26 (04-17-2016),yunglolos (02-12-2016),yurelockheart (07-11-2015),yurelockheat123 (02-29-2016),yurinin (07-09-2015),yusufsk (12-22-2015),zachary88 (10-31-2015),ZachTNG (11-01-2015),zacsean (08-31-2015),Zaczero (11-07-2015),ZaidDota (04-14-2016),Zainalig82 (11-10-2015),Zakyw (12-12-2015),Zapnic (07-10-2015),Zatyn (01-14-2016),zbola (11-29-2015),zcarp20 (03-18-2016),zchbtch (11-18-2015),zdanilo123 (03-10-2016),zdravu11 (11-17-2015),Zebec (02-11-2016),zebrice (12-28-2015),zedynamic (03-13-2016),ZeFuqInsurgent (11-12-2015),zek661920 (04-18-2016),zeka27106 (04-28-2016),Zeladaar (12-29-2015),ZenxStryker (10-30-2015),zeper666 (03-16-2016),Zephyasis (02-08-2016),zero-genesis (02-03-2016),ZeroTheKing (11-06-2015),ZFactorGames (07-05-2015),zfum (07-12-2015),zger10 (08-08-2015),zhikai6 (11-18-2015),Zhoumla (08-30-2015),Zhukal (08-29-2015),zhuwilliam2 (12-28-2015),Zimmerdude (11-08-2015),Zinko (10-31-2015),zipcheat (11-27-2015),ZipperedJon (07-11-2015),zistermambie (12-08-2015),ziyourocks (08-29-2015),zkillad2 (11-07-2015),zKnupp1 (12-08-2015),zmcclean2 (02-29-2016),znx7 (02-22-2016),zolotoepokolenie (01-22-2016),zombi11 (11-29-2015),zombi746 (07-16-2015),zombie07032001 (11-14-2015),ZombieFriedRice (11-07-2015),zombiept (11-11-2015),ZonicGodz (11-29-2015),ZPlus (11-27-2015),zqi2617 (07-03-2015),zqi2618 (05-14-2016),zT3ckable (02-27-2016),ZUBERpancake (07-08-2015),zuce31 (09-20-2015),zurika (11-05-2015),zustro (12-17-2015),Zvonja (12-26-2015),zwerg1511 (12-28-2015),zx80808588 (03-19-2016),zxcvcbcv454dvxc3 (08-14-2015),zxturbo2 (03-24-2016),zygis12312 (07-13-2015),zzdiaozz (12-29-2015),zzMods (03-15-2016),ZzVintagezZ (04-24-2016),Z_boar_D (03-21-2016),[insert] (07-13-2015),[pleb]OhPxnda (07-04-2015),[T]oX* (10-30-2015),_DeMoN (07-30-2015),_haiqal_07 (07-24-2015),_Nyze_ (03-29-2016),_Reed (01-01-2016),_ricardokobra_ (07-12-2015),__andrey (11-12-2015),{(ACS)} Scooter (02-12-2016),~DeeH~ (02-24-2016)

  3. #2
    jomppeez's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    2
    So whats updated

  4. #3
    george6526's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed
    i saw all the post of this guy and I think this one will be approved. s previous hacks were awesome and working very fine undetectable.
    Keep it up man.

  5. #4
    brnzao's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    2
    What is new about it?

  6. #5
    555444's Avatar
    Join Date
    Jun 2015
    Gender
    female
    Posts
    52
    Reputation
    10
    Thanks
    9
    nice also has new signature wich is totally unknown by VAC? (old one might known)

    approve huuuuurryyyyyyyyy

    I would recommend to use nothing from the user alukastore. youre right about that also Zeus is bad copy pasta wich lead into ban

    how about new hackfiles from you?
    Last edited by 555444; 06-29-2015 at 02:36 PM.

  7. #6
    Merccy2's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    886
    Reputation
    310
    Thanks
    19,668
    My Mood
    Cool
    Quote Originally Posted by brnzao View Post
    What is new about it?
    See changelog
    If you have any questions regarding my hacks, add me on Discord: Merccy#8314

  8. The Following User Says Thank You to Merccy2 For This Useful Post:

    george6526 (06-29-2015)

  9. #7
    Gelatin-chan's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    2,473
    Reputation
    570
    Thanks
    1,314
    My Mood
    Cynical
    Quote Originally Posted by Merccy2 View Post
    I would recommend to use nothing from the user alukastore.
    That gave a nice chuckle.


     
    • Joined - May 2013
    • Premium - September 2016


  10. The Following User Says Thank You to Gelatin-chan For This Useful Post:

    555444 (06-29-2015)

  11. #8
    tapiwan's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Thanks a lot Merccy! Your stuff is much appreciated

  12. #9
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    @Merccy2 , the best of the best! Thank you soooo much <3!

    "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


  13. #10
    LycanTV's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    Hell
    Posts
    443
    Reputation
    10
    Thanks
    65
    My Mood
    Cool
    Long live Merccy !!!!

  14. #11
    Paaaaablo's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Awaiting approval! Thks!

  15. #12
    Paralyze's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    The Netherlands
    Posts
    5,807
    Reputation
    1511
    Thanks
    1,415
    Microsoft Visual Studio Express 2013 doesn't work with Windows 7 right?
    Member: December 24th, 2012
    Donator: January 4th, 2013
    Editor: January 19th, 2013 - August 17th, 2013
    Battlefield Minion: March 7th, 2013 - September 22nd, 2013
    Former Staff: September 22nd, 2013 - January 21st, 2014
    Battlefield Minion: January 21st, 2014 - May 5th, 2014
    Titanfall Minion: February 25th, 2014 - May 5th, 2014
    Former Staff: May 5th, 2014 - October 10th, 2015
    Battlefield Minion: October 10th, 2015 - February 12th, 2017
    Call of Duty Minion: March 4th, 2016 - February 12th, 2017


  16. #13
    Gelatin-chan's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    2,473
    Reputation
    570
    Thanks
    1,314
    My Mood
    Cynical
    Quote Originally Posted by Paralyze View Post
    Microsoft Visual Studio Express 2013 doesn't work with Windows 7 right?
    Works for me. '-'


     
    • Joined - May 2013
    • Premium - September 2016


  17. #14
    Paralyze's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    The Netherlands
    Posts
    5,807
    Reputation
    1511
    Thanks
    1,415
    Quote Originally Posted by jellolord View Post
    Works for me. '-'
    Seriously? Said it only works with a newer version of windows for me. I have win7.
    Member: December 24th, 2012
    Donator: January 4th, 2013
    Editor: January 19th, 2013 - August 17th, 2013
    Battlefield Minion: March 7th, 2013 - September 22nd, 2013
    Former Staff: September 22nd, 2013 - January 21st, 2014
    Battlefield Minion: January 21st, 2014 - May 5th, 2014
    Titanfall Minion: February 25th, 2014 - May 5th, 2014
    Former Staff: May 5th, 2014 - October 10th, 2015
    Battlefield Minion: October 10th, 2015 - February 12th, 2017
    Call of Duty Minion: March 4th, 2016 - February 12th, 2017


  18. #15
    george6526's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed
    It should work. that is the one i'm also using.
    Why, is anything going wrong for you ?

    ----------------------------

    Can you upload an image with the exact error that pops up ?
    it might give us a better view to the error.
    Last edited by george6526; 06-29-2015 at 03:13 PM.

Page 1 of 52 1231151 ... LastLast

Similar Threads

  1. [Outdated] Merccy's PolyLoader 2.0
    By Merccy2 in forum Counter-Strike 2 Hacks
    Replies: 1316
    Last Post: 06-29-2015, 02:40 PM
  2. [Source Code] Reverse Engineered Merccy's PolyLoader (VB.net Code)
    By zdark420 in forum Counter-Strike 2 Coding & Resources
    Replies: 11
    Last Post: 05-30-2015, 05:55 AM
  3. [Solved] Merccy's polyloader help please...been trying for hours....
    By ensoe123 in forum Counter-Strike 2 Help
    Replies: 5
    Last Post: 03-31-2015, 08:45 PM
  4. [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
  5. Replies: 8
    Last Post: 03-19-2015, 09:18 AM