• Kuroscript Experiment
    23 replies, posted
Hello Everyone. I have bought the famous kuroscript - experiment. i am looking for people to setup the whole thing, there will be donated for some stuff so there will be profit for whoever that does that. you will get 80 % of the profit if it contains a forum, ventrilo and owner has mysql and a good hosted server in europe. let me know if anyone is interested. edit : this is garrys mod. need anymore infomations pm me.
You got ripped off there, kuro is a bad coder, and a troll, you just wasted your money on a script which he didn't even make, he steals his code, maps and content from people. You should try and get your money back.
[QUOTE=Killergam;17580715]You got ripped off there, kuro is a bad coder, and a troll, you just wasted your money on a script which he didn't even make, he steals his code, maps and content from people. You should try and get your money back.[/QUOTE] i know that. i tried to get it back but not working. so what if he didnt make it. i dont care really. VM made it work so so can i...
I'd help you, but seeing as though kuroscript IS a private gamemode, i'd like some proof?
You should really consider using a different gamemode... kuroScript is pretty restrictive in terms of RP.
Personally, I think Kuroscript is actually well-done. It's just never used right. And no offense to you, FallApart, but I do see this as a waste of your money - the server is nothing more than grief/minge hell, there's no incentive to even try to RP, and with no rules or admins to even [i]try[/i] to make order of things, the only 'peaceful' time you'll get is when barely anyone is on and the others can't find you to kill you for no reason.
Experiment RP is all upon how you use it. You can easily have admins brought in, user friendly environment, and incentive to roleplay. kuromeku's choice of how to use the script was not how all people must choose to use the script. That's like saying everyone that uses TacoScript has to carbon copy the entire format of TnB.
FallApart, I previously fixed script for Vodka, I can fix it for you. Add me to friends on steam (I sent you nick on PM).
[QUOTE=Killergam;17580715]You got ripped off there, kuro is a bad coder, and a troll, you just wasted your money on a script which he didn't even make, he steals his code, maps and content from people. You should try and get your money back.[/QUOTE] AbsolutWodka or GMod.org link downloader? Haha.
If I had kuro's shitty script, I'd troll him by releasing it under my name.
[QUOTE=Seb McMeb;17711622]If I had kuro's shitty script, I'd troll him by releasing it under my name.[/QUOTE] Maybe.. Someone does have it...?
Kuro pussy.
Kuro is a pussy, he doesn't even know how to take back a cigarette. [url]http://nl.tinypic.com/player.php?v=2i9i35x&s=5[/url]
[QUOTE=boharox;17727630]kuro isn't a troll. I just know how to enable his gamemode ;). And btw. His a great coder and he only "stole" rain effects. He never claimed it as his own so that's no stealing.[/QUOTE] So I can walk into your house and take as much stuff as I want, say nothing more about it and it's not stealing, yeah?
[QUOTE=Denicide;17743567]So I can walk into your house and take as much stuff as I want, say nothing more about it and it's not stealing, yeah?[/QUOTE] IT was publicaly released, Basicly saying 'Use it' Get over yourself
[QUOTE=Halp;17728008]Kuro is a pussy, he doesn't even know how to take back a cigarette. [url]http://nl.tinypic.com/player.php?v=2i9i35x&s=5[/url][/QUOTE] I'm disappointed he called my name "Deuce". It's Deus. Day-Us. FML.
[QUOTE=Halp;17728008]Kuro is a pussy, he doesn't even know how to take back a cigarette. [url]http://nl.tinypic.com/player.php?v=2i9i35x&s=5[/url][/QUOTE] Hes cool because he smokes.
Alright, played this again because one of my friends suggested it to me and I fell for it. He helped me get set up and all.. And then we both, along with a third unfortunate player, got RDMed by some mic-spamming douchebag. I lost a good portion of the money and a gun my friend gave me. We respawned, all teamed together, and killed the shit out of the RDMer and his armed buddy before they could react. This was over the course of about an hour. Yes. I'm serious. We had to go DarkRP on someone's ass, because, as my friend tells me, there are no rules or anything, and the only admin that was on was using observe mode to find contraband caches. What's the goal, then, if there's no RP? Simply make money, buy guns and special abilities (better accuracy, getting more money, [i]heightened chances of literally deflecting bullets[/i], [i][b]being able to, seperately, deal more damage and take less[/i][/b], etc.), and kill as much as possible 'till you eventually get fucked over by some lucky guy that kills you, and then, often enough, start all over again because dying made you, by pure bad luck, lose everything. What's more, because Kuroscript limits you to try and make you feel, 'human,' you're simply playing a very, very limited version of DarkRP with only some fancy scripting going for it. Marked on my 'avoid list.'
Obvious answer is, stay away from kuro and his shit, he's a fuckup.
Hi [url=http://www.garrysmod.org/downloads/?a=view&id=77938][img]http://www.garrysmod.org/img/?t=dll&id=77938[/img][/url]
Also, Tables [code] -- phpMyAdmin SQL Dump -- version 3.1.3.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Aug 14, 2009 at 11:35 PM -- Server version: 5.1.33 -- PHP Version: 5.2.9-2 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `kuroscript` -- -- -------------------------------------------------------- -- -- Table structure for table `characters` -- CREATE TABLE IF NOT EXISTS `characters` ( `_Key` int(11) NOT NULL AUTO_INCREMENT, `_Data` longtext NOT NULL, `_Name` longtext NOT NULL, `_Game` longtext NOT NULL, `_Ammo` longtext NOT NULL, `_Model` longtext NOT NULL, `_Class` longtext NOT NULL, `_Gender` longtext NOT NULL, `_Access` longtext NOT NULL, `_SteamID` longtext NOT NULL, `_Currency` longtext NOT NULL, `_Inventory` longtext NOT NULL, `_Attributes` longtext NOT NULL, `_CharacterID` longtext NOT NULL, `_SteamName` longtext NOT NULL, `_KnownNames` longtext NOT NULL, PRIMARY KEY (`_Key`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3951 ; -- -------------------------------------------------------- -- -- Table structure for table `charlogs` -- CREATE TABLE IF NOT EXISTS `charlogs` ( `_Key` int(11) NOT NULL AUTO_INCREMENT, `_Text` longtext NOT NULL, `_Date` longtext NOT NULL, `_Time` longtext NOT NULL, `_Game` longtext NOT NULL, `_Table` longtext NOT NULL, `_SteamID` longtext NOT NULL, `_CharacterKey` longtext NOT NULL, PRIMARY KEY (`_Key`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2579 ; -- -------------------------------------------------------- -- -- Table structure for table `players` -- CREATE TABLE IF NOT EXISTS `players` ( `_Key` int(11) NOT NULL AUTO_INCREMENT, `_Data` longtext NOT NULL, `_Game` longtext NOT NULL, `_SteamID` longtext NOT NULL, `_IPAddress` longtext NOT NULL, `_SteamName` longtext NOT NULL, PRIMARY KEY (`_Key`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2238 ; [/code]
Yes, I was thinking of buying a game mode of kuros but now i believe im not going to from the bad reviews and constant hatred of kuromeku
[QUOTE=Del62;18828224]Yes, I was thinking of buying a game mode of kuros but now i believe im not going to from the bad reviews and constant hatred of kuromeku[/QUOTE] The constant hatred and bad reviews of [u]kuromeku[/u] doesn't affect the amount of players you'll get on your server with prototype.
[QUOTE=deggemannen;18830203]The constant hatred and bad reviews of [u]kuromeku[/u] doesn't affect the amount of players you'll get on your server with prototype.[/QUOTE] Yes it does. You talk about people that bitch at this script yet you can not see why the bitch at Prototype: Is because of Conna. No matter how many times he say he's good and wouldn't do that again, people will remeber the things he did. No matter how good his script is, people isn't going to forget what he did. If people bitch about the script. [LIST]They are damn right.[/LIST] [indent]Or...[/indent] [LIST]Is because everybody knows what kuro did, and lost confidence of his work and script[/list]
Sorry, you need to Log In to post a reply to this thread.