Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.06 KB | None | 0 0
  1. -- This script has convert to FE by who i don't know?
  2.  
  3. -----------------------------------------------------
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,game,owner = owner,game
  6. local RealPlayer = Player
  7. do
  8. print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
  9. local rp = RealPlayer
  10. script.Parent = rp.Character
  11.  
  12. --RemoteEvent for communicating
  13. local Event = Instance.new("RemoteEvent")
  14. Event.Name = "UserInput_Event"
  15.  
  16. --Fake event to make stuff like Mouse.KeyDown work
  17. local function fakeEvent()
  18. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  19. t.connect = t.Connect
  20. return t
  21. end
  22.  
  23. --Creating fake input objects with fake variables
  24. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  25. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  26. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  27. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  28. end}
  29. --Merged 2 functions into one by checking amount of arguments
  30. CAS.UnbindAction = CAS.BindAction
  31.  
  32. --This function will trigger the events that have been :Connect()'ed
  33. local function te(self,ev,...)
  34. local t = m[ev]
  35. if t and t._fakeEvent then
  36. for _,f in pairs(t.Functions) do
  37. f(...)
  38. end
  39. end
  40. end
  41. m.TrigEvent = te
  42. UIS.TrigEvent = te
  43.  
  44. Event.OnServerEvent:Connect(function(plr,io)
  45. if plr~=rp then return end
  46. m.Target = io.Target
  47. m.Hit = io.Hit
  48. if not io.isMouse then
  49. local b = io.UserInputState == Enum.UserInputState.Begin
  50. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  51. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67.  
  68. local Mouse = Player:GetMouse()
  69. local UIS = game:GetService("UserInputService")
  70. local input = function(io,a)
  71. if a then return end
  72. --Since InputObject is a client-side instance, we create and pass table instead
  73. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  74. end
  75. UIS.InputBegan:Connect(input)
  76. UIS.InputEnded:Connect(input)
  77.  
  78. local h,t
  79. --Give the server mouse data 30 times every second, but only if the values changed
  80. --If player is not moving their mouse, client won't fire events
  81. while wait(1/30) do
  82. if h~=Mouse.Hit or t~=Mouse.Target then
  83. h,t=Mouse.Hit,Mouse.Target
  84. Event:FireServer({isMouse=true,Target=t,Hit=h})
  85. end
  86. end]==],Player.Character)
  87.  
  88. ----Sandboxed game object that allows the usage of client-side methods and services
  89. --Real game object
  90. local _rg = game
  91.  
  92. --Metatable for fake service
  93. local fsmt = {
  94. __index = function(self,k)
  95. local s = rawget(self,"_RealService")
  96. if s then return s[k] end
  97. end,
  98. __newindex = function(self,k,v)
  99. local s = rawget(self,"_RealService")
  100. if s then s[k]=v end
  101. end,
  102. __call = function(self,...)
  103. local s = rawget(self,"_RealService")
  104. if s then return s(...) end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return self[s]
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. }
  123. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  124. g.service = g.GetService
  125.  
  126. g.RunService = FakeService({
  127. RenderStepped = _rg:GetService("RunService").Heartbeat,
  128. BindToRenderStep = function(self,name,_,fun)
  129.  
  130. end,
  131. UnbindFromRenderStep = function(self,name)
  132. self._btrs[name]:Disconnect()
  133. end,
  134. },"RunService")
  135.  
  136. setmetatable(g,{
  137. __index=function(self,s)
  138. return _rg:GetService(s) or typeof(_rg[s])=="function"
  139. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  140. end,
  141. __newindex = fsmt.__newindex,
  142. __call = fsmt.__call
  143. })
  144. --Changing owner to fake player object to support owner:GetMouse()
  145. game,owner = g,g.Players.LocalPlayer
  146. end
  147.  
  148.  
  149. --You want what?-- This script made by tomonaoboys
  150. --How to use--
  151. --Q:Time Stop(in this script,name is The world) Anchor Player parts make near to time stop. This move will freeze itself but this script have anti time stop. do not use this move too much.
  152. --E:Target Aim player and press this,then you can target aimed player. do not target sky. it happen error.(but can continue to use this script)
  153. --<Required:Target>R:Firework target will fly away and explode
  154. --<Required:Target>F:Kill Set target health to 0 and "nil". Target will die.
  155. --<Required:Target>G:Erase Target will get erased. Target cannot spawn if they don't know g/r or g/sr.
  156. --<Required:Target>Z:Swap_Position u and targeted player position will be swapped. do 1/5 damage.
  157. --<Required:Target>X:Teleport(Target) Transport Target. do 1/8 damage.
  158. --V:Invisible Everyone cannot find you! but can collide...
  159. --C:Teleport(User) You will teleport to aimed position.
  160. --M:Speed Up yay im faster than old me
  161. --N:Speed Down(limit is 8) become slower...
  162. --P:Nuke I don't recommend to use this. It was crushed my roblox...(restored now doesn't break roblox maybe)
  163. --T:idk This uses Character=nil(added this by update)
  164. --<Chat Commands>
  165. --target/(player) Target someone. use this if not able to target normally. can target urself too.(idk R15/Ghosts)
  166. --kick/(player but only can kick script user) Can kick someone. but only script user. WHERE IS TO USE THIS!?!?
  167. --kill/(player) Kill player. It's only is it.
  168. --resetcolor/ Use this command if colors returned.
  169. --nil/(player) This is one Anti-Ghost attack maybe. Player.Character=nil -> Player's character is nil not able to control
  170. --------------------------------------------------------------------------------
  171. --This script doesn't follow to become perfect invicible.
  172. --This script will become extremely overpowered script if you used to offensive way.(not destructive)
  173. --But I don't want you to use this script to genocide peoples.
  174. --------------------------------------------------------------------------------
  175. --Version up:I remade Time stop(or the world) now this will stop/break everything!...but Base won't.(I want to add Anti-Ghost)
  176. --Please don't watch this script. sometimes spaghetti?
  177. wait(0)--this is to studio
  178. nukeactived=false ShowNormal=false script.Name="666"script.Archivable=false tchrnil=true --Do not change ShowNormal because ..idk but this script require this...
  179. local PL=game.Players.LocalPlayer local PC=game.Players.LocalPlayer.Character local Phm=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid")Phm.RigType="R6"
  180. local invisible = false PC.Archivable=true music=false stopped=false chatcact=false
  181. fc=Instance.new("ForceField",PC)fc.Visible=false
  182. if ShowNormal==false then
  183. PC:FindFirstChildOfClass("Humanoid").Name=" "if PC:FindFirstChild("Health") then PC.Health:Destroy()end
  184. local children = PC.Torso:GetChildren()
  185. for i=1,#children do
  186. children[i].Archivable=false
  187. end
  188. PC.HumanoidRootPart.RootJoint.Archivable=false
  189. end
  190. local Mouse=PL:GetMouse()local col=Color3.fromRGB(0,0,0)
  191. while ShowNormal==false do if PC:FindFirstChildOfClass("Accessory")==nil then break end PC:FindFirstChildOfClass("Accessory"):Destroy()end while ShowNormal==false do if PC:FindFirstChildOfClass("Hat")==nil then break end PC:FindFirstChildOfClass("Hat"):Destroy()end while ShowNormal==false do if PC:FindFirstChildOfClass("Pants")==nil then break end PC:FindFirstChildOfClass("Pants"):Destroy()end while ShowNormal==false do if PC:FindFirstChildOfClass("Shirt")==nil then break end PC:FindFirstChildOfClass("Shirt"):Destroy()end
  192. if ShowNormal==false then
  193. if PC:FindFirstChild("Body Colors")then PC:FindFirstChild("Body Colors"):Destroy()end
  194. wait(.05)
  195. child=PC:GetChildren()
  196. for i=1,#child do
  197. if child[i]:IsA("Part")then child[i].Locked=true child[i].Color=col child[i].Transparency=1 end
  198. end
  199. PC.HumanoidRootPart.Locked=true
  200. if PC.Head:FindFirstChild("face")then PC.Head.face:Destroy()end
  201. end
  202. PL.Chatted:connect(function(msg)local child=game.Players:GetChildren()for i=1,#child do
  203. if msg=="target/"..tostring(child[i])then LockONfromChat(tostring(child[i]))print(tostring(child[i]).." has been targeted")end
  204. if msg=="kick/"..tostring(child[i])then game.Players:FindFirstChild(tostring(child[i])):kick(" ")print(tostring(child[i]).." has been kicked")end
  205. if msg=="kill/"..tostring(child[i])then game.Players:FindFirstChild(tostring(child[i])).Character:FindFirstChildOfClass("Humanoid").Health=0 print(tostring(child[i]).." has been killed")end
  206. if msg=="resetcolor/"then local child=PC:GetChildren()for i=1,#child do if child[i]:IsA("Part")then child[i].Color=col end end print("Colors reseted")end
  207. if msg=="nil/"..tostring(child[i])then game.Players:FindFirstChild(tostring(child[i])).Character=nil end
  208. wait(1024)
  209. end end)
  210. decal0001="rbxassetid://352539051"ringmesh01="http://www.roblox.com/asset/?id=3270017"scream1="rbxassetid://314568939"jare="rbxassetid://130779009"mag2="rbxassetid://260433746"music="rbxassetid://168146979"
  211. Sound001=nil TARGET=nil Erasemodel=true
  212. mouseTarget=nil if music==true then Music=Instance.new("Sound",PC.Torso)Music.Looped=true Music.SoundId=music Music.Playing=true Music.EmitterSize=1000 Music.Volume=2 end
  213. Phm.MaxHealth=(1/0)/(1/0)Phm.HealthDisplayType="AlwaysOff"Phm.Health=(1/0)/(1/0)Phm.WalkSpeed=8 Phm.NameDisplayDistance=0
  214. local Tabillboard=Instance.new("BillboardGui",nil)Tabillboard.Size=UDim2.new(1,0,1,0)Tabillboard.ExtentsOffsetWorldSpace=Vector3.new(0,10,0)targettext=Instance.new("TextLabel",Tabillboard)targettext.Size=UDim2.new(1,0,1,0)targettext.BackgroundTransparency=1 targettext.BorderSizePixel=0 targettext.Font="Bodoni" targettext.TextColor3=Color3.fromRGB(255,0,0)targettext.TextSize=20 targettext.TextStrokeTransparency=0 Tabillboard.AlwaysOnTop=true targettext.Text=""
  215. local namebillboard=Instance.new("BillboardGui",PC:FindFirstChild("Head"))namebillboard.Size=UDim2.new(1,0,1,0)namebillboard.ExtentsOffsetWorldSpace=Vector3.new(math.random(1),math.random(1)+6,math.random(1))nametext=Instance.new("TextLabel",namebillboard)nametext.Size=UDim2.new(1,0,1,0)nametext.BackgroundTransparency=1 nametext.BorderSizePixel=0 nametext.Font="Bodoni" nametext.TextColor3=Color3.fromRGB(120,0,0)nametext.TextSize=30 nametext.TextStrokeTransparency=0 namebillboard.AlwaysOnTop=true nametext.Text=tostring(PL)namebillboard.Name=" billboard"namebillboard.Enabled=false
  216. targetdecalpart=Instance.new("Part")targetdecal1=Instance.new("Decal",targetdecalpart)targetdecal2=Instance.new("Decal",targetdecalpart)targetdecalpart.Size=Vector3.new(8,0.01,8)targetdecalpart.Transparency=1 targetdecalpart.CanCollide=false targetdecalpart.Anchored=true
  217. targetdecal1.Texture="rbxassetid://418573228"targetdecal1.Face="Top"targetdecal2.Texture="rbxassetid://418573228"targetdecal2.Face="Bottom"function PlaySound(playID,plspd,s_V,Par) local sound=Instance.new("Sound",Par)sound.SoundId=playID sound.PlayOnRemove=true sound.PlaybackSpeed=plspd sound.Volume=s_V sound:Play()end
  218. function targetfin()targettext.Text=""targetdecalpart.Parent=nil TARGET=nil mouseTarget=nil Tabillboard.Parent=nil end
  219. function SpeedUP(actionName, userInputState, inputObject)if userInputState == Enum.UserInputState.Begin then Phm.WalkSpeed=Phm.WalkSpeed+8 print("Speed "..Phm.WalkSpeed)end end
  220. function SpeedDOWN(actionName, userInputState, inputObject)if userInputState == Enum.UserInputState.Begin then Phm.WalkSpeed=Phm.WalkSpeed-8 if Phm.WalkSpeed<8 then Phm.WalkSpeed=8 end print("Speed "..Phm.WalkSpeed)end end
  221. function Shield(Lock)
  222. while true do
  223. local clone=PC:Clone()
  224. local cc=clone:GetChildren()
  225. clone.Sound:Destroy()
  226. clone:FindFirstChild("HumanoidRootPart"):Destroy()clone:FindFirstChildOfClass("Humanoid"):Destroy()clone.Head:FindFirstChild(" billboard").Enabled=true
  227. for i=1,#cc do
  228. if cc[i]:IsA("Part")then cc[i].Anchored=true cc[i].CanCollide=false cc[i].Material="Neon"if invisible then cc[i].Transparency=1 else cc[i].Transparency=.7 end end
  229. end
  230. if PC:FindFirstChildOfClass("ForceField")==nil then local ff=Instance.new("ForceField",PC)ff.Visible=false end
  231. clone.Parent=workspace
  232. game:GetService("Debris"):AddItem(clone,.07)
  233. local B=Instance.new("SelectionSphere")B.Color3=Color3.fromRGB(60,0,0)B.Visible=true B.Transparency=0.5 local part=Instance.new("Part")part.CanCollide=false part.Transparency=1 part.Size=Vector3.new(7,7,7)B.Parent=part part.CFrame=Lock.Torso.CFrame part.Parent=workspace if invisible==false then B.Adornee=part end part.Anchored=true game:GetService("Debris"):AddItem(part,.07)wait(.01)
  234. local child=Lock.Torso:GetChildren()
  235. for i=1,#child do if child[i]:IsA("Motor6D")==false then child[i]:Destroy()end end
  236. local child=Lock:FindFirstChild("Left Arm"):GetChildren()for i=1,#child do child[i]:Destroy()end
  237. local child=Lock:FindFirstChild("Left Leg"):GetChildren()for i=1,#child do child[i]:Destroy()end
  238. local child=Lock:FindFirstChild("Right Arm"):GetChildren()for i=1,#child do child[i]:Destroy()end
  239. local child=Lock:FindFirstChild("Right Leg"):GetChildren()for i=1,#child do child[i]:Destroy()end
  240. local child=Lock.Head:GetChildren()for i=1,#child do if child[i]:IsA("SpecialMesh")==false then if child[i].Name~=" billboard"then child[i]:Destroy()end end
  241. namebillboard.ExtentsOffsetWorldSpace=Vector3.new(((math.random(10)-math.random(10))/50),((math.random(10)-math.random(10))/50)+6,((math.random(10)-math.random(10))/50))
  242. local child=PC:GetChildren()for i=1,#child do if child[i]:IsA("Part")then child[i].Anchored=false end end
  243. Phm.PlatformStand=false
  244. end
  245. end
  246. end
  247. function zExplode(Part, Effect,EVisible)
  248. local BOOM = Instance.new("Explosion", Part)BOOM.Visible=EVisible
  249. BOOM.Position = Part.Position
  250. if Effect then
  251. BOOM.BlastPressure = 10000
  252. BOOM.BlastRadius = 25
  253. else
  254. BOOM.BlastPressure = 0
  255. BOOM.BlastRadius = 0
  256. end
  257. BOOM.Hit:connect(function(Object)
  258. if Effect == true then
  259. if Object:IsA("BasePart") and Object.Name ~= "Base" and Object.Name ~= "Baseplate" and Object.Name ~= "Bomb" and Object.Name ~= "Nuke" then
  260. local child=game.Players:GetChildren()for i=1,#child do if Object.Parent~=nil then if tostring(child[i])==tostring(Object.Parent)then if tostring(child[i])~=tostring(PL)then game.Players:FindFirstChild(tostring(child[i])).Character=nil end end end end
  261. if tostring(Object.Parent)~=PC.Name then
  262. if Object:IsA("Part")then Object.Material="Neon"Object.Color=Color3.new(0,0,0)
  263. end
  264. Object:BreakJoints()
  265. Object.Anchored = false
  266. end
  267. end
  268. end
  269. end)
  270. end
  271. game.ContextActionService:BindAction("keyPress00",SpeedUP, false, Enum.KeyCode.M)
  272. game.ContextActionService:BindAction("keyPress01",SpeedDOWN, false, Enum.KeyCode.N)
  273. function LockON(actionName,userInputState,inputObject)
  274. if userInputState==Enum.UserInputState.Begin then
  275. mouseTarget= Mouse.Target
  276. if mouseTarget.Parent:FindFirstChildOfClass("Humanoid")~=nil then
  277. if TARGET~=mouseTarget.Parent then
  278. TARGET=mouseTarget.Parent targettext.Text="Targeted:"..tostring(TARGET)
  279. if TARGET:FindFirstChild("Torso")~=nil then targetdecalpart.Parent = TARGET.Torso end
  280. if TARGET:FindFirstChild("Torso")~=nil then Tabillboard.Parent=TARGET:FindFirstChild("Head")end
  281. while true do
  282. if TARGET==nil then targetdecalpart.Parent=nil break end if TARGET:FindFirstChildOfClass("Humanoid").Health ==0 then targetdecalpart.Parent=nil break end if TARGET:FindFirstChildOfClass("Humanoid").Health ==nil then targetdecalpart.Parent=nil break end if TARGET:FindFirstChild("Torso")~=nil then targetdecalpart.Position=TARGET.Torso.Position-Vector3.new(0,2.9,0)end if TARGET:FindFirstChild("Torso")~=nil then targetdecalpart.Orientation=targetdecalpart.Orientation+Vector3.new(0,3,0)end wait(.01)
  283. end
  284. end
  285. end
  286. end
  287. end
  288. function LockONfromChat(Target)
  289. if game.Players:FindFirstChild(Target)~=nil then
  290. if game.Players:FindFirstChild(Target).Character:FindFirstChildOfClass("Humanoid")~=nil then
  291. --if TARGET~=mouseTarget.Parent then
  292. TARGET=game.Players:FindFirstChild(Target).Character
  293. targettext.Text="Targeted:"..tostring(TARGET.Name)
  294. if TARGET:FindFirstChild("Torso")~=nil then targetdecalpart.Parent = TARGET.Torso end
  295. if TARGET:FindFirstChild("Torso")~=nil then Tabillboard.Parent=TARGET:FindFirstChild("Head")end
  296. while true do
  297. if TARGET==nil then targetdecalpart.Parent=nil break end if TARGET:FindFirstChildOfClass("Humanoid").Health ==0 then targetdecalpart.Parent=nil break end if TARGET:FindFirstChildOfClass("Humanoid").Health ==nil then targetdecalpart.Parent=nil break end if TARGET:FindFirstChild("Torso")~=nil then targetdecalpart.Position=TARGET.Torso.Position-Vector3.new(0,2.9,0)end if TARGET:FindFirstChild("Torso")~=nil then targetdecalpart.Orientation=targetdecalpart.Orientation+Vector3.new(0,3,0)end wait(.01)
  298. end
  299.  
  300. end
  301. end
  302. end
  303. game.ContextActionService:BindAction("Target",LockON,false,Enum.KeyCode.E)
  304. function KillTarget(actionName,userInputState,inputObject)
  305. if userInputState==Enum.UserInputState.Begin then
  306. if TARGET~=nil then
  307. PlaySound(jare,1,5,TARGET.Torso)
  308. TARGET:FindFirstChildOfClass("Humanoid").Health=0 TARGET:FindFirstChildOfClass("Humanoid").Health=nil
  309. local oldtargetPosition=TARGET.Torso.Position
  310. targetfin()
  311. local dp=Instance.new("Part",workspace)
  312. dp.Color=Color3.fromRGB(255,0,0)dp.CanCollide=false
  313. dp.Shape="Ball"dp.Position=oldtargetPosition dp.Material="Neon"dp.Anchored=true
  314. local dp2=Instance.new("Part",workspace)local dp2mesh=Instance.new("SpecialMesh",dp2)dp2mesh.Scale=Vector3.new(5,5,5)dp2mesh.MeshType="FileMesh"dp2.Orientation=Vector3.new(90,0,0)dp2mesh.MeshId=ringmesh01
  315. dp2.Color=Color3.fromRGB(255,0,0)dp2.CanCollide=false
  316. dp2.Position=oldtargetPosition dp2.Anchored=true
  317. for c=0,1,0.02 do dp.Size=Vector3.new(10+c*9,10+c*9,10+c*9)dp.Transparency=c dp2mesh.Scale=Vector3.new(30-c*5,30-c*5,3)dp2.Transparency=c wait(.02)end
  318. dp:Destroy()dp2:Destroy()
  319. end
  320. end
  321. end
  322. function EraseTarget(actionName,userInputState,inputObject)
  323. if userInputState==Enum.UserInputState.Begin then
  324. if TARGET~=nil then
  325. local oldtargetPosition=TARGET.Torso.Position
  326. local oldtarget=TARGET
  327. targetfin()
  328. if Erasemodel then
  329. PlaySound(scream1,1,.5,oldtarget.Torso)oldtarget:Destroy()
  330. else
  331. PlaySound(scream1,1,.5,oldtarget.Torso)oldtarget:FindFirstChild("Torso"):Destroy()oldtarget:FindFirstChild("Head"):Destroy()oldtarget:FindFirstChild("Left Arm"):Destroy()oldtarget:FindFirstChild("Right Arm"):Destroy()oldtarget:FindFirstChild("Left Leg"):Destroy()oldtarget:FindFirstChild("Right Leg"):Destroy()oldtarget:FindFirstChild("HumanoidRootPart"):Destroy()
  332. end
  333. if tchrnil then
  334. game.Players:FindFirstChild(tostring(TARGET)).Character=nil
  335. end
  336. targetfin()
  337. local dp=Instance.new("Part",workspace)
  338. dp.Color=Color3.fromRGB(60,0,80)dp.CanCollide=false
  339. dp.Shape="Ball"dp.Position=oldtargetPosition dp.Material="Neon"dp.Anchored=true
  340. local dp2=Instance.new("Part",workspace)local dp2mesh=Instance.new("SpecialMesh",dp2)dp2mesh.Scale=Vector3.new(5,5,5)dp2mesh.MeshType="FileMesh"dp2.Orientation=Vector3.new(90,0,0)dp2mesh.MeshId=ringmesh01
  341. dp2.Color=Color3.fromRGB(255,255,255)dp2.CanCollide=false
  342. dp2.Position=oldtargetPosition dp2.Anchored=true
  343. for c=0,1,0.02 do dp.Size=Vector3.new(10-c*4,10-c*4,10-c*4)dp.Transparency=c dp2mesh.Scale=Vector3.new(13-c*4,13-c*4,13-c*4)dp2.Transparency=c wait(.02)end
  344. dp:Destroy()dp2:Destroy()
  345. end
  346. end
  347. end
  348. function FireworkTarget(actionName,userInputState,inputObject)
  349. if userInputState==Enum.UserInputState.Begin then
  350. if TARGET~=nil then
  351. local oldtarget=TARGET
  352. targetfin()local tThrust=Instance.new("BodyVelocity",oldtarget.Torso)tThrust.Velocity=Vector3.new(0,30,0)Instance.new("Smoke",oldtarget.Torso)wait(5)local explode=Instance.new("Explosion",oldtarget)explode.Position=oldtarget.Torso.Position tThrust:Destroy()oldtarget.Humanoid.Health=nil local child=oldtarget:GetChildren()for n=0,5 do for i=1,#child do if child[i]:IsA("Part")then Instance.new("Smoke",child[i])Instance.new("Fire",child[i])end end end
  353. end
  354. end
  355. end
  356. function nukeV2(actionName,userInputState,inputObject)
  357. if userInputState==Enum.UserInputState.Begin then
  358. if nukeactived then
  359. print("STOP SPAMMING NUKE NOOB!")
  360. else
  361. nukeactived=true
  362. local part=Instance.new("Part",workspace)part.Color=Color3.fromRGB(255,70,70)part.Material="Neon"part.Anchored=true part.CanCollide=false part.Shape="Ball"part.Size=Vector3.new(1,1,1)
  363. local CFr=PC.Torso.CFrame
  364. part.Touched:connect(function(pt)pt.Anchored=false
  365. if pt:IsA("Part")then if pt.Parent~=nil then if tostring(pt.Parent)~=tostring(PL)then pt:Destroy()end end end
  366. wait(.01)
  367. end)
  368. for s=1,100,3 do
  369. part.Size=Vector3.new(s,s,s)
  370. part.CFrame=CFr
  371. wait(.01)
  372. end
  373. for i=0,1,.05 do
  374. part.Transparency=i
  375. wait(.01)
  376. end
  377. part:Destroy()
  378. nukeactived=false
  379. end
  380. end
  381. end
  382. function mouseExplode01(actionName,userInputState,inputObject)if userInputState==Enum.UserInputState.Begin then if Mouse.Hit~=nil then local part=Instance.new("Part",workspace)part.Shape="Ball"part.Size=Vector3.new(4,4,4)part.Anchored=true part.CanCollide=false part.Transparency=1 part.CFrame=Mouse.Hit zExplode(part,true,false)wait(.01)part:Destroy()end end end
  383. game.ContextActionService:BindAction("Kill1",KillTarget,false,Enum.KeyCode.F)
  384. game.ContextActionService:BindAction("Kill2",EraseTarget,false,Enum.KeyCode.G)
  385. game.ContextActionService:BindAction("Kill3",FireworkTarget,false,Enum.KeyCode.R)
  386. game.ContextActionService:BindAction("NukeV2",nukeV2,false,Enum.KeyCode.P)
  387. game.ContextActionService:BindAction("me01",mouseExplode01,false,Enum.KeyCode.T)
  388. function SwapPosition(actionName,userInputState,inputObject)
  389. if userInputState==Enum.UserInputState.Begin then
  390. if TARGET~=nil then
  391. local EPos=TARGET.Torso.CFrame
  392. local PPos=PC.Torso.CFrame
  393. PlaySound(mag2,1,5,TARGET.Torso)
  394. PlaySound(mag2,1,5,PC.Torso)
  395. TARGET.Torso.CFrame=PPos
  396. PC.Torso.CFrame=EPos
  397. TARGET:FindFirstChildOfClass("Humanoid").Health =TARGET:FindFirstChildOfClass("Humanoid").Health-TARGET:FindFirstChildOfClass("Humanoid").MaxHealth/5
  398. local part=Instance.new("Part",workspace)part.Shape="Ball"part.Size=Vector3.new(10,10,10)part.CanCollide=false part.Anchored=true part.Material="Neon"part.CFrame=EPos
  399. local part2=Instance.new("Part",workspace)part2.Shape="Ball"part2.Size=Vector3.new(10,10,10)part2.CanCollide=false part2.Anchored=true part2.Material="Neon"part2.CFrame=PPos
  400. for i=0,1,.02 do part.Transparency=i part2.Transparency=i wait(.02)end
  401. part:Destroy()part2:Destroy()
  402. if TARGET:FindFirstChildOfClass("Humanoid").Health==0 then targetfin()end
  403. if TARGET:FindFirstChildOfClass("Humanoid").Health==nil then targetfin()end
  404. end
  405. end
  406. end
  407. function TeleportTarget(actionName,userInputState,inputObject)
  408. if userInputState==Enum.UserInputState.Begin then
  409. if TARGET~=nil then
  410. PlaySound(mag2,1,5,TARGET.Torso)
  411. local part2=Instance.new("Part",workspace)part2.Shape="Ball"part2.Size=Vector3.new(10,10,10)part2.CanCollide=false part2.Anchored=true part2.Material="Neon"part2.CFrame=TARGET.Torso.CFrame
  412. TARGET:FindFirstChildOfClass("Humanoid").Health =TARGET:FindFirstChildOfClass("Humanoid").Health-TARGET:FindFirstChildOfClass("Humanoid").MaxHealth/8
  413. TARGET.Torso.CFrame=Mouse.Hit
  414. local part=Instance.new("Part",workspace)part.Shape="Ball"part.Size=Vector3.new(10,10,10)part.CanCollide=false part.Anchored=true part.Material="Neon"part.CFrame=Mouse.Hit
  415. for i=0,1,.02 do part.Transparency=i part2.Transparency=i wait(.02)end
  416. part:Destroy()part2:Destroy()
  417. if TARGET:FindFirstChildOfClass("Humanoid").Health==0 then targetfin()end
  418. if TARGET:FindFirstChildOfClass("Humanoid").Health==nil then targetfin()end
  419. end
  420. end
  421. end
  422. function TeleportSelf(actionName,userInputState,inputObject)
  423. if userInputState==Enum.UserInputState.Begin then
  424. PlaySound(mag2,1,5,PC.Torso)
  425. local part2=Instance.new("Part",workspace)part2.Shape="Ball"part2.Size=Vector3.new(10,10,10)part2.CanCollide=false part2.Anchored=true part2.Material="Neon"part2.CFrame=PC.Torso.CFrame
  426. PC.Torso.CFrame=Mouse.Hit
  427. local part=Instance.new("Part",workspace)part.Shape="Ball"part.Size=Vector3.new(10,10,10)part.CanCollide=false part.Anchored=true part.Material="Neon"part.CFrame=Mouse.Hit
  428. for i=0,1,.02 do part.Transparency=i part2.Transparency=i wait(.02)end
  429. part:Destroy()part2:Destroy()
  430. end
  431. end
  432. function Invisible(actionName,userInputState,inputObject)if userInputState==Enum.UserInputState.Begin then if ShowNormal==false then if invisible == false then local child=PC:GetChildren()nametext.Text=""invisible=true else invisible=false nametext.Text=tostring(PL)end end end end
  433. function lightgd(actionName,userInputState,inputObject)
  434. if userInputState==Enum.UserInputState.Begin then
  435. if TARGET~=nil then
  436. TARGET:FindFirstChildOfClass("Humanoid").Health=(1/0)/(1/0) TARGET:FindFirstChildOfClass("Humanoid").Health=1/0 local ff=Instance.new("ForceField",TARGET) ff.Visible=false
  437. local tchild=TARGET:GetChildren()
  438. if TARGET:FindFirstChildOfClass("Humanoid")~=nil then TARGET:FindFirstChildOfClass("Humanoid").Name=tostring(math.random(9))..tostring(math.random(9))..tostring(math.random(9))end
  439. for i=1,#tchild do
  440. tchild[i].Archivable=false
  441. if tchild[i]:IsA("Part")then
  442. tchild[i].Locked=true
  443. tchild[i].Transparency=.5
  444. end
  445. end
  446. child=PC:GetChildren()
  447. local child=PC:GetChildren()for i=1,#child do if child[i]:IsA("Part")then child[i].Anchored=false end end
  448. end
  449. end
  450. end
  451. function stop(part,anc)
  452. local child=part:GetChildren()
  453. for i=1,#child do
  454. if child[i].Name~="Base"and child[i].Name~="Baseplate"then
  455. if child[i]:IsA("Part")then child[i].Anchored=anc end
  456. if child[i]:IsA("Model")then stop(child[i],anc)end
  457. end
  458. end
  459. end
  460. function theworld(actionName,userInputState,inputObject)
  461. if userInputState==Enum.UserInputState.Begin then
  462. if stopped then
  463. stop(workspace,false)
  464. stopped=false print("Time has been started")game.Lighting:FindFirstChild(" b"):Destroy()game.Lighting:FindFirstChild(" c"):Destroy()
  465. else
  466. local child1=workspace:GetChildren()
  467. stop(workspace,true)
  468. stopped=true PlaySound("rbxassetid://601606956",1,6,PC.Torso)local Blur=Instance.new("BlurEffect",game.Lighting)Blur.Name=" b"Blur.Size=6 local Mono=Instance.new("ColorCorrectionEffect",game.Lighting)Mono.Name=" c"Mono.Saturation=-1 Mono.Contrast=1
  469. end
  470. end
  471. end
  472. game.ContextActionService:BindAction("Swap",SwapPosition,false,Enum.KeyCode.Z)game.ContextActionService:BindAction("TPtarget",TeleportTarget,false,Enum.KeyCode.X)game.ContextActionService:BindAction("TP",TeleportSelf,false,Enum.KeyCode.C)game.ContextActionService:BindAction("Invisible",Invisible,false,Enum.KeyCode.V)game.ContextActionService:BindAction("LightGodMode",lightgd,false,Enum.KeyCode.B)
  473. game.ContextActionService:BindAction("The World",theworld,false,Enum.KeyCode.Q)
  474. Shield(PC)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement