This is the Guns Release i DID NOT make this
Also Includes Knife
Knife Id is 28
Guns ID Is 3
MEGAUPLOAD - The leading online storage and file delivery service
100% For Xavi on Making
Printable View
This is the Guns Release i DID NOT make this
Also Includes Knife
Knife Id is 28
Guns ID Is 3
MEGAUPLOAD - The leading online storage and file delivery service
100% For Xavi on Making
Don't work G_G
which version ?
V26+ or R50+
can u rip it o swf please
Eww, Im so not thanking you, Theses aint yours to release.
Post the commands please.
PHP Code:#region :knife <user>
case "knife":
{
using (DatabaseClient dbClient = Eucalypt.dbManager.GetClient())
{
virtualUser User = userManager.getUser(args[1]);
if (roomUser.walkLock == true)
{
sendData("BK" + "Nice try, but you are either stunned or cuffed and carnt stabb them.");
}
else
{
if (punchCdLooper != null)
{
Room.sendWhisper(roomUser, _Username, "*attempts to stab at " + User._Username + ", but is out of energy*");
}
else
{
int isArrested = dbClient.getInt("SELECT arrested FROM users WHERE name = '" + _Username + "'");
int canHit = dbClient.getInt("SELECT violence FROM rooms WHERE id = '" + _roomID + "'");
int isAfk = dbClient.getInt("SELECT afk FROM users WHERE name = '" + User._Username + "'");
if (isAfk == 1)
{
sendData("BK" + "Sorry, but this user is AFK.");
}
else
{
if (isArrested < 1)
{
if (canHit == 1)
{
sendData("BK" + "Sorry, but this room has been declared a no fighting zone So no fighting.");
}
else
{
if (User._roomID == _roomID && (roomUser.Y == User.roomUser.Y && roomUser.X == User.roomUser.X) || (roomUser.Y + 1 == User.roomUser.Y && roomUser.X == User.roomUser.X) || (roomUser.Y - 1 == User.roomUser.Y && roomUser.X == User.roomUser.X) || (roomUser.Y == User.roomUser.Y && roomUser.X + 1 == User.roomUser.X) || (roomUser.Y == User.roomUser.Y && roomUser.X - 1 == User.roomUser.X))
{
//db queries
int myHealth = dbClient.getInt("SELECT health FROM users WHERE name = '" + User._Username + "'");
int knife_mod = dbClient.getInt("SELECT str FROM users WHERE name = '" + _Username + "'");
//generates a random number
Random randNum = new Random();
int hit_dif_0 = randNum.Next(10, 30);
int hit_dif_1 = randNum.Next(30, 60);
//what a user hits
int hit = knife_mod * hit_dif_0 + hit_dif_1;
int getHit = myHealth - hit;
if (getHit < 1 && _Username == User._Username)
{
sendData("BK" + "Sorry, but you can not knock yourself out by stabbing.");
}
else
{
dbClient.runQuery("UPDATE users SET health = health - '" + hit + "' WHERE name = '" + User._Username + "'");
dbClient.runQuery("UPDATE users SET hits = hits + 1 WHERE name = '" + _Username + "'");
int health_db_ko = dbClient.getInt("SELECT health FROM users WHERE name = '" + User._Username + "'");
Room.sendShout(roomUser, "*Swings at " + args[1] + ", causing " + hit + " damage*");
ThreadStart punchCdStarter = new ThreadStart(punchCoolDown);
punchCdLooper = new Thread(punchCdStarter);
punchCdLooper.Priority = ThreadPriority.Lowest;
punchCdLooper.Start();
//if the user has 0 or less helth left
if (health_db_ko < 1)
{
if (User._Mission == "[Game] Deathmatch" || User._Mission == "[Game] Brawl")
{
Room.sendShout(roomUser, "*Knocks out " + args[1] + ", sending them to the lobby*");
if (User._Mission == "[Game] Deathmatch")
{
if (_Mission == "[Game] Deathmatch")
{
dbClient.runQuery("UPDATE users SET game_dm = game_dm + '10' WHERE name = '" + _Username + "'");
}
User.sendData("D^" + "H" + Encoding.encodeVL64(272));
User.sendData("BK" + "Thank you for playing deathmatch.");
}
if (User._Mission == "[Game] Brawl")
{
if (_Mission == "[Game] Brawl")
{
dbClient.runQuery("UPDATE users SET game_brawl = game_brawl + '10' WHERE name = '" + _Username + "'");
}
User.sendData("D^" + "H" + Encoding.encodeVL64(181));
User.sendData("BK" + "Thank you for playing brawl.");
}
User.refreshAppearance(true, true, true);
dbClient.runQuery("UPDATE users SET health = '100' WHERE name = '" + User._Username + "'");
}
else
{
User.sendData("D^" + "H" + Encoding.encodeVL64(153));
User.sendData("BK" + "You have been knocked out by another user and sent to the hospital.");
Room.sendShout(roomUser, "*Knocks out " + args[1] + ", sending them to the hospital*");
dbClient.runQuery("UPDATE users SET kills = kills + 1 WHERE name = '" + _Username + "'");
dbClient.runQuery("UPDATE users SET deaths = deaths + 1, dead = '1', time_dead = '10' WHERE name = '" + User._Username + "'");
User._Mission = "Dead";
refreshAppearance(true, true, true);
ThreadStart koStarter = new ThreadStart(User.knockOut);
User.deadLooper = new Thread(koStarter);
User.deadLooper.Priority = ThreadPriority.Lowest;
User.deadLooper.Start();
User.roomUser.walkLock = true;
}
}
}
}
else
{
if (User._roomID == _roomID && (roomUser.Y + 1 == User.roomUser.Y && roomUser.X + 1 == User.roomUser.X) || (roomUser.Y - 1 == User.roomUser.Y && roomUser.X - 1 == User.roomUser.X) || (roomUser.Y - 1 == User.roomUser.Y && roomUser.X + 1 == User.roomUser.X) || (roomUser.Y + 1 == User.roomUser.Y && roomUser.X - 1 == User.roomUser.X))
{
Room.sendShout(roomUser, "*stabs at " + args[1] + ", but misses*");
}
}
}
}
}
}
}
}
break;
}
#endregion
How can you be happy with releasing someone else's stuff?
settaz he did a good job because he re-released i because the last release was in share cash and people had to do annoying surverys
I agree with zak, Seetaz at least you get a free opportunity.
All i can say is fuck off -_-
As you ripped them without consent of the Maker..
And you released without the consent of the Maker..
Dont be a Nub Cobe HHe Released it so everyone can have it. he gave credits.
I told You All the Credits Goes to XAVI
There I made the Size of Text BIGGER for People that cant Freaking Read
As I've said, he hasn't asked to release this so he shouldn't have. No if, ands, or buts about it.
Wow, thanks dick, i dont mind the knifes? but my guns. I didnt release them for a reason, there goes all my belief and trust in this community, i was just about to release my 100% clothes, hair and skin CREDITS TO SWIMOTHEBIG FOR BASE, but there goes that. Die
And P.S good luck getting the codes, at least that way i will know no noobs like you cant use my guns, Craig, settaz or anyone else PM me if u want it.
Xavi
NP cause you will be uploading to it to ShitCash and people dont want it plus i have the VIP Clothes so im not worryed
Lmfao nub much? VIP Clothes on a v26 i really doubt u have that, actually i no you dont.
and since were releasing shit that people dont want to be released;
For all you the people who just download this like the nubs u are, i hope he added a shell or backdoor something to this shit, idk but honestly would you trust someone who has no idea about coding / ripping stuff, no idea how to do a survey, pays for them then sends a pm begging for help and the guy who released phpretro and renamed it thinking he can code? LMFAO!
Ya well heres a screenie
http://i147.photobucket.com/albums/r...ool83/file.png
owned.
Fail @ cooldude159. Don't rip other people's shit and release it in the future it'll come back at ya:)
FFS Stop Spamming. Cobe He Relased It This Guy Was Nice Enough To Upload it to a diffrent Link Xavi Everyone Was A Newb At start Even you. When you first started Holograph You Must Have Been Like Why Is this shit not Starting. After 5 Weeks You Forgot that you need to edit the Mysql.ini
Even i Was a Newb At Start. Well Everyone was. So Shut up.
Lol if you call him a noob then your a noob fags. Everybody should share! RETROS ARE illegal anyways! So who gives a Sh!t
cooldude Just close the thread it causing spamm and plus they cant post there bullshit. before people get infractions.
I wouldnt beleive anything you say..
From your massive help thread spams..
You dont seem like you know anything
---------- Post added at 09:26 PM ---------- Previous post was at 09:25 PM ----------
You are talking massive crap over Rage to have your e-peen a bit bigger but you wouldn't talk to me like this over MSN..