Systemconf

Untitled

Jun 9th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.25 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. game.StarterGui:SetCore("SendNotification",{Title="puppys:",Text="Welcome! " ..game.Players.LocalPlayer.Name})
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local Bar = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local ExitBut = Instance.new("TextButton")
  10. local Pokenob = Instance.new("TextBox")
  11. local LvlBoxs = Instance.new("TextBox")
  12. local SetButton = Instance.new("TextButton")
  13. local Admin = Instance.new("Frame")
  14. local CmdsBox = Instance.new("TextBox")
  15. local ExecuteS = Instance.new("TextButton")
  16. local Commands = Instance.new("Frame")
  17. --Properties:
  18. if game.Players.LocalPlayer.Name == "GoldenMaskot01" or "SjorsApenWorst" then
  19. Admin.Visible = true
  20. else
  21. Admin.Visible = false
  22. Main.Visible = false
  23. game.Players.LocalPlayer:Kick("Lmao you wont get this try buy it Contact me on discord puppys#4990")
  24. end
  25. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. Main.Name = "Main"
  29. Main.Parent = ScreenGui
  30. Main.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  31. Main.BorderSizePixel = 0
  32. Main.Position = UDim2.new(0.723853171, 0, 0.661613584, 0)
  33. Main.Size = UDim2.new(0, 312, 0, 169)
  34. Main.Active = true
  35. Main.Draggable = true
  36.  
  37. Bar.Name = "Bar"
  38. Bar.Parent = Main
  39. Bar.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  40. Bar.BorderSizePixel = 0
  41. Bar.Size = UDim2.new(0, 312, 0, 17)
  42.  
  43. TextLabel.Parent = Bar
  44. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  45. TextLabel.BackgroundTransparency = 1
  46. TextLabel.BorderSizePixel = 0
  47. TextLabel.Position = UDim2.new(0.00961537659, 0, 0, 0)
  48. TextLabel.Size = UDim2.new(0, 178, 0, 17)
  49. TextLabel.Font = Enum.Font.SciFi
  50. TextLabel.Text = "[Spawners] Project Pokemon"
  51. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  52. TextLabel.TextScaled = true
  53. TextLabel.TextSize = 14
  54. TextLabel.TextWrapped = true
  55.  
  56. ExitBut.Name = "ExitBut"
  57. ExitBut.Parent = Bar
  58. ExitBut.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  59. ExitBut.BorderSizePixel = 0
  60. ExitBut.Position = UDim2.new(0.926282048, 0, 0, 0)
  61. ExitBut.Size = UDim2.new(0, 23, 0, 17)
  62. ExitBut.Font = Enum.Font.SourceSans
  63. ExitBut.Text = "X"
  64. ExitBut.TextColor3 = Color3.new(1, 1, 1)
  65. ExitBut.TextScaled = true
  66. ExitBut.TextSize = 14
  67. ExitBut.TextWrapped = true
  68.  
  69. Pokenob.Name = "Pokenob"
  70. Pokenob.Parent = Main
  71. Pokenob.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  72. Pokenob.BorderSizePixel = 0
  73. Pokenob.Position = UDim2.new(0.195512816, 0, 0.287010968, 0)
  74. Pokenob.Size = UDim2.new(0, 187, 0, 24)
  75. Pokenob.Font = Enum.Font.SourceSans
  76. Pokenob.Text = ""
  77. Pokenob.TextColor3 = Color3.new(1, 1, 1)
  78. Pokenob.TextScaled = true
  79. Pokenob.TextSize = 14
  80. Pokenob.TextWrapped = true
  81.  
  82. LvlBoxs.Name = "LvlBoxs"
  83. LvlBoxs.Parent = Main
  84. LvlBoxs.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  85. LvlBoxs.BorderSizePixel = 0
  86. LvlBoxs.Position = UDim2.new(0.333333343, 0, 0.502585173, 0)
  87. LvlBoxs.Size = UDim2.new(0, 103, 0, 15)
  88. LvlBoxs.Font = Enum.Font.SourceSans
  89. LvlBoxs.Text = ""
  90. LvlBoxs.TextColor3 = Color3.new(1, 1, 1)
  91. LvlBoxs.TextScaled = true
  92. LvlBoxs.TextSize = 14
  93. LvlBoxs.TextWrapped = true
  94.  
  95. SetButton.Name = "SetButton"
  96. SetButton.Parent = Main
  97. SetButton.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  98. SetButton.BorderSizePixel = 0
  99. SetButton.Position = UDim2.new(0.387820512, 0, 0.657669842, 0)
  100. SetButton.Size = UDim2.new(0, 68, 0, 19)
  101. SetButton.Font = Enum.Font.SourceSans
  102. SetButton.Text = "Spawn"
  103. SetButton.TextColor3 = Color3.new(1, 1, 1)
  104. SetButton.TextScaled = true
  105. SetButton.TextSize = 14
  106. SetButton.TextWrapped = true
  107. SetButton.MouseButton1Click:Connect(function()
  108. local pokemon = Pokenob.Text
  109. local lvl = LvlBoxs.Text
  110.  
  111. local Encrypt = function(CodeSource)
  112. local StringCode = '';
  113. for i = 1, #CodeSource do
  114. StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
  115. end
  116. return StringCode;
  117. end
  118.  
  119. local pass = Encrypt(game.Players.LocalPlayer.Name..lvl..pokemon)
  120.  
  121. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, game.Players.LocalPlayer.PokemonParty, lvl, true, true, pass)
  122.  
  123. end)
  124.  
  125. Admin.Name = "Admin"
  126. Admin.Parent = ScreenGui
  127. Admin.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  128. Admin.BorderSizePixel = 0
  129. Admin.Position = UDim2.new(0, 0, 0.661354601, 0)
  130. Admin.Size = UDim2.new(0, 389, 0, 169)
  131. Admin.Visible = false
  132. Admin.Active = true
  133. Admin.Draggable = true
  134.  
  135. CmdsBox.Name = "CmdsBox"
  136. CmdsBox.Parent = Admin
  137. CmdsBox.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  138. CmdsBox.BorderSizePixel = 0
  139. CmdsBox.Position = UDim2.new(0.0179948583, 0, 0.806368113, 0)
  140. CmdsBox.Size = UDim2.new(0, 293, 0, 24)
  141. CmdsBox.Font = Enum.Font.SourceSans
  142. CmdsBox.Text = ""
  143. CmdsBox.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  144. CmdsBox.TextSize = 14
  145. CmdsBox.TextXAlignment = Enum.TextXAlignment.Left
  146.  
  147. ExecuteS.Name = "ExecuteS"
  148. ExecuteS.Parent = Admin
  149. ExecuteS.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  150. ExecuteS.BorderSizePixel = 0
  151. ExecuteS.Position = UDim2.new(0.796646774, 0, 0.802093446, 0)
  152. ExecuteS.Size = UDim2.new(0, 72, 0, 24)
  153. ExecuteS.Font = Enum.Font.SourceSans
  154. ExecuteS.Text = "Execute"
  155. ExecuteS.TextColor3 = Color3.new(1, 1, 1)
  156. ExecuteS.TextSize = 14
  157. ExecuteS.MouseButton1Click:connect(function()
  158. if CmdsBox.Text == "Anti Ban" then
  159. game.StarterGui:SetCore("SendNotification",{Title="puppys:",Text="Ow0 Bypassed The Bans!"})
  160. _G.PlayingCheckers = function(pokemon, party, level, leavethistrueiguess)
  161. local Encrypt = function(CodeSource)
  162. local StringCode = '';
  163. for i = 1, #CodeSource do
  164. StringCode = StringCode ..string.char(48)..string.byte(string.sub(CodeSource,i,i));
  165. end
  166. return StringCode;
  167. end
  168.  
  169. local pass = Encrypt(game.Players.LocalPlayer.Name..level..pokemon)
  170.  
  171. game.ReplicatedStorage.REvents.Pokemon.iwillknowXD:InvokeServer(pokemon, party, level, leavethistrueiguess, leavethistrueiguess, pass)
  172. end
  173. end
  174. if CmdsBox.Text == "GetBadges" then
  175. game.StarterGui:SetCore("SendNotification",{Title="puppys:",Text="Got All The Badges For you"})
  176. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("1")
  177. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("2")
  178. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("EV")
  179. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("3")
  180. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("4")
  181. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("5")
  182. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("6")
  183. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("7")
  184. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mysterious Grotto")
  185. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("8")
  186. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Indigo")
  187. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Champ")
  188. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mausoleum of Origins")
  189. end
  190. if CmdsBox.Text == "Mewtwo Mega Stone" then
  191. game.StarterGui:SetCore("SendNotification",{Title="puppys:",Text="What is this?? ".."OML A Mewtwonite!"})
  192. game.ReplicatedStorage.REvents.Pokemon.mewtwoStone:InvokeServer("X")
  193. end
  194. if CmdsBox.Text == "Skip Spawn" then
  195. game.StarterGui:SetCore("SendNotification",{Title="puppys:",Text="You skipped spawn Its like you skipped school but worse"})
  196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(24.5969868, 12.546773, 869.484253)
  197. end
  198. end)
  199.  
  200. Commands.Name = "Commands"
  201. Commands.Parent = Admin
  202. Commands.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  203. Commands.BorderSizePixel = 0
  204. Commands.Position = UDim2.new(0.0242038909, 0, 0.0975860059, 0)
  205. Commands.Size = UDim2.new(0, 372, 0, 113)
  206. -- Scripts:
  207. if game.Players.LocalPlayer.UserId == 727998996 or 83335331 or 366732977 then
  208. Admin.Visible = true
  209. else
  210. game.Players.LocalPlayer:Kick("Lmao you wont get this try buy it Contact me on discord puppys#4990")
  211. end
  212. local ins = false
  213. game:GetService("UserInputService").InputBegan:connect(function(key)
  214. if key.KeyCode == Enum.KeyCode.Insert then
  215. if ins == true then
  216. ins = false
  217. Main.Visible = false
  218. Admin.Visible = false
  219. elseif ins == false then
  220. ins = true
  221. Main.Visible = true
  222. Admin.Visible = true
  223. end
  224. end
  225. end)
Add Comment
Please, Sign In to add comment