rcubed1003

test

Dec 6th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 114.03 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. -- Objects
  148.  
  149. local FDTGui = Instance.new("ScreenGui")
  150. local GUI = Instance.new("Frame")
  151. local Welcome = Instance.new("TextLabel")
  152. local VanGUI = Instance.new("TextButton")
  153. local Bomber = Instance.new("TextButton")
  154. local Toadroast = Instance.new("TextButton")
  155. local WildRevolvers = Instance.new("TextButton")
  156. local Remove = Instance.new("TextButton")
  157.  
  158. -- Properties
  159.  
  160. FDTGui.Name = "FDTGui"
  161. FDTGui.Parent = game.CoreGui
  162.  
  163. GUI.Name = "GUI"
  164. GUI.Parent = FDTGui
  165. GUI.Active = true
  166. GUI.BackgroundColor3 = Color3.new(1, 1, 1)
  167. GUI.BackgroundTransparency = 0.80000001192093
  168. GUI.BorderColor3 = Color3.new(0, 0, 0)
  169. GUI.Draggable = true
  170. GUI.Position = UDim2.new(0.500797451, -125, 0.5, -135)
  171. GUI.Size = UDim2.new(0, 250, 0, 210)
  172.  
  173. Welcome.Name = "Welcome"
  174. Welcome.Parent = GUI
  175. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  176. Welcome.BackgroundTransparency = 1
  177. Welcome.BorderColor3 = Color3.new(0, 0, 0)
  178. Welcome.Position = UDim2.new(0.5, -125, 0, 0)
  179. Welcome.Size = UDim2.new(0, 250, 0, 40)
  180. Welcome.Font = Enum.Font.SciFi
  181. Welcome.Text = "Welcome! Have fun using FDTGui!"
  182. Welcome.TextColor3 = Color3.new(0, 0, 0)
  183. Welcome.TextSize = 16
  184.  
  185. VanGUI.Name = "VanGUI"
  186. VanGUI.Parent = GUI
  187. VanGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  188. VanGUI.BackgroundTransparency = 0.60000002384186
  189. VanGUI.BorderColor3 = Color3.new(0, 0, 0)
  190. VanGUI.Position = UDim2.new(0.5, -112, 0.188896, 0)
  191. VanGUI.Size = UDim2.new(0, 225, 0, 33)
  192. VanGUI.Font = Enum.Font.SourceSansSemibold
  193. VanGUI.Text = "Van GUI"
  194. VanGUI.TextColor3 = Color3.new(0, 0, 0)
  195. VanGUI.TextSize = 18
  196.  
  197. VanGUI.MouseButton1Click:connect(function()
  198. -- Objects
  199.  
  200. local VanGui = Instance.new("ScreenGui")
  201. local Opener = Instance.new("Frame")
  202. local Open = Instance.new("TextButton")
  203. local DaGui = Instance.new("Frame")
  204. local Frame = Instance.new("Frame")
  205. local Close = Instance.new("TextButton")
  206. local Username = Instance.new("TextBox")
  207. local VanDaPlayer = Instance.new("TextButton")
  208. local TextLabel = Instance.new("TextLabel")
  209.  
  210. -- Properties
  211.  
  212. VanGui.Name = "VanGui"
  213. VanGui.Parent = game.CoreGui
  214.  
  215. Opener.Name = "Opener"
  216. Opener.Parent = VanGui
  217. Opener.BackgroundColor3 = Color3.new(0, 0, 0)
  218. Opener.BackgroundTransparency = 0.5
  219. Opener.Position = UDim2.new(0, 19, 0, 564)
  220. Opener.Size = UDim2.new(0, 224, 0, 40)
  221.  
  222. Open.Name = "Open"
  223. Open.Parent = Opener
  224. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  225. Open.BackgroundTransparency = 0.5
  226. Open.Size = UDim2.new(0, 224, 0, 40)
  227. Open.Font = Enum.Font.SciFi
  228. Open.FontSize = Enum.FontSize.Size42
  229. Open.Text = "Open"
  230. Open.TextColor3 = Color3.new(0, 1, 1)
  231. Open.TextSize = 42
  232.  
  233. DaGui.Name = "DaGui"
  234. DaGui.Parent = VanGui
  235. DaGui.BackgroundColor3 = Color3.new(0, 0, 0)
  236. DaGui.BackgroundTransparency = 0.5
  237. DaGui.Draggable = true
  238. DaGui.Position = UDim2.new(0, 0, 0, 311)
  239. DaGui.Size = UDim2.new(0, 343, 0, 197)
  240. DaGui.Visible = false
  241.  
  242. Frame.Parent = DaGui
  243. Frame.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  244. Frame.Position = UDim2.new(0, 313, 0, 0)
  245. Frame.Size = UDim2.new(0, 30, 0, 26)
  246.  
  247. Close.Name = "Close"
  248. Close.Parent = Frame
  249. Close.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  250. Close.Size = UDim2.new(0, 30, 0, 26)
  251. Close.Font = Enum.Font.SciFi
  252. Close.FontSize = Enum.FontSize.Size14
  253. Close.Text = "X"
  254. Close.TextColor3 = Color3.new(1, 1, 1)
  255. Close.TextSize = 14
  256. Close.TextStrokeTransparency = 5
  257.  
  258. Username.Name = "Username"
  259. Username.Parent = DaGui
  260. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  261. Username.BackgroundTransparency = 0.5
  262. Username.Position = UDim2.new(0, 72, 0, 76)
  263. Username.Size = UDim2.new(0, 200, 0.0999999866, 24)
  264. Username.Font = Enum.Font.SciFi
  265. Username.FontSize = Enum.FontSize.Size18
  266. Username.Text = "Username"
  267. Username.TextColor3 = Color3.new(0, 1, 1)
  268. Username.TextSize = 18
  269.  
  270. VanDaPlayer.Name = "VanDaPlayer"
  271. VanDaPlayer.Parent = DaGui
  272. VanDaPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  273. VanDaPlayer.BackgroundTransparency = 0.5
  274. VanDaPlayer.Position = UDim2.new(0.0199999996, 90, 0.00999999978, 138)
  275. VanDaPlayer.Size = UDim2.new(0, 150, 0, 26)
  276. VanDaPlayer.Font = Enum.Font.SciFi
  277. VanDaPlayer.FontSize = Enum.FontSize.Size14
  278. VanDaPlayer.Text = "Van Player"
  279. VanDaPlayer.TextColor3 = Color3.new(0, 1, 1)
  280. VanDaPlayer.TextSize = 14
  281.  
  282. TextLabel.Parent = DaGui
  283. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  284. TextLabel.BackgroundTransparency = 0.5
  285. TextLabel.Position = UDim2.new(0, 48, 0, 22)
  286. TextLabel.Size = UDim2.new(0, 246, 0, 19)
  287. TextLabel.Font = Enum.Font.SciFi
  288. TextLabel.FontSize = Enum.FontSize.Size18
  289. TextLabel.Text = "Van Player Gui by 345678 (Talha)"
  290. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  291. TextLabel.TextSize = 17
  292.  
  293. Open.MouseButton1Down:connect(function()
  294. game.CoreGui.VanGui.DaGui.Visible = true
  295. game.CoreGui.VanGui.Opener.Visible = false
  296.  
  297. end)
  298.  
  299. Close.MouseButton1Down:connect(function()
  300. game.CoreGui.VanGui.DaGui.Visible = false
  301. game.CoreGui.VanGui.Opener.Visible = true
  302. end)
  303.  
  304. VanDaPlayer.MouseButton1Down:connect(function()
  305. Victim = Username.Text
  306. o1 = Instance.new("Model")
  307. o2 = Instance.new("Part")
  308. o3 = Instance.new("CylinderMesh")
  309. o4 = Instance.new("Part")
  310. o5 = Instance.new("SpecialMesh")
  311. o6 = Instance.new("Part")
  312. o7 = Instance.new("SpecialMesh")
  313. o8 = Instance.new("Part")
  314. o9 = Instance.new("BlockMesh")
  315. o10 = Instance.new("Part")
  316. o11 = Instance.new("BlockMesh")
  317. o12 = Instance.new("Part")
  318. o13 = Instance.new("Part")
  319. o14 = Instance.new("BlockMesh")
  320. o15 = Instance.new("Part")
  321. o16 = Instance.new("SpecialMesh")
  322. o17 = Instance.new("Part")
  323. o18 = Instance.new("SpecialMesh")
  324. o19 = Instance.new("Part")
  325. o20 = Instance.new("SpecialMesh")
  326. o21 = Instance.new("Sound")
  327. o22 = Instance.new("Part")
  328. o23 = Instance.new("BlockMesh")
  329. o24 = Instance.new("Part")
  330. o25 = Instance.new("SpecialMesh")
  331. o26 = Instance.new("Part")
  332. o27 = Instance.new("BlockMesh")
  333. o28 = Instance.new("Part")
  334. o29 = Instance.new("SpecialMesh")
  335. o30 = Instance.new("Part")
  336. o31 = Instance.new("BlockMesh")
  337. o32 = Instance.new("Part")
  338. o33 = Instance.new("BlockMesh")
  339. o34 = Instance.new("Part")
  340. o35 = Instance.new("BlockMesh")
  341. o36 = Instance.new("Part")
  342. o37 = Instance.new("BlockMesh")
  343. o38 = Instance.new("Part")
  344. o39 = Instance.new("Part")
  345. o40 = Instance.new("BlockMesh")
  346. o41 = Instance.new("Part")
  347. o42 = Instance.new("BlockMesh")
  348. o43 = Instance.new("Part")
  349. o44 = Instance.new("BlockMesh")
  350. o45 = Instance.new("Part")
  351. o46 = Instance.new("SpecialMesh")
  352. o47 = Instance.new("Part")
  353. o48 = Instance.new("BlockMesh")
  354. o49 = Instance.new("Part")
  355. o50 = Instance.new("BlockMesh")
  356. o51 = Instance.new("Part")
  357. o52 = Instance.new("BlockMesh")
  358. o53 = Instance.new("Part")
  359. o54 = Instance.new("SpecialMesh")
  360. o55 = Instance.new("Part")
  361. o56 = Instance.new("SpecialMesh")
  362. o57 = Instance.new("Part")
  363. o58 = Instance.new("BlockMesh")
  364. o59 = Instance.new("Part")
  365. o60 = Instance.new("BlockMesh")
  366. o61 = Instance.new("Part")
  367. o62 = Instance.new("BlockMesh")
  368. o63 = Instance.new("Part")
  369. o64 = Instance.new("Part")
  370. o65 = Instance.new("Part")
  371. o66 = Instance.new("BlockMesh")
  372. o67 = Instance.new("Part")
  373. o68 = Instance.new("BlockMesh")
  374. o69 = Instance.new("Part")
  375. o70 = Instance.new("BlockMesh")
  376. o71 = Instance.new("Part")
  377. o72 = Instance.new("BlockMesh")
  378. o73 = Instance.new("Part")
  379. o74 = Instance.new("SpecialMesh")
  380. o75 = Instance.new("Decal")
  381. o76 = Instance.new("Part")
  382. o77 = Instance.new("Part")
  383. o78 = Instance.new("BlockMesh")
  384. o79 = Instance.new("Part")
  385. o80 = Instance.new("SpecialMesh")
  386. o81 = Instance.new("Decal")
  387. o82 = Instance.new("Part")
  388. o83 = Instance.new("SpecialMesh")
  389. o84 = Instance.new("Humanoid")
  390. o85 = Instance.new("Part")
  391. o86 = Instance.new("Part")
  392. o87 = Instance.new("Part")
  393. o88 = Instance.new("Decal")
  394. o89 = Instance.new("Motor6D")
  395. o90 = Instance.new("Motor6D")
  396. o91 = Instance.new("Motor6D")
  397. o92 = Instance.new("Motor6D")
  398. o93 = Instance.new("Motor6D")
  399. o94 = Instance.new("Part")
  400. o95 = Instance.new("Part")
  401. o96 = Instance.new("Part")
  402. o97 = Instance.new("Part")
  403. o98 = Instance.new("Part")
  404. o99 = Instance.new("Decal")
  405. o100 = Instance.new("Motor6D")
  406. o101 = Instance.new("Motor6D")
  407. o102 = Instance.new("Motor6D")
  408. o103 = Instance.new("Part")
  409. o104 = Instance.new("Part")
  410. o105 = Instance.new("Part")
  411. o106 = Instance.new("Part")
  412. o107 = Instance.new("Part")
  413. o108 = Instance.new("CylinderMesh")
  414. o109 = Instance.new("Part")
  415. o110 = Instance.new("CylinderMesh")
  416. o111 = Instance.new("Part")
  417. o112 = Instance.new("CylinderMesh")
  418. o113 = Instance.new("Part")
  419. o114 = Instance.new("CylinderMesh")
  420. o115 = Instance.new("Part")
  421. o116 = Instance.new("CylinderMesh")
  422. o117 = Instance.new("Part")
  423. o118 = Instance.new("CylinderMesh")
  424. o119 = Instance.new("Part")
  425. o120 = Instance.new("CylinderMesh")
  426. o121 = Instance.new("Part")
  427. o122 = Instance.new("SpecialMesh")
  428. o123 = Instance.new("Part")
  429. o124 = Instance.new("Decal")
  430. o1.Name = " "
  431. o1.Parent = workspace
  432. o2.Parent = o1
  433. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  434. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  435. o2.Anchored = true
  436. o2.FormFactor = Enum.FormFactor.Symmetric
  437. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  438. o2.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  439. o3.Parent = o2
  440. o4.Parent = o1
  441. o4.BrickColor = BrickColor.new("Institutional white")
  442. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  443. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  444. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  445. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  446. o4.Anchored = true
  447. o4.FormFactor = Enum.FormFactor.Plate
  448. o4.Size = Vector3.new(1, 2.4000001, 2)
  449. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  450. o4.BackSurface = Enum.SurfaceType.Weld
  451. o4.BottomSurface = Enum.SurfaceType.Weld
  452. o4.LeftSurface = Enum.SurfaceType.Weld
  453. o4.TopSurface = Enum.SurfaceType.Weld
  454. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  455. o5.Parent = o4
  456. o5.MeshType = Enum.MeshType.Wedge
  457. o6.Parent = o1
  458. o6.Material = Enum.Material.SmoothPlastic
  459. o6.BrickColor = BrickColor.new("Really black")
  460. o6.Transparency = 0.5
  461. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  462. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  463. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  464. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  465. o6.Anchored = true
  466. o6.FormFactor = Enum.FormFactor.Plate
  467. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  468. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  469. o6.BackSurface = Enum.SurfaceType.Weld
  470. o6.BottomSurface = Enum.SurfaceType.Weld
  471. o6.LeftSurface = Enum.SurfaceType.Weld
  472. o6.RightSurface = Enum.SurfaceType.Weld
  473. o6.TopSurface = Enum.SurfaceType.Weld
  474. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  475. o7.Parent = o6
  476. o7.MeshType = Enum.MeshType.Wedge
  477. o8.Parent = o1
  478. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  479. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  480. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  481. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  482. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  483. o8.Anchored = true
  484. o8.FormFactor = Enum.FormFactor.Custom
  485. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  486. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  487. o8.BackSurface = Enum.SurfaceType.Weld
  488. o8.BottomSurface = Enum.SurfaceType.Weld
  489. o8.FrontSurface = Enum.SurfaceType.Weld
  490. o8.LeftSurface = Enum.SurfaceType.Weld
  491. o8.RightSurface = Enum.SurfaceType.Weld
  492. o8.TopSurface = Enum.SurfaceType.Weld
  493. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  494. o9.Parent = o8
  495. o10.Parent = o1
  496. o10.BrickColor = BrickColor.new("Institutional white")
  497. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  498. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  499. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  500. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  501. o10.Anchored = true
  502. o10.CanCollide = false
  503. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  504. game.Players[Victim].Character.Humanoid.JumpPower = 0
  505. o10.FormFactor = Enum.FormFactor.Plate
  506. o10.Size = Vector3.new(14, 0.400000006, 1)
  507. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  508. o10.BackSurface = Enum.SurfaceType.Weld
  509. o10.BottomSurface = Enum.SurfaceType.Weld
  510. o10.FrontSurface = Enum.SurfaceType.Weld
  511. o10.LeftSurface = Enum.SurfaceType.Weld
  512. o10.RightSurface = Enum.SurfaceType.Weld
  513. o10.TopSurface = Enum.SurfaceType.Weld
  514. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  515. o11.Parent = o10
  516. o12.Name = "DOOR"
  517. o12.Parent = o1
  518. o12.BrickColor = BrickColor.new("Institutional white")
  519. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  520. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  521. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  522. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  523. o12.Anchored = true
  524. o12.CanCollide = false
  525. o12.FormFactor = Enum.FormFactor.Plate
  526. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  527. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  528. o12.BottomSurface = Enum.SurfaceType.Weld
  529. o12.LeftSurface = Enum.SurfaceType.Weld
  530. o12.RightSurface = Enum.SurfaceType.Weld
  531. o12.TopSurface = Enum.SurfaceType.Weld
  532. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  533. o13.Parent = o1
  534. o13.BrickColor = BrickColor.new("White")
  535. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  536. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  537. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  538. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  539. o13.Anchored = true
  540. o13.FormFactor = Enum.FormFactor.Plate
  541. o13.Size = Vector3.new(7, 4.80000019, 1)
  542. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  543. o13.BackSurface = Enum.SurfaceType.Weld
  544. o13.BottomSurface = Enum.SurfaceType.Weld
  545. o13.FrontSurface = Enum.SurfaceType.Weld
  546. o13.LeftSurface = Enum.SurfaceType.Weld
  547. o13.RightSurface = Enum.SurfaceType.Weld
  548. o13.TopSurface = Enum.SurfaceType.Weld
  549. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  550. o14.Parent = o13
  551. o15.Parent = o1
  552. o15.BrickColor = BrickColor.new("Institutional white")
  553. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  554. o15.Rotation = Vector3.new(90, 89.960434, -90)
  555. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  556. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  557. o15.Anchored = true
  558. o15.CanCollide = false
  559. o15.FormFactor = Enum.FormFactor.Plate
  560. o15.Size = Vector3.new(10, 0.400000006, 1)
  561. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  562. o15.BackSurface = Enum.SurfaceType.Weld
  563. o15.BottomSurface = Enum.SurfaceType.Weld
  564. o15.TopSurface = Enum.SurfaceType.Weld
  565. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  566. o16.Parent = o15
  567. o16.MeshType = Enum.MeshType.Wedge
  568. o17.Parent = o1
  569. o17.BrickColor = BrickColor.new("Institutional white")
  570. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  571. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  572. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  573. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  574. o17.Anchored = true
  575. o17.FormFactor = Enum.FormFactor.Plate
  576. o17.Size = Vector3.new(1, 2.4000001, 2)
  577. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  578. o17.BackSurface = Enum.SurfaceType.Weld
  579. o17.BottomSurface = Enum.SurfaceType.Weld
  580. o17.RightSurface = Enum.SurfaceType.Weld
  581. o17.TopSurface = Enum.SurfaceType.Weld
  582. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  583. o18.Parent = o17
  584. o18.MeshType = Enum.MeshType.Wedge
  585. o19.Parent = o1
  586. o19.BrickColor = BrickColor.new("Institutional white")
  587. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  588. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  589. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  590. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  591. o19.Anchored = true
  592. o19.FormFactor = Enum.FormFactor.Plate
  593. o19.Size = Vector3.new(10, 1.20000005, 3)
  594. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  595. o19.BackSurface = Enum.SurfaceType.Weld
  596. o19.BottomSurface = Enum.SurfaceType.Weld
  597. o19.TopSurface = Enum.SurfaceType.Weld
  598. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  599. o20.Parent = o19
  600. o20.MeshType = Enum.MeshType.Wedge
  601. o21.Parent = o19
  602. o21.SoundId = "rbxassetid://532147820"
  603. o21.Looped = true
  604. o22.Parent = o1
  605. o22.BrickColor = BrickColor.new("Institutional white")
  606. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  607. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  608. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  609. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  610. o22.Anchored = true
  611. o22.FormFactor = Enum.FormFactor.Plate
  612. o22.Size = Vector3.new(2, 2.4000001, 1)
  613. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  614. o22.BackSurface = Enum.SurfaceType.Weld
  615. o22.BottomSurface = Enum.SurfaceType.Weld
  616. o22.FrontSurface = Enum.SurfaceType.Weld
  617. o22.LeftSurface = Enum.SurfaceType.Weld
  618. o22.RightSurface = Enum.SurfaceType.Weld
  619. o22.TopSurface = Enum.SurfaceType.Weld
  620. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  621. o23.Parent = o22
  622. o24.Parent = o1
  623. o24.BrickColor = BrickColor.new("Institutional white")
  624. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  625. o24.Rotation = Vector3.new(-0, -90, 0)
  626. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  627. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  628. o24.Anchored = true
  629. o24.FormFactor = Enum.FormFactor.Plate
  630. o24.Size = Vector3.new(1, 2.79999995, 1)
  631. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  632. o24.BackSurface = Enum.SurfaceType.Weld
  633. o24.BottomSurface = Enum.SurfaceType.Weld
  634. o24.TopSurface = Enum.SurfaceType.Weld
  635. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  636. o25.Parent = o24
  637. o25.MeshType = Enum.MeshType.Wedge
  638. o26.Parent = o1
  639. o26.BrickColor = BrickColor.new("Institutional white")
  640. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  641. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  642. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  643. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  644. o26.Anchored = true
  645. o26.FormFactor = Enum.FormFactor.Plate
  646. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  647. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  648. o26.BackSurface = Enum.SurfaceType.Weld
  649. o26.BottomSurface = Enum.SurfaceType.Weld
  650. o26.FrontSurface = Enum.SurfaceType.Weld
  651. o26.LeftSurface = Enum.SurfaceType.Weld
  652. o26.RightSurface = Enum.SurfaceType.Weld
  653. o26.TopSurface = Enum.SurfaceType.Weld
  654. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  655. o27.Parent = o26
  656. o28.Parent = o1
  657. o28.BrickColor = BrickColor.new("Institutional white")
  658. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  659. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  660. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  661. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  662. o28.Anchored = true
  663. o28.FormFactor = Enum.FormFactor.Plate
  664. o28.Size = Vector3.new(1, 2.79999995, 1)
  665. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  666. o28.BackSurface = Enum.SurfaceType.Weld
  667. o28.BottomSurface = Enum.SurfaceType.Weld
  668. o28.TopSurface = Enum.SurfaceType.Weld
  669. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  670. o29.Parent = o28
  671. o29.MeshType = Enum.MeshType.Wedge
  672. o30.Parent = o1
  673. o30.BrickColor = BrickColor.new("Institutional white")
  674. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  675. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  676. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  677. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  678. o30.Anchored = true
  679. o30.FormFactor = Enum.FormFactor.Plate
  680. o30.Size = Vector3.new(2, 2.4000001, 1)
  681. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  682. o30.BackSurface = Enum.SurfaceType.Weld
  683. o30.BottomSurface = Enum.SurfaceType.Weld
  684. o30.FrontSurface = Enum.SurfaceType.Weld
  685. o30.LeftSurface = Enum.SurfaceType.Weld
  686. o30.RightSurface = Enum.SurfaceType.Weld
  687. o30.TopSurface = Enum.SurfaceType.Weld
  688. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  689. o31.Parent = o30
  690. o32.Parent = o1
  691. o32.BrickColor = BrickColor.new("Dark stone grey")
  692. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  693. o32.Rotation = Vector3.new(90, 89.960434, -90)
  694. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  695. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  696. o32.Anchored = true
  697. o32.FormFactor = Enum.FormFactor.Plate
  698. o32.Size = Vector3.new(8, 2.4000001, 1)
  699. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  700. o32.BottomSurface = Enum.SurfaceType.Weld
  701. o32.TopSurface = Enum.SurfaceType.Weld
  702. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  703. o33.Parent = o32
  704. o33.Offset = Vector3.new(0, 0, 0.5)
  705. o33.Scale = Vector3.new(1, 1, 2)
  706. o34.Parent = o1
  707. o34.BrickColor = BrickColor.new("Institutional white")
  708. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  709. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  710. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  711. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  712. o34.Anchored = true
  713. o34.FormFactor = Enum.FormFactor.Plate
  714. o34.Size = Vector3.new(3, 1.20000005, 10)
  715. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  716. o34.BackSurface = Enum.SurfaceType.Weld
  717. o34.BottomSurface = Enum.SurfaceType.Weld
  718. o34.FrontSurface = Enum.SurfaceType.Weld
  719. o34.LeftSurface = Enum.SurfaceType.Weld
  720. o34.RightSurface = Enum.SurfaceType.Weld
  721. o34.TopSurface = Enum.SurfaceType.Weld
  722. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  723. o35.Parent = o34
  724. o36.Parent = o1
  725. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  726. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  727. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  728. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  729. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  730. o36.Anchored = true
  731. o36.FormFactor = Enum.FormFactor.Custom
  732. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  733. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  734. o36.BackSurface = Enum.SurfaceType.Weld
  735. o36.BottomSurface = Enum.SurfaceType.Weld
  736. o36.FrontSurface = Enum.SurfaceType.Weld
  737. o36.LeftSurface = Enum.SurfaceType.Weld
  738. o36.RightSurface = Enum.SurfaceType.Weld
  739. o36.TopSurface = Enum.SurfaceType.Weld
  740. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  741. o37.Parent = o36
  742. o38.Parent = o1
  743. o38.BrickColor = BrickColor.new("Institutional white")
  744. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  745. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  746. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  747. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  748. o38.Anchored = true
  749. o38.CanCollide = false
  750. o38.FormFactor = Enum.FormFactor.Plate
  751. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  752. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  753. o38.BottomSurface = Enum.SurfaceType.Weld
  754. o38.LeftSurface = Enum.SurfaceType.Weld
  755. o38.RightSurface = Enum.SurfaceType.Weld
  756. o38.TopSurface = Enum.SurfaceType.Weld
  757. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  758. o39.Parent = o1
  759. o39.BrickColor = BrickColor.new("Really red")
  760. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  761. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  762. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  763. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  764. o39.Anchored = true
  765. o39.FormFactor = Enum.FormFactor.Plate
  766. o39.Size = Vector3.new(1, 1.20000005, 1)
  767. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  768. o39.BackSurface = Enum.SurfaceType.Weld
  769. o39.BottomSurface = Enum.SurfaceType.Weld
  770. o39.FrontSurface = Enum.SurfaceType.Weld
  771. o39.LeftSurface = Enum.SurfaceType.Weld
  772. o39.RightSurface = Enum.SurfaceType.Weld
  773. o39.TopSurface = Enum.SurfaceType.Weld
  774. o39.Color = Color3.new(1, 0, 0)
  775. o40.Parent = o39
  776. o41.Parent = o1
  777. o41.BrickColor = BrickColor.new("Institutional white")
  778. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  779. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  780. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  781. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  782. o41.Anchored = true
  783. o41.FormFactor = Enum.FormFactor.Plate
  784. o41.Size = Vector3.new(1, 0.800000012, 1)
  785. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  786. o41.BackSurface = Enum.SurfaceType.Weld
  787. o41.BottomSurface = Enum.SurfaceType.Weld
  788. o41.FrontSurface = Enum.SurfaceType.Weld
  789. o41.LeftSurface = Enum.SurfaceType.Weld
  790. o41.RightSurface = Enum.SurfaceType.Weld
  791. o41.TopSurface = Enum.SurfaceType.Weld
  792. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  793. o42.Parent = o41
  794. o43.Parent = o1
  795. o43.BrickColor = BrickColor.new("Institutional white")
  796. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  797. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  798. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  799. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  800. o43.Anchored = true
  801. o43.CanCollide = false
  802. o43.FormFactor = Enum.FormFactor.Plate
  803. o43.Size = Vector3.new(14, 0.400000006, 8)
  804. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  805. o43.BackSurface = Enum.SurfaceType.Weld
  806. o43.BottomSurface = Enum.SurfaceType.Weld
  807. o43.FrontSurface = Enum.SurfaceType.Weld
  808. o43.LeftSurface = Enum.SurfaceType.Weld
  809. o43.RightSurface = Enum.SurfaceType.Weld
  810. o43.TopSurface = Enum.SurfaceType.Weld
  811. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  812. o44.Parent = o43
  813. o45.Parent = o1
  814. o45.BrickColor = BrickColor.new("Really black")
  815. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  816. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  817. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  818. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  819. o45.Anchored = true
  820. o45.CanCollide = false
  821. o45.FormFactor = Enum.FormFactor.Plate
  822. o45.Size = Vector3.new(3, 2.79999995, 1)
  823. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  824. o45.BackSurface = Enum.SurfaceType.Weld
  825. o45.BottomSurface = Enum.SurfaceType.Weld
  826. o45.TopSurface = Enum.SurfaceType.Weld
  827. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  828. o46.Parent = o45
  829. o46.MeshType = Enum.MeshType.Wedge
  830. o47.Parent = o1
  831. o47.BrickColor = BrickColor.new("Institutional white")
  832. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  833. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  834. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  835. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  836. o47.Anchored = true
  837. o47.FormFactor = Enum.FormFactor.Plate
  838. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  839. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  840. o47.BackSurface = Enum.SurfaceType.Weld
  841. o47.BottomSurface = Enum.SurfaceType.Weld
  842. o47.FrontSurface = Enum.SurfaceType.Weld
  843. o47.LeftSurface = Enum.SurfaceType.Weld
  844. o47.RightSurface = Enum.SurfaceType.Weld
  845. o47.TopSurface = Enum.SurfaceType.Weld
  846. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  847. o48.Parent = o47
  848. o49.Parent = o1
  849. o49.BrickColor = BrickColor.new("White")
  850. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  851. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  852. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  853. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  854. o49.Anchored = true
  855. o49.FormFactor = Enum.FormFactor.Plate
  856. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  857. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  858. o49.BackSurface = Enum.SurfaceType.Weld
  859. o49.BottomSurface = Enum.SurfaceType.Weld
  860. o49.FrontSurface = Enum.SurfaceType.Weld
  861. o49.LeftSurface = Enum.SurfaceType.Weld
  862. o49.RightSurface = Enum.SurfaceType.Weld
  863. o49.TopSurface = Enum.SurfaceType.Weld
  864. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  865. o50.Parent = o49
  866. o51.Parent = o1
  867. o51.BrickColor = BrickColor.new("Institutional white")
  868. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  869. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  870. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  871. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  872. o51.Anchored = true
  873. o51.FormFactor = Enum.FormFactor.Plate
  874. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  875. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  876. o51.BackSurface = Enum.SurfaceType.Weld
  877. o51.BottomSurface = Enum.SurfaceType.Weld
  878. o51.FrontSurface = Enum.SurfaceType.Weld
  879. o51.LeftSurface = Enum.SurfaceType.Weld
  880. o51.RightSurface = Enum.SurfaceType.Weld
  881. o51.TopSurface = Enum.SurfaceType.Weld
  882. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  883. o52.Parent = o51
  884. o53.Parent = o1
  885. o53.BrickColor = BrickColor.new("Institutional white")
  886. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  887. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  888. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  889. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  890. o53.Anchored = true
  891. o53.CanCollide = false
  892. o53.FormFactor = Enum.FormFactor.Plate
  893. o53.Size = Vector3.new(2, 2.79999995, 1)
  894. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  895. o53.BackSurface = Enum.SurfaceType.Weld
  896. o53.BottomSurface = Enum.SurfaceType.Weld
  897. o53.TopSurface = Enum.SurfaceType.Weld
  898. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  899. o54.Parent = o53
  900. o54.MeshType = Enum.MeshType.Wedge
  901. o55.Parent = o1
  902. o55.BrickColor = BrickColor.new("Really black")
  903. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  904. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  905. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  906. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  907. o55.Anchored = true
  908. o55.CanCollide = false
  909. o55.FormFactor = Enum.FormFactor.Plate
  910. o55.Size = Vector3.new(3, 2.79999995, 1)
  911. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  912. o55.BackSurface = Enum.SurfaceType.Weld
  913. o55.BottomSurface = Enum.SurfaceType.Weld
  914. o55.TopSurface = Enum.SurfaceType.Weld
  915. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  916. o56.Parent = o55
  917. o56.MeshType = Enum.MeshType.Wedge
  918. o57.Parent = o1
  919. o57.BrickColor = BrickColor.new("Institutional white")
  920. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  921. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  922. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  923. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  924. o57.Anchored = true
  925. o57.CanCollide = false
  926. o57.FormFactor = Enum.FormFactor.Plate
  927. o57.Size = Vector3.new(1, 2, 8)
  928. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  929. o57.BackSurface = Enum.SurfaceType.Weld
  930. o57.BottomSurface = Enum.SurfaceType.Weld
  931. o57.FrontSurface = Enum.SurfaceType.Weld
  932. o57.LeftSurface = Enum.SurfaceType.Weld
  933. o57.RightSurface = Enum.SurfaceType.Weld
  934. o57.TopSurface = Enum.SurfaceType.Weld
  935. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  936. o58.Parent = o57
  937. o59.Parent = o1
  938. o59.BrickColor = BrickColor.new("Institutional white")
  939. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  940. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  941. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  942. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  943. o59.Anchored = true
  944. o59.FormFactor = Enum.FormFactor.Plate
  945. o59.Size = Vector3.new(1, 0.800000012, 1)
  946. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  947. o59.BackSurface = Enum.SurfaceType.Weld
  948. o59.BottomSurface = Enum.SurfaceType.Weld
  949. o59.FrontSurface = Enum.SurfaceType.Weld
  950. o59.LeftSurface = Enum.SurfaceType.Weld
  951. o59.RightSurface = Enum.SurfaceType.Weld
  952. o59.TopSurface = Enum.SurfaceType.Weld
  953. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  954. o60.Parent = o59
  955. o61.Parent = o1
  956. o61.BrickColor = BrickColor.new("Institutional white")
  957. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  958. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  959. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  960. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  961. o61.Anchored = true
  962. o61.CanCollide = false
  963. o61.FormFactor = Enum.FormFactor.Plate
  964. o61.Size = Vector3.new(14, 0.400000006, 1)
  965. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  966. o61.BackSurface = Enum.SurfaceType.Weld
  967. o61.BottomSurface = Enum.SurfaceType.Weld
  968. o61.FrontSurface = Enum.SurfaceType.Weld
  969. o61.LeftSurface = Enum.SurfaceType.Weld
  970. o61.RightSurface = Enum.SurfaceType.Weld
  971. o61.TopSurface = Enum.SurfaceType.Weld
  972. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  973. o62.Parent = o61
  974. o63.Parent = o1
  975. o63.BrickColor = BrickColor.new("Institutional white")
  976. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  977. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  978. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  979. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  980. o63.Anchored = true
  981. o63.CanCollide = false
  982. o63.FormFactor = Enum.FormFactor.Plate
  983. o63.Size = Vector3.new(1, 4.80999994, 1)
  984. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  985. o63.BottomSurface = Enum.SurfaceType.Weld
  986. o63.LeftSurface = Enum.SurfaceType.Weld
  987. o63.RightSurface = Enum.SurfaceType.Weld
  988. o63.TopSurface = Enum.SurfaceType.Weld
  989. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  990. o64.Parent = o1
  991. o64.BrickColor = BrickColor.new("Institutional white")
  992. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  993. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  994. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  995. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  996. o64.Anchored = true
  997. o64.CanCollide = false
  998. o64.FormFactor = Enum.FormFactor.Plate
  999. o64.Size = Vector3.new(1, 2.4000001, 1)
  1000. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  1001. o64.BottomSurface = Enum.SurfaceType.Weld
  1002. o64.LeftSurface = Enum.SurfaceType.Weld
  1003. o64.RightSurface = Enum.SurfaceType.Weld
  1004. o64.TopSurface = Enum.SurfaceType.Weld
  1005. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1006. o65.Parent = o1
  1007. o65.BrickColor = BrickColor.new("Institutional white")
  1008. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  1009. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1010. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1011. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  1012. o65.Anchored = true
  1013. o65.FormFactor = Enum.FormFactor.Plate
  1014. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  1015. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1016. o65.BackSurface = Enum.SurfaceType.Weld
  1017. o65.BottomSurface = Enum.SurfaceType.Weld
  1018. o65.FrontSurface = Enum.SurfaceType.Weld
  1019. o65.LeftSurface = Enum.SurfaceType.Weld
  1020. o65.RightSurface = Enum.SurfaceType.Weld
  1021. o65.TopSurface = Enum.SurfaceType.Weld
  1022. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1023. o66.Parent = o65
  1024. o67.Parent = o1
  1025. o67.BrickColor = BrickColor.new("Really red")
  1026. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  1027. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  1028. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1029. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  1030. o67.Anchored = true
  1031. o67.FormFactor = Enum.FormFactor.Plate
  1032. o67.Size = Vector3.new(1, 1.20000005, 1)
  1033. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  1034. o67.BackSurface = Enum.SurfaceType.Weld
  1035. o67.BottomSurface = Enum.SurfaceType.Weld
  1036. o67.FrontSurface = Enum.SurfaceType.Weld
  1037. o67.LeftSurface = Enum.SurfaceType.Weld
  1038. o67.RightSurface = Enum.SurfaceType.Weld
  1039. o67.TopSurface = Enum.SurfaceType.Weld
  1040. o67.Color = Color3.new(1, 0, 0)
  1041. o68.Parent = o67
  1042. o69.Parent = o1
  1043. o69.BrickColor = BrickColor.new("Institutional white")
  1044. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  1045. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  1046. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1047. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  1048. o69.Anchored = true
  1049. o69.CanCollide = false
  1050. o69.FormFactor = Enum.FormFactor.Plate
  1051. o69.Size = Vector3.new(1, 0.400000006, 10)
  1052. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  1053. o69.BackSurface = Enum.SurfaceType.Weld
  1054. o69.BottomSurface = Enum.SurfaceType.Weld
  1055. o69.FrontSurface = Enum.SurfaceType.Weld
  1056. o69.LeftSurface = Enum.SurfaceType.Weld
  1057. o69.RightSurface = Enum.SurfaceType.Weld
  1058. o69.TopSurface = Enum.SurfaceType.Weld
  1059. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1060. o70.Parent = o69
  1061. o71.Parent = o1
  1062. o71.BrickColor = BrickColor.new("Really black")
  1063. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  1064. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  1065. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1066. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  1067. o71.Anchored = true
  1068. o71.FormFactor = Enum.FormFactor.Custom
  1069. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  1070. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  1071. o71.BackSurface = Enum.SurfaceType.Weld
  1072. o71.BottomSurface = Enum.SurfaceType.Weld
  1073. o71.FrontSurface = Enum.SurfaceType.Weld
  1074. o71.LeftSurface = Enum.SurfaceType.Weld
  1075. o71.RightSurface = Enum.SurfaceType.Weld
  1076. o71.TopSurface = Enum.SurfaceType.Weld
  1077. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1078. o72.Parent = o71
  1079. o73.Name = "Head"
  1080. o73.Parent = o1
  1081. o73.Material = Enum.Material.SmoothPlastic
  1082. o73.BrickColor = BrickColor.new("Institutional white")
  1083. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  1084. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1085. o73.Anchored = true
  1086. o73.FormFactor = Enum.FormFactor.Symmetric
  1087. o73.Size = Vector3.new(2, 1, 1)
  1088. o73.CFrame = CFrame.new(99.207077, 7.026577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1089. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1090. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1091. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1092. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1093. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1095. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1096. o74.Parent = o73
  1097. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  1098. o75.Name = "face"
  1099. o75.Parent = o73
  1100. o75.Texture = "rbxasset://textures/face.png"
  1101. o76.Parent = o1
  1102. o76.BrickColor = BrickColor.new("Institutional white")
  1103. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  1104. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  1105. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1106. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  1107. o76.Anchored = true
  1108. o76.CanCollide = false
  1109. o76.FormFactor = Enum.FormFactor.Plate
  1110. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  1111. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  1112. o76.BottomSurface = Enum.SurfaceType.Weld
  1113. o76.LeftSurface = Enum.SurfaceType.Weld
  1114. o76.RightSurface = Enum.SurfaceType.Weld
  1115. o76.TopSurface = Enum.SurfaceType.Weld
  1116. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1117. o77.Parent = o1
  1118. o77.BrickColor = BrickColor.new("Institutional white")
  1119. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  1120. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  1121. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1122. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  1123. o77.Anchored = true
  1124. o77.FormFactor = Enum.FormFactor.Plate
  1125. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  1126. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  1127. o77.BackSurface = Enum.SurfaceType.Weld
  1128. o77.BottomSurface = Enum.SurfaceType.Weld
  1129. o77.FrontSurface = Enum.SurfaceType.Weld
  1130. o77.LeftSurface = Enum.SurfaceType.Weld
  1131. o77.RightSurface = Enum.SurfaceType.Weld
  1132. o77.TopSurface = Enum.SurfaceType.Weld
  1133. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1134. o78.Parent = o77
  1135. o79.Name = "Head"
  1136. o79.Parent = o1
  1137. o79.Material = Enum.Material.SmoothPlastic
  1138. o79.BrickColor = BrickColor.new("Institutional white")
  1139. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  1140. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1141. o79.Anchored = true
  1142. o79.FormFactor = Enum.FormFactor.Symmetric
  1143. o79.Size = Vector3.new(2, 1, 1)
  1144. o79.CFrame = CFrame.new(103.10894, 7.49666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1145. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1146. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1147. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1148. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1149. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1150. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1152. o80.Parent = o79
  1153. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  1154. o81.Name = "face"
  1155. o81.Parent = o79
  1156. o81.Texture = "rbxasset://textures/face.png"
  1157. o82.Name = "Handle"
  1158. o82.Parent = o1
  1159. o82.Material = Enum.Material.SmoothPlastic
  1160. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  1161. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1162. o82.Anchored = true
  1163. o82.CanCollide = false
  1164. o82.FormFactor = Enum.FormFactor.Symmetric
  1165. o82.Size = Vector3.new(2, 2, 2)
  1166. o82.CFrame = CFrame.new(103.10894, 7.34666729, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1167. o82.BottomSurface = Enum.SurfaceType.Smooth
  1168. o82.TopSurface = Enum.SurfaceType.Smooth
  1169. o83.Parent = o82
  1170. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1171. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1172. o83.MeshType = Enum.MeshType.FileMesh
  1173. o84.Parent = o1
  1174. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  1175. o84.RightLeg = o94
  1176. o84.LeftLeg = o96
  1177. o84.Torso = o87
  1178. o84.Health = 0
  1179. o84.MaxHealth = 0
  1180. o85.Name = "TPPART"
  1181. o85.Parent = o1
  1182. o85.Transparency = 1
  1183. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  1184. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1185. o85.Anchored = true
  1186. o85.CanCollide = false
  1187. o85.Size = Vector3.new(4, 1, 2)
  1188. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1189. o86.Name = "TPPART2"
  1190. o86.Parent = o1
  1191. o86.Transparency = 1
  1192. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  1193. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1194. o86.Anchored = true
  1195. o86.CanCollide = false
  1196. o86.Size = Vector3.new(4, 1, 2)
  1197. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1198. o87.Name = "Torso"
  1199. o87.Parent = o1
  1200. o87.Material = Enum.Material.SmoothPlastic
  1201. o87.BrickColor = BrickColor.new("Navy blue")
  1202. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  1203. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1204. o87.Anchored = true
  1205. o87.FormFactor = Enum.FormFactor.Symmetric
  1206. o87.Size = Vector3.new(2, 2, 1)
  1207. o87.CFrame = CFrame.new(99.207077, 5.526577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1208. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1209. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1210. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1211. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1212. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1214. o87.Color = Color3.new(0, 0.12549, 0.376471)
  1215. o88.Name = "roblox"
  1216. o88.Parent = o87
  1217. o89.Name = "Right Shoulder"
  1218. o89.Parent = o87
  1219. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1220. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1221. o89.Part0 = o87
  1222. o89.Part1 = o95
  1223. o89.DesiredAngle = -0.062025275081396
  1224. o89.MaxVelocity = 0.15000000596046
  1225. o90.Name = "Left Shoulder"
  1226. o90.Parent = o87
  1227. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1228. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1229. o90.Part0 = o87
  1230. o90.Part1 = o97
  1231. o90.DesiredAngle = -0.062025275081396
  1232. o90.MaxVelocity = 0.15000000596046
  1233. o91.Name = "Right Hip"
  1234. o91.Parent = o87
  1235. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1236. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1237. o91.Part0 = o87
  1238. o91.Part1 = o94
  1239. o91.DesiredAngle = 0.062025275081396
  1240. o91.MaxVelocity = 0.10000000149012
  1241. o92.Name = "Left Hip"
  1242. o92.Parent = o87
  1243. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1244. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1245. o92.Part0 = o87
  1246. o92.Part1 = o96
  1247. o92.DesiredAngle = 0.062025275081396
  1248. o92.MaxVelocity = 0.10000000149012
  1249. o93.Name = "Neck"
  1250. o93.Parent = o87
  1251. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1252. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1253. o93.Part0 = o87
  1254. o93.Part1 = o73
  1255. o93.MaxVelocity = 0.10000000149012
  1256. o94.Name = "Right Leg"
  1257. o94.Parent = o1
  1258. o94.Material = Enum.Material.SmoothPlastic
  1259. o94.BrickColor = BrickColor.new("Navy blue")
  1260. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  1261. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1262. o94.Anchored = true
  1263. o94.CanCollide = false
  1264. o94.FormFactor = Enum.FormFactor.Symmetric
  1265. o94.Size = Vector3.new(1, 2, 1)
  1266. o94.CFrame = CFrame.new(99.215416, 3.526577, 14.7047863, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1267. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1268. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1271. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. o94.Color = Color3.new(0, 0.12549, 0.376471)
  1274. o95.Name = "Right Arm"
  1275. o95.Parent = o1
  1276. o95.Material = Enum.Material.SmoothPlastic
  1277. o95.BrickColor = BrickColor.new("Maroon")
  1278. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  1279. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1280. o95.Anchored = true
  1281. o95.CanCollide = false
  1282. o95.FormFactor = Enum.FormFactor.Symmetric
  1283. o95.Size = Vector3.new(1, 2, 1)
  1284. o95.CFrame = CFrame.new(99.2321014, 5.526577, 13.7049236, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1285. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1286. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1287. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1291. o95.Color = Color3.new(0.458824, 0, 0)
  1292. o96.Name = "Left Leg"
  1293. o96.Parent = o1
  1294. o96.Material = Enum.Material.SmoothPlastic
  1295. o96.BrickColor = BrickColor.new("Navy blue")
  1296. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  1297. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1298. o96.Anchored = true
  1299. o96.CanCollide = false
  1300. o96.FormFactor = Enum.FormFactor.Symmetric
  1301. o96.Size = Vector3.new(1, 2, 1)
  1302. o96.CFrame = CFrame.new(99.1987381, 3.526577, 15.7046452, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1303. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1306. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1309. o96.Color = Color3.new(0, 0.12549, 0.376471)
  1310. o97.Name = "Left Arm"
  1311. o97.Parent = o1
  1312. o97.Material = Enum.Material.SmoothPlastic
  1313. o97.BrickColor = BrickColor.new("Maroon")
  1314. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  1315. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1316. o97.Anchored = true
  1317. o97.CanCollide = false
  1318. o97.FormFactor = Enum.FormFactor.Symmetric
  1319. o97.Size = Vector3.new(1, 2, 1)
  1320. o97.CFrame = CFrame.new(99.1820602, 5.526577, 16.7045078, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1321. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. o97.Color = Color3.new(0.458824, 0, 0)
  1328. o98.Name = "Torso"
  1329. o98.Parent = o1
  1330. o98.Material = Enum.Material.SmoothPlastic
  1331. o98.BrickColor = BrickColor.new("Navy blue")
  1332. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  1333. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1334. o98.Anchored = true
  1335. o98.FormFactor = Enum.FormFactor.Symmetric
  1336. o98.Size = Vector3.new(2, 2, 1)
  1337. o98.CFrame = CFrame.new(103.10894, 5.99666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1338. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1340. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1342. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. o98.Color = Color3.new(0, 0.12549, 0.376471)
  1345. o99.Name = "roblox"
  1346. o99.Parent = o98
  1347. o100.Name = "Right Hip"
  1348. o100.Parent = o98
  1349. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1350. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1351. o100.Part0 = o98
  1352. o100.Part1 = o103
  1353. o100.DesiredAngle = 0.062025275081396
  1354. o100.MaxVelocity = 0.10000000149012
  1355. o101.Name = "Left Hip"
  1356. o101.Parent = o98
  1357. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1358. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1359. o101.Part0 = o98
  1360. o101.Part1 = o105
  1361. o101.DesiredAngle = 0.062025275081396
  1362. o101.MaxVelocity = 0.10000000149012
  1363. o102.Name = "Neck"
  1364. o102.Parent = o98
  1365. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1366. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1367. o102.Part0 = o98
  1368. o102.Part1 = o79
  1369. o102.MaxVelocity = 0.10000000149012
  1370. o103.Name = "Right Leg"
  1371. o103.Parent = o1
  1372. o103.Material = Enum.Material.SmoothPlastic
  1373. o103.BrickColor = BrickColor.new("Really black")
  1374. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  1375. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1376. o103.Anchored = true
  1377. o103.CanCollide = false
  1378. o103.FormFactor = Enum.FormFactor.Symmetric
  1379. o103.Size = Vector3.new(1, 2, 1)
  1380. o103.CFrame = CFrame.new(103.608864, 3.99666739, 15.2130556, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1381. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1384. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1385. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1386. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1387. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1388. o104.Name = "Right Arm"
  1389. o104.Parent = o1
  1390. o104.Material = Enum.Material.SmoothPlastic
  1391. o104.BrickColor = BrickColor.new("Maroon")
  1392. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  1393. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1394. o104.Anchored = true
  1395. o104.CanCollide = false
  1396. o104.FormFactor = Enum.FormFactor.Symmetric
  1397. o104.Size = Vector3.new(1, 2, 1)
  1398. o104.CFrame = CFrame.new(104.615349, 5.89646101, 14.8330393, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  1399. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1402. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1403. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1404. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1405. o104.Color = Color3.new(0.458824, 0, 0)
  1406. o105.Name = "Left Leg"
  1407. o105.Parent = o1
  1408. o105.Material = Enum.Material.SmoothPlastic
  1409. o105.BrickColor = BrickColor.new("Really black")
  1410. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  1411. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1412. o105.Anchored = true
  1413. o105.CanCollide = false
  1414. o105.FormFactor = Enum.FormFactor.Symmetric
  1415. o105.Size = Vector3.new(1, 2, 1)
  1416. o105.CFrame = CFrame.new(102.609009, 3.99666739, 15.1963739, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1417. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1419. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1421. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1423. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1424. o106.Name = "Left Arm"
  1425. o106.Parent = o1
  1426. o106.Material = Enum.Material.SmoothPlastic
  1427. o106.BrickColor = BrickColor.new("Maroon")
  1428. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  1429. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1430. o106.Anchored = true
  1431. o106.CanCollide = false
  1432. o106.FormFactor = Enum.FormFactor.Symmetric
  1433. o106.Size = Vector3.new(1, 2, 1)
  1434. o106.CFrame = CFrame.new(101.617271, 5.96075201, 14.6924496, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  1435. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1439. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1440. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1441. o106.Color = Color3.new(0.458824, 0, 0)
  1442. o107.Parent = o1
  1443. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1444. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1445. o107.Anchored = true
  1446. o107.FormFactor = Enum.FormFactor.Symmetric
  1447. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1448. o107.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1449. o108.Parent = o107
  1450. o109.Parent = o1
  1451. o109.BrickColor = BrickColor.new("Really black")
  1452. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1453. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1454. o109.Anchored = true
  1455. o109.FormFactor = Enum.FormFactor.Symmetric
  1456. o109.Size = Vector3.new(3, 1.20000005, 3)
  1457. o109.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1458. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1459. o110.Parent = o109
  1460. o111.Parent = o1
  1461. o111.BrickColor = BrickColor.new("Really black")
  1462. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1463. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1464. o111.Anchored = true
  1465. o111.FormFactor = Enum.FormFactor.Symmetric
  1466. o111.Size = Vector3.new(3, 1.20000005, 3)
  1467. o111.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1468. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1469. o112.Parent = o111
  1470. o113.Parent = o1
  1471. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1472. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1473. o113.Anchored = true
  1474. o113.FormFactor = Enum.FormFactor.Symmetric
  1475. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1476. o113.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1477. o114.Parent = o113
  1478. o115.Parent = o1
  1479. o115.BrickColor = BrickColor.new("Really black")
  1480. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1481. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1482. o115.Anchored = true
  1483. o115.FormFactor = Enum.FormFactor.Symmetric
  1484. o115.Size = Vector3.new(3, 1.20000005, 3)
  1485. o115.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1486. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1487. o116.Parent = o115
  1488. o117.Parent = o1
  1489. o117.BrickColor = BrickColor.new("Really black")
  1490. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  1491. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1492. o117.Anchored = true
  1493. o117.FormFactor = Enum.FormFactor.Symmetric
  1494. o117.Size = Vector3.new(3, 1.20000005, 3)
  1495. o117.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1496. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1497. o118.Parent = o117
  1498. o119.Parent = o1
  1499. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1500. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1501. o119.Anchored = true
  1502. o119.FormFactor = Enum.FormFactor.Symmetric
  1503. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1504. o119.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1505. o120.Parent = o119
  1506. o121.Name = "Handle"
  1507. o121.Parent = o1
  1508. o121.Material = Enum.Material.SmoothPlastic
  1509. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  1510. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1511. o121.Anchored = true
  1512. o121.CanCollide = false
  1513. o121.FormFactor = Enum.FormFactor.Symmetric
  1514. o121.Size = Vector3.new(2, 2, 2)
  1515. o121.CFrame = CFrame.new(99.207077, 6.8765769, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1516. o121.BottomSurface = Enum.SurfaceType.Smooth
  1517. o121.TopSurface = Enum.SurfaceType.Smooth
  1518. o122.Parent = o121
  1519. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1520. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1521. o122.MeshType = Enum.MeshType.FileMesh
  1522. o123.Name = "RPPART"
  1523. o123.Parent = o1
  1524. o123.Transparency = 1
  1525. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  1526. o123.Rotation = Vector3.new(-90, 0, -0)
  1527. o123.Anchored = true
  1528. o123.CanCollide = false
  1529. o123.Size = Vector3.new(4, 1, 2)
  1530. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1531. o124.Parent = o12
  1532. o124.Texture = "http://roblox.com/asset/?id=112031763"
  1533. function MoveY(model, Position)
  1534. for _,part in pairs (model:GetChildren()) do
  1535. if part.ClassName == "Part" then
  1536. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  1537. end
  1538. end
  1539. end
  1540. function MoveX(model, Position)
  1541. for _,part in pairs (model:GetChildren()) do
  1542. if part.ClassName == "Part" then
  1543. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  1544. end
  1545. end
  1546. end
  1547. function MoveSpawn(model, PLAYERPOS)
  1548. for _,part in pairs (model:GetChildren()) do
  1549. if part.ClassName == "Part" then
  1550. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  1551. end
  1552. end
  1553. end
  1554. function MoveZ(model, Position)
  1555. for _,part in pairs (model:GetChildren()) do
  1556. if part.ClassName == "Part" then
  1557. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  1558. end
  1559. end
  1560. end
  1561. function MoveZPart(Part, Position)
  1562. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  1563. end
  1564. function MoveXPart(Part, Position)
  1565. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  1566. end
  1567. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  1568. for i,v in pairs (o1:GetChildren()) do
  1569. if v:IsA("Part") then
  1570. v.Material = "SmoothPlastic"
  1571. v.BackSurface = "SmoothNoOutlines"
  1572. v.FrontSurface = "SmoothNoOutlines"
  1573. v.BottomSurface = "SmoothNoOutlines"
  1574. v.LeftSurface = "SmoothNoOutlines"
  1575. v.RightSurface = "SmoothNoOutlines"
  1576. v.TopSurface = "SmoothNoOutlines"
  1577. end
  1578. end
  1579. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  1580. for i=1,51 do
  1581. MoveX(o1,-3)
  1582. wait(.05)
  1583. end
  1584. wait(.5)
  1585. MoveZPart(o12,-1)
  1586. wait(.2)
  1587. for i=1,6 do
  1588. MoveXPart(o12,1)
  1589. wait(.1)
  1590. end
  1591. wait(.5)
  1592. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1593. wait(.5)
  1594. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1595. wait(.5)
  1596. MoveZPart(o12,1)
  1597. wait(.2)
  1598.  
  1599. for i=1,6 do
  1600. MoveXPart(o12,-1)
  1601. wait(.1)
  1602. end
  1603. for i=1,50 do
  1604. MoveX(o1,-3)
  1605. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1606. wait(.05)
  1607. end
  1608. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  1609. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  1610. SCREAM = Instance.new("Sound")
  1611. SCREAM.Parent = game.Players[Victim].Character.Head
  1612. SCREAM.SoundId = "rbxassetid://138167455"
  1613. SCREAM:Play()
  1614. wait(2.5)
  1615. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  1616. MoveZPart(o12,-1)
  1617. wait(.2)
  1618. for i=1,6 do
  1619. MoveXPart(o12,1)
  1620. wait(.1)
  1621. end
  1622. wait(.5)
  1623. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1624. wait(.5)
  1625. MoveZPart(o12,1)
  1626. wait(.2)
  1627. for i=1,6 do
  1628. MoveXPart(o12,-1)
  1629. wait(.1)
  1630. end
  1631. game.Players[Victim].Character.Humanoid.Health = 0
  1632. player = game.Players[Victim]
  1633. char = player.Character
  1634. char.Archivable = true
  1635. local rg = char:Clone()
  1636. rg.HumanoidRootPart:Destroy()
  1637. rg.Name = ""
  1638. rg.Humanoid.MaxHealth = 0
  1639. for i, v in pairs(rg.Torso:GetChildren()) do
  1640. if v:IsA("Motor6D") then
  1641. v:Destroy()
  1642. end
  1643. end
  1644.  
  1645. local n = Instance.new("Glue", rg.Torso)
  1646. n.Name = "Neck"
  1647. n.Part0 = rg.Torso
  1648. n.Part1 = rg.Head
  1649. n.C0 = CFrame.new(0, 1, 0)
  1650. n.C1 = CFrame.new(0, -0.5, 0)
  1651.  
  1652. local rs = Instance.new("Glue", rg.Torso)
  1653. rs.Name = "Right Shoulder"
  1654. rs.Part0 = rg.Torso
  1655. rs.Part1 = rg["Right Arm"]
  1656. rs.C0 = CFrame.new(1.5, 0.5, 0)
  1657. rs.C1 = CFrame.new(0, 0.5, 0)
  1658. local ls = Instance.new("Glue", rg.Torso)
  1659. ls.Name = "Left Shoulder"
  1660. ls.Part0 = rg.Torso
  1661. ls.Part1 = rg["Left Arm"]
  1662. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  1663. ls.C1 = CFrame.new(0, 0.5, 0)
  1664.  
  1665. local rh = Instance.new("Glue", rg.Torso)
  1666. rh.Name = "Right Hip"
  1667. rh.Part0 = rg.Torso
  1668. rh.Part1 = rg["Right Leg"]
  1669. rh.C0 = CFrame.new(0.5, -1, 0)
  1670. rh.C1 = CFrame.new(0, 1, 0)
  1671. local lh = Instance.new("Glue", rg.Torso)
  1672. lh.Name = "Left Hip"
  1673. lh.Part0 = rg.Torso
  1674. lh.Part1 = rg["Left Leg"]
  1675. lh.C0 = CFrame.new(-0.5, -1, 0)
  1676. lh.C1 = CFrame.new(0, 1, 0)
  1677. char.Torso:Destroy()
  1678. char.Head:Destroy()
  1679. char["Left Leg"]:Destroy()
  1680. char["Left Arm"]:Destroy()
  1681. char["Right Leg"]:Destroy()
  1682. char["Right Arm"]:Destroy()
  1683. rg.Parent = game.Workspace
  1684. rg.Head.BrickColor = BrickColor.new("Maroon")
  1685. function DEATH ()
  1686. OHHNELLY = Instance.new("Part")
  1687. OHHNELLY.Parent = workspace
  1688. OHHNELLY.Anchored = false
  1689. OHHNELLY.Material = Enum.Material.SmoothPlastic
  1690. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  1691. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1692. OHHNELLY.Position = rg.Head.Position
  1693. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  1694. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1695. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1696. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1697. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1698. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1699. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1700. end
  1701. for i=1,20 do
  1702. DEATH()
  1703. MoveX(o1,-3)
  1704. wait(.05)
  1705. end
  1706. o1:Destroy()
  1707. end)
  1708. end)
  1709.  
  1710. Bomber.Name = "Bomber"
  1711. Bomber.Parent = GUI
  1712. Bomber.BackgroundColor3 = Color3.new(1, 1, 1)
  1713. Bomber.BackgroundTransparency = 0.60000002384186
  1714. Bomber.BorderColor3 = Color3.new(0, 0, 0)
  1715. Bomber.Position = UDim2.new(0.5, -112, 0.361999989, 0)
  1716. Bomber.Size = UDim2.new(0, 225, 0, 33)
  1717. Bomber.Font = Enum.Font.SourceSansSemibold
  1718. Bomber.Text = "Suicide Bomber"
  1719. Bomber.TextColor3 = Color3.new(0, 0, 0)
  1720. Bomber.TextSize = 18
  1721.  
  1722. Bomber.MouseButton1Click:connect(function()
  1723. Player=game:GetService("Players").LocalPlayer
  1724. Character=Player.Character
  1725. PlayerGui=Player.PlayerGui
  1726. Backpack=Player.Backpack
  1727. Torso=Character.Torso
  1728. Head=Character.Head
  1729. Humanoid=Character.Humanoid
  1730. m=Instance.new('Model',Character)
  1731. LeftArm=Character["Left Arm"]
  1732. LeftLeg=Character["Left Leg"]
  1733. RightArm=Character["Right Arm"]
  1734. RightLeg=Character["Right Leg"]
  1735. LS=Torso["Left Shoulder"]
  1736. LH=Torso["Left Hip"]
  1737. RS=Torso["Right Shoulder"]
  1738. RH=Torso["Right Hip"]
  1739. Face = Head.face
  1740. Neck=Torso.Neck
  1741. it=Instance.new
  1742. attacktype=1
  1743. vt=Vector3.new
  1744. cf=CFrame.new
  1745. euler=CFrame.fromEulerAnglesXYZ
  1746. angles=CFrame.Angles
  1747. cloaked=false
  1748. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1749. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1750. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  1751. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  1752. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  1753. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  1754. RootPart=Character.HumanoidRootPart
  1755. RootJoint=RootPart.RootJoint
  1756. RootCF=euler(-1.57,0,3.14)
  1757. attack = false
  1758. attackdebounce = false
  1759. deb=false
  1760. equipped=true
  1761. hand=false
  1762. MMouse=nil
  1763. combo=0
  1764. mana=0
  1765. trispeed=.2
  1766. attackmode='none'
  1767. local idle=0
  1768. local Anim="Idle"
  1769. local Effects={}
  1770. local gun=false
  1771. local shoot=false
  1772. player=nil
  1773. mana=0
  1774.  
  1775. mouse=Player:GetMouse()
  1776. --save shoulders
  1777. RSH, LSH=nil, nil
  1778. --welds
  1779. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  1780. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  1781. LH=Torso["Left Hip"]
  1782. RH=Torso["Right Hip"]
  1783. TorsoColor=Torso.BrickColor
  1784. function NoOutline(Part)
  1785. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  1786. end
  1787. player=Player
  1788. ch=Character
  1789. RSH=ch.Torso["Right Shoulder"]
  1790. LSH=ch.Torso["Left Shoulder"]
  1791. --
  1792. RSH.Parent=nil
  1793. LSH.Parent=nil
  1794. --
  1795. RW.Name="Right Shoulder"
  1796. RW.Part0=ch.Torso
  1797. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  1798. RW.C1=cf(0, 0.5, 0)
  1799. RW.Part1=ch["Right Arm"]
  1800. RW.Parent=ch.Torso
  1801. --
  1802. LW.Name="Left Shoulder"
  1803. LW.Part0=ch.Torso
  1804. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  1805. LW.C1=cf(0, 0.5, 0)
  1806. LW.Part1=ch["Left Arm"]
  1807. LW.Parent=ch.Torso
  1808.  
  1809. Player=game:GetService('Players').LocalPlayer
  1810. Character=Player.Character
  1811. Mouse=Player:GetMouse()
  1812. m=Instance.new('Model',Character)
  1813.  
  1814.  
  1815. local function weldBetween(a, b)
  1816. local weldd = Instance.new("ManualWeld")
  1817. weldd.Part0 = a
  1818. weldd.Part1 = b
  1819. weldd.C0 = CFrame.new()
  1820. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1821. weldd.Parent = a
  1822. return weldd
  1823. end
  1824.  
  1825. function swait(num)
  1826. if num==0 or num==nil then
  1827. game:service'RunService'.Stepped:wait(0)
  1828. else
  1829. for i=0,num do
  1830. game:service'RunService'.Stepped:wait(0)
  1831. end
  1832. end
  1833. end
  1834.  
  1835. function nooutline(part)
  1836. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1837. end
  1838.  
  1839. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1840. local fp=it("Part")
  1841. fp.formFactor=formfactor
  1842. fp.Parent=parent
  1843. fp.Reflectance=reflectance
  1844. fp.Transparency=transparency
  1845. fp.CanCollide=false
  1846. fp.Locked=true
  1847. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1848. fp.Name=name
  1849. fp.Size=size
  1850. fp.Position=Character.Torso.Position
  1851. nooutline(fp)
  1852. fp.Material=material
  1853. fp:BreakJoints()
  1854. return fp
  1855. end
  1856.  
  1857. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1858. local mesh=it(Mesh)
  1859. mesh.Parent=part
  1860. if Mesh=="SpecialMesh" then
  1861. mesh.MeshType=meshtype
  1862. mesh.MeshId=meshid
  1863. end
  1864. mesh.Offset=offset
  1865. mesh.Scale=scale
  1866. return mesh
  1867. end
  1868.  
  1869. function weld(parent,part0,part1,c0,c1)
  1870. local weld=it("Weld")
  1871. weld.Parent=parent
  1872. weld.Part0=part0
  1873. weld.Part1=part1
  1874. weld.C0=c0
  1875. weld.C1=c1
  1876. return weld
  1877. end
  1878.  
  1879.  
  1880. local function CFrameFromTopBack(at, top, back)
  1881. local right = top:Cross(back)
  1882. return CFrame.new(at.x, at.y, at.z,
  1883. right.x, top.x, back.x,
  1884. right.y, top.y, back.y,
  1885. right.z, top.z, back.z)
  1886. end
  1887.  
  1888. function Triangle(a, b, c)
  1889. local edg1 = (c-a):Dot((b-a).unit)
  1890. local edg2 = (a-b):Dot((c-b).unit)
  1891. local edg3 = (b-c):Dot((a-c).unit)
  1892. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  1893. a, b, c = a, b, c
  1894. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  1895. a, b, c = b, c, a
  1896. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  1897. a, b, c = c, a, b
  1898. else
  1899. assert(false, "unreachable")
  1900. end
  1901.  
  1902. local len1 = (c-a):Dot((b-a).unit)
  1903. local len2 = (b-a).magnitude - len1
  1904. local width = (a + (b-a).unit*len1 - c).magnitude
  1905.  
  1906. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  1907.  
  1908. local list = {}
  1909.  
  1910. local TrailColor = ("Dark grey")
  1911.  
  1912. if len1 > 0.01 then
  1913. local w1 = Instance.new('WedgePart', m)
  1914. game:GetService("Debris"):AddItem(w1,5)
  1915. w1.Material = "SmoothPlastic"
  1916. w1.FormFactor = 'Custom'
  1917. w1.BrickColor = BrickColor.new(TrailColor)
  1918. w1.Transparency = 0
  1919. w1.Reflectance = 0
  1920. w1.Material = "SmoothPlastic"
  1921. w1.CanCollide = false
  1922. NoOutline(w1)
  1923. local sz = Vector3.new(0.2, width, len1)
  1924. w1.Size = sz
  1925. local sp = Instance.new("SpecialMesh",w1)
  1926. sp.MeshType = "Wedge"
  1927. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  1928. w1:BreakJoints()
  1929. w1.Anchored = true
  1930. w1.Parent = workspace
  1931. w1.Transparency = 0.7
  1932. table.insert(Effects,{w1,"Disappear",.01})
  1933. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  1934. table.insert(list,w1)
  1935. end
  1936.  
  1937. if len2 > 0.01 then
  1938. local w2 = Instance.new('WedgePart', m)
  1939. game:GetService("Debris"):AddItem(w2,5)
  1940. w2.Material = "SmoothPlastic"
  1941. w2.FormFactor = 'Custom'
  1942. w2.BrickColor = BrickColor.new(TrailColor)
  1943. w2.Transparency = 0
  1944. w2.Reflectance = 0
  1945. w2.Material = "SmoothPlastic"
  1946. w2.CanCollide = false
  1947. NoOutline(w2)
  1948. local sz = Vector3.new(0.2, width, len2)
  1949. w2.Size = sz
  1950. local sp = Instance.new("SpecialMesh",w2)
  1951. sp.MeshType = "Wedge"
  1952. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  1953. w2:BreakJoints()
  1954. w2.Anchored = true
  1955. w2.Parent = workspace
  1956. w2.Transparency = 0.7
  1957. table.insert(Effects,{w2,"Disappear",.01})
  1958. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  1959. table.insert(list,w2)
  1960. end
  1961. return unpack(list)
  1962. end
  1963.  
  1964.  
  1965. so = function(id,par,vol,pit)
  1966. coroutine.resume(coroutine.create(function()
  1967. local sou = Instance.new("Sound",par or workspace)
  1968. sou.Volume=vol
  1969. sou.Pitch=pit or 1
  1970. sou.SoundId=id
  1971. swait()
  1972. sou:play()
  1973. game:GetService("Debris"):AddItem(sou,6)
  1974. end))
  1975. end
  1976.  
  1977. function clerp(a,b,t)
  1978. local qa = {QuaternionFromCFrame(a)}
  1979. local qb = {QuaternionFromCFrame(b)}
  1980. local ax, ay, az = a.x, a.y, a.z
  1981. local bx, by, bz = b.x, b.y, b.z
  1982. local _t = 1-t
  1983. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  1984. end
  1985.  
  1986. function QuaternionFromCFrame(cf)
  1987. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  1988. local trace = m00 + m11 + m22
  1989. if trace > 0 then
  1990. local s = math.sqrt(1 + trace)
  1991. local recip = 0.5/s
  1992. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  1993. else
  1994. local i = 0
  1995. if m11 > m00 then
  1996. i = 1
  1997. end
  1998. if m22 > (i == 0 and m00 or m11) then
  1999. i = 2
  2000. end
  2001. if i == 0 then
  2002. local s = math.sqrt(m00-m11-m22+1)
  2003. local recip = 0.5/s
  2004. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  2005. elseif i == 1 then
  2006. local s = math.sqrt(m11-m22-m00+1)
  2007. local recip = 0.5/s
  2008. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  2009. elseif i == 2 then
  2010. local s = math.sqrt(m22-m00-m11+1)
  2011. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  2012. end
  2013. end
  2014. end
  2015.  
  2016. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  2017. local xs, ys, zs = x + x, y + y, z + z
  2018. local wx, wy, wz = w*xs, w*ys, w*zs
  2019. local xx = x*xs
  2020. local xy = x*ys
  2021. local xz = x*zs
  2022. local yy = y*ys
  2023. local yz = y*zs
  2024. local zz = z*zs
  2025. return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  2026. end
  2027.  
  2028. function QuaternionSlerp(a, b, t)
  2029. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  2030. local startInterp, finishInterp;
  2031. if cosTheta >= 0.0001 then
  2032. if (1 - cosTheta) > 0.0001 then
  2033. local theta = math.acos(cosTheta)
  2034. local invSinTheta = 1/math.sin(theta)
  2035. startInterp = math.sin((1-t)*theta)*invSinTheta
  2036. finishInterp = math.sin(t*theta)*invSinTheta
  2037. else
  2038. startInterp = 1-t
  2039. finishInterp = t
  2040. end
  2041. else
  2042. if (1+cosTheta) > 0.0001 then
  2043. local theta = math.acos(-cosTheta)
  2044. local invSinTheta = 1/math.sin(theta)
  2045. startInterp = math.sin((t-1)*theta)*invSinTheta
  2046. finishInterp = math.sin(t*theta)*invSinTheta
  2047. else
  2048. startInterp = t-1
  2049. finishInterp = t
  2050. end
  2051. end
  2052. return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  2053. end
  2054.  
  2055. --Example: Torso.Weld.C0 = clerp(Torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
  2056.  
  2057.  
  2058. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  2059. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  2060. end
  2061.  
  2062. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
  2063. if hit.Parent==nil then
  2064. return
  2065. end
  2066. h=hit.Parent:FindFirstChild("Humanoid")
  2067. for _,v in pairs(hit.Parent:children()) do
  2068. if v:IsA("Humanoid") then
  2069. h=v
  2070. end
  2071. end
  2072. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  2073. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  2074. end
  2075. if hit.Parent.className=="Hat" then
  2076. hit=hit.Parent.Parent:findFirstChild("Head")
  2077. end
  2078. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  2079. if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
  2080. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  2081. return
  2082. end]]
  2083. -- hs(hit,1.2)
  2084. c=Instance.new("ObjectValue")
  2085. c.Name="creator"
  2086. c.Value=game:service("Players").LocalPlayer
  2087. c.Parent=h
  2088. game:GetService("Debris"):AddItem(c,.5)
  2089. Damage=math.random(minim,maxim)
  2090. -- h:TakeDamage(Damage)
  2091. blocked=false
  2092. block=hit.Parent:findFirstChild("Block")
  2093. if block~=nil then
  2094. print(block.className)
  2095. if block.className=="NumberValue" then
  2096. if block.Value>0 then
  2097. blocked=true
  2098. if decreaseblock==nil then
  2099. block.Value=block.Value-1
  2100. end
  2101. end
  2102. end
  2103. if block.className=="IntValue" then
  2104. if block.Value>0 then
  2105. blocked=true
  2106. if decreaseblock~=nil then
  2107. block.Value=block.Value-1
  2108. end
  2109. end
  2110. end
  2111. end
  2112. if blocked==false then
  2113. -- h:TakeDamage(Damage)
  2114. h.Health=h.Health-Damage
  2115. showDamage(hit.Parent,Damage,.5,BrickColor.new("New Yeller"))
  2116. else
  2117. h.Health=h.Health-(Damage/2)
  2118. showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
  2119. end
  2120. if Type=="Knockdown" then
  2121. hum=hit.Parent.Humanoid
  2122. hum.PlatformStand=true
  2123. coroutine.resume(coroutine.create(function(HHumanoid)
  2124. swait(1)
  2125. HHumanoid.PlatformStand=false
  2126. end),hum)
  2127. local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
  2128. --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
  2129. local bodvol=Instance.new("BodyVelocity")
  2130. bodvol.velocity=angle*knockback
  2131. bodvol.P=5000
  2132. bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  2133. bodvol.Parent=hit
  2134. rl=Instance.new("BodyAngularVelocity")
  2135. rl.P=3000
  2136. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  2137. rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  2138. rl.Parent=hit
  2139. game:GetService("Debris"):AddItem(bodvol,.5)
  2140. game:GetService("Debris"):AddItem(rl,.5)
  2141. elseif Type=="Normal" then
  2142. vp=Instance.new("BodyVelocity")
  2143. vp.P=500
  2144. vp.maxForce=Vector3.new(math.huge,0,math.huge)
  2145. -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback
  2146. if KnockbackType==1 then
  2147. vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  2148. elseif KnockbackType==2 then
  2149. vp.velocity=Property.CFrame.lookVector*knockback
  2150. end
  2151. if knockback>0 then
  2152. vp.Parent=hit.Parent.Torso
  2153. end
  2154. game:GetService("Debris"):AddItem(vp,.5)
  2155. elseif Type=="Up" then
  2156. local bodyVelocity=Instance.new("BodyVelocity")
  2157. bodyVelocity.velocity=vt(0,60,0)
  2158. bodyVelocity.P=5000
  2159. bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
  2160. bodyVelocity.Parent=hit
  2161. game:GetService("Debris"):AddItem(bodyVelocity,1)
  2162. rl=Instance.new("BodyAngularVelocity")
  2163. rl.P=3000
  2164. rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
  2165. rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
  2166. rl.Parent=hit
  2167. game:GetService("Debris"):AddItem(rl,.5)
  2168. elseif Type=="Snare" then
  2169. bp=Instance.new("BodyPosition")
  2170. bp.P=2000
  2171. bp.D=100
  2172. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  2173. bp.position=hit.Parent.Torso.Position
  2174. bp.Parent=hit.Parent.Torso
  2175. game:GetService("Debris"):AddItem(bp,1)
  2176. elseif Type=="Target" then
  2177. if Targetting==false then
  2178. ZTarget=hit.Parent.Torso
  2179. coroutine.resume(coroutine.create(function(Part)
  2180. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  2181. swait(5)
  2182. so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5)
  2183. end),ZTarget)
  2184. TargHum=ZTarget.Parent:findFirstChild("Humanoid")
  2185. targetgui=Instance.new("BillboardGui")
  2186. targetgui.Parent=ZTarget
  2187. targetgui.Size=UDim2.new(10,100,10,100)
  2188. targ=Instance.new("ImageLabel")
  2189. targ.Parent=targetgui
  2190. targ.BackgroundTransparency=1
  2191. targ.Image="rbxassetid://4834067"
  2192. targ.Size=UDim2.new(1,0,1,0)
  2193. cam.CameraType="Scriptable"
  2194. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  2195. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  2196. workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  2197. Targetting=true
  2198. RocketTarget=ZTarget
  2199. for i=1,Property do
  2200. --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
  2201. if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
  2202. swait()
  2203. end
  2204. --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
  2205. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
  2206. dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
  2207. cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
  2208. end
  2209. Targetting=false
  2210. RocketTarget=nil
  2211. targetgui.Parent=nil
  2212. cam.CameraType="Custom"
  2213. end
  2214. end
  2215. debounce=Instance.new("BoolValue")
  2216. debounce.Name="DebounceHit"
  2217. debounce.Parent=hit.Parent
  2218. debounce.Value=true
  2219. game:GetService("Debris"):AddItem(debounce,Delay)
  2220. c=Instance.new("ObjectValue")
  2221. c.Name="creator"
  2222. c.Value=Player
  2223. c.Parent=h
  2224. game:GetService("Debris"):AddItem(c,.5)
  2225. CRIT=false
  2226. hitDeb=true
  2227. AttackPos=6
  2228. end
  2229. end
  2230.  
  2231. showDamage=function(Char,Dealt,du,Color)
  2232. m=Instance.new("Model")
  2233. m.Name=tostring(Dealt)
  2234. h=Instance.new("Humanoid")
  2235. h.Health=0
  2236. h.MaxHealth=0
  2237. h.Parent=m
  2238. c=Instance.new("Part")
  2239. c.Transparency=0
  2240. c.BrickColor=Color
  2241. c.Name="Head"
  2242. c.TopSurface=0
  2243. c.BottomSurface=0
  2244. c.formFactor="Plate"
  2245. c.Size=Vector3.new(1,.4,1)
  2246. ms=Instance.new("CylinderMesh")
  2247. ms.Scale=Vector3.new(.8,.8,.8)
  2248. if CRIT==true then
  2249. ms.Scale=Vector3.new(1,1.25,1)
  2250. end
  2251. ms.Parent=c
  2252. c.Reflectance=0
  2253. Instance.new("BodyGyro").Parent=c
  2254. c.Parent=m
  2255. if Char:findFirstChild("Head")~=nil then
  2256. c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
  2257. elseif Char.Parent:findFirstChild("Head")~=nil then
  2258. c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
  2259. end
  2260. f=Instance.new("BodyPosition")
  2261. f.P=2000
  2262. f.D=100
  2263. f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  2264. f.position=c.Position+Vector3.new(0,3,0)
  2265. f.Parent=c
  2266. game:GetService("Debris"):AddItem(m,.5+du)
  2267. c.CanCollide=false
  2268. m.Parent=workspace
  2269. c.CanCollide=false
  2270. end
  2271.  
  2272. VestHandle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Handle",Vector3.new(2.01999998, 1.39999998, 1.01999998))
  2273. handleweld=weld(m,Character["Torso"],VestHandle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-005, 0.300115585, 3.05175781e-005, 0.999999642, 0, 0, 0, 1, 0, 0, 0, 0.999999642))
  2274. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1, 0.76000005, 0.600000024))
  2275. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.509597778, -0.490081787, 0.200000286, -0.999999642, 0, 0, 0, 0, 0.999999642, 0, 1, 0))
  2276. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=104516854",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2277. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01999998, 0.600000024, 0.800000012))
  2278. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000152587891, -0.999994516, -0.200134277, -4.47035475e-008, 0, 0.999999642, 0, 1, 0, -0.999999642, 0, -4.4703544e-008))
  2279. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2280. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.620000005, 1.01999998))
  2281. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.700012207, -1.00999117, 1.52587891e-005, 0.999999046, 0, 0, 0, 1, 0, 0, 0, 0.999999046))
  2282. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.620000005, 1.01999998))
  2283. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.699127197, -1.00999379, 0.000549316406, 0.999997914, 6.38506317e-005, -2.78951497e-015, -6.38804122e-005, 1.00000012, 2.10474918e-015, 2.78942159e-015, 1.39239913e-015, 0.999997854))
  2284. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.400000036, 1.19999993))
  2285. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.609390259, 0.811340332, -0.0999908447, 3.08029073e-018, -2.69585922e-014, -0.999999642, -0.999999642, -6.39334685e-005, -1.35697087e-018, -6.39334467e-005, 1, -2.6958582e-014))
  2286. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=12891705",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2287. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.400000036, 1.19999993))
  2288. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.609359741, -0.788131714, -0.0999910831, 3.06354694e-018, -2.34616979e-014, -0.999999642, -0.999999642, -6.39629943e-005, -1.56279636e-018, -6.39629725e-005, 1, -2.34616895e-014))
  2289. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=12891705",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2290. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.400000036, 1.19999993))
  2291. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.609375, 0.0116882324, -0.0999908447, 3.06355067e-018, -2.34617301e-014, -0.999999642, -0.999999642, -6.39631544e-005, -1.56279822e-018, -6.39631326e-005, 1, -2.34617217e-014))
  2292. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=12891705",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2293. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.400000036, 1.19999993))
  2294. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.609313965, -0.388046265, -0.0999908447, 3.0635486e-018, -2.34617301e-014, -0.999998927, -0.999998927, -6.39631544e-005, -1.56279719e-018, -6.39630889e-005, 1, -2.34617047e-014))
  2295. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=12891705",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2296. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.400000036, 1.19999993))
  2297. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.609329224, 0.411483765, -0.0999908447, 3.08028867e-018, -2.69585922e-014, -0.999998927, -0.999998927, -6.39334685e-005, -1.35696984e-018, -6.3933403e-005, 1, -2.69585617e-014))
  2298. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=12891705",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2299. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01999998, 0.200000003, 0.200000003))
  2300. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000305175781, -0.800010204, 0.89906311, -4.47035724e-008, 6.26018334e-015, 0.999997854, -8.34552054e-008, 1.00000012, -5.15634779e-015, -0.999997914, -5.35364961e-008, -4.47035653e-008))
  2301. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2302. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01999998, 0.600000024, 0.800000012))
  2303. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000228881836, -0.99998498, -0.199783325, -4.47038211e-008, -2.85946115e-012, -0.999997854, -6.3955762e-005, 1.00000012, 1.77753083e-015, 0.999997914, 6.39259815e-005, -4.47038175e-008))
  2304. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2305. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.400000006, 3.79999971, 0.200000003))
  2306. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.356018066, -0.311279297, -0.609542847, 0.865768671, 0.500441432, 0, -0.5004403, 0.865770638, 3.55271241e-015, 3.55271241e-015, 3.02253882e-015, 0.999997854))
  2307. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2308. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01999998, 0.200000003, 0.200000003))
  2309. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000122070313, -0.799995899, 0.900177002, 1.49011559e-008, 0, -0.999995232, 0, 1, 0, 0.999995232, 0, 1.49011559e-008))
  2310. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2311. FlagLogo=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","FlagLogo",Vector3.new(3, 1.99999988, 0.200000003))
  2312. FlagLogoweld=weld(m,VestHandle,FlagLogo,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.14234924, -3.41108704, -0.610244751, 0.865850091, 0.500302911, -3.55240239e-015, -0.500302792, 0.865850449, 9.79956736e-019, 3.07633938e-015, 1.77642947e-015, 0.999999642))
  2313. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.400000006, 0.200000003, 0.400000036))
  2314. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.356628418, -2.31108093, -0.620269775, 0.865850091, 0.500302911, 7.10581953e-015, -0.500302792, 0.865850449, 9.79956736e-019, 6.15238443e-015, 3.55382075e-015, 0.999999642))
  2315. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2316. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.400000036, 0.200000003, 0.400000036))
  2317. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.354736328, -4.51108551, -0.620117188, 0.865849495, 0.500302911, 1.77640292e-014, -0.500302434, 0.865850449, 9.79956115e-019, 9.22842142e-015, 5.33121097e-015, 0.999998927))
  2318. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2319. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.400000006, 1.99999964, 0.200000003))
  2320. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.356216431, -3.41107178, -0.610137939, 0.865848899, 0.500302911, 1.77639292e-014, -0.500302076, 0.865850449, 9.79955495e-019, 1.53807173e-014, 8.88612016e-015, 0.999998212))
  2321. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2322. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Mid gray","Part",Vector3.new(0.400000006, 0.200000003, 0.400000036))
  2323. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.356292725, 1.6887207, -0.619628906, 0.865768075, 0.500441432, 0, -0.500439942, 0.865770638, 3.55270987e-015, 3.55270987e-015, 3.02253882e-015, 0.999997139))
  2324. mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2325. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.400000036, 1.19999993))
  2326. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.589828491, 0.808547974, -0.0999956131, -3.90798369e-014, 8.06646416e-017, -0.999997854, -0.999997914, -6.36497934e-005, 3.90798369e-014, -6.36795739e-005, 1.00000012, 3.58011901e-015))
  2327. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=12891705",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 0.200000003, 0.200000003))
  2328. Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"White","Part",Vector3.new(1, 0.76000005, 0.600000024))
  2329. Partweld=weld(m,VestHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.509597778, -0.490081787, -0.399998188, -0.999999642, 0, 0, 0, 0, 0.999999642, 0, 1, 0))
  2330. mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=104516854",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
  2331. handle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Handle",Vector3.new(0.200000003, 0.200000003, 1.4000001))
  2332. handleweld=weld(m,Character["Right Arm"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.05175781e-005, -1.10011411, -1.52587891e-005, 0.999999404, -4.47034765e-008, 0, -4.47034836e-008, -0.999999285, 0, 0, 0, -1))
  2333. mesh("SpecialMesh",handle,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=74322546",Vector3.new(0, 0, 0),Vector3.new(1.5, 1.5, 1.5))
  2334. local Decal1 = Instance.new("Decal",FlagLogo)
  2335. Decal1.Texture = "http://www.roblox.com/asset/?id=147337085"
  2336. Decal1.Face = "Front"
  2337. local Decal2 = Instance.new("Decal",FlagLogo)
  2338. Decal2.Texture = "http://www.roblox.com/asset/?id=147337085"
  2339. Decal2.Face = "Back"
  2340. Humanoid.WalkSpeed = 50
  2341.  
  2342. function ALLAHUAKBAR()
  2343. attack = true
  2344. local speak = {"ALLAHUAKBAR"}
  2345. local colors = {"Red","Red","Red"} -- The only 3 colors, adding more will error.
  2346. local chat = game:GetService("Chat")
  2347. chat:Chat(Head,speak[math.random(1,#speak)], colors[math.random(1,3)] )
  2348. for i = 0,1,0.05 do
  2349. swait()
  2350. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.3)
  2351. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
  2352. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(50)), 0.3)
  2353. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  2354. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2355. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2356. end
  2357. for i = 0,1,0.05 do
  2358. swait()
  2359. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.3)
  2360. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
  2361. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(80), math.rad(0), math.rad(50)), 0.3)
  2362. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  2363. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2364. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2365. end
  2366. for i = 1,20 do
  2367. --so("http://roblox.com/asset/?id=197815953",workspace,1,1)
  2368. so("rbxassetid://134854740",Torso,1,1.3)
  2369. so("rbxassetid://247893371",workspace,1,1)
  2370. so("rbxassetid://137994058",Torso,1,1)
  2371. so("rbxassetid://165969964",Torso,1,1)
  2372. local S = Instance.new("Explosion",workspace)
  2373. S.Position = Torso.Position
  2374. S.BlastPressure = 5
  2375. S.BlastRadius = 50
  2376. S.ExplosionType = 2
  2377. end
  2378. attack = false
  2379. end
  2380.  
  2381. mouse.Button1Down:connect(function()
  2382. ALLAHUAKBAR()
  2383. end)
  2384.  
  2385. mouse.KeyDown:connect(function(k)
  2386. k=k:lower()
  2387.  
  2388. end)
  2389.  
  2390.  
  2391. local sine = 0
  2392. local change = 1
  2393. local val = 0
  2394.  
  2395. while true do
  2396. swait()
  2397. sine = sine + change
  2398. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  2399. local velderp=RootPart.Velocity.y
  2400. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  2401. if equipped==true or equipped==false then
  2402. if attack==false then
  2403. idle=idle+1
  2404. else
  2405. idle=0
  2406. end
  2407. if idle>=500 then
  2408. if attack==false then
  2409. --Sheath()
  2410. end
  2411. end
  2412. if RootPart.Velocity.y > 1 and hitfloor==nil then
  2413. Anim="Jump"
  2414. if attack==false then
  2415. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2416. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  2417. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(10)), 0.3)
  2418. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  2419. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2),math.rad(0),math.rad(0)),.3)
  2420. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2),math.rad(0),math.rad(0)),.3)
  2421. end
  2422. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  2423. Anim="Fall"
  2424. if attack==false then
  2425. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2426. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  2427. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(30)), 0.3)
  2428. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-30)), 0.3)
  2429. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2430. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  2431. end
  2432. elseif torvel<1 and hitfloor~=nil then
  2433. Anim="Idle"
  2434. if attack==false then
  2435. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(10)),.3)
  2436. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-10)),.3)
  2437. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(20)), 0.3)
  2438. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  2439. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2440. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
  2441. end
  2442. elseif torvel>2 and hitfloor~=nil then
  2443. Anim="Walk"
  2444. if attack==false then
  2445. change=3
  2446. RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(0)),.3)
  2447. Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  2448. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(50*math.cos(sine/20)), math.rad(0), math.rad(10)), 0.3)
  2449. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-50*math.cos(sine/20)), math.rad(0), math.rad(-10)), 0.3)
  2450. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2451. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  2452. end
  2453. end
  2454. end
  2455. if #Effects>0 then
  2456. --table.insert(Effects,{prt,"Block1",delay})
  2457. for e=1,#Effects do
  2458. if Effects[e]~=nil then
  2459. --for j=1,#Effects[e] do
  2460. local Thing=Effects[e]
  2461. if Thing~=nil then
  2462. local Part=Thing[1]
  2463. local Mode=Thing[2]
  2464. local Delay=Thing[3]
  2465. local IncX=Thing[4]
  2466. local IncY=Thing[5]
  2467. local IncZ=Thing[6]
  2468. if Thing[1].Transparency<=1 then
  2469. if Thing[2]=="Block1" then
  2470. Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  2471. Mesh=Thing[1].Mesh
  2472. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2473. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2474. elseif Thing[2]=="Cylinder" then
  2475. Mesh=Thing[1].Mesh
  2476. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2477. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2478. elseif Thing[2]=="Blood" then
  2479. Mesh=Thing[7]
  2480. Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
  2481. Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
  2482. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2483. elseif Thing[2]=="Elec" then
  2484. Mesh=Thing[1].Mesh
  2485. Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
  2486. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2487. elseif Thing[2]=="Disappear" then
  2488. Thing[1].Transparency=Thing[1].Transparency+Thing[3]
  2489. end
  2490. else
  2491. Part.Parent=nil
  2492. table.remove(Effects,e)
  2493. end
  2494. end
  2495. --end
  2496. end
  2497. end
  2498. end
  2499. end
  2500. end)
  2501.  
  2502. Toadroast.Name = "Toadroast"
  2503. Toadroast.Parent = GUI
  2504. Toadroast.BackgroundColor3 = Color3.new(1, 1, 1)
  2505. Toadroast.BackgroundTransparency = 0.60000002384186
  2506. Toadroast.BorderColor3 = Color3.new(0, 0, 0)
  2507. Toadroast.Position = UDim2.new(0.5, -112, 0.535000026, 0)
  2508. Toadroast.Size = UDim2.new(0, 225, 0, 33)
  2509. Toadroast.Font = Enum.Font.SourceSansSemibold
  2510. Toadroast.Text = "Toadroast"
  2511. Toadroast.TextColor3 = Color3.new(0, 0, 0)
  2512. Toadroast.TextSize = 18
  2513.  
  2514. Toadroast.MouseButton1Click:connect(function()
  2515. wait(1)
  2516. math.randomseed(tick() % 1 * 1e6)
  2517. sky = coroutine.create(function()
  2518. while wait(0.3) do
  2519. s = Instance.new("Sky",game.Lighting)
  2520. s.SkyboxBk,s.SkyboxDn,s.SkyboxFt,s.SkyboxLf,s.SkyboxRt,s.SkyboxUp = "rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408","rbxassetid://201208408"
  2521. s.CelestialBodiesShown = false
  2522. end
  2523. end)
  2524.  
  2525.  
  2526. del = coroutine.create(function()
  2527. while wait(0.3) do
  2528. for i,v in pairs(workspace:GetChildren()) do
  2529. if v:IsA("Model") then
  2530. v:Destroy()
  2531. end
  2532. end
  2533. end
  2534. end)
  2535.  
  2536.  
  2537.  
  2538. for i,v in pairs(game.Players:GetChildren()) do
  2539. v.Character.Archivable = true
  2540. end
  2541.  
  2542. noises = {'rbxassetid://230287740','rbxassetid://271787597','rbxassetid://153752123','rbxassetid://271787503'}
  2543.  
  2544. sound = coroutine.create(function()
  2545. a = Instance.new("Sound",workspace)
  2546. a.SoundId = "rbxassetid://141509625"
  2547. a.Name = "RAINING MEN"
  2548. a.Volume = 58359
  2549. a.Looped = true
  2550. a:Play()
  2551. while wait(0.2) do
  2552. rainin = workspace:FindFirstChild("RAINING MEN")
  2553. if not rainin then
  2554. a = Instance.new("Sound",workspace)
  2555. a.SoundId = "rbxassetid://141509625"
  2556. a.Name = "RAINING MEN"
  2557. a.Volume = 58359
  2558. a.Looped = true
  2559. a:Play()
  2560. end
  2561. end
  2562. end)
  2563.  
  2564. msg = coroutine.create(function()
  2565. while wait(0.4) do
  2566. msg = Instance.new("Message",workspace)
  2567. msg.Text = "Get toadroasted you bacon-haired bozos"
  2568. wait(0.4)
  2569. msg:Destroy()
  2570. end
  2571. end)
  2572.  
  2573.  
  2574. rain = coroutine.create(function()
  2575. while wait(10 % 1 * 1e2) do
  2576. part = Instance.new("Part",workspace)
  2577. part.Name = "Toad"
  2578.  
  2579. mesh = Instance.new("SpecialMesh",part)
  2580.  
  2581. sound = Instance.new("Sound",workspace)
  2582.  
  2583. part.CanCollide = false
  2584. part.Size = Vector3.new(440,530,380)
  2585. part.Position = Vector3.new(math.random(-3000,1000),math.random(1,3000),math.random(-3000,3000))
  2586.  
  2587. sound.SoundId = noises[math.random(1,#noises)]
  2588. sound:Play()
  2589. sound.Ended:connect(function()
  2590. sound:Destroy()
  2591. end)
  2592.  
  2593.  
  2594. mesh.MeshType = "FileMesh"
  2595. mesh.MeshId = "rbxassetid://430210147"
  2596. mesh.TextureId = "rbxassetid://430210159"
  2597. end
  2598. end)
  2599. coroutine.resume(sky)
  2600. coroutine.resume(del)
  2601. coroutine.resume(sound)
  2602. coroutine.resume(msg)
  2603. coroutine.resume(rain)
  2604. end)
  2605.  
  2606. WildRevolvers.Name = "WildRevolvers"
  2607. WildRevolvers.Parent = GUI
  2608. WildRevolvers.BackgroundColor3 = Color3.new(1, 1, 1)
  2609. WildRevolvers.BackgroundTransparency = 0.60000002384186
  2610. WildRevolvers.BorderColor3 = Color3.new(0, 0, 0)
  2611. WildRevolvers.Position = UDim2.new(0.5, -112, 0.800282836, 0)
  2612. WildRevolvers.Size = UDim2.new(0, 131, 0, 33)
  2613. WildRevolvers.Font = Enum.Font.SourceSansSemibold
  2614. WildRevolvers.Text = "Wild Revolvers"
  2615. WildRevolvers.TextColor3 = Color3.new(0, 0, 0)
  2616. WildRevolvers.TextSize = 18
  2617.  
  2618. WildRevolvers.MouseButton1Click:connect(function()
  2619. local Player = game.Players.LocalPlayer;
  2620. local Mouse = Player:GetMouse();
  2621. local MaxRange = 300;
  2622. local Hotkey = Enum.KeyCode.X;
  2623. local UIS = game:GetService'UserInputService';
  2624. local auto = true;
  2625.  
  2626. function Shoot()
  2627. local MyHMR = Player.Character and Player.Character.PrimaryPart;
  2628. local MyData = workspace.PlayerData:FindFirstChild(Player.Name);
  2629. local IsSameTeam = (MyHMR and MyHMR.Parent:FindFirstChild'CowboyHat' and true) or false;
  2630. if MyHMR and MyData then
  2631. for i,v in pairs(game.Players:GetPlayers()) do
  2632. local HMR = v and v.Character and v.Character.PrimaryPart;
  2633. local Data = workspace.PlayerData:FindFirstChild(v.Name);
  2634. local Hum = HMR and v.Character:FindFirstChild'Humanoid';
  2635. local Head = Hum and v.Character:FindFirstChild'Head';
  2636.  
  2637. if Head and Hum.Health > 0 and not (((HMR.Parent:FindFirstChild'CowboyHat' and true) or false) == IsSameTeam) then
  2638. local Found = false;
  2639. for ii,targ in pairs({HMR, Head}) do
  2640. if not Found then
  2641. local R = Ray.new(MyHMR.Position, (targ.Position-MyHMR.Position).unit*MaxRange);
  2642. local P, Pos = workspace:FindPartOnRay(R, Player.Character);
  2643. local p = Instance.new('Part', Player.Character);
  2644. p.Anchored = true;
  2645. p.Material = Enum.Material.Neon;
  2646. p.CanCollide = false;
  2647. p.Transparency = .5;
  2648. local dist = (MyHMR.Position-Pos).magnitude;
  2649. p.Size = Vector3.new(.1,.1,dist);
  2650. p.CFrame = CFrame.new(MyHMR.Position, Pos)*CFrame.new(0,0,-dist/2);
  2651. game:GetService('Debris'):AddItem(p, .1)
  2652. if P and P:isDescendantOf(HMR.Parent) then
  2653. Hum.Health = 0;
  2654. local Info = {};
  2655. Info.Start = MyHMR.Position;
  2656. Info.HitPart = targ;
  2657. Info.HitPosition = targ.Position;
  2658. game.ReplicatedStorage.Events.GunFired:FireServer(Info);
  2659. warn('Hit '..v.Name);
  2660. Found = true;
  2661. delay(1, function()
  2662. if Hum and Hum.Parent then
  2663. Hum.Health = 100
  2664. end
  2665. end)
  2666. p.Color = Color3.new(0,1,0);
  2667. else
  2668. p.Color = Color3.new(1,0,0);
  2669. end
  2670. end
  2671. end
  2672. end
  2673. end
  2674. end
  2675. end
  2676. UIS.InputBegan:Connect(function(Key, GPE)
  2677. if Key.KeyCode == Hotkey then
  2678. Shoot();
  2679. end
  2680. end)
  2681. spawn(function()
  2682. while auto and wait(.1) do
  2683. print'Shooting..';
  2684. Shoot();
  2685. end
  2686. end)
  2687. warn'Loaded!';
  2688. end)
  2689.  
  2690. Remove.Name = "Remove"
  2691. Remove.Parent = GUI
  2692. Remove.BackgroundColor3 = Color3.new(1, 1, 1)
  2693. Remove.BackgroundTransparency = 0.60000002384186
  2694. Remove.BorderColor3 = Color3.new(0, 0, 0)
  2695. Remove.Position = UDim2.new(0.779999971, -43, 0.800000012, 0)
  2696. Remove.Size = UDim2.new(0, 86, 0, 33)
  2697. Remove.Font = Enum.Font.SourceSansSemibold
  2698. Remove.Text = "Remove GUI"
  2699. Remove.TextColor3 = Color3.new(0, 0, 0)
  2700. Remove.TextSize = 14
  2701.  
  2702. Remove.MouseButton1Click:connect(function()
  2703. FDTGui:Remove()
  2704. end)
Add Comment
Please, Sign In to add comment