Helpmodifying script

Posts 1–4 of 4 · Page 1 of 1
modifying script
This is a script from rustler v4 that kicks the selected player from the server by making it look like they are hacking with a remote execution error.

Code:
_name = _this select 0;
hint format ["Kicking %1", _name];
_lolfuckubish = "if (isServer) then
{
	invisibruh =
	{
		_invisibruh = format [""{if (getPlayerUID _x == '%1') then {call compile '(vehicle _x) hideObject true;';};} forEach (entities 'CAManBase');"", getPlayerUID player];
		player setVehicleInit _invisibruh;
		processInitCommands;
		clearVehicleInit player;
	};
	publicVariable ""invisibruh"";
};";
[_lolfuckubish] execVM "scr\exec.sqf";

sleep 3;

_fuckubishlol = format ["if (name player == '%1') then {call invisibruh;};", _name];
[_fuckubishlol] execVM "scr\exec.sqf";

Trying to configure it with the infistar_ssh menu, but I can't seem to get it working.

I've tried changing both scr\exec.sqf lines to infiSTAR_SSH/exec.sqf, but it won't work for some reason. Pretty new to this could anyone explain to me what I'm doing wrong? Do I need to change one of the lines to a detected exec, and the other line to the working one?
This is actually a slightly modified version of Bowen's kick script.
Rustler is massively over rated.
Not to flame, but he is a 13 year old kid who steals scripts from other people, puts them into a shoddy menu and calls it all his own work.
Infistar - now HE is a real scripter.
Hargender - HE is a real scripter.
Bowen, SD, Debug, myself.

I don't know about you, but in real life, I'd stay away from kids who use words such as "_lolfuckubish" and "invisibruh".
Quote Originally Posted by OnionRingOfDoom View Post
This is actually a slightly modified version of Bowen's kick script.
Rustler is massively over rated.
Not to flame, but he is a 13 year old kid who steals scripts from other people, puts them into a shoddy menu and calls it all his own work.
Infistar - now HE is a real scripter.
Hargender - HE is a real scripter.
Bowen, SD, Debug, myself.

I don't know about you, but in real life, I'd stay away from kids who use words such as "_lolfuckubish" and "invisibruh".
Funny, this is actually a script from Monky menu, at least that's where it originally came from, I guess no one knows/gives a fuck about Monky though... even though Bowen and Hangender are both good friends of his and are in his "Team Monky".

Now, I realize you were probably joking about the variable thing, a bad joke by the way, and it is fairly true Rustler was originally a ****** and still kind of is, but I wouldn't go as far as to give him shit, at worst best he is an amateur coder (at least now, in my opinion) but isn't this going a bit off topic anyways?

I'd try to help the OP but I honestly have no idea wtf he's doing wrong, I can only assume he isn't using the correct RE path, which in case then yeah... you should probably double check the path.
I see seems like there is some bad blood, it isn't my beef though, I just want the ability to kick people who spam teleport the server to the ocean, I am a merry medic personally I choose to help rather than hurt.

Frankly I could care less about words like "lolfuckubish" and "invisibruh" in scripts, as long as it gets the job done.



Thanks for the constructive advice though, will post with a solution once I get it working. Had it working at one point with infistar 7, but I've changed menus, and I can't seem to duplicate what I did before.
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?