Advertisement
scripterhaxer

My own pokespawner

Jun 3rd, 2019
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local BeautyA = Instance.new("Frame")
  9. local PokeBot = Instance.new("TextLabel")
  10. local BeautyB = Instance.new("Frame")
  11. local Credits = Instance.new("TextLabel")
  12. local Close = Instance.new("TextButton")
  13. local pokemon = Instance.new("TextButton")
  14. local name = Instance.new("TextBox")
  15. local lvl = Instance.new("TextBox")
  16. --Properties:
  17. ScreenGui.Parent = game.CoreGui
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. OpenFrame.Name = "OpenFrame"
  21. OpenFrame.Parent = ScreenGui
  22. OpenFrame.Active = true
  23. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  24. OpenFrame.BackgroundTransparency = 0.69999998807907
  25. OpenFrame.Position = UDim2.new(0.906077325, 0, 0.535340309, 0)
  26. OpenFrame.Size = UDim2.new(0, 119, 0, 53)
  27.  
  28. Open.Name = "Open"
  29. Open.Parent = OpenFrame
  30. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  31. Open.BackgroundTransparency = 1
  32. Open.Position = UDim2.new(-0.00148564577, 0, -0.0118294954, 0)
  33. Open.Size = UDim2.new(0, 119, 0, 53)
  34. Open.Font = Enum.Font.SourceSans
  35. Open.Text = "Open"
  36. Open.TextColor3 = Color3.new(0, 0, 0)
  37. Open.TextSize = 30
  38. Open.MouseButton1Down:connect(function()
  39. Main.Visible = true
  40. OpenFrame.Visible = false
  41. end)
  42.  
  43. Main.Name = "Main"
  44. Main.Parent = ScreenGui
  45. Main.Active = true
  46. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  47. Main.BackgroundTransparency = 0.69999998807907
  48. Main.Position = UDim2.new(0.286503553, 0, 0.293193728, 0)
  49. Main.Size = UDim2.new(0, 466, 0, 262)
  50. Main.Visible = false
  51. Main.Draggable = true
  52.  
  53. BeautyA.Name = "BeautyA"
  54. BeautyA.Parent = Main
  55. BeautyA.BackgroundColor3 = Color3.new(0, 0, 0)
  56. BeautyA.BackgroundTransparency = 0.40000000596046
  57. BeautyA.Position = UDim2.new(-0.00214579166, 0, -0.22137405, 0)
  58. BeautyA.Size = UDim2.new(0, 466, 0, 52)
  59.  
  60. PokeBot.Name = "PokeBot"
  61. PokeBot.Parent = BeautyA
  62. PokeBot.BackgroundColor3 = Color3.new(0, 0, 0)
  63. PokeBot.BackgroundTransparency = 23333
  64. PokeBot.Position = UDim2.new(0.240343347, 0, 0, 0)
  65. PokeBot.Size = UDim2.new(0, 221, 0, 50)
  66. PokeBot.Font = Enum.Font.SourceSans
  67. PokeBot.Text = "Poke Bot Spawner"
  68. PokeBot.TextColor3 = Color3.new(1, 1, 1)
  69. PokeBot.TextSize = 30
  70.  
  71. BeautyB.Name = "BeautyB"
  72. BeautyB.Parent = Main
  73. BeautyB.BackgroundColor3 = Color3.new(0, 0, 0)
  74. BeautyB.BackgroundTransparency = 0.40000000596046
  75. BeautyB.Position = UDim2.new(-0.00214579166, 0, 1.0229007, 0)
  76. BeautyB.Size = UDim2.new(0, 466, 0, 52)
  77.  
  78. Credits.Name = "Credits"
  79. Credits.Parent = BeautyB
  80. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  81. Credits.BackgroundTransparency = 3123
  82. Credits.Position = UDim2.new(0.261802584, 0, 0.0384615399, 0)
  83. Credits.Size = UDim2.new(0, 200, 0, 50)
  84. Credits.Font = Enum.Font.SourceSans
  85. Credits.Text = "Credits: Smurf#8559"
  86. Credits.TextColor3 = Color3.new(1, 1, 1)
  87. Credits.TextSize = 30
  88.  
  89. Close.Name = "Close"
  90. Close.Parent = Main
  91. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  92. Close.BackgroundTransparency = 23
  93. Close.BorderSizePixel = 0
  94. Close.Position = UDim2.new(0.814361572, 0, -0.225150883, 0)
  95. Close.Size = UDim2.new(0, 85, 0, 54)
  96. Close.Font = Enum.Font.SourceSans
  97. Close.Text = "X"
  98. Close.TextColor3 = Color3.new(1, 1, 1)
  99. Close.TextScaled = true
  100. Close.TextSize = 14
  101. Close.TextWrapped = true
  102. Close.MouseButton1Down:connect(function()
  103. OpenFrame.Visible = true
  104. Main.Visible = false
  105. end)
  106.  
  107. pokemon.Name = "pokemon"
  108. pokemon.Parent = Main
  109. pokemon.BackgroundColor3 = Color3.new(0, 0, 0)
  110. pokemon.BackgroundTransparency = 0.52999997138977
  111. pokemon.Position = UDim2.new(0.00156497955, 0, 0.874385476, 0)
  112. pokemon.Size = UDim2.new(0, 465, 0, 32)
  113. pokemon.Font = Enum.Font.SourceSans
  114. pokemon.Text = "Get Pokemon"
  115. pokemon.TextColor3 = Color3.new(0, 0, 0)
  116. pokemon.TextSize = 30
  117. pokemon.MouseButton1Down:connect(function()
  118. lvl.Text = lvl.Text
  119. name.Text = name.Text
  120. local pokemon = name.Text
  121. local lvl = lvl.Text
  122. local Encrypt = function(CodeSource)
  123. local StringCode = '';
  124. for i = 1, #CodeSource do
  125. StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
  126. end
  127. return StringCode;
  128. end
  129. local pass = Encrypt(game.Players.LocalPlayer.Name..lvl..pokemon)
  130. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, game.Players.LocalPlayer.PokemonParty, lvl, true, true, pass)
  131. end)
  132.  
  133. name.Name = "name"
  134. name.Parent = Main
  135. name.BackgroundColor3 = Color3.new(0, 0, 0)
  136. name.BackgroundTransparency = 0.5
  137. name.Position = UDim2.new(0.0489717424, 0, 0.151103079, 0)
  138. name.Size = UDim2.new(0, 420, 0, 50)
  139. name.Font = Enum.Font.SourceSans
  140. name.Text = "PokeName"
  141. name.TextColor3 = Color3.new(0, 0, 0)
  142. name.TextSize = 30
  143.  
  144. lvl.Name = "lvl"
  145. lvl.Parent = Main
  146. lvl.BackgroundColor3 = Color3.new(0, 0, 0)
  147. lvl.BackgroundTransparency = 0.5
  148. lvl.Position = UDim2.new(0.0489717424, 0, 0.505215585, 0)
  149. lvl.Size = UDim2.new(0, 420, 0, 50)
  150. lvl.Font = Enum.Font.SourceSans
  151. lvl.Text = "PokeLvl"
  152. lvl.TextColor3 = Color3.new(0, 0, 0)
  153. lvl.TextSize = 30
  154. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement