Advertisement
Guest User

obsidian gui

a guest
Aug 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.65 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Obsidian = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Header = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local sliderframe = Instance.new("Frame")
  8. local sliderheader = Instance.new("Frame")
  9. local credits = Instance.new("TextLabel")
  10. local SelectorBTN = Instance.new("TextButton")
  11. local ImageLabel = Instance.new("ImageLabel")
  12. local ESPButton = Instance.new("TextButton")
  13. local CommandBtn = Instance.new("TextButton")
  14. local announcetitle = Instance.new("TextLabel")
  15. local announcement = Instance.new("TextLabel")
  16. local Circle = Instance.new("ImageLabel")
  17. local MainCMDS = Instance.new("Frame")
  18. local cmdheader = Instance.new("Frame")
  19. local cmdtitle = Instance.new("TextLabel")
  20. local Valuebox = Instance.new("TextBox")
  21. local Gravitybtn = Instance.new("TextButton")
  22. local JPBtn = Instance.new("TextButton")
  23. local WSBtn = Instance.new("TextButton")
  24. local ImageLabel_2 = Instance.new("ImageLabel")
  25. local values = Valuebox.Text
  26. -- Objects
  27.  
  28. local JPBtn2 = Instance.new("TextButton")
  29. local WSBtn2 = Instance.new("TextButton")
  30. local Gravitybtn2 = Instance.new("TextButton")
  31.  
  32. -- Properties
  33.  
  34. JPBtn2.Name = "JPBtn"
  35. JPBtn2.Parent = MainCMDS
  36. JPBtn2.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  37. JPBtn2.BorderSizePixel = 0
  38. JPBtn2.Position = UDim2.new(0.709570944, 0, 0.510955691, 0)
  39. JPBtn2.Size = UDim2.new(0, 79, 0, 26)
  40. JPBtn2.ZIndex = 2
  41. JPBtn2.Font = Enum.Font.SourceSansLight
  42. JPBtn2.Text = "+10 JP"
  43. JPBtn2.TextColor3 = Color3.new(1, 1, 1)
  44. JPBtn2.TextSize = 14
  45.  
  46. WSBtn2.Name = "WSBtn"
  47. WSBtn2.Parent = MainCMDS
  48. WSBtn2.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  49. WSBtn2.BorderSizePixel = 0
  50. WSBtn2.Position = UDim2.new(0.0297029708, 0, 0.510955691, 0)
  51. WSBtn2.Size = UDim2.new(0, 79, 0, 26)
  52. WSBtn2.ZIndex = 2
  53. WSBtn2.Font = Enum.Font.SourceSansLight
  54. WSBtn2.Text = "+10 Walkspeed"
  55. WSBtn2.TextColor3 = Color3.new(1, 1, 1)
  56. WSBtn2.TextSize = 14
  57.  
  58. Gravitybtn2.Name = "Gravitybtn"
  59. Gravitybtn2.Parent = MainCMDS
  60. Gravitybtn2.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  61. Gravitybtn2.BorderSizePixel = 0
  62. Gravitybtn2.Position = UDim2.new(0.363036305, 0, 0.510955691, 0)
  63. Gravitybtn2.Size = UDim2.new(0, 81, 0, 26)
  64. Gravitybtn2.ZIndex = 2
  65. Gravitybtn2.Font = Enum.Font.SourceSansLight
  66. Gravitybtn2.Text = "+10 Gravity"
  67. Gravitybtn2.TextColor3 = Color3.new(1, 1, 1)
  68. Gravitybtn2.TextSize = 14
  69. -- Objects
  70.  
  71. local nextbtn = Instance.new("TextButton")
  72.  
  73. -- Properties
  74.  
  75. nextbtn.Name = "nextbtn"
  76. nextbtn.Parent = MainCMDS
  77. nextbtn.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  78. nextbtn.BorderSizePixel = 0
  79. nextbtn.Position = UDim2.new(0.702970266, 0, 0.768265605, 0)
  80. nextbtn.Size = UDim2.new(0, 79, 0, 26)
  81. nextbtn.ZIndex = 2
  82. nextbtn.Font = Enum.Font.SourceSansLight
  83. nextbtn.Text = "Next "
  84. nextbtn.TextColor3 = Color3.new(1, 1, 1)
  85. nextbtn.TextSize = 14
  86. -- Objects
  87.  
  88. local cmdexit = Instance.new("TextButton")
  89.  
  90. -- Properties
  91.  
  92. cmdexit.Name = "cmdexit"
  93. cmdexit.Parent = MainCMDS
  94. cmdexit.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  95. cmdexit.BorderSizePixel = 0
  96. cmdexit.Position = UDim2.new(0.0297029708, 0, 0.76608187, 0)
  97. cmdexit.Size = UDim2.new(0, 79, 0, 27)
  98. cmdexit.ZIndex = 2
  99. cmdexit.Font = Enum.Font.SourceSansLight
  100. cmdexit.Text = "Close"
  101. cmdexit.TextColor3 = Color3.new(1, 1, 1)
  102. cmdexit.TextSize = 14
  103.  
  104. -- Properties
  105.  
  106. Obsidian.Name = "Obsidian"
  107. Obsidian.Parent = game.CoreGui
  108.  
  109. Main.Name = "Main"
  110. Main.Parent = Obsidian
  111. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  112. Main.BorderSizePixel = 0
  113. Main.Position = UDim2.new(0, 152, 0, 120)
  114. Main.Size = UDim2.new(0, 303, 0, 158)
  115. Main.ZIndex = 4
  116. Main.Draggable = true
  117. Main.Active = true
  118.  
  119. Header.Name = "Header"
  120. Header.Parent = Main
  121. Header.Active = true
  122. Header.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  123. Header.BorderSizePixel = 0
  124. Header.Position = UDim2.new(0, 0, -0.109677419, 0)
  125. Header.Size = UDim2.new(0, 303, 0, 34)
  126. Header.ZIndex = 4
  127.  
  128. Title.Name = "Title"
  129. Title.Parent = Header
  130. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  131. Title.BackgroundTransparency = 1
  132. Title.BorderSizePixel = 0
  133. Title.Position = UDim2.new(0.169905886, 0, 0.00966386497, 0)
  134. Title.Size = UDim2.new(0, 200, 0, 35)
  135. Title.ZIndex = 10
  136. Title.Font = Enum.Font.SourceSansLight
  137. Title.Text = "Obsidian 1.0.0"
  138. Title.TextColor3 = Color3.new(1, 1, 1)
  139. Title.TextSize = 30
  140.  
  141. sliderframe.Name = "sliderframe"
  142. sliderframe.Parent = Main
  143. sliderframe.BackgroundColor3 = Color3.new(1, 1, 1)
  144. sliderframe.BorderSizePixel = 0
  145. sliderframe.Position = UDim2.new(0, 273, 0, -17)
  146. sliderframe.Size = UDim2.new(0, 30, 0, 175)
  147. sliderframe.ZIndex = 3
  148.  
  149. sliderheader.Name = "sliderheader"
  150. sliderheader.Parent = sliderframe
  151. sliderheader.Active = true
  152. sliderheader.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  153. sliderheader.BorderSizePixel = 0
  154. sliderheader.Size = UDim2.new(0, 30, 0, 34)
  155. sliderheader.ZIndex = 4
  156.  
  157. credits.Name = "credits"
  158. credits.Parent = sliderframe
  159. credits.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  160. credits.BorderSizePixel = 0
  161. credits.Position = UDim2.new(-1.93988276, 0, 0.234285712, 0)
  162. credits.Size = UDim2.new(0, 88, 0, 121)
  163. credits.ZIndex = 3
  164. credits.Font = Enum.Font.SourceSansLight
  165. credits.Text = "Scripts made by: Liga#1759 Design made by: Kxea#4295"
  166. credits.TextColor3 = Color3.new(1, 1, 1)
  167. credits.TextSize = 14
  168. credits.TextWrapped = true
  169.  
  170. SelectorBTN.Name = "SelectorBTN"
  171. SelectorBTN.Parent = Main
  172. SelectorBTN.BackgroundColor3 = Color3.new(0.176471, 0.203922, 0.211765)
  173. SelectorBTN.BackgroundTransparency = 1
  174. SelectorBTN.BorderSizePixel = 0
  175. SelectorBTN.Position = UDim2.new(0.874587476, 0, -0.103225805, 0)
  176. SelectorBTN.Size = UDim2.new(0, 32, 0, 28)
  177. SelectorBTN.ZIndex = 5
  178. SelectorBTN.Font = Enum.Font.SourceSans
  179. SelectorBTN.Text = ""
  180. SelectorBTN.TextSize = 14
  181.  
  182. ImageLabel.Parent = SelectorBTN
  183. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  184. ImageLabel.BackgroundTransparency = 1
  185. ImageLabel.Position = UDim2.new(0.197368443, 0, 0.168831229, 0)
  186. ImageLabel.Size = UDim2.new(0, 21, 0, 21)
  187. ImageLabel.ZIndex = 5
  188. ImageLabel.Image = "rbxassetid://1675228453"
  189.  
  190. ESPButton.Name = "ESPButton"
  191. ESPButton.Parent = Main
  192. ESPButton.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  193. ESPButton.BorderSizePixel = 0
  194. ESPButton.Position = UDim2.new(0.0660065934, 0, 0.759493649, 0)
  195. ESPButton.Size = UDim2.new(0, 128, 0, 25)
  196. ESPButton.ZIndex = 4
  197. ESPButton.Font = Enum.Font.SourceSans
  198. ESPButton.Text = "ESP"
  199. ESPButton.TextColor3 = Color3.new(1, 1, 1)
  200. ESPButton.TextSize = 14
  201.  
  202. CommandBtn.Name = "CommandBtn"
  203. CommandBtn.Parent = Main
  204. CommandBtn.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  205. CommandBtn.BorderSizePixel = 0
  206. CommandBtn.Position = UDim2.new(0.511551142, 0, 0.759493649, 0)
  207. CommandBtn.Size = UDim2.new(0, 128, 0, 25)
  208. CommandBtn.ZIndex = 4
  209. CommandBtn.Font = Enum.Font.SourceSans
  210. CommandBtn.Text = "Commands"
  211. CommandBtn.TextColor3 = Color3.new(1, 1, 1)
  212. CommandBtn.TextSize = 14
  213.  
  214. announcetitle.Name = "announcetitle"
  215. announcetitle.Parent = Main
  216. announcetitle.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  217. announcetitle.BorderSizePixel = 0
  218. announcetitle.Position = UDim2.new(0.0660066009, 0, 0.151898727, 0)
  219. announcetitle.Size = UDim2.new(0, 263, 0, 16)
  220. announcetitle.ZIndex = 10
  221. announcetitle.Font = Enum.Font.SourceSansBold
  222. announcetitle.Text = "Public Announcement:"
  223. announcetitle.TextColor3 = Color3.new(1, 1, 1)
  224. announcetitle.TextScaled = true
  225. announcetitle.TextSize = 14
  226. announcetitle.TextWrapped = true
  227. announcetitle.TextYAlignment = Enum.TextYAlignment.Top
  228.  
  229. announcement.Name = "announcement"
  230. announcement.Parent = Main
  231. announcement.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  232. announcement.BorderSizePixel = 0
  233. announcement.Position = UDim2.new(0.0660066009, 0, 0.25316456, 0)
  234. announcement.Size = UDim2.new(0, 263, 0, 70)
  235. announcement.ZIndex = 10
  236. announcement.Font = Enum.Font.SourceSans
  237. announcement.Text = "More updates to come soon! Please notify us if these do not work in certain games or on certain exploits. Our Discord is: BW7SNv5"
  238. announcement.TextColor3 = Color3.new(1, 1, 1)
  239. announcement.TextSize = 14
  240. announcement.TextWrapped = true
  241.  
  242. Circle.Name = "Circle"
  243. Circle.Parent = Main
  244. Circle.BackgroundColor3 = Color3.new(1, 1, 1)
  245. Circle.BackgroundTransparency = 1
  246. Circle.ZIndex = 10
  247. Circle.Image = "rbxgameasset://Images/obser"
  248. Circle.ImageColor3 = Color3.new(0, 0, 0)
  249. Circle.ImageTransparency = 0.5
  250.  
  251. MainCMDS.Name = "MainCMDS"
  252. MainCMDS.Parent = Main
  253. MainCMDS.BackgroundColor3 = Color3.new(1, 1, 1)
  254. MainCMDS.BorderSizePixel = 0
  255. MainCMDS.Size = UDim2.new(0, 303, 0, 158)
  256. MainCMDS.ZIndex = 2
  257.  
  258. cmdheader.Name = "cmdheader"
  259. cmdheader.Parent = MainCMDS
  260. cmdheader.Active = true
  261. cmdheader.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  262. cmdheader.BorderSizePixel = 0
  263. cmdheader.Size = UDim2.new(0, 303, 0, 26)
  264. cmdheader.ZIndex = 2
  265.  
  266. cmdtitle.Name = "cmdtitle"
  267. cmdtitle.Parent = cmdheader
  268. cmdtitle.BackgroundColor3 = Color3.new(1, 1, 1)
  269. cmdtitle.BackgroundTransparency = 1
  270. cmdtitle.BorderSizePixel = 0
  271. cmdtitle.Position = UDim2.new(0.168316826, 0, 0, 0)
  272. cmdtitle.Size = UDim2.new(0, 200, 0, 25)
  273. cmdtitle.ZIndex = 2
  274. cmdtitle.Font = Enum.Font.SourceSansLight
  275. cmdtitle.Text = "Commands"
  276. cmdtitle.TextColor3 = Color3.new(1, 1, 1)
  277. cmdtitle.TextSize = 30
  278.  
  279. Valuebox.Name = "Valuebox"
  280. Valuebox.Parent = MainCMDS
  281. Valuebox.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  282. Valuebox.BorderSizePixel = 0
  283. Valuebox.Position = UDim2.new(0.363036305, 0, 0.767821491, 0)
  284. Valuebox.Size = UDim2.new(0, 81, 0, 27)
  285. Valuebox.ZIndex = 2
  286. Valuebox.Font = Enum.Font.SourceSansLight
  287. Valuebox.Text = "Value"
  288. Valuebox.TextColor3 = Color3.new(1, 1, 1)
  289. Valuebox.TextSize = 14
  290.  
  291. Gravitybtn.Name = "Gravitybtn"
  292. Gravitybtn.Parent = MainCMDS
  293. Gravitybtn.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  294. Gravitybtn.BorderSizePixel = 0
  295. Gravitybtn.Position = UDim2.new(0.363036305, 0, 0.259493679, 0)
  296. Gravitybtn.Size = UDim2.new(0, 81, 0, 26)
  297. Gravitybtn.ZIndex = 2
  298. Gravitybtn.Font = Enum.Font.SourceSansLight
  299. Gravitybtn.Text = "Gravity"
  300. Gravitybtn.TextColor3 = Color3.new(1, 1, 1)
  301. Gravitybtn.TextSize = 14
  302.  
  303. JPBtn.Name = "JPBtn"
  304. JPBtn.Parent = MainCMDS
  305. JPBtn.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  306. JPBtn.BorderSizePixel = 0
  307. JPBtn.Position = UDim2.new(0.702970266, 0, 0.259493679, 0)
  308. JPBtn.Size = UDim2.new(0, 79, 0, 26)
  309. JPBtn.ZIndex = 2
  310. JPBtn.Font = Enum.Font.SourceSansLight
  311. JPBtn.Text = "JumpPower"
  312. JPBtn.TextColor3 = Color3.new(1, 1, 1)
  313. JPBtn.TextSize = 14
  314.  
  315. WSBtn.Name = "WSBtn"
  316. WSBtn.Parent = MainCMDS
  317. WSBtn.BackgroundColor3 = Color3.new(0.85098, 0.156863, 0.572549)
  318. WSBtn.BorderSizePixel = 0
  319. WSBtn.Position = UDim2.new(0.0297029708, 0, 0.259493679, 0)
  320. WSBtn.Size = UDim2.new(0, 79, 0, 26)
  321. WSBtn.ZIndex = 2
  322. WSBtn.Font = Enum.Font.SourceSansLight
  323. WSBtn.Text = "Walkspeed"
  324. WSBtn.TextColor3 = Color3.new(1, 1, 1)
  325. WSBtn.TextSize = 14
  326.  
  327. ImageLabel_2.Parent = Obsidian
  328. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  329. ImageLabel_2.BorderSizePixel = 0
  330. ImageLabel_2.Position = UDim2.new(0.0169252455, 0, 0.772727251, 0)
  331. ImageLabel_2.Size = UDim2.new(0, 100, 0, 100)
  332. ImageLabel_2.ZIndex = 4
  333. ImageLabel_2.Image = "rbxgameasset://Images/obser (1)f"
  334.  
  335.  
  336.  
  337. SelectorBTN.MouseLeave:connect(function()
  338. sliderframe:TweenSize(UDim2.new(0, 30,0, 175),"In","Quad",1, true)
  339. sliderheader:TweenSize(UDim2.new(0, 30,0, 34),"In","Quad",1, true)
  340. credits:TweenPosition(UDim2.new(-1.94, 0,0.234, 0),"In","Quad",1, true)
  341. end)
  342.  
  343. SelectorBTN.MouseEnter:connect(function()
  344. sliderframe:TweenSize(UDim2.new(0, 132,0, 175),"Out","Quad",1, true)
  345. sliderheader:TweenSize(UDim2.new(0, 132,0, 34),"Out","Quad",1, true)
  346. credits:TweenPosition(UDim2.new(0.242, 0,0.234, 0),"Out","Quad",1, true)
  347. end)
  348.  
  349. CommandBtn.MouseButton1Down:connect(function()
  350. MainCMDS:TweenPosition(UDim2.new(0, 0,0, 158),"Out","Quad",1, true)
  351. end)
  352.  
  353. cmdexit.MouseButton1Click:connect(function()
  354. MainCMDS:TweenPosition(UDim2.new(0, 0,-0.006, 0),"Out","Quad",1, true)
  355. end)
  356.  
  357. Gravitybtn.MouseButton1Click:connect(function()
  358. game.Workspace.Gravity = Valuebox.Text
  359. end)
  360.  
  361. WSBtn.MouseButton1Click:connect(function()
  362. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Valuebox.Text
  363. end)
  364. WSBtn2.MouseButton1Click:connect(function()
  365. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed + 10
  366. end)
  367.  
  368. Gravitybtn2.MouseButton1Click:connect(function()
  369. game.Workspace.Gravity = game.Workspace.Gravity + 10
  370. end)
  371. JPBtn2.MouseButton1Click:connect(function()
  372. game.Players.LocalPlayer.Character.Humanoid.JumpPower = game.Players.LocalPlayer.Character.Humanoid.JumpPower + 10
  373. end)
  374. JPBtn.MouseButton1Click:connect(function()
  375. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Valuebox.Text
  376. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement