Advertisement
Guest User

ORIGINOPE GUI

a guest
Nov 30th, 2019
1,181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.81 KB | None | 0 0
  1. -- GUI BY DYL#4392
  2. -- NEW SCRIPTS COMING!
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenButton = Instance.new("TextButton")
  6. local Top = Instance.new("Frame")
  7. local Main = Instance.new("Frame")
  8. local Lionsage = Instance.new("TextButton")
  9. local Spidersage = Instance.new("TextButton")
  10. local Toadsage = Instance.new("TextButton")
  11. local Snakesage = Instance.new("TextButton")
  12. local LionSummon = Instance.new("TextButton")
  13. local Slugsummon = Instance.new("TextButton")
  14. local Lightningmode = Instance.new("TextButton")
  15. local Toadsummon = Instance.new("TextButton")
  16. local Spidersummon = Instance.new("TextButton")
  17. local Gates = Instance.new("TextButton")
  18. local WaterTsunami = Instance.new("TextButton")
  19. local Lava = Instance.new("TextButton")
  20. local Frame = Instance.new("Frame")
  21. local Frame_2 = Instance.new("Frame")
  22. local XForever = Instance.new("TextButton")
  23. local XButton = Instance.new("TextButton")
  24.  
  25. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. OpenButton.Name = "OpenButton"
  29. OpenButton.Parent = ScreenGui
  30. OpenButton.BackgroundColor3 = Color3.new(0.105882, 0.603922, 0.831373)
  31. OpenButton.BorderSizePixel = 0
  32. OpenButton.Position = UDim2.new(0.692141831, 0, 0.041015625, 0)
  33. OpenButton.Size = UDim2.new(0, 59, 0, 34)
  34. OpenButton.Font = Enum.Font.GothamBold
  35. OpenButton.Text = "OPEN"
  36. OpenButton.TextColor3 = Color3.new(0.921569, 0.921569, 0.921569)
  37. OpenButton.TextSize = 14
  38. OpenButton.MouseButton1Down:connect(function()
  39. OpenButton.Visible = false
  40. Top.Visible = true
  41. end)
  42.  
  43. Top.Name = "Top"
  44. Top.Parent = ScreenGui
  45. Top.BackgroundColor3 = Color3.new(0.105882, 0.603922, 0.831373)
  46. Top.BorderSizePixel = 0
  47. Top.Position = UDim2.new(0.453608245, 0, 0.155378491, 0)
  48. Top.Size = UDim2.new(0, 412, 0, 29)
  49.  
  50. Main.Name = "Main"
  51. Main.Parent = Top
  52. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  53. Main.BorderSizePixel = 0
  54. Main.Position = UDim2.new(0, 0, 0.999999464, 0)
  55. Main.Size = UDim2.new(0, 412, 0, 257)
  56.  
  57. Lionsage.Name = "Lionsage"
  58. Lionsage.Parent = Main
  59. Lionsage.BackgroundColor3 = Color3.new(0.105882, 0.603922, 0.831373)
  60. Lionsage.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  61. Lionsage.BorderSizePixel = 0
  62. Lionsage.Position = UDim2.new(0.0242718458, 0, 0.332424402, 0)
  63. Lionsage.Size = UDim2.new(0, 107, 0, 41)
  64. Lionsage.Font = Enum.Font.Arial
  65. Lionsage.Text = "Lion Sage"
  66. Lionsage.TextColor3 = Color3.new(1, 1, 1)
  67. Lionsage.TextSize = 16
  68. Lionsage.TextWrapped = true
  69. Lionsage.MouseButton1Down:connect(function()
  70. game:GetService("Players").LocalPlayer.Character.combat.update:FireServer("equipmode", "catb")
  71. end)
  72.  
  73. Spidersage.Name = "Spidersage"
  74. Spidersage.Parent = Main
  75. Spidersage.BackgroundColor3 = Color3.new(0.105882, 0.603922, 0.831373)
  76. Spidersage.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  77. Spidersage.BorderSizePixel = 0
  78. Spidersage.Position = UDim2.new(0.0242718458, 0, 0.720013499, 0)
  79. Spidersage.Size = UDim2.new(0, 107, 0, 41)
  80. Spidersage.Font = Enum.Font.Arial
  81. Spidersage.Text = "Spider Sage"
  82. Spidersage.TextColor3 = Color3.new(1, 1, 1)
  83. Spidersage.TextSize = 16
  84. Spidersage.TextWrapped = true
  85. Spidersage.MouseButton1Down:connect(function()
  86. game:GetService("Players").LocalPlayer.Character.combat.update:FireServer("equipmode", "spidersage")
  87. end)
  88.  
  89. Toadsage.Name = "Toadsage"
  90. Toadsage.Parent = Main
  91. Toadsage.BackgroundColor3 = Color3.new(0.105882, 0.603922, 0.831373)
  92. Toadsage.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  93. Toadsage.BorderSizePixel = 0
  94. Toadsage.Position = UDim2.new(0.0242718458, 0, 0.138730943, 0)
  95. Toadsage.Size = UDim2.new(0, 107, 0, 41)
  96. Toadsage.Font = Enum.Font.Arial
  97. Toadsage.Text = "Toad Sage"
  98. Toadsage.TextColor3 = Color3.new(1, 1, 1)
  99. Toadsage.TextSize = 16
  100. Toadsage.TextWrapped = true
  101. Toadsage.MouseButton1Down:connect(function()
  102. game:GetService("Players").LocalPlayer.Character.combat.update:FireServer("equipmode", "toadsage")
  103. end)
  104.  
  105. Snakesage.Name = "Snakesage"
  106. Snakesage.Parent = Main
  107. Snakesage.BackgroundColor3 = Color3.new(0.105882, 0.603922, 0.831373)
  108. Snakesage.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  109. Snakesage.BorderSizePixel = 0
  110. Snakesage.Position = UDim2.new(0.024271844, 0, 0.525246143, 0)
  111. Snakesage.Size = UDim2.new(0, 107, 0, 41)
  112. Snakesage.Font = Enum.Font.Arial
  113. Snakesage.Text = "Snake Sage"
  114. Snakesage.TextColor3 = Color3.new(1, 1, 1)
  115. Snakesage.TextSize = 16
  116. Snakesage.TextWrapped = true
  117. Snakesage.MouseButton1Down:connect(function()
  118. game:GetService("Players").LocalPlayer.Character.combat.update:FireServer("equipmode", "snakesage")
  119. end)
  120.  
  121.  
  122. LionSummon.Name = "Lion Summon"
  123. LionSummon.Parent = Main
  124. LionSummon.BackgroundColor3 = Color3.new(0.105882, 0.603922, 0.831373)
  125. LionSummon.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  126. LionSummon.BorderSizePixel = 0
  127. LionSummon.Position = UDim2.new(0.439320385, 0, 0.138730943, 0)
  128. LionSummon.Size = UDim2.new(0, 107, 0, 29)
  129. LionSummon.Font = Enum.Font.Arial
  130. LionSummon.Text = "Lion Summon"
  131. LionSummon.TextColor3 = Color3.new(1, 1, 1)
  132. LionSummon.TextSize = 16
  133. LionSummon.TextWrapped = true
  134. LionSummon.MouseButton1Down:connect(function()
  135. game:GetService("Players").LocalPlayer.Character.combat.update:FireServer("equipmode", "catd")
  136. end)
  137.  
  138.  
  139. Slugsummon.Name = "Slugsummon"
  140. Slugsummon.Parent = Main
  141. Slugsummon.BackgroundColor3 = Color3.new(0.105882, 0.603922, 0.831373)
  142. Slugsummon.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  143. Slugsummon.BorderSizePixel = 0
  144. Slugsummon.Position = UDim2.new(0.439320385, 0, 0.268651575, 0)
  145. Slugsummon.Size = UDim2.new(0, 107, 0, 29)
  146. Slugsummon.Font = Enum.Font.Arial
  147. Slugsummon.Text = "Slug Summon"
  148. Slugsummon.TextColor3 = Color3.new(1, 1, 1)
  149. Slugsummon.TextSize = 16
  150. Slugsummon.TextWrapped = true
  151. Slugsummon.MouseButton1Down:connect(function()
  152. game:GetService("Players").LocalPlayer.Character.combat.update:FireServer("equipmode", "slug")
  153. end)
  154.  
  155. Lightningmode.Name = "Lightningmode"
  156. Lightningmode.Parent = Main
  157. Lightningmode.BackgroundColor3 = Color3.new(0.0784314, 0.466667, 0.631373)
  158. Lightningmode.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  159. Lightningmode.BorderSizePixel = 0
  160. Lightningmode.Position = UDim2.new(0.439320385, 0, 0.525246203, 0)
  161. Lightningmode.Size = UDim2.new(0, 106, 0, 36)
  162. Lightningmode.Font = Enum.Font.Arial
  163. Lightningmode.Text = "Lightning Mode"
  164. Lightningmode.TextColor3 = Color3.new(1, 1, 1)
  165. Lightningmode.TextSize = 16
  166. Lightningmode.TextWrapped = true
  167. Lightningmode.MouseButton1Down:connect(function()
  168. game:GetService("Players").LocalPlayer.Character.combat.update:FireServer("equipmode", "lightningmode")
  169. end)
  170.  
  171. Toadsummon.Name = "Toadsummon"
  172. Toadsummon.Parent = Main
  173. Toadsummon.BackgroundColor3 = Color3.new(0.105882, 0.603922, 0.831373)
  174. Toadsummon.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  175. Toadsummon.BorderSizePixel = 0
  176. Toadsummon.Position = UDim2.new(0.713592231, 0, 0.138730943, 0)
  177. Toadsummon.Size = UDim2.new(0, 107, 0, 29)
  178. Toadsummon.Font = Enum.Font.Arial
  179. Toadsummon.Text = "Toad Summon"
  180. Toadsummon.TextColor3 = Color3.new(1, 1, 1)
  181. Toadsummon.TextSize = 16
  182. Toadsummon.TextWrapped = true
  183. Toadsummon.Name = "Toadsummon"
  184. Toadsummon.Parent = Main
  185. Toadsummon.BackgroundColor3 = Color3.new(0.105882, 0.603922, 0.831373)
  186. Toadsummon.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  187. Toadsummon.BorderSizePixel = 0
  188. Toadsummon.Position = UDim2.new(0.713592231, 0, 0.138730943, 0)
  189. Toadsummon.Size = UDim2.new(0, 107, 0, 29)
  190. Toadsummon.Font = Enum.Font.Arial
  191. Toadsummon.Text = "Toad Summon"
  192. Toadsummon.TextColor3 = Color3.new(1, 1, 1)
  193. Toadsummon.TextSize = 16
  194. Toadsummon.TextWrapped = true
  195. Toadsummon.MouseButton1Down:connect(function()
  196. game:GetService("Players").LocalPlayer.Character.combat.update:FireServer("equipmode", "toadb")
  197. end)
  198.  
  199. Spidersummon.Name = "Spidersummon"
  200. Spidersummon.Parent = Main
  201. Spidersummon.BackgroundColor3 = Color3.new(0.105882, 0.603922, 0.831373)
  202. Spidersummon.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  203. Spidersummon.BorderSizePixel = 0
  204. Spidersummon.Position = UDim2.new(0.713592231, 0, 0.26713562, 0)
  205. Spidersummon.Size = UDim2.new(0, 107, 0, 29)
  206. Spidersummon.Font = Enum.Font.Arial
  207. Spidersummon.Text = "Spider Summon"
  208. Spidersummon.TextColor3 = Color3.new(1, 1, 1)
  209. Spidersummon.TextSize = 16
  210. Spidersummon.TextWrapped = true
  211. Spidersummon.MouseButton1Down:connect(function()
  212. game:GetService("Players").LocalPlayer.Character.combat.update:FireServer("equipmode", "spiderc")
  213. end)
  214.  
  215. Gates.Name = "Gates"
  216. Gates.Parent = Main
  217. Gates.BackgroundColor3 = Color3.new(0.0784314, 0.466667, 0.631373)
  218. Gates.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  219. Gates.BorderSizePixel = 0
  220. Gates.Position = UDim2.new(0.713592231, 0, 0.525246203, 0)
  221. Gates.Size = UDim2.new(0, 107, 0, 36)
  222. Gates.Font = Enum.Font.Arial
  223. Gates.Text = "Gates"
  224. Gates.TextColor3 = Color3.new(1, 1, 1)
  225. Gates.TextSize = 16
  226. Gates.TextWrapped = true
  227. Gates.MouseButton1Down:connect(function()
  228. game:GetService("Players").LocalPlayer.Character.combat.update:FireServer("equipmode", "gate3")
  229. end)
  230.  
  231. WaterTsunami.Name = "WaterTsunami"
  232. WaterTsunami.Parent = Main
  233. WaterTsunami.BackgroundColor3 = Color3.new(0.0784314, 0.466667, 0.631373)
  234. WaterTsunami.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  235. WaterTsunami.BorderSizePixel = 0
  236. WaterTsunami.Position = UDim2.new(0.439320385, 0, 0.696452439, 0)
  237. WaterTsunami.Size = UDim2.new(0, 106, 0, 36)
  238. WaterTsunami.Font = Enum.Font.Arial
  239. WaterTsunami.Text = "Water Tsunami"
  240. WaterTsunami.TextColor3 = Color3.new(1, 1, 1)
  241. WaterTsunami.TextSize = 16
  242. WaterTsunami.TextWrapped = true
  243. WaterTsunami.MouseButton1Down:connect(function()
  244. game:GetService("Players").LocalPlayer.Character.combat.update:FireServer("equipmode", "watertsunami")
  245. end)
  246.  
  247. Lava.Name = "Lava"
  248. Lava.Parent = Main
  249. Lava.BackgroundColor3 = Color3.new(0.0784314, 0.466667, 0.631373)
  250. Lava.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  251. Lava.BorderSizePixel = 0
  252. Lava.Position = UDim2.new(0.713592231, 0, 0.696452439, 0)
  253. Lava.Size = UDim2.new(0, 107, 0, 36)
  254. Lava.Font = Enum.Font.Arial
  255. Lava.Text = "OP LAVA"
  256. Lava.TextColor3 = Color3.new(1, 1, 1)
  257. Lava.TextSize = 16
  258. Lava.TextWrapped = true
  259. Lava.MouseButton1Down:connect(function()
  260. game:GetService("Players").LocalPlayer.Character.combat.update:FireServer("equipmode", "lavab")
  261. end)
  262.  
  263. Frame.Parent = Main
  264. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  265. Frame.Position = UDim2.new(0.359223306, 0, 0.138730958, 0)
  266. Frame.Size = UDim2.new(0, 3, 0, 190)
  267.  
  268. Frame_2.Parent = Main
  269. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  270. Frame_2.Position = UDim2.new(0.368932039, 0, 0.451530963, 0)
  271. Frame_2.Size = UDim2.new(0, 249, 0, 4)
  272.  
  273. XForever.Name = "XForever"
  274. XForever.Parent = Main
  275. XForever.BackgroundColor3 = Color3.new(0.92549, 0.313726, 0.32549)
  276. XForever.BorderSizePixel = 0
  277. XForever.Position = UDim2.new(0, 0, -0.112840407, 0)
  278. XForever.Size = UDim2.new(0, 32, 0, 28)
  279. XForever.Font = Enum.Font.GothamSemibold
  280. XForever.Text = "X"
  281. XForever.TextColor3 = Color3.new(0, 0, 0)
  282. XForever.TextSize = 14
  283. XForever.MouseButton1Down:connect(function()
  284. OpenButton.Visible = false
  285. Top.Visible = false
  286. end)
  287.  
  288. XButton.Name = "XButton"
  289. XButton.Parent = Top
  290. XButton.BackgroundColor3 = Color3.new(0.92549, 0.313726, 0.32549)
  291. XButton.BorderSizePixel = 0
  292. XButton.Position = UDim2.new(0.91504854, 0, 0, 0)
  293. XButton.Size = UDim2.new(0, 35, 0, 29)
  294. XButton.Font = Enum.Font.GothamSemibold
  295. XButton.Text = "_"
  296. XButton.TextColor3 = Color3.new(0, 0, 0)
  297. XButton.TextSize = 14
  298. XButton.MouseButton1Down:connect(function()
  299. OpenButton.Visible = true
  300. Top.Visible = false
  301. end)
  302.  
  303. game.StarterGui:SetCore("SendNotification", {
  304. Title = "Originope";
  305. Text = "CHECK YOUR Z SLOT";
  306. Duration = 7;
  307. })
  308. game.StarterGui:SetCore("SendNotification", {
  309. Title = "Originope";
  310. Text = "Thanks for using my GUI DyL#4392";
  311. Duration = 7;
  312. })
  313. local sound = Instance.new("Sound", game.Workspace)
  314. sound.SoundId = "rbxassetid://179497874"
  315. sound:Play()
  316. print("play", sound.Playing, sound.TimePosition)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement