PostLightning Bullets Script: Enjoy :)

Posts 115 of 16 · Page 1 of 2
Lightning Bullets Script: Enjoy :)
//Thread Opened again... Dont close... I just renamed variables
heres the script :P

"""""Thanks to JME and Lystic for pretty much the base script"""""

if (isNil "PEDO_IS_FUKED" ) then {PEDO_IS_FUKED=0};

if (PEDO_IS_FUKED==0) then
{
PEDO_IS_FUKED=1;
vehicle player removeAllEventHandlers "Fired";
hint "Explosive Bullets ON";
vehicle player addeventhandler ["Fired",{call Those_Massive_Bullets_Tho} ];

Those_Massive_Bullets_Tho =
{
if (isNull cursorTarget) then
{
PEDO_IS_A_SEXY_CUNT = screenToWorld [0.5,0.5];
}
else
{
PEDO_IS_A_SEXY_CUNT = getpos cursorTarget;
};
private ["_caller"];
_caller = _this select 0;
omsz = false;


_center = createCenter sideLogic;
_group = createGroup _center;
_target = PEDO_IS_A_SEXY_CUNT;
_zlb = _group createUnit ["ModuleLightning_F",_target,[],0,""];
_thunder = ["thunder_1", "thunder_2"] call BIS_fnc_selectRandom;
playSound _thunder;

omscz = true;
true;
};
}
else
{
PEDO_IS_FUKED=0;
hint "Explosive Bullets OFF";
vehicle player removeAllEventHandlers "Fired";
};

MAKE SURE YOU RENAME VARIABLES!!

-- Fixed Glitch where it didnt work on MultiPlayer and only on Editor. --
hi, could you tell me what should I do with this code? I build this script or modify other sql paste this code? and I load like other sql?
hi there, first you need to copy and paste this into notepad... save into your arma 3 folder as "Filename.sqf" by changing the drop down menu to "all files" and then naming the sqf.... and its SQF... not SQL!!!!
Now you need an injector or Debugger of some sort. Into the injector, type

ExecVM "FileName.sqf"

and it executes and then shoot your bullets!
Easier then is sounds... If you want more info add me, JME, or Lystic on skype and they can help
you with getting an injector
My Skype name is Jsaoumi
I'm understand now, thanks for information Neon, my bad sql lol
player addAction ["Debug","Neon.sqf"];
just got banned lol from battle eye
Quote Originally Posted by Hecker001 View Post
player addAction ["Debug","Neon.sqf"];
just got banned lol from battle eye
That's because you used a public or detected method to execute this script. BE don't ban just for scripts, more info in my FAQ
What you should have done is... Renamed all the Variables... the Variables are things like "NEON_IS_FUKED". Just rename them to your own needs but make sure the variable that you change is the same for all the others. So if you were to change "NEON_IS_FUKED"... in Notepad++, press Ctrl+F and in the Replace menu, replace "NEON_IS_FUKED" with "TONIC_SMALL_PENIS" or something like that...
Im not sure thats why you got banned... but yeah... just change some stuff around
I love how every thread fails to give credits where credits are due. Like really if you checked the post that im assuming you got this from you would know that I was included in JME's credits for that menu (aka you need to credit everyone that created the file you got the source from, not just the releaser).
Sorry Lystic, I didnt realise, I'll add you in now
Quote Originally Posted by Lystic View Post
I love how every thread fails to give credits where credits are due. Like really if you checked the post that im assuming you got this from you would know that I was included in JME's credits for that menu (aka you need to credit everyone that created the file you got the source from, not just the releaser).
_spwnboom_cus = as soon as i saw this variable i knew you were gonna be pissed haha

Quote Originally Posted by NeonSabre123 View Post
Sorry Lystic, I didnt realise, I'll add you in now
To his defence, he had no idea it was your version, I just gave him that script because it had the old toggle rather than the new one, I forget to mention it was from cusMenu
Quote Originally Posted by Jme View Post
_spwnboom_cus = as soon as i saw this variable i knew you were gonna be pissed haha



To his defence, he had no idea it was your version, I just gave him that script because it had the old toggle rather than the new one, I forget to mention it was from cusMenu
Hey no one knows about that menu, i never released it
bypass spyglass but i got ban with BE in Altis Life in game while "onload" the sqf using method from other user,
Was testing this today, works well! nice share
Posts 115 of 16 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?