Advertisement
Guest User

OPENGUI V1 - BY INC

a guest
Aug 21st, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.33 KB | None | 0 0
  1. --OBJECTS AREA-----------------------------
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local TextButton = Instance.new("TextButton")
  5. local TextButton1 = Instance.new("TextButton")
  6. local remove1 = Instance.new("TextButton")
  7. local maxhealth = Instance.new("TextButton")
  8. local forcefield = Instance.new("TextButton")
  9. local jihad = Instance.new("TextButton")
  10. --PROPERTIES AREA--------------------------
  11. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  12. ScreenGui.Enabled = true
  13.  
  14. Frame.Parent = game.Players.LocalPlayer.PlayerGui.ScreenGui
  15. Frame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  16. Frame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  17. Frame.Position = UDim2.new(0.000231360551, 0, 0.469149321, 0)
  18. Frame.Size = UDim2.new(0, 187, 0, 26)
  19.  
  20. TextButton.Parent = Frame
  21. TextButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  22. TextButton.BorderColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  23. TextButton.BorderSizePixel = 2
  24. TextButton.Position = UDim2.new(-0.00385776907, 0, -0.0196720064, 0)
  25. TextButton.Size = UDim2.new(0, 187, 0, 26)
  26. TextButton.Font = Enum.Font.Code
  27. TextButton.FontSize = Enum.FontSize.Size14
  28. TextButton.Text = "OPENGUI"
  29. TextButton.TextColor3 = Color3.new(0.654902, 0, 0)
  30. TextButton.TextScaled = true
  31. TextButton.TextSize = 14
  32. TextButton.TextStrokeTransparency = 0
  33. TextButton.TextWrapped = true
  34.  
  35. TextButton1.Name = "TextButton1"
  36. TextButton1.Parent = Frame
  37. TextButton1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  38. TextButton1.BorderColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  39. TextButton1.BorderSizePixel = 2
  40. TextButton1.Position = UDim2.new(-0.00385776907, 0, -0.0196720064, 0)
  41. TextButton1.Size = UDim2.new(0, 187, 0, 26)
  42. TextButton1.Visible = false
  43. TextButton1.Font = Enum.Font.Code
  44. TextButton1.FontSize = Enum.FontSize.Size14
  45. TextButton1.Text = "CLOSEGUI"
  46. TextButton1.TextColor3 = Color3.new(0.654902, 0, 0)
  47. TextButton1.TextScaled = true
  48. TextButton1.TextSize = 14
  49. TextButton1.TextStrokeTransparency = 0
  50. TextButton1.TextWrapped = true
  51.  
  52. remove1.Name = "remove2"
  53. remove1.Parent = Frame
  54. remove1.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  55. remove1.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  56. remove1.BorderSizePixel = 0
  57. remove1.Position = UDim2.new(0, 0, 0.0666666701, 0)
  58. remove1.Size = UDim2.new(0, 188, 0, 20)
  59. remove1.Visible = false
  60. remove1.Font = Enum.Font.SourceSans
  61. remove1.FontSize = Enum.FontSize.Size14
  62. remove1.Text = "INVISIBLE"
  63. remove1.TextColor3 = Color3.new(0.654902, 0, 0)
  64. remove1.TextScaled = true
  65. remove1.TextSize = 14
  66. remove1.TextStrokeTransparency = 0
  67. remove1.TextWrapped = true
  68.  
  69. maxhealth.Name = "maxhealth1"
  70. maxhealth.Parent = Frame
  71. maxhealth.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  72. maxhealth.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  73. maxhealth.BorderSizePixel = 0
  74. maxhealth.Position = UDim2.new(0, 0, 0.163333327, 0)
  75. maxhealth.Size = UDim2.new(0, 188, 0, 20)
  76. maxhealth.Visible = false
  77. maxhealth.Font = Enum.Font.SourceSans
  78. maxhealth.FontSize = Enum.FontSize.Size14
  79. maxhealth.Text = "MAX HEALTH"
  80. maxhealth.TextColor3 = Color3.new(0.654902, 0, 0)
  81. maxhealth.TextScaled = true
  82. maxhealth.TextSize = 14
  83. maxhealth.TextStrokeTransparency = 0
  84. maxhealth.TextWrapped = true
  85.  
  86. forcefield.Name = "forcefield"
  87. forcefield.Parent = Frame
  88. forcefield.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  89. forcefield.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  90. forcefield.BorderSizePixel = 0
  91. forcefield.Position = UDim2.new(0, 0, 0.25999999, 0)
  92. forcefield.Size = UDim2.new(0, 188, 0, 20)
  93. forcefield.Visible = false
  94. forcefield.Font = Enum.Font.SourceSans
  95. forcefield.FontSize = Enum.FontSize.Size14
  96. forcefield.Text = "FORCEFIELD"
  97. forcefield.TextColor3 = Color3.new(0.654902, 0, 0)
  98. forcefield.TextScaled = true
  99. forcefield.TextSize = 14
  100. forcefield.TextStrokeTransparency = 0
  101. forcefield.TextWrapped = true
  102.  
  103. jihad.Name = "jihad2"
  104. jihad.Parent = Frame
  105. jihad.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  106. jihad.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  107. jihad.BorderSizePixel = 0
  108. jihad.Position = UDim2.new(0, 0, 0.360000014, 0)
  109. jihad.Size = UDim2.new(0, 188, 0, 20)
  110. jihad.Visible = false
  111. jihad.Font = Enum.Font.SourceSans
  112. jihad.FontSize = Enum.FontSize.Size14
  113. jihad.Text = "JIHAD (SUICIDAL)"
  114. jihad.TextColor3 = Color3.new(0.654902, 0, 0)
  115. jihad.TextScaled = true
  116. jihad.TextSize = 14
  117. jihad.TextStrokeTransparency = 0
  118. jihad.TextWrapped = true
  119. --------SCRIPTS AREA--------------------------
  120. z = game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame
  121. z.Parent = game.Players.LocalPlayer.PlayerGui.ScreenGui
  122. ----------------------------------------------
  123. function Open()
  124. --Script by @Inc on V3RMILLION.NET
  125. z.Size = UDim2.new(0, 187, 0, 300)
  126. z.Size = UDim2.new(0, 187, 0, 300)
  127. z.TextButton1.Visible = true
  128. z.TextButton1.Visible = true
  129. z.TextButton.Visible = false
  130. z.TextButton.Visible = false
  131. z.remove2.Visible = true
  132. z.remove2.Visible = true
  133. z.maxhealth1.Visible = true
  134. z.maxhealth1.Visible = true
  135. z.forcefield.Visible = true
  136. z.jihad2.Visible = true
  137. z.forcefield.Visible = true
  138. z.jihad2.Visible = true
  139. end
  140. z.TextButton.MouseButton1Click:connect(Open)
  141. ----------------------------------------------
  142. --Incase of a update
  143. --while game.StarterGui.ScreenGui.Frame.Size < UDim2(0, 188 , 0, 300) do
  144. --game.StarterGui.ScreenGui.Frame.Size = UDim2.new(0, 188, 0, 27)
  145. -- + UDim2.new(0, 0, 0, 1)
  146. --end
  147. ----------------------------------------------
  148. z = game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame
  149. z.Parent = game.Players.LocalPlayer.PlayerGui.ScreenGui
  150. ----------------------------------------------
  151. function Close()
  152. --Script by @Inc on V3RMILLION.NET
  153. z.Size = UDim2.new(0, 187, 0, 26)
  154. z.Size = UDim2.new(0, 187, 0, 26)
  155. z.TextButton1.Visible = false
  156. z.TextButton1.Visible = false
  157. z.TextButton.Visible = true
  158. z.TextButton.Visible = true
  159. z.remove2.Visible = false
  160. z.remove2.Visible = false
  161. z.maxhealth1.Visible = false
  162. z.maxhealth1.Visible = false
  163. z.forcefield.Visible = false
  164. z.jihad2.Visible = false
  165. z.forcefield.Visible = false
  166. z.jihad2.Visible = false
  167. ---------------------------------------------
  168.  
  169. end
  170. z.TextButton1.MouseButton1Click:connect(Close)
  171. ----------------------------------------------
  172. i = Instance.new("ForceField")
  173. z = game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame
  174. e = game.Players.LocalPlayer
  175. w = game.Players.LocalPlayer
  176. z.Parent = game.Players.LocalPlayer.PlayerGui.ScreenGui
  177. ----------------------------------------------
  178. function forcefield1()
  179. p = Instance.new("ForceField")
  180. p.Name = "ForceField"
  181. p.Parent = game.Players.LocalPlayer.Character
  182. p.Visible = true
  183. p.Archivable = true
  184. end
  185. game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame.forcefield.MouseButton1Click:connect(forcefield1)
  186. ----------------------------------------------
  187. p1 = Instance.new("Explosion")
  188. z = game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame
  189. z.Parent = game.Players.LocalPlayer.PlayerGui.ScreenGui
  190. ----------------------------------------------
  191. function jihad2()
  192. --Script by @Inc on V3RMILLION.NET
  193. p1.Name = "Explosion"
  194. p1.Parent = game.Players.LocalPlayer.Character
  195. p1.Visible = true
  196. p1.Archivable = true
  197. p1.BlastPressure = 500000000000000000000000000
  198. p1.BlastRadius = 20
  199. p1.DestroyJointRadiusPercent = 1
  200. p1.ExplosionType = "CratersAndDebris"
  201. end
  202. z.jihad2.MouseButton1Click:connect(jihad2)
  203. ----------------------------------------------
  204. i = game.Players.LocalPlayer.Character
  205. z = game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame
  206. z.Parent = game.Players.LocalPlayer.PlayerGui.ScreenGui
  207. ----------------------------------------------
  208. function remove1()
  209. --Transparency Script By @Inc for R15
  210. i.LeftFoot.Transparency = 1
  211. i.LeftHand.Transparency = 1
  212. i.LeftLowerArm.Transparency = 1
  213. i.LeftLowerLeg.Transparency = 1
  214. i.LowerTorso.Transparency = 1
  215. i.LeftUpperArm.Transparency = 1
  216. i.LeftUpperLeg.Transparency = 1
  217. i.LowerTorso.Transparency = 1
  218. i.RightFoot.Transparency = 1
  219. i.RightHand.Transparency = 1
  220. i.RightLowerArm.Transparency = 1
  221. i.RightLowerLeg.Transparency = 1
  222. i.RightUpperArm.Transparency = 1
  223. i.RightUpperLeg.Transparency = 1
  224. i.UpperTorso.Transparency = 1
  225. i.Head.Transparency = 1
  226. i.Head.face.Transparency = 1
  227. i.HumanoidRootPart.Transparency = 1
  228. --------------------------------------------
  229. --Transparency Script By @Inc for R6
  230. i.Head.Transparency = 1
  231. i.Head.face.Transparency = 1
  232. i.HumanoidRootPart.Transparency = 1
  233. i["Left Arm"].Transparency = 1
  234. i["Left Leg"].Transparency = 1
  235. i["Right Arm"].Transparency = 1
  236. i["Right Leg"].Transparency = 1
  237. i.Torso.Transparency = 1
  238. end
  239. z.remove2.MouseButton1Click:connect(remove1)
  240. ----------------------------------------------
  241. i = game.Players.LocalPlayer.Character
  242. i.Parent = game.Players.LocalPlayer
  243. z = game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame
  244. z.Parent = game.Players.LocalPlayer.PlayerGui.ScreenGui
  245. ----------------------------------------------
  246. function maxhealth()
  247. --MaxHealth script by Inc
  248. i.Humanoid.Health = 129515789275980175897608957106701617069786166166162161621616161.000
  249. game.Players.LocalPlayer.Character.Humanoid.Health = 129515789275980175897608957106701617069786166166162161621616161.000
  250. end
  251. game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame.maxhealth1.MouseButton1Click:connect(maxhealth)
  252. ----------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement