Jump to content
MakeWebGames

[mccode] Whore House Mod FREE


-Genocide-

Recommended Posts

  • Replies 56
  • Created
  • Last Reply

Top Posters In This Topic

Re: !!**Whore House Mod FREE**!!

Hmmm Ive never offered nothing in the CE forums yet but heres a idea of what you could do.

Under $h->menuarea();

Add $chance=(int)(rand(1,100));

$hospital=(int)(rand(125,300));

The make the following change to a given section I think youll get the idea.

if($_GET['spend'] == 'april')

{

if($ir['money'] <1000000)

{

die ("You don't have enough money to hire a April!");

}

else if($chance<50)

{

mysql_query("UPDATE users SET will=will+35,energy=0,money=money-1000000 WHERE userid=$userid",$c);

mysql_query("UPDATE users SET will=maxwill WHERE will > maxwill",$c);

die ("<center>You payed a April \$1,000,000, took her to the back room and had your way with her.

You feel some of your will comming back to you.

>Home</center>");

}

if($chance>51 && $chance<100)

$asshead = $ir['userid'];

$reasonhosp = 'Got Aids';

mysql_query("UPDATE users SET hospital=hospital+60, money=money-1000000, HP=0 WHERE userid=$asshead",$c);

mysql_query("UPDATE users SET hospreason='$reasonhosp' WHERE userid=$asshead",$c);

event_add($ir['userid'],"You got aids",$c);

die ("<center>After you wake in the room you see a scab covered whore, and aids meds on her nightstand. Your a dumbfuck arent you?.

");

$h->endpage();

Just threw that up tested it once or twice use at your discreation as im sure theres better ways to do it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...