Advertisement
Guest User

Project Pokemon level 100 script made by The Exploiter

a guest
Nov 30th, 2018
10,728
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local maingui = Instance.new("Frame")
  3. local close = Instance.new("TextButton")
  4. local txt = Instance.new("TextLabel")
  5. local im = Instance.new("TextButton")
  6. local mt = Instance.new("TextButton")
  7. local ray = Instance.new("TextButton")
  8. local ground = Instance.new("TextButton")
  9. local lb = Instance.new("TextButton")
  10. local ky = Instance.new("TextButton")
  11. local vrson = Instance.new("TextLabel")
  12. local opengui = Instance.new("Frame")
  13. local open = Instance.new("TextButton")
  14.  
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. maingui.Name = "maingui"
  18. maingui.Parent = ScreenGui
  19. maingui.Active = true
  20. maingui.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  21. maingui.BorderColor3 = Color3.new(1, 0.333333, 0)
  22. maingui.BorderSizePixel = 5
  23. maingui.Position = UDim2.new(0.268379748, 0, 0.353808373, 0)
  24. maingui.Size = UDim2.new(0, 559, 0, 252)
  25. maingui.Visible = false
  26. maingui.Active = true
  27. maingui.Draggable = true
  28.  
  29. close.Name = "close"
  30. close.Parent = maingui
  31. close.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  32. close.BorderColor3 = Color3.new(1, 0.333333, 0)
  33. close.BorderSizePixel = 5
  34. close.Position = UDim2.new(0.883720934, 0, 0, 0)
  35. close.Size = UDim2.new(0, 65, 0, 30)
  36. close.Font = Enum.Font.SourceSans
  37. close.Text = "X"
  38. close.TextColor3 = Color3.new(0, 0, 0)
  39. close.TextScaled = true
  40. close.TextSize = 14
  41. close.TextWrapped = true
  42. close.MouseButton1Down:connect(function()
  43. maingui.Visible = false
  44. opengui.Visible = true
  45. end)
  46.  
  47. txt.Name = "txt"
  48. txt.Parent = maingui
  49. txt.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  50. txt.BorderColor3 = Color3.new(1, 0.333333, 0)
  51. txt.BorderSizePixel = 5
  52. txt.Size = UDim2.new(0, 494, 0, 30)
  53. txt.Font = Enum.Font.SourceSans
  54. txt.Text = "By: The Exploiter"
  55. txt.TextColor3 = Color3.new(0, 0, 0)
  56. txt.TextScaled = true
  57. txt.TextSize = 14
  58. txt.TextWrapped = true
  59.  
  60. im.Name = "im"
  61. im.Parent = maingui
  62. im.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  63. im.BorderColor3 = Color3.new(1, 0.333333, 0)
  64. im.BorderSizePixel = 5
  65. im.Position = UDim2.new(0.050089445, 0, 0.257936507, 0)
  66. im.Size = UDim2.new(0, 162, 0, 50)
  67. im.Font = Enum.Font.SourceSans
  68. im.Text = "Ice Mewtwo"
  69. im.TextColor3 = Color3.new(0, 0, 0)
  70. im.TextScaled = true
  71. im.TextSize = 14
  72. im.TextWrapped = true
  73. im.MouseButton1Down:connect(function()
  74. local pokemon = "Ice Mewtwo"
  75. local lvl = "100"
  76.  
  77. local Encrypt = function(CodeSource)
  78. local StringCode = '';
  79. for i = 1, #CodeSource do
  80. StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
  81. end
  82. return StringCode;
  83. end
  84.  
  85. local pass = Encrypt(game.Players.LocalPlayer.Name..lvl..pokemon)
  86.  
  87. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, game.Players.LocalPlayer.PokemonParty, lvl, true, true, pass)
  88. end)
  89.  
  90. mt.Name = "mt"
  91. mt.Parent = maingui
  92. mt.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  93. mt.BorderColor3 = Color3.new(1, 0.333333, 0)
  94. mt.BorderSizePixel = 5
  95. mt.Position = UDim2.new(0.40071556, 0, 0.257936507, 0)
  96. mt.Size = UDim2.new(0, 162, 0, 50)
  97. mt.Font = Enum.Font.SourceSans
  98. mt.Text = "Mewtwo"
  99. mt.TextColor3 = Color3.new(0, 0, 0)
  100. mt.TextScaled = true
  101. mt.TextSize = 14
  102. mt.TextWrapped = true
  103. mt.MouseButton1Down:connect(function()
  104. local pokemon = "Mewtwo"
  105. local lvl = "100"
  106.  
  107. local Encrypt = function(CodeSource)
  108. local StringCode = '';
  109. for i = 1, #CodeSource do
  110. StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
  111. end
  112. return StringCode;
  113. end
  114.  
  115. local pass = Encrypt(game.Players.LocalPlayer.Name..lvl..pokemon)
  116.  
  117. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, game.Players.LocalPlayer.PokemonParty, lvl, true, true, pass)
  118. end)
  119.  
  120. ray.Name = "ray"
  121. ray.Parent = maingui
  122. ray.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  123. ray.BorderColor3 = Color3.new(1, 0.333333, 0)
  124. ray.BorderSizePixel = 5
  125. ray.Position = UDim2.new(0.0500894189, 0, 0.59523809, 0)
  126. ray.Size = UDim2.new(0, 162, 0, 50)
  127. ray.Font = Enum.Font.SourceSans
  128. ray.Text = "Rayquaza"
  129. ray.TextColor3 = Color3.new(0, 0, 0)
  130. ray.TextScaled = true
  131. ray.TextSize = 14
  132. ray.TextWrapped = true
  133. ray.MouseButton1Down:connect(function()
  134. local pokemon = "Rayquaza"
  135. local lvl = "100"
  136.  
  137. local Encrypt = function(CodeSource)
  138. local StringCode = '';
  139. for i = 1, #CodeSource do
  140. StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
  141. end
  142. return StringCode;
  143. end
  144.  
  145. local pass = Encrypt(game.Players.LocalPlayer.Name..lvl..pokemon)
  146.  
  147. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, game.Players.LocalPlayer.PokemonParty, lvl, true, true, pass)
  148. end)
  149.  
  150. ground.Name = "ground"
  151. ground.Parent = maingui
  152. ground.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  153. ground.BorderColor3 = Color3.new(1, 0.333333, 0)
  154. ground.BorderSizePixel = 5
  155. ground.Position = UDim2.new(0.40071553, 0, 0.59523809, 0)
  156. ground.Size = UDim2.new(0, 162, 0, 50)
  157. ground.Font = Enum.Font.SourceSans
  158. ground.Text = "Groudon"
  159. ground.TextColor3 = Color3.new(0, 0, 0)
  160. ground.TextScaled = true
  161. ground.TextSize = 14
  162. ground.TextWrapped = true
  163. ground.MouseButton1Down:connect(function()
  164. local pokemon = "Groudon"
  165. local lvl = "100"
  166.  
  167. local Encrypt = function(CodeSource)
  168. local StringCode = '';
  169. for i = 1, #CodeSource do
  170. StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
  171. end
  172. return StringCode;
  173. end
  174.  
  175. local pass = Encrypt(game.Players.LocalPlayer.Name..lvl..pokemon)
  176.  
  177. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, game.Players.LocalPlayer.PokemonParty, lvl, true, true, pass)
  178. end)
  179.  
  180. lb.Name = "lb"
  181. lb.Parent = maingui
  182. lb.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  183. lb.BorderColor3 = Color3.new(1, 0.333333, 0)
  184. lb.BorderSizePixel = 5
  185. lb.Position = UDim2.new(0.749552786, 0, 0.257936507, 0)
  186. lb.Size = UDim2.new(0, 110, 0, 50)
  187. lb.Font = Enum.Font.SourceSans
  188. lb.Text = "Legendary Birds"
  189. lb.TextColor3 = Color3.new(0, 0, 0)
  190. lb.TextScaled = true
  191. lb.TextSize = 14
  192. lb.TextWrapped = true
  193. lb.MouseButton1Down:connect(function()
  194. local pokemon = "Articuno"
  195. local lvl = "100"
  196.  
  197. local Encrypt = function(CodeSource)
  198. local StringCode = '';
  199. for i = 1, #CodeSource do
  200. StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
  201. end
  202. return StringCode;
  203. end
  204.  
  205. local pass = Encrypt(game.Players.LocalPlayer.Name..lvl..pokemon)
  206.  
  207. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, game.Players.LocalPlayer.PokemonParty, lvl, true, true, pass)
  208.  
  209. local pokemon = "Zapdos"
  210. local lvl = "100"
  211.  
  212. local Encrypt = function(CodeSource)
  213. local StringCode = '';
  214. for i = 1, #CodeSource do
  215. StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
  216. end
  217. return StringCode;
  218. end
  219.  
  220. local pass = Encrypt(game.Players.LocalPlayer.Name..lvl..pokemon)
  221.  
  222. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, game.Players.LocalPlayer.PokemonParty, lvl, true, true, pass)
  223.  
  224. local pokemon = "Moltres"
  225. local lvl = "100"
  226.  
  227. local Encrypt = function(CodeSource)
  228. local StringCode = '';
  229. for i = 1, #CodeSource do
  230. StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
  231. end
  232. return StringCode;
  233. end
  234.  
  235. local pass = Encrypt(game.Players.LocalPlayer.Name..lvl..pokemon)
  236.  
  237. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, game.Players.LocalPlayer.PokemonParty, lvl, true, true, pass)
  238. end)
  239.  
  240. ky.Name = "ky"
  241. ky.Parent = maingui
  242. ky.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  243. ky.BorderColor3 = Color3.new(1, 0.333333, 0)
  244. ky.BorderSizePixel = 5
  245. ky.Position = UDim2.new(0.749552786, 0, 0.59523809, 0)
  246. ky.Size = UDim2.new(0, 110, 0, 50)
  247. ky.Font = Enum.Font.SourceSans
  248. ky.Text = "Kyurem"
  249. ky.TextColor3 = Color3.new(0, 0, 0)
  250. ky.TextScaled = true
  251. ky.TextSize = 14
  252. ky.TextWrapped = true
  253. ky.MouseButton1Down:connect(function()
  254. local pokemon = "Kyurem"
  255. local lvl = "100"
  256.  
  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..lvl..pokemon)
  266.  
  267. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, game.Players.LocalPlayer.PokemonParty, lvl, true, true, pass)
  268. end)
  269.  
  270. vrson.Name = "vrson"
  271. vrson.Parent = maingui
  272. vrson.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  273. vrson.BorderColor3 = Color3.new(1, 0.333333, 0)
  274. vrson.BorderSizePixel = 5
  275. vrson.Position = UDim2.new(0.821109116, 0, 0.928571284, 0)
  276. vrson.Size = UDim2.new(0, 100, 0, 17)
  277. vrson.Font = Enum.Font.SourceSans
  278. vrson.Text = "Verson: 0.01"
  279. vrson.TextColor3 = Color3.new(0, 0, 0)
  280. vrson.TextScaled = true
  281. vrson.TextSize = 14
  282. vrson.TextWrapped = true
  283.  
  284. opengui.Name = "opengui"
  285. opengui.Parent = ScreenGui
  286. opengui.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  287. opengui.BorderColor3 = Color3.new(1, 0.333333, 0)
  288. opengui.BorderSizePixel = 5
  289. opengui.Position = UDim2.new(0.463954329, 0, 0.949631453, 0)
  290. opengui.Size = UDim2.new(0, 100, 0, 29)
  291.  
  292. open.Name = "open"
  293. open.Parent = opengui
  294. open.BackgroundColor3 = Color3.new(1, 1, 1)
  295. open.BackgroundTransparency = 1
  296. open.Size = UDim2.new(0, 100, 0, 29)
  297. open.Font = Enum.Font.SourceSans
  298. open.Text = "Open"
  299. open.TextColor3 = Color3.new(0, 0, 0)
  300. open.TextScaled = true
  301. open.TextSize = 14
  302. open.TextWrapped = true
  303. open.MouseButton1Down:connect(function()
  304. maingui.Visible = true
  305. opengui.Visible = false
  306. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement