
jonomatt
Members-
Posts
67 -
Joined
-
Last visited
Never
jonomatt's Achievements
Newbie (1/14)
0
Reputation
-
Re: [v2] Create a Crystal I never said he didnt i think its a good idea and maybe if i had crystals agian as well as points maybe i would use it. +1 mate
-
Re: [v2] Create a Crystal hmmm i wouldnt have this mod becuase i think it would be too easy for people to get crystals then, I mean, the crystal temple means u can trade in crystals for any price, but mines only $200 i dont see how this would benefit my game, sorry.
-
Re: Request |Nuclear Mod| v2 theres loads of different out ones there lol
-
mccode-v2 Humans vs. Zombies EVENT mod [done, v1.0]
jonomatt replied to seanybob's topic in Free Modifications
Re: [mccode v2] Humans vs. Zombies EVENT mod [done, v1.0] why not just add it normally? -
Re: [MC-Codes][V2]Thugs (core system) how long? lol cant wait to see it lol
-
[mccode v2] Advanced(isher) Level Upgrade Mod.
jonomatt replied to Becon's topic in Free Modifications
Re: [mccode v2] Advanced(isher) Level Upgrade Mod. i for one agree with MrGi he has got a point in the hacker thing.... -
Re: [MCCODES V2] Mobile text messaging it was meant to be an expample lol how do we get money from it im asking?
-
Re: [mccodes V2] Nuclear Bomb im sorry, how do they get the bomb?
-
Re: [MCCODES V2] Mobile text messaging what about if you want to buy it though cash? ie $1 = 1000 credits?
-
Re: [MCCODES V2] Mobile text messaging cheers still +1 for the mod very good :)
-
Re: Request |Nuclear Mod| v2 dunno but the version 2 works for me :S search nuclear bomb and find his post, thats proberly the best way to find out
-
Re: Request |Nuclear Mod| v2 WiCkeD made a version 1, the code for that one goes as : nuclearbomb.php <?php /*----------------------------------------------------- -- Updated Nuclear Bomb -- A product of PGN-entertainment -- Modified by WiCKeD -- NUCLEARBOMB.php -----------------------------------------------------*/ //-- Pro Gamers Networks, US. session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); if($ir['nbombs'] == 0 && $ir['userid'] != 1) { die("You have no Nuclear Bombs"); } if(isset($_GET['LaunchBomb'])) { print "You have launched the nuclear bomb. "; $q=mysql_query("SELECT * FROM users WHERE user_level=1 ORDER BY userid ASC",$c); $moneytaken=0; $crystaltaken=0; $banktaken=0; while($r=mysql_fetch_array($q)) { $bombrand=(int) rand(950,35000); if($_POST['id1']) { if($r['userid'] == $_POST['id1']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = 'Target Bombed by <a href=\'$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id2']) { if($r['userid'] == $_POST['id2']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '2nd Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id3']) { if($r['userid'] == $_POST['id3']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '3rd Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id4']) { if($r['userid'] == $_POST['id4']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '4th Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id5']) { if($r['userid'] == $_POST['id5']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '5th Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } event_add($r['userid'],"The city has been bombed by a unknown person!",$c); $rand=(rand(1,9)); $expa+=rand(1.00,3.00); $rad=(rand(10,1000)); $moneytake=rand($r['money']/50,$r['money']/10); $banktake=rand($r['bankmoney']/50,$r['bankmoney']/10); $crysttake=rand($r['crystals']/50,$r['crystals']/10); $moneytaken=$moneytaken+$moneytake; $crystaltaken=$crystaltaken+$crysttake; $banktaken=$banktaken+$banktake; mysql_query("UPDATE users SET hospital=hospital+$rad, hospreason='Bombed By a Nuclear Bomb by <a href=\'viewuser.php?u=$userid\'>{$ir['username']}</a>', money=money-$moneytake, bankmoney=bankmoney-$banktake, crystals=crystals-$crysttake WHERE userid={$r['userid']}",$c); } mysql_query("UPDATE `users` SET `money` = `money` + '{$moneytaken}', `bankmoney` = `bankmoney` + '{$banktaken}', `crystals` = `crystals` + '{$crystaltaken}' WHERE `userid` = '{$userid}'",$c); $expgainedq=mysql_query("SELECT * FROM `users`",$c); $expgained=mysql_num_rows($expgainedq)*5; mysql_query("UPDATE users SET exp=exp+$expgained WHERE userid=$userid",$c); print "Nuclear Bomb is successful! You have gained ".number_format($expgained)."% Exp!. You have gained \$".number_format($moneygained)." Money You have gained \$".number_format($bankgained)." Bank Money You have gained ".number_format($crystalgained)." Crystals "; mysql_query("UPDATE `users` SET `nbombs` = `nbombs` - '1' WHERE `userid` = '{$userid}'",$c); } else { if(!$_POST['method']) { print "You have [b]$ir[nbombs][/b] nuclear bombs! <font color=red>Warning Users: This bomb will bomb everyone except staff, and we are not responsible if you misuse this bomb. If you get hacked and this bomb is used, not our fault.</font> What do you want to do? -Method One will let you put everyone in hospital for 10-200 minutes, and you choose 5 special ID's to choose to bomb, They get bombed and put in for upto 35,000 minutes (10 days!) <form action='nuclearbomb.php' method='post'><input type='hidden' name='method' value='fivepeople'><input type='submit' value='Method One'></form> -Method Two puts everyone in hospital for upto 1000 minutes, and you don't choose anyone special to bomb. <form method='post' action='nuclearbomb.php?LaunchBomb'><input type='hidden' name='method' value='nopeople'><input type='submit' value='Method Two'></form>"; } else if($_POST['method'] == "fivepeople") { print "Which Five People do you want to launch the bomb at? <form action='nuclearbomb.php?LaunchBomb' method='post'> <input type='hidden' name='method' value='fivepeople'> User One (ID) : <input type='text' name='id1'> User Two (ID) : <input type='text' name='id2'> User Three (ID) : <input type='text' name='id3'> User Four (ID) : <input type='text' name='id4'> User Five (ID) : <input type='text' name='id5'> <input type=submit value='Launch Bomb'></form> "; } } $h->endpage(); ?> so that converted to version 2 goes to: <?php /*----------------------------------------------------- -- Updated Nuclear Bomb -- A product of PGN-entertainment -- Modified by WiCKeD -- NUCLEARBOMB.php -----------------------------------------------------*/ //-- Pro Gamers Networks, US. session_start(); include "globals.php"; if($ir['nbombs'] == 0 && $ir['userid'] != 1) { die("You have no Nuclear Bombs"); } if(isset($_GET['LaunchBomb'])) { print "You have launched the nuclear bomb. "; $q=mysql_query("SELECT * FROM users WHERE user_level=1 ORDER BY userid ASC",$c); $moneytaken=0; $crystaltaken=0; $banktaken=0; while($r=mysql_fetch_array($q)) { $bombrand=(int) rand(950,35000); if($_POST['id1']) { if($r['userid'] == $_POST['id1']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = 'Target Bombed by <a href=\'$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id2']) { if($r['userid'] == $_POST['id2']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '2nd Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id3']) { if($r['userid'] == $_POST['id3']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '3rd Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id4']) { if($r['userid'] == $_POST['id4']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '4th Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id5']) { if($r['userid'] == $_POST['id5']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '5th Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } event_add($r['userid'],"The city has been bombed by a unknown person!",$c); $rand=(rand(1,9)); $expa+=rand(1.00,3.00); $rad=(rand(10,1000)); $moneytake=rand($r['money']/50,$r['money']/10); $banktake=rand($r['bankmoney']/50,$r['bankmoney']/10); $crysttake=rand($r['crystals']/50,$r['crystals']/10); $moneytaken=$moneytaken+$moneytake; $crystaltaken=$crystaltaken+$crysttake; $banktaken=$banktaken+$banktake; mysql_query("UPDATE users SET hospital=hospital+$rad, hospreason='Bombed By a Nuclear Bomb by <a href=\'viewuser.php?u=$userid\'>{$ir['username']}</a>', money=money-$moneytake, bankmoney=bankmoney-$banktake, crystals=crystals-$crysttake WHERE userid={$r['userid']}",$c); } mysql_query("UPDATE `users` SET `money` = `money` + '{$moneytaken}', `bankmoney` = `bankmoney` + '{$banktaken}', `crystals` = `crystals` + '{$crystaltaken}' WHERE `userid` = '{$userid}'",$c); $expgainedq=mysql_query("SELECT * FROM `users`",$c); $expgained=mysql_num_rows($expgainedq)*5; mysql_query("UPDATE users SET exp=exp+$expgained WHERE userid=$userid",$c); print "Nuclear Bomb is successful! You have gained ".number_format($expgained)."% Exp!. You have gained \$".number_format($moneygained)." Money You have gained \$".number_format($bankgained)." Bank Money You have gained ".number_format($crystalgained)." Crystals "; mysql_query("UPDATE `users` SET `nbombs` = `nbombs` - '1' WHERE `userid` = '{$userid}'",$c); } else { if(!$_POST['method']) { print "You have [b]$ir[nbombs][/b] nuclear bombs! <font color=red>Warning Users: This bomb will bomb everyone except staff, and we are not responsible if you misuse this bomb. If you get hacked and this bomb is used, not our fault.</font> What do you want to do? -Method One will let you put everyone in hospital for 10-200 minutes, and you choose 5 special ID's to choose to bomb, They get bombed and put in for upto 35,000 minutes (10 days!) <form action='nuclearbomb.php' method='post'><input type='hidden' name='method' value='fivepeople'><input type='submit' value='Method One'></form> -Method Two puts everyone in hospital for upto 1000 minutes, and you don't choose anyone special to bomb. <form method='post' action='nuclearbomb.php?LaunchBomb'><input type='hidden' name='method' value='nopeople'><input type='submit' value='Method Two'></form>"; } else if($_POST['method'] == "fivepeople") { print "Which Five People do you want to launch the bomb at? <form action='nuclearbomb.php?LaunchBomb' method='post'> <input type='hidden' name='method' value='fivepeople'> User One (ID) : <input type='text' name='id1'> User Two (ID) : <input type='text' name='id2'> User Three (ID) : <input type='text' name='id3'> User Four (ID) : <input type='text' name='id4'> User Five (ID) : <input type='text' name='id5'> <input type=submit value='Launch Bomb'></form> "; } } $h->endpage(); ?> I didnt make these this is from WiCkeDs post!
-
Re: [MCCODES V2] Abduct someone from Hospital Thats a very clever and ilusive way of thinking Gurpreet. The mods i make are not intended to easily thought about thats why some people think outside the box and add to it.. All i've done is given you the starting block its up to you how you manage it. Also, if you beat em. it takes 50% energy away correct? well this takes an extra 40% away so it would be quicker to attack each member intervidually instead of whacking people in hosp and abuting agian. On my game it only costs 12 crystals to refill your energy...So yeh point taken but i wouldnt want to spend my points/crystals on refilling energy lol
-
Re: [MCCODES V2] Abduct someone from Hospital Thats a very clever and ilusive way of thinking Gurpreet. The mods i make are not intended to easily thought about thats why some people think outside the box and add to it.. All i've done is given you the starting block its up to you how you manage it. Also, if you beat em. it takes 50% energy away correct? well this takes an extra 40% away so it would be quicker to attack each member intervidually instead of whacking people in hosp and abuting agian.
-
Re: [MCCODES V2] Mobile text messaging people can have the same phone number? on my game my number is 999 and so is urs illusions, any idea on how to fix that please?