Migas3456

Untitled

May 20th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. -- Objects
  2.  
  3. local phemzyxR15 = Instance.new("ScreenGui")
  4. local Topbar = Instance.new("Frame")
  5. local menu = Instance.new("Frame")
  6. local fe = Instance.new("TextLabel")
  7. local R15 = Instance.new("TextButton")
  8. local Separator = Instance.new("TextButton")
  9. local rh = Instance.new("TextButton")
  10. local lh = Instance.new("TextButton")
  11. local rlarm = Instance.new("TextButton")
  12. local llarm = Instance.new("TextButton")
  13. local fe_2 = Instance.new("TextLabel")
  14. local invis = Instance.new("TextButton")
  15. local cut = Instance.new("TextButton")
  16. local title = Instance.new("TextLabel")
  17.  
  18. -- Properties
  19.  
  20. phemzyxR15.Name = "phemzyxR15"
  21. phemzyxR15.Parent = game.CoreGui
  22.  
  23. Topbar.Name = "Topbar"
  24. Topbar.Parent = phemzyxR15
  25. Topbar.Active = true
  26. Topbar.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  27. Topbar.BorderColor3 = Color3.new(1, 0, 0)
  28. Topbar.BorderSizePixel = 2
  29. Topbar.Draggable = true
  30. Topbar.Position = UDim2.new(0.4375, -100, 0.499388754, -13)
  31. Topbar.Selectable = true
  32. Topbar.Size = UDim2.new(0, 362, 0, 27)
  33.  
  34. menu.Name = "menu"
  35. menu.Parent = Topbar
  36. menu.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  37. menu.BorderColor3 = Color3.new(1, 0, 0)
  38. menu.BorderSizePixel = 2
  39. menu.Position = UDim2.new(0, 0, 0, 27)
  40. menu.Size = UDim2.new(0, 362, 0, 200)
  41.  
  42. fe.Name = "fe"
  43. fe.Parent = menu
  44. fe.BackgroundColor3 = Color3.new(1, 1, 1)
  45. fe.BackgroundTransparency = 1
  46. fe.Position = UDim2.new(0, 279, 0, -27)
  47. fe.Size = UDim2.new(0, 83, 0, 27)
  48. fe.Font = Enum.Font.ArialBold
  49. fe.FontSize = Enum.FontSize.Size14
  50. fe.Text = "FE IS ON"
  51. fe.TextColor3 = Color3.new(1, 1, 1)
  52. fe.TextSize = 13
  53.  
  54. R15.Name = "R15"
  55. R15.Parent = menu
  56. R15.BackgroundColor3 = Color3.new(0.247059, 0, 0)
  57. R15.BorderColor3 = Color3.new(1, 0, 0)
  58. R15.Size = UDim2.new(0, 51, 0, 25)
  59. R15.Font = Enum.Font.SourceSans
  60. R15.FontSize = Enum.FontSize.Size14
  61. R15.Text = "R15"
  62. R15.TextColor3 = Color3.new(1, 1, 1)
  63. R15.TextSize = 14
  64.  
  65. Separator.Name = "Separator"
  66. Separator.Parent = menu
  67. Separator.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  68. Separator.BorderColor3 = Color3.new(1, 0, 0)
  69. Separator.Position = UDim2.new(0, 0, 0.136000007, 0)
  70. Separator.Selectable = false
  71. Separator.Size = UDim2.new(0, 362, 0, 0)
  72. Separator.Font = Enum.Font.SourceSans
  73. Separator.FontSize = Enum.FontSize.Size14
  74. Separator.Text = ""
  75. Separator.TextColor3 = Color3.new(1, 1, 1)
  76. Separator.TextSize = 14
  77.  
  78. rh.Name = "rh"
  79. rh.Parent = menu
  80. rh.BackgroundColor3 = Color3.new(0.133333, 0, 0)
  81. rh.BorderColor3 = Color3.new(1, 0, 0)
  82. rh.Position = UDim2.new(0.0165745858, 0, 0.200000003, 0)
  83. rh.Size = UDim2.new(0, 82, 0, 27)
  84. rh.Font = Enum.Font.ArialBold
  85. rh.FontSize = Enum.FontSize.Size12
  86. rh.Text = "RIGHT HAND"
  87. rh.TextColor3 = Color3.new(1, 1, 1)
  88. rh.TextSize = 12
  89.  
  90. lh.Name = "lh"
  91. lh.Parent = menu
  92. lh.BackgroundColor3 = Color3.new(0.133333, 0, 0)
  93. lh.BorderColor3 = Color3.new(1, 0, 0)
  94. lh.Position = UDim2.new(0.243093923, 0, 0.200000003, 0)
  95. lh.Size = UDim2.new(0, 82, 0, 27)
  96. lh.Font = Enum.Font.ArialBold
  97. lh.FontSize = Enum.FontSize.Size12
  98. lh.Text = "LEFT HAND"
  99. lh.TextColor3 = Color3.new(1, 1, 1)
  100. lh.TextSize = 12
  101.  
  102. rlarm.Name = "rlarm"
  103. rlarm.Parent = menu
  104. rlarm.BackgroundColor3 = Color3.new(0.133333, 0, 0)
  105. rlarm.BorderColor3 = Color3.new(1, 0, 0)
  106. rlarm.Position = UDim2.new(0.0165745914, 0, 0.335000008, 0)
  107. rlarm.Size = UDim2.new(0, 82, 0, 27)
  108. rlarm.Font = Enum.Font.ArialBold
  109. rlarm.FontSize = Enum.FontSize.Size12
  110. rlarm.Text = "RIGHT LOWER ARM"
  111. rlarm.TextColor3 = Color3.new(1, 1, 1)
  112. rlarm.TextSize = 12
  113. rlarm.TextWrapped = true
  114.  
  115. llarm.Name = "llarm"
  116. llarm.Parent = menu
  117. llarm.BackgroundColor3 = Color3.new(0.133333, 0, 0)
  118. llarm.BorderColor3 = Color3.new(1, 0, 0)
  119. llarm.Position = UDim2.new(0.243093923, 0, 0.335000008, 0)
  120. llarm.Size = UDim2.new(0, 82, 0, 27)
  121. llarm.Font = Enum.Font.ArialBold
  122. llarm.FontSize = Enum.FontSize.Size12
  123. llarm.Text = "LEFT LOWER ARM"
  124. llarm.TextColor3 = Color3.new(1, 1, 1)
  125. llarm.TextSize = 12
  126. llarm.TextWrapped = true
  127.  
  128. fe_2.Name = "fe"
  129. fe_2.Parent = menu
  130. fe_2.BackgroundColor3 = Color3.new(1, 1, 1)
  131. fe_2.BackgroundTransparency = 1
  132. fe_2.Position = UDim2.new(0, 51, 0, 138)
  133. fe_2.Size = UDim2.new(0, 73, 0, 27)
  134. fe_2.Font = Enum.Font.ArialBold
  135. fe_2.FontSize = Enum.FontSize.Size14
  136. fe_2.Text = "more coming soon.."
  137. fe_2.TextColor3 = Color3.new(1, 1, 1)
  138. fe_2.TextSize = 13
  139.  
  140. invis.Name = "invis"
  141. invis.Parent = menu
  142. invis.BackgroundColor3 = Color3.new(0.133333, 0, 0)
  143. invis.BorderColor3 = Color3.new(1, 0, 0)
  144. invis.Position = UDim2.new(0.585635364, 0, 0.200000003, 0)
  145. invis.Size = UDim2.new(0, 122, 0, 54)
  146. invis.Font = Enum.Font.ArialBold
  147. invis.FontSize = Enum.FontSize.Size18
  148. invis.Text = "INVISIBLE"
  149. invis.TextColor3 = Color3.new(1, 1, 1)
  150. invis.TextSize = 16
  151. invis.TextWrapped = true
  152.  
  153. cut.Name = "cut"
  154. cut.Parent = menu
  155. cut.BackgroundColor3 = Color3.new(0.133333, 0, 0)
  156. cut.BorderColor3 = Color3.new(1, 0, 0)
  157. cut.Position = UDim2.new(0.585635364, 0, 0.470000029, 0)
  158. cut.Size = UDim2.new(0, 122, 0, 54)
  159. cut.Font = Enum.Font.ArialBold
  160. cut.FontSize = Enum.FontSize.Size18
  161. cut.Text = "CUT BODY IN HALF"
  162. cut.TextColor3 = Color3.new(1, 1, 1)
  163. cut.TextSize = 16
  164. cut.TextWrapped = true
  165.  
  166. title.Name = "title"
  167. title.Parent = Topbar
  168. title.BackgroundColor3 = Color3.new(1, 1, 1)
  169. title.BackgroundTransparency = 1
  170. title.Size = UDim2.new(0, 124, 0, 27)
  171. title.Font = Enum.Font.Arial
  172. title.FontSize = Enum.FontSize.Size18
  173. title.Text = "GUI by Phemzyx"
  174. title.TextColor3 = Color3.new(1, 1, 1)
  175. title.TextSize = 18
  176.  
  177. --Functions
  178.  
  179. lh.MouseButton1Click:connect(function()
  180. game.Players.LocalPlayer.Character.LeftHand.LeftWrist:Destroy()
  181. end)
  182.  
  183. rh.MouseButton1Click:connect(function()
  184. game.Players.LocalPlayer.Character.RightHand.RightWrist:Destroy()
  185. end)
  186.  
  187. llarm.MouseButton1Click:connect(function()
  188. game.Players.LocalPlayer.Character.LeftLowerArm.LeftElbow:Destroy()
  189. end)
  190.  
  191. rlarm.MouseButton1Click:connect(function()
  192. game.Players.LocalPlayer.Character.RightLowerArm.RightElbow:Destroy()
  193. end)
  194.  
  195. if game.Workspace.FilteringEnabled == true
  196. then fe.Text = "FE IS ON"
  197. else fe.Text = "FE IS OFF"
  198. end
  199.  
  200. cut.MouseButton1Click:connect(function()
  201. game.Players.LocalPlayer.Character.UpperTorso.Waist:Destroy()
  202. end)
  203.  
  204. invis.MouseButton1Click:connect(function()
  205. game.Players.LocalPlayer.Character.LowerTorso.Root:Destroy()
  206. end)
Add Comment
Please, Sign In to add comment