Advertisement
Guest User

iceo3

a guest
Feb 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.30 KB | None | 0 0
  1. gui = Instance.new("ScreenGui", game.Players.oilsauce.PlayerGui)
  2.  
  3. mainframe = Instance.new("TextButton", gui)
  4. mainframe.Text = ""
  5. mainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  6. mainframe.BackgroundTransparency = 0.5
  7. mainframe.Position = UDim2.new(0.5, 0, 0.6, 0)
  8. mainframe.Size = UDim2.new(0.4, 0, 0.3, 0)
  9. mainframe.Draggable = true
  10. mainframe.BorderSizePixel = 0
  11.  
  12. hi = Instance.new("TextLabel", mainframe)
  13. hi.Size = UDim2.new(1, 0, 0.15, 0)
  14. hi.BackgroundTransparency = 1
  15. hi.Text = "Executioner GUI"
  16. hi.Font = Enum.Font.Fantasy
  17. hi.TextColor = BrickColor.new("Really black")
  18. hi.TextScaled = true
  19.  
  20. scf = Instance.new("Frame", mainframe)
  21. scf.Position = UDim2.new(0, 0, 1, 0)
  22. scf.Size = UDim2.new(1, 0, 1, 0)
  23. scf.BorderSizePixel = 0
  24. scf.BackgroundTransparency = 0.5
  25. scf.BackgroundColor3 = Color3.new(0, 0, 0)
  26. scf.Visible = false
  27.  
  28. hi2 = Instance.new("TextLabel", scf)
  29. hi2.Size = UDim2.new(1, 0, 0.15, 0)
  30. hi2.BackgroundTransparency = 1
  31. hi2.Text = "Sub commands"
  32. hi2.Font = Enum.Font.Fantasy
  33. hi2.TextColor = BrickColor.new("Really black")
  34. hi2.TextScaled = true
  35.  
  36. kill = Instance.new("TextButton", scf)
  37. kill.Size = UDim2.new(0.15, 0, 0.15, 0)
  38. kill.Position = UDim2.new(0.15, 0, 0.2, 0)
  39. kill.BackgroundTransparency = 0.3
  40. kill.BackgroundColor3 = Color3.new(0, 0, 0)
  41. kill.Text = "Kill"
  42. kill.TextScaled = true
  43. kill.Font = Enum.Font.Fantasy
  44. kill.TextColor = BrickColor.new("Hot pink")
  45. kill.BorderSizePixel = 0
  46.  
  47. killguy = Instance.new("TextBox", scf)
  48. killguy.Size = UDim2.new(0.15, 0, 0.15, 0)
  49. killguy.Position = UDim2.new(0, 0, 0.2, 0)
  50. killguy.BorderSizePixel = 0
  51. killguy.BackgroundColor3 = Color3.new(0, 0, 0)
  52. killguy.Font = Enum.Font.Fantasy
  53. killguy.TextScaled = true
  54. killguy.TextColor = BrickColor.new("Hot pink")
  55.  
  56. tpto = Instance.new("TextButton", scf)
  57. tpto.Size = UDim2.new(0.15, 0, 0.15, 0)
  58. tpto.Position = UDim2.new(0.15, 0, 0.35, 0)
  59. tpto.BackgroundTransparency = 0.3
  60. tpto.BackgroundColor3 = Color3.new(0, 0, 0)
  61. tpto.Text = "TP to"
  62. tpto.TextScaled = true
  63. tpto.Font = Enum.Font.Fantasy
  64. tpto.TextColor = BrickColor.new("Hot pink")
  65. tpto.BorderSizePixel = 0
  66.  
  67. tptoguy = Instance.new("TextBox", scf)
  68. tptoguy.Size = UDim2.new(0.15, 0, 0.15, 0)
  69. tptoguy.Position = UDim2.new(0, 0, 0.35, 0)
  70. tptoguy.BorderSizePixel = 0
  71. tptoguy.BackgroundColor3 = Color3.new(0, 0, 0)
  72. tptoguy.Font = Enum.Font.Fantasy
  73. tptoguy.TextScaled = true
  74. tptoguy.TextColor = BrickColor.new("Hot pink")
  75.  
  76. tpplr = Instance.new("TextButton", scf)
  77. tpplr.Size = UDim2.new(0.15, 0, 0.15, 0)
  78. tpplr.Position = UDim2.new(0.15, 0, 0.5, 0)
  79. tpplr.BackgroundTransparency = 0.3
  80. tpplr.BackgroundColor3 = Color3.new(0, 0, 0)
  81. tpplr.Text = "TP plr"
  82. tpplr.TextScaled = true
  83. tpplr.Font = Enum.Font.Fantasy
  84. tpplr.TextColor = BrickColor.new("Hot pink")
  85. tpplr.BorderSizePixel = 0
  86.  
  87. tpplrguy = Instance.new("TextBox", scf)
  88. tpplrguy.Size = UDim2.new(0.15, 0, 0.15, 0)
  89. tpplrguy.Position = UDim2.new(0, 0, 0.5, 0)
  90. tpplrguy.BorderSizePixel = 0
  91. tpplrguy.BackgroundColor3 = Color3.new(0, 0, 0)
  92. tpplrguy.Font = Enum.Font.Fantasy
  93. tpplrguy.TextScaled = true
  94. tpplrguy.TextColor = BrickColor.new("Hot pink")
  95.  
  96. freeze = Instance.new("TextButton", scf)
  97. freeze.Size = UDim2.new(0.15, 0, 0.15, 0)
  98. freeze.Position = UDim2.new(0.15, 0, 0.65, 0)
  99. freeze.BackgroundTransparency = 0.3
  100. freeze.BackgroundColor3 = Color3.new(0, 0, 0)
  101. freeze.Text = "Freeze"
  102. freeze.TextScaled = true
  103. freeze.Font = Enum.Font.Fantasy
  104. freeze.TextColor = BrickColor.new("Hot pink")
  105. freeze.BorderSizePixel = 0
  106.  
  107. freezeguy = Instance.new("TextBox", scf)
  108. freezeguy.Size = UDim2.new(0.15, 0, 0.15, 0)
  109. freezeguy.Position = UDim2.new(0, 0, 0.65, 0)
  110. freezeguy.BorderSizePixel = 0
  111. freezeguy.BackgroundColor3 = Color3.new(0, 0, 0)
  112. freezeguy.Font = Enum.Font.Fantasy
  113. freezeguy.TextScaled = true
  114. freezeguy.TextColor = BrickColor.new("Hot pink")
  115.  
  116. oc = Instance.new("TextButton", mainframe)
  117. oc.Size = UDim2.new(0.35, 0, 0.15, 0)
  118. oc.Position = UDim2.new(0, 0, 0.8, 0)
  119. oc.BackgroundTransparency = 0.5
  120. oc.Font = Enum.Font.Fantasy
  121. oc.Text = "Sub commands"
  122. oc.BorderSizePixel = 0
  123. oc.TextColor = BrickColor.new("Hot pink")
  124. oc.TextScaled = true
  125.  
  126. frame = Instance.new("TextBox", mainframe)
  127. frame.BackgroundColor3 = Color3.new(0, 0, 0)
  128. frame.Position = UDim2.new(0, 0, 0.58, 0)
  129. frame.Size = UDim2.new(0.25, 0, 0.2, 0)
  130. frame.Font = Enum.Font.Fantasy
  131. frame.TextColor = BrickColor.new("Crimson")
  132. frame.TextScaled = true
  133. frame.BorderSizePixel = 0
  134.  
  135. frame1 = Instance.new("TextBox", mainframe)
  136. frame1.BackgroundColor3 = Color3.new(0, 0, 0)
  137. frame1.Position = UDim2.new(0.25, 0, 0.58, 0)
  138. frame1.Size = UDim2.new(0.25, 0, 0.2, 0)
  139. frame1.Font = Enum.Font.Fantasy
  140. frame1.TextColor = BrickColor.new("Crimson")
  141. frame1.TextScaled = true
  142. frame1.BorderSizePixel = 0
  143.  
  144. frame2 = Instance.new("TextBox", mainframe)
  145. frame2.BackgroundColor3 = Color3.new(0, 0, 0)
  146. frame2.Position = UDim2.new(0.5, 0, 0.58, 0)
  147. frame2.Size = UDim2.new(0.25, 0, 0.2, 0)
  148. frame2.Font = Enum.Font.Bodoni
  149. frame2.TextColor = BrickColor.new("Mulberry")
  150. frame2.TextScaled = true
  151. frame2.BorderSizePixel = 0
  152.  
  153. go = Instance.new("TextButton", mainframe)
  154. go.BackgroundColor3 = Color3.new(100, 0, 255)
  155. go.Position = UDim2.new(0.7, 0, 0.8, 0)
  156. go.Size = UDim2.new(0.3, 0, 0.2, 0)
  157. go.Font = Enum.Font.SourceSans
  158. go.TextColor = BrickColor.new("Maroon")
  159. go.Text = "Execute"
  160. go.TextScaled = true
  161. go.BorderSizePixel = 0
  162.  
  163. gop = Instance.new("TextButton", mainframe)
  164. gop.BackgroundColor3 = Color3.new(100, 0, 255)
  165. gop.Position = UDim2.new(0.38, 0, 0.8, 0)
  166. gop.Size = UDim2.new(0.3, 0, 0.2, 0)
  167. gop.Font = Enum.Font.SourceSans
  168. gop.TextColor = BrickColor.new("Maroon")
  169. gop.Text = "party."
  170. gop.TextScaled = true
  171. gop.BorderSizePixel = 0
  172.  
  173. freeze.MouseButton1Click:connect(function()
  174. local target4 = workspace:FindFirstChild(freezeguy.Text)
  175. if target4 == nil then
  176. target4.Text = "Invalid username"
  177. return
  178. end
  179. local ftor = target4:FindFirstChild("Torso") or target4:FindFirstChild("UpperTorso")
  180. local larma = target4:FindFirstChild("Left Arm") or target4:FindFirstChild("LeftUpperArm")
  181. local rarma = target4:FindFirstChild("Right Arm") or target4:FindFirstChild("RightUpperArm")
  182. local llega = target4:FindFirstChild("Left Leg") or target4:FindFirstChild("LeftUpperLeg")
  183. local rlega = target4:FindFirstChild("Right Leg") or target4:FindFirstChild("RightUpperLeg")
  184. local heada = target4:FindFirstChild("Head")
  185. local ico = Instance.new("Part", target4)
  186. ico.CFrame = ftor.CFrame
  187. ico.Size = (5, 7, 5)
  188. ico.Material = "Ice"
  189. ico.Reflectance = 0.5
  190. ico.Anchored = true
  191. ftor.Anchored = true
  192. larma.Anchored = true
  193. rarma.Anchored = true
  194. llega.Anchored = true
  195. rlega.Anchored = true
  196. heada.Anchored = true
  197. end)
  198.  
  199. tpplr.MouseButton1Click:connect(function()
  200. local target3 = workspace:FindFirstChild(tpplrguy.Text)
  201. if target3 == nil then
  202. target3.Text = "Invalid username"
  203. return
  204. end
  205. local tortor = target3:FindFirstChild("Torso") or target3:FindFirstChild("UpperTorso")
  206. local mator2 = workspace.oilsauce:FindFirstChild("Torso") or workspace.oilsauce:FindFirstChild("UpperTorso")
  207. tortor.CFrame = mator2.CFrame * CFrame.new(2, 0, 0)
  208. end)
  209.  
  210. tpto.MouseButton1Click:connect(function()
  211. local target2 = workspace:FindFirstChild(tptoguy.Text)
  212. if target2 == nil then
  213. target2.Text = "Invalid username"
  214. return
  215. end
  216. local trrsoo = target2:FindFirstChild("Torso") or target2:FindFirstChild("UpperTorso")
  217. local mator = workspace.oilsauce:FindFirstChild("Torso") or workspace.oilsauce:FindFirstChild("UpperTorso")
  218. mator.CFrame = trrsoo.CFrame * CFrame.new(2, 0, 0)
  219. end)
  220.  
  221. kill.MouseButton1Click:connect(function()
  222. local target1 = workspace:FindFirstChild(killguy.Text)
  223. if target1 == nil then
  224. target1.Text = "Invalid username"
  225. return
  226. end
  227. target1.Head:remove()
  228. target1.Humanoid.Health = 0
  229. end)
  230.  
  231. oc.MouseButton1Click:connect(function()
  232. scf.Visible = not scf.Visible
  233. end)
  234.  
  235. go.MouseButton1Click:connect(function()
  236. local victim = workspace:FindFirstChild(frame.Text)
  237. local victim2 = workspace:FindFirstChild(frame1.Text)
  238. local killer = workspace:FindFirstChild(frame2.Text)
  239. if frame.Text == nil then return
  240. end
  241. if victim == nil then
  242. frame.Text = "Invalid username"
  243. return
  244. end
  245. if frame1.Text == nil then return
  246. end
  247. if victim2 == nil then
  248. frame1.Text = "Invalid username"
  249. return
  250. end
  251. if frame2.Text == nil then return
  252. end
  253. if killer == nil then
  254. frame2.Text = "Invalid username"
  255. return
  256. end
  257. local torso3 = killer:FindFirstChild("Torso") or killer:FindFirstChild("UpperTorso")
  258. local rarm = victim:FindFirstChild("Right Arm") or victim:FindFirstChild("RightUpperArm")
  259. local larm = victim:FindFirstChild("Left Arm") or victim:FindFirstChild("LeftUpperArm")
  260. local lleg = victim:FindFirstChild("Left Leg") or victim:FindFirstChild("LeftUpperLeg")
  261. local rleg = victim:FindFirstChild("Right Leg") or victim:FindFirstChild("RightUpperLeg")
  262. local torso = victim:FindFirstChild("Torso") or victim:FindFirstChild("UpperTorso")
  263. local rarm2 = victim2:FindFirstChild("Right Arm") or victim2:FindFirstChild("RightUpperArm")
  264. local larm2 = victim2:FindFirstChild("Left Arm") or victim2:FindFirstChild("LeftUpperArm")
  265. local lleg2 = victim2:FindFirstChild("Left Leg") or victim2:FindFirstChild("LeftUpperLeg")
  266. local rleg2 = victim2:FindFirstChild("Right Leg") or victim2:FindFirstChild("RightUpperLeg")
  267. local torso2 = victim2:FindFirstChild("Torso") or victim2:FindFirstChild("UpperTorso")
  268. torso.CFrame = torso3.CFrame * CFrame.new(4, 5, 0)
  269. torso2.CFrame = torso3.CFrame * CFrame.new(-4, 5, 0)
  270. wait()
  271.  
  272. torso3.Anchored = true
  273. torso.Anchored = true
  274. larm.Anchored = true
  275. lleg.Anchored = true
  276. rarm.Anchored = true
  277. rleg.Anchored = true
  278. larm.BrickColor = BrickColor.new("Really black")
  279. rarm.BrickColor = BrickColor.new("Really black")
  280. lleg.BrickColor = BrickColor.new("Really black")
  281. rleg.BrickColor = BrickColor.new("Really black")
  282. torso.BrickColor = BrickColor.new("Really black")
  283. victim.Head.BrickColor = BrickColor.new("Really black")
  284. torso2.Anchored = true
  285. larm2.Anchored = true
  286. lleg2.Anchored = true
  287. rarm2.Anchored = true
  288. rleg2.Anchored = true
  289. larm2.BrickColor = BrickColor.new("Really black")
  290. rarm2.BrickColor = BrickColor.new("Really black")
  291. lleg2.BrickColor = BrickColor.new("Really black")
  292. rleg2.BrickColor = BrickColor.new("Really black")
  293. torso2.BrickColor = BrickColor.new("Really black")
  294. victim2.Head.BrickColor = BrickColor.new("Really black")
  295.  
  296. part1v = Instance.new("Part", victim)
  297. part1v.Name = "part1v"
  298. part1v.CFrame = torso.CFrame * CFrame.new(0, -3, 0)
  299. part1v.Anchored = true
  300. part1v.BrickColor = BrickColor.new("Burnt Sienna")
  301. part1v.Size = Vector3.new(5, 1, 5)
  302. part1v.Material = "Wood"
  303.  
  304. part2v = Instance.new("Part", victim)
  305. part2v.Name = "part2v"
  306. part2v.CFrame = torso.CFrame * CFrame.new(2.3, -5, 2.3)
  307. part2v.Anchored = true
  308. part2v.BrickColor = BrickColor.new("Burnt Sienna")
  309. part2v.Size = Vector3.new(0.5, 5, 0.5)
  310. part2v.Material = "Wood"
  311.  
  312. part3v = Instance.new("Part", victim)
  313. part3v.Name = "part3v"
  314. part3v.CFrame = torso.CFrame * CFrame.new(-2.3, -5, -2.3)
  315. part3v.Anchored = true
  316. part3v.BrickColor = BrickColor.new("Burnt Sienna")
  317. part3v.Size = Vector3.new(0.5, 5, 0.5)
  318. part3v.Material = "Wood"
  319.  
  320. part4v = Instance.new("Part", victim)
  321. part4v.Name = "part4v"
  322. part4v.CFrame = torso.CFrame * CFrame.new(-2.3, -5, 2.3)
  323. part4v.Anchored = true
  324. part4v.BrickColor = BrickColor.new("Burnt Sienna")
  325. part4v.Size = Vector3.new(0.5, 5, 0.5)
  326. part4v.Material = "Wood"
  327.  
  328. part5v = Instance.new("Part", victim)
  329. part5v.Name = "part5v"
  330. part5v.CFrame = torso.CFrame * CFrame.new(2.3, -5, -2.3)
  331. part5v.Anchored = true
  332. part5v.BrickColor = BrickColor.new("Burnt Sienna")
  333. part5v.Size = Vector3.new(0.5, 5, 0.5)
  334. part5v.Material = "Wood"
  335.  
  336. part1v2 = Instance.new("Part", victim2)
  337. part1v2.Name = "part1v2"
  338. part1v2.CFrame = torso2.CFrame * CFrame.new(0, -3, 0)
  339. part1v2.Anchored = true
  340. part1v2.BrickColor = BrickColor.new("Burnt Sienna")
  341. part1v2.Size = Vector3.new(5, 1, 5)
  342. part1v2.Material = "Wood"
  343.  
  344. part2v2 = Instance.new("Part", victim2)
  345. part2v2.Name = "part2v2"
  346. part2v2.CFrame = torso2.CFrame * CFrame.new(2.3, -5, 2.3)
  347. part2v2.Anchored = true
  348. part2v2.BrickColor = BrickColor.new("Burnt Sienna")
  349. part2v2.Size = Vector3.new(0.5, 5, 0.5)
  350. part2v2.Material = "Wood"
  351.  
  352. part3v2 = Instance.new("Part", victim2)
  353. part3v2.Name = "part3v2"
  354. part3v2.CFrame = torso2.CFrame * CFrame.new(-2.3, -5, -2.3)
  355. part3v2.Anchored = true
  356. part3v2.BrickColor = BrickColor.new("Burnt Sienna")
  357. part3v2.Size = Vector3.new(0.5, 5, 0.5)
  358. part3v2.Material = "Wood"
  359.  
  360. part4v2 = Instance.new("Part", victim2)
  361. part4v2.Name = "part4v2"
  362. part4v2.CFrame = torso2.CFrame * CFrame.new(-2.3, -5, 2.3)
  363. part4v2.Anchored = true
  364. part4v2.BrickColor = BrickColor.new("Burnt Sienna")
  365. part4v2.Size = Vector3.new(0.5, 5, 0.5)
  366. part4v2.Material = "Wood"
  367.  
  368. part5v2 = Instance.new("Part", victim2)
  369. part5v2.Name = "part5v2"
  370. part5v2.CFrame = torso2.CFrame * CFrame.new(2.3, -5, -2.3)
  371. part5v2.Anchored = true
  372. part5v2.BrickColor = BrickColor.new("Burnt Sienna")
  373. part5v2.Size = Vector3.new(0.5, 5, 0.5)
  374. part5v2.Material = "Wood"
  375.  
  376. local light = Instance.new("PointLight", torso3)
  377. light.Color = Color3.new(1, 0, 0.5)
  378. light.Brightness = 100
  379. local sgui = Instance.new("BillboardGui", killer)
  380. sgui.AlwaysOnTop = true
  381. sgui.StudsOffset = Vector3.new(0, 2, 0)
  382. sgui.Size = UDim2.new(5, 35, 5, 35)
  383. sgui.Adornee = killer.Head
  384. local stext = Instance.new("TextLabel", sgui)
  385. stext.BackgroundTransparency = 1
  386. stext.TextScaled = true
  387. stext.BorderSizePixel = 0
  388. stext.Text = killer.Name..", THE EXECUTIONER"
  389. stext.Font = "Bodoni"
  390. stext.TextSize = 30
  391. stext.TextStrokeTransparency = 0
  392. stext.TextColor3 = Color3.new(0.5, 0, 0.5)
  393. stext.Size = UDim2.new(1, 0, 0.5, 0)
  394. stext.Parent = sgui
  395.  
  396. local sgui2 = Instance.new("BillboardGui", victim)
  397. sgui2.AlwaysOnTop = true
  398. sgui2.StudsOffset = Vector3.new(0, 2, 0)
  399. sgui2.Size = UDim2.new(5, 35, 5, 35)
  400. sgui2.Adornee = victim.Head
  401. local stext2 = Instance.new("TextLabel", sgui)
  402. stext2.BackgroundTransparency = 1
  403. stext2.TextScaled = true
  404. stext2.BorderSizePixel = 0
  405. stext2.Text = victim.Name..", THE VICTIM"
  406. stext2.Font = "Fantasy"
  407. stext2.TextSize = 30
  408. stext2.TextStrokeTransparency = 0
  409. stext2.TextColor3 = Color3.new(1, 0, 0.5)
  410. stext2.Size = UDim2.new(0.8, 0, 0.3, 0)
  411. stext2.Parent = sgui2
  412.  
  413. local sgui3 = Instance.new("BillboardGui", victim2)
  414. sgui3.AlwaysOnTop = true
  415. sgui3.StudsOffset = Vector3.new(0, 2, 0)
  416. sgui3.Size = UDim2.new(5, 35, 5, 35)
  417. sgui3.Adornee = victim2.Head
  418. local stext3 = Instance.new("TextLabel", sgui)
  419. stext3.BackgroundTransparency = 1
  420. stext3.TextScaled = true
  421. stext3.BorderSizePixel = 0
  422. stext3.Text = victim2.Name..", THE VICTIM'S FRIEND"
  423. stext3.Font = "Fantasy"
  424. stext3.TextSize = 30
  425. stext3.TextStrokeTransparency = 0
  426. stext3.TextColor3 = Color3.new(1, 0, 0.5)
  427. stext3.Size = UDim2.new(0.8, 0, 0.3, 0)
  428. stext3.Parent = sgui3
  429.  
  430. oof = Instance.new("Sound", killer)
  431. oof.SoundId = "rbxassetid://138093488"
  432. oof.Volume = 5
  433. oof:Play()
  434. wait(3)
  435. bsound = Instance.new("Sound", victim)
  436. bsound2 = Instance.new("Sound", victim2)
  437. bsound.SoundId = "rbxassetid://180083298"
  438. bsound2.SoundId = "rbxassetid://180083298"
  439. bsound.Volume = 5
  440. bsound2.Volume = 5
  441. bsound:Play()
  442. bsound2:Play()
  443. torso3.Anchored = false
  444. local blood1 = Instance.new("Part", torso)
  445. blood1.Anchored = true
  446. blood1.CanCollide = false
  447. blood1.Shape = "Cylinder"
  448. blood1.BrickColor = BrickColor.new("Maroon")
  449. blood1.Material = "Metal"
  450. blood1.CFrame = torso.CFrame * CFrame.new(0, 1, 0)
  451. blood1.CFrame = blood1.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  452. blood1.Size = Vector3.new(0.1, 4, 4)
  453. local blood2 = Instance.new("Part", torso2)
  454. blood2.CanCollide = false
  455. blood2.Anchored = true
  456. blood2.Shape = "Cylinder"
  457. blood2.BrickColor = BrickColor.new("Maroon")
  458. blood2.Material = "Metal"
  459. blood2.CFrame = torso2.CFrame * CFrame.new(0, 1, 0)
  460. blood2.CFrame = blood2.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  461. blood2.Size = Vector3.new(0.1, 4, 4)
  462. victim.Head:remove()
  463. victim2.Head:remove()
  464. victim.Humanoid.Health = 0
  465. victim2.Humanoid.Health = 0
  466. end)
  467.  
  468.  
  469.  
  470. gop.MouseButton1Click:connect(function()
  471. local heyman1 = workspace:FindFirstChild(frame.Text)
  472. local heyman2 = workspace:FindFirstChild(frame1.Text)
  473. local heyman3 = workspace:FindFirstChild(frame2.Text)
  474.  
  475. if frame.Text == nil then return
  476. end
  477. if heyman1 == nil then
  478. frame.Text = "Invalid username"
  479. return
  480. end
  481. if frame1.Text == nil then return
  482. end
  483. if heyman2 == nil then
  484. frame1.Text = "Invalid username"
  485. return
  486. end
  487. if frame2.Text == nil then return
  488. end
  489. if heyman3 == nil then
  490. frame2.Text = "Invalid username"
  491. return
  492. end
  493.  
  494. tor1 = heyman1:FindFirstChild("Torso") or heyman1:FindFirstChild("UpperTorso")
  495. tor2 = heyman2:FindFirstChild("Torso") or heyman2:FindFirstChild("UpperTorso")
  496. tor3 = heyman3:FindFirstChild("Torso") or heyman3:FindFirstChild("UpperTorso")
  497. h1 = heyman1:FindFirstChild("Head")
  498. h2 = heyman2:FindFirstChild("Head")
  499. h3 = heyman3:FindFirstChild("Head")
  500.  
  501. tor1.CFrame = tor3.CFrame * CFrame.new(6, 0, -7)
  502. tor1.CFrame = tor1.CFrame * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0))
  503. tor2.CFrame = tor3.CFrame * CFrame.new(-6, 0, -7)
  504. tor2.CFrame = tor2.CFrame * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0))
  505. tor1.Anchored = true
  506. tor2.Anchored = true
  507. tor3.Anchored = true
  508.  
  509. teblu1 = Instance.new("Part", tor3)
  510. teblu1.Material = "Wood"
  511. teblu1.BrickColor = BrickColor.new("Burnt Sienna")
  512. teblu1.Shape = "Cylinder"
  513. teblu1.CFrame = tor3.CFrame * CFrame.new(0, 0, -7)
  514. teblu1.CFrame = teblu1.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  515. teblu1.Size = Vector3.new(1, 9, 9)
  516. teblu1.Anchored = true
  517.  
  518. teblu2 = Instance.new("Part", tor3)
  519. teblu2.Material = "Wood"
  520. teblu2.BrickColor = BrickColor.new("Burnt Sienna")
  521. teblu2.Shape = "Cylinder"
  522. teblu2.CFrame = tor3.CFrame * CFrame.new(0, -2, -7)
  523. teblu2.CFrame = teblu2.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  524. teblu2.Size = Vector3.new(3, 1, 1)
  525. teblu2.Anchored = true
  526.  
  527. hlight = Instance.new("PointLight", teblu1)
  528. hlight.Brightness = 100
  529.  
  530. local tgui = Instance.new("BillboardGui", heyman3)
  531. tgui.AlwaysOnTop = true
  532. tgui.StudsOffset = Vector3.new(0, 2, 0)
  533. tgui.Size = UDim2.new(5, 35, 5, 35)
  534. tgui.Adornee = h3
  535. local ttext = Instance.new("TextLabel", tgui)
  536. ttext.BackgroundTransparency = 1
  537. ttext.TextScaled = true
  538. ttext.BorderSizePixel = 0
  539. ttext.Text = "Want to have a party?"
  540. ttext.Font = "Fantasy"
  541. ttext.TextSize = 30
  542. ttext.TextStrokeTransparency = 0
  543. ttext.TextColor3 = Color3.new(1, 0, 0.5)
  544. ttext.Size = UDim2.new(0.8, 0, 0.3, 0)
  545. ttext.Parent = tgui
  546. wait(2)
  547. ttext.Text = "aha."
  548. wait(1)
  549. ttext.Text = "AHA."
  550. wait(1)
  551. ttext.Text = "AHAHAHAHAHA"
  552. wait(1)
  553. teblu1.BrickColor = BrickColor.new("Hot pink")
  554. teblu2.BrickColor = BrickColor.new("Hot pink")
  555. wait(2)
  556. bsound = Instance.new("Sound", heyman1)
  557. bsound2 = Instance.new("Sound", heyman2)
  558. bsound.SoundId = "rbxassetid://180083298"
  559. bsound2.SoundId = "rbxassetid://180083298"
  560. bsound.Volume = 5
  561. bsound2.Volume = 5
  562. bsound:Play()
  563. bsound2:Play()
  564. local b1 = Instance.new("Part", tor1)
  565. b1.Anchored = true
  566. b1.CanCollide = false
  567. b1.Shape = "Cylinder"
  568. b1.BrickColor = BrickColor.new("Maroon")
  569. b1.Material = "Metal"
  570. b1.CFrame = tor1.CFrame * CFrame.new(0, 1, 0)
  571. b1.CFrame = b1.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  572. b1.Size = Vector3.new(0.1, 4, 4)
  573. local b2 = Instance.new("Part", tor2)
  574. b2.CanCollide = false
  575. b2.Anchored = true
  576. b2.Shape = "Cylinder"
  577. b2.BrickColor = BrickColor.new("Maroon")
  578. b2.Material = "Metal"
  579. b2.CFrame = tor2.CFrame * CFrame.new(0, 1, 0)
  580. b2.CFrame = b2.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
  581. b2.Size = Vector3.new(0.1, 4, 4)
  582. h1:remove()
  583. h2:remove()
  584. ttext:remove()
  585. tor3.Anchored = false
  586. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement