Advertisement
Tony12332

Kill Your Evil Cousins GUI MADE BY TONY12332 AND F0WC ON RBX

Oct 26th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.32 KB | None | 0 0
  1. --f0wc made it for me :)
  2. -- Instances:
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local AdminGUI = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextLabel_2 = Instance.new("TextLabel")
  7. local SA = Instance.new("TextButton")
  8. local Noclip = Instance.new("TextButton")
  9. local Fly = Instance.new("TextButton")
  10. local Kill = Instance.new("TextButton")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. local Close = Instance.new("TextButton")
  13. --Properties:
  14. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15.  
  16. AdminGUI.Name = "Admin GUI"
  17. AdminGUI.Parent = ScreenGui
  18. AdminGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  19. AdminGUI.Position = UDim2.new(0.247252762, 0, 0.15384616, 0)
  20. AdminGUI.Size = UDim2.new(0, 368, 0, 405)
  21. AdminGUI.Style = Enum.FrameStyle.RobloxRound
  22. AdminGUI.Active = true
  23. AdminGUI.Draggable = true
  24.  
  25. TextLabel.Parent = AdminGUI
  26. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  27. TextLabel.BackgroundTransparency = 1
  28. TextLabel.Position = UDim2.new(0.00748439506, 0, 0.96145314, 0)
  29. TextLabel.Size = UDim2.new(0, 85, 0, 22)
  30. TextLabel.Font = Enum.Font.SourceSans
  31. TextLabel.Text = "Made by f0wc"
  32. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  33. TextLabel.TextScaled = true
  34. TextLabel.TextSize = 14
  35. TextLabel.TextWrapped = true
  36.  
  37. TextLabel_2.Parent = AdminGUI
  38. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  39. TextLabel_2.BackgroundTransparency = 1
  40. TextLabel_2.Position = UDim2.new(0.0849438533, 0, -0.0197947565, 0)
  41. TextLabel_2.Size = UDim2.new(0, 292, 0, 48)
  42. TextLabel_2.Font = Enum.Font.GothamBold
  43. TextLabel_2.Text = "Kill Your Evil Cousins GUI"
  44. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  45. TextLabel_2.TextScaled = true
  46. TextLabel_2.TextSize = 14
  47. TextLabel_2.TextWrapped = true
  48.  
  49. SA.Name = "SA"
  50. SA.Parent = AdminGUI
  51. SA.BackgroundColor3 = Color3.new(0, 0, 0)
  52. SA.BorderColor3 = Color3.new(1, 1, 1)
  53. SA.Position = UDim2.new(0.0556576736, 0, 0.18964076, 0)
  54. SA.Size = UDim2.new(0, 154, 0, 44)
  55. SA.Font = Enum.Font.SourceSans
  56. SA.Text = "Silent Admin"
  57. SA.TextColor3 = Color3.new(1, 1, 1)
  58. SA.TextScaled = true
  59. SA.TextSize = 14
  60. SA.MouseButton1Down:connect(function()
  61. loadstring(game:GetObjects('rbxassetid://1028512898')[1].Source)()
  62. end)
  63.  
  64. Noclip.Name = "Noclip"
  65. Noclip.Parent = AdminGUI
  66. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  67. Noclip.BorderColor3 = Color3.new(1, 1, 1)
  68. Noclip.Position = UDim2.new(0.523048997, 0, 0.18964076, 0)
  69. Noclip.Size = UDim2.new(0, 154, 0, 44)
  70. Noclip.Font = Enum.Font.SourceSans
  71. Noclip.Text = "Noclip"
  72. Noclip.TextColor3 = Color3.new(1, 1, 1)
  73. Noclip.TextScaled = true
  74. Noclip.TextSize = 14
  75. Noclip.TextWrapped = true
  76. Noclip.MouseButton1Down:connect(function()
  77. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  78. end)
  79.  
  80. Fly.Name = "Fly"
  81. Fly.Parent = AdminGUI
  82. Fly.BackgroundColor3 = Color3.new(0, 0, 0)
  83. Fly.BorderColor3 = Color3.new(1, 1, 1)
  84. Fly.Position = UDim2.new(0.055657696, 0, 0.367418528, 0)
  85. Fly.Size = UDim2.new(0, 154, 0, 44)
  86. Fly.Font = Enum.Font.SourceSans
  87. Fly.Text = "Fly"
  88. Fly.TextColor3 = Color3.new(1, 1, 1)
  89. Fly.TextScaled = true
  90. Fly.TextSize = 14
  91. Fly.TextWrapped = true
  92. Fly.MouseButton1Down:connect(function()
  93. repeat wait()
  94. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  95. local mouse = game.Players.LocalPlayer:GetMouse()
  96. repeat wait() until mouse
  97. local plr = game.Players.LocalPlayer
  98. local torso = plr.Character.Torso
  99. local flying = true
  100. local deb = true
  101. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  102. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  103. local maxspeed = 100
  104. local speed = 0
  105.  
  106. function Fly()
  107. local bg = Instance.new("BodyGyro", torso)
  108. bg.P = 9e4
  109. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  110. bg.cframe = torso.CFrame
  111. local bv = Instance.new("BodyVelocity", torso)
  112. bv.velocity = Vector3.new(0,0.1,0)
  113. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  114. repeat wait()
  115. plr.Character.Humanoid.PlatformStand = true
  116. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  117. speed = speed+.5+(speed/maxspeed)
  118. if speed > maxspeed then
  119. speed = maxspeed
  120. end
  121. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  122. speed = speed-1
  123. if speed < 0 then
  124. speed = 0
  125. end
  126. end
  127. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  128. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  129. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  130. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  131. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  132. else
  133. bv.velocity = Vector3.new(0,0.1,0)
  134. end
  135. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  136. until not flying
  137. ctrl = {f = 0, b = 0, l = 0, r = 0}
  138. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  139. speed = 0
  140. bg:Destroy()
  141. bv:Destroy()
  142. plr.Character.Humanoid.PlatformStand = false
  143. end
  144. mouse.KeyDown:connect(function(key)
  145. if key:lower() == "e" then
  146. if flying then flying = false
  147. else
  148. flying = true
  149. Fly()
  150. end
  151. elseif key:lower() == "w" then
  152. ctrl.f = 1
  153. elseif key:lower() == "s" then
  154. ctrl.b = -1
  155. elseif key:lower() == "a" then
  156. ctrl.l = -1
  157. elseif key:lower() == "d" then
  158. ctrl.r = 1
  159. end
  160. end)
  161. mouse.KeyUp:connect(function(key)
  162. if key:lower() == "w" then
  163. ctrl.f = 0
  164. elseif key:lower() == "s" then
  165. ctrl.b = 0
  166. elseif key:lower() == "a" then
  167. ctrl.l = 0
  168. elseif key:lower() == "d" then
  169. ctrl.r = 0
  170. end
  171. end)
  172. Fly()
  173. end)
  174.  
  175. Kill.Name = "Kill"
  176. Kill.Parent = AdminGUI
  177. Kill.BackgroundColor3 = Color3.new(0, 0, 0)
  178. Kill.BorderColor3 = Color3.new(1, 1, 1)
  179. Kill.Position = UDim2.new(0.520331621, 0, 0.367418528, 0)
  180. Kill.Size = UDim2.new(0, 154, 0, 44)
  181. Kill.Font = Enum.Font.SourceSans
  182. Kill.Text = "Kill GUI"
  183. Kill.TextColor3 = Color3.new(1, 1, 1)
  184. Kill.TextScaled = true
  185. Kill.TextSize = 14
  186. Kill.TextWrapped = true
  187. Kill.MouseButton1Down:connect(function()
  188. -- Made By JackMcJagger15
  189. local FlingKill = Instance.new("ScreenGui")
  190. local Main = Instance.new("Frame")
  191. local Label = Instance.new("Frame")
  192. local Shadow = Instance.new("Frame")
  193. local StartKill = Instance.new("TextButton")
  194. local StopKill = Instance.new("TextButton")
  195. local Instructions = Instance.new("TextLabel")
  196. local CurrentPower = Instance.new("TextLabel")
  197. local Recomendation = Instance.new("TextLabel")
  198. local NameOfGui = Instance.new("TextLabel")
  199. local Exit = Instance.new("TextButton")
  200. local UPArrow = Instance.new("TextButton")
  201. local DownArrow = Instance.new("TextButton")
  202.  
  203. -- Properties
  204.  
  205. FlingKill.Name = "Fling/Kill"
  206. FlingKill.Parent = game.CoreGui
  207.  
  208. Main.Name = "Main"
  209. Main.Parent = FlingKill
  210. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  211. Main.BorderSizePixel = 0
  212. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  213. Main.Size = UDim2.new(0, 217, 0, 233)
  214. Main.Selectable = true
  215. Main.Active = true
  216. Main.Draggable = true
  217.  
  218. Label.Name = "Label"
  219. Label.Parent = Main
  220. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  221. Label.BorderSizePixel = 0
  222. Label.Size = UDim2.new(0, 217, 0, 27)
  223.  
  224. Shadow.Name = "Shadow"
  225. Shadow.Parent = Main
  226. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  227. Shadow.BorderSizePixel = 0
  228. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  229. Shadow.Size = UDim2.new(0, 217, 0, 9)
  230.  
  231. StartKill.Name = "StartKill"
  232. StartKill.Parent = Main
  233. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  234. StartKill.BorderSizePixel = 0
  235. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  236. StartKill.Size = UDim2.new(0, 126, 0, 23)
  237. StartKill.Font = Enum.Font.Cartoon
  238. StartKill.Text = "FE Kill/Fling"
  239. StartKill.TextColor3 = Color3.new(0, 0, 0)
  240. StartKill.TextSize = 14
  241.  
  242. StopKill.Name = "StopKill"
  243. StopKill.Parent = Main
  244. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  245. StopKill.BorderSizePixel = 0
  246. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  247. StopKill.Size = UDim2.new(0, 124, 0, 23)
  248. StopKill.Font = Enum.Font.Cartoon
  249. StopKill.Text = "Stop FE Kill/Fling"
  250. StopKill.TextColor3 = Color3.new(0, 0, 0)
  251. StopKill.TextSize = 14
  252.  
  253. Instructions.Name = "Instructions"
  254. Instructions.Parent = Main
  255. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  256. Instructions.BackgroundTransparency = 1
  257. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  258. Instructions.Size = UDim2.new(0, 200, 0, 32)
  259. Instructions.Font = Enum.Font.Cartoon
  260. Instructions.Text = "Just touch someone to watch the fly to their death!"
  261. Instructions.TextColor3 = Color3.new(0, 0, 0)
  262. Instructions.TextSize = 14
  263. Instructions.TextWrapped = true
  264.  
  265. CurrentPower.Name = "CurrentPower"
  266. CurrentPower.Parent = Main
  267. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  268. CurrentPower.BackgroundTransparency = 1
  269. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  270. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  271. CurrentPower.Font = Enum.Font.Cartoon
  272. CurrentPower.Text = "Current Power = 5"
  273. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  274. CurrentPower.TextSize = 14
  275.  
  276. Recomendation.Name = "Recomendation"
  277. Recomendation.Parent = Main
  278. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  279. Recomendation.BackgroundTransparency = 1
  280. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  281. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  282. Recomendation.Font = Enum.Font.Cartoon
  283. Recomendation.Text = "Recommended Power is 5"
  284. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  285. Recomendation.TextSize = 14
  286.  
  287. NameOfGui.Name = "NameOfGui"
  288. NameOfGui.Parent = Main
  289. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  290. NameOfGui.BackgroundTransparency = 1
  291. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  292. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  293. NameOfGui.Font = Enum.Font.Cartoon
  294. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  295. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  296. NameOfGui.TextSize = 14
  297.  
  298. Exit.Name = "Exit"
  299. Exit.Parent = Main
  300. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  301. Exit.BackgroundTransparency = 1
  302. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  303. Exit.Size = UDim2.new(0, 20, 0, 27)
  304. Exit.Font = Enum.Font.Cartoon
  305. Exit.Text = "X"
  306. Exit.TextColor3 = Color3.new(0, 0, 0)
  307. Exit.TextSize = 14
  308.  
  309. UPArrow.Name = "UPArrow"
  310. UPArrow.Parent = Main
  311. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  312. UPArrow.BackgroundTransparency = 1
  313. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  314. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  315. UPArrow.Font = Enum.Font.Cartoon
  316. UPArrow.Text = "Up"
  317. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  318. UPArrow.TextSize = 12
  319. UPArrow.TextWrapped = true
  320.  
  321. DownArrow.Name = "DownArrow"
  322. DownArrow.Parent = Main
  323. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  324. DownArrow.BackgroundTransparency = 1
  325. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  326. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  327. DownArrow.Font = Enum.Font.Cartoon
  328. DownArrow.Text = "Down"
  329. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  330. DownArrow.TextSize = 12
  331. DownArrow.TextWrapped = true
  332.  
  333. power = 500
  334. active = false
  335. local val = Instance.new("IntValue")
  336. val.Name = "Number"
  337. val.Parent = game.Players.LocalPlayer
  338. val.Value = 5
  339.  
  340. Exit.MouseButton1Click:connect(function()
  341. FlingKill.Enabled = false
  342. end)
  343.  
  344. StartKill.MouseButton1Click:connect(function()
  345. game:GetService('RunService').Stepped:connect(function()
  346. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  347. game.Players.LocalPlayer.Character.Head.CanCollide = false
  348. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  349. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  350. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  351. else
  352. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  353. game.Players.LocalPlayer.Character.Head.CanCollide = false
  354. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  355. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  356. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  357. end
  358. end
  359. end)
  360. wait(.1)
  361. local bambam = Instance.new("BodyThrust")
  362. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  363. bambam.Force = Vector3.new(power,0,power)
  364. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  365. end)
  366.  
  367. StopKill.MouseButton1Click:connect(function()
  368. active = false
  369. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  370. end)
  371.  
  372. UPArrow.MouseButton1Click:connect(function()
  373. power = power + 100
  374. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  375. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  376. end)
  377.  
  378. DownArrow.MouseButton1Click:connect(function()
  379. power = power - 100
  380. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  381. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  382. end)
  383. end)
  384.  
  385. TextLabel_3.Parent = AdminGUI
  386. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  387. TextLabel_3.BackgroundTransparency = 1
  388. TextLabel_3.Position = UDim2.new(0.0822264627, 0, 0.636995375, 0)
  389. TextLabel_3.Size = UDim2.new(0, 292, 0, 48)
  390. TextLabel_3.Font = Enum.Font.GothamBold
  391. TextLabel_3.Text = "Shout out to Trinox on Roblox for the cool UI"
  392. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  393. TextLabel_3.TextScaled = true
  394. TextLabel_3.TextSize = 14
  395. TextLabel_3.TextWrapped = true
  396.  
  397. Close.Name = "Close"
  398. Close.Parent = AdminGUI
  399. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  400. Close.BackgroundTransparency = 1
  401. Close.Position = UDim2.new(0.701086938, 0, -0.0493827164, 0)
  402. Close.Size = UDim2.new(0, 200, 0, 50)
  403. Close.Font = Enum.Font.GothamBold
  404. Close.Text = "X"
  405. Close.TextColor3 = Color3.new(1, 1, 1)
  406. Close.TextSize = 14
  407. Close.MouseButton1Down:connect(function()
  408. TextLabel.Visible = true
  409. AdminGUI.Visible = false
  410. end)
  411. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement