Advertisement
ProjectZeroWL

F3x

Nov 27th, 2018
4,172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.28 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local Title = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local bar = Instance.new("Frame")
  9. local Forward1 = Instance.new("TextButton")
  10. local Back3 = Instance.new("TextButton")
  11. local BanFrame = Instance.new("Frame")
  12. local BanBox = Instance.new("TextBox")
  13. local BanB = Instance.new("TextButton")
  14. local KickFrame = Instance.new("Frame")
  15. local KickBox = Instance.new("TextBox")
  16. local KickB = Instance.new("TextButton")
  17. local ShutdownFrame = Instance.new("Frame")
  18. local ShutdownB = Instance.new("TextButton")
  19. local KickAllFrame = Instance.new("Frame")
  20. local KickAllB = Instance.new("TextButton")
  21. local Forward2 = Instance.new("TextButton")
  22. local Forward3 = Instance.new("TextButton")
  23. local Back2 = Instance.new("TextButton")
  24. local Back1 = Instance.new("TextButton")
  25. local Close = Instance.new("TextButton")
  26. local Open = Instance.new("TextButton")
  27. --Properties:
  28. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  29.  
  30. MainFrame.Name = "MainFrame"
  31. MainFrame.Parent = ScreenGui
  32. MainFrame.Active = true
  33. MainFrame.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  34. MainFrame.BorderSizePixel = 0
  35. MainFrame.Position = UDim2.new(0.356257051, 0, 0.401185781, 0)
  36. MainFrame.Size = UDim2.new(0, 284, 0, 183)
  37. MainFrame.Visible = false
  38. MainFrame.Draggable = true
  39.  
  40. Title.Name = "Title"
  41. Title.Parent = MainFrame
  42. Title.Active = true
  43. Title.BackgroundColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  44. Title.BorderSizePixel = 0
  45. Title.Size = UDim2.new(0, 284, 0, 24)
  46.  
  47. TextLabel.Parent = Title
  48. TextLabel.BackgroundColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  49. TextLabel.BorderSizePixel = 0
  50. TextLabel.Size = UDim2.new(0, 284, 0, 24)
  51. TextLabel.Font = Enum.Font.SourceSansBold
  52. TextLabel.Text = ""
  53. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  54. TextLabel.TextScaled = true
  55. TextLabel.TextSize = 14
  56. TextLabel.TextWrapped = true
  57.  
  58. bar.Name = "bar"
  59. bar.Parent = MainFrame
  60. bar.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.666667)
  61. bar.BorderSizePixel = 0
  62. bar.Position = UDim2.new(0, 0, 0.131147534, 0)
  63. bar.Size = UDim2.new(0, 284, 0, 6)
  64.  
  65. Forward1.Name = "Forward1"
  66. Forward1.Parent = MainFrame
  67. Forward1.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  68. Forward1.BorderSizePixel = 0
  69. Forward1.Position = UDim2.new(0.898141325, 0, 0.868269145, 0)
  70. Forward1.Size = UDim2.new(0, 28, 0, 24)
  71. Forward1.Font = Enum.Font.SourceSansBold
  72. Forward1.Text = ">"
  73. Forward1.TextColor3 = Color3.new(1, 1, 1)
  74. Forward1.TextScaled = true
  75. Forward1.TextSize = 14
  76. Forward1.TextWrapped = true
  77. Forward1.MouseButton1Down:connect(function()
  78. Forward1.Visible = false
  79. Forward2.Visible = true
  80. Back1.Visible = true
  81. BanFrame.Visible = true
  82. KickFrame.Visible = false
  83. end)
  84.  
  85. Back3.Name = "Back3"
  86. Back3.Parent = MainFrame
  87. Back3.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  88. Back3.BorderSizePixel = 0
  89. Back3.Position = UDim2.new(-0.00326710939, 0, 0.868269145, 0)
  90. Back3.Size = UDim2.new(0, 28, 0, 24)
  91. Back3.Visible = false
  92. Back3.Font = Enum.Font.SourceSansBold
  93. Back3.Text = "<"
  94. Back3.TextColor3 = Color3.new(1, 1, 1)
  95. Back3.TextScaled = true
  96. Back3.TextSize = 14
  97. Back3.TextWrapped = true
  98. Back3.MouseButton1Down:connect(function()
  99. Back3.Visible = false
  100. Back2.Visible = true
  101. Forward3.Visible = true
  102. KickAllFrame.Visible = true
  103. ShutdownFrame.Visible = false
  104. end)
  105.  
  106. BanFrame.Name = "BanFrame"
  107. BanFrame.Parent = MainFrame
  108. BanFrame.Active = true
  109. BanFrame.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  110. BanFrame.BorderSizePixel = 0
  111. BanFrame.Position = UDim2.new(0, 0, 0.163934425, 0)
  112. BanFrame.Size = UDim2.new(0, 283, 0, 129)
  113. BanFrame.Visible = false
  114.  
  115. BanBox.Name = "BanBox"
  116. BanBox.Parent = BanFrame
  117. BanBox.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  118. BanBox.BorderSizePixel = 0
  119. BanBox.Position = UDim2.new(0.147887319, 0, 0.120345637, 0)
  120. BanBox.Size = UDim2.new(0, 200, 0, 50)
  121. BanBox.Font = Enum.Font.SourceSansBold
  122. BanBox.Text = "NAME HERE"
  123. BanBox.TextColor3 = Color3.new(1, 1, 1)
  124. BanBox.TextScaled = true
  125. BanBox.TextSize = 14
  126. BanBox.TextWrapped = true
  127.  
  128. BanB.Name = "BanB"
  129. BanB.Parent = BanFrame
  130. BanB.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  131. BanB.BorderSizePixel = 0
  132. BanB.Position = UDim2.new(0.249544829, 0, 0.697980762, 0)
  133. BanB.Size = UDim2.new(0, 141, 0, 27)
  134. BanB.Font = Enum.Font.SourceSansBold
  135. BanB.Text = "Ban"
  136. BanB.TextColor3 = Color3.new(1, 1, 1)
  137. BanB.TextScaled = true
  138. BanB.TextSize = 14
  139. BanB.TextWrapped = true
  140. BanB.MouseButton1Down:connect(function()
  141. local PlayerToBan = BanBox.Text
  142. local banned = {}
  143. table.insert(PlayerToBan,banned)
  144. for i, v in pairs(banned) do
  145. if plr.Name == v then
  146. local A_1 = "Remove"
  147. local A_2 =
  148. {
  149. [1] = game.Players[PlayerToBan]
  150. }
  151. local Event = game.Players.LocalPlayer.Backpack["Building Tools"].SyncAPI.ServerEndpoint
  152. Event:InvokeServer(A_1, A_2)
  153. end
  154. end
  155. game.Players.PlayerAdded:Connect(ban)
  156. end)
  157.  
  158. KickFrame.Name = "KickFrame"
  159. KickFrame.Parent = MainFrame
  160. KickFrame.Active = true
  161. KickFrame.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  162. KickFrame.BorderSizePixel = 0
  163. KickFrame.Position = UDim2.new(0, 0, 0.163934425, 0)
  164. KickFrame.Size = UDim2.new(0, 283, 0, 129)
  165.  
  166. KickBox.Name = "KickBox"
  167. KickBox.Parent = KickFrame
  168. KickBox.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  169. KickBox.BorderSizePixel = 0
  170. KickBox.Position = UDim2.new(0.147887319, 0, 0.120345637, 0)
  171. KickBox.Size = UDim2.new(0, 200, 0, 50)
  172. KickBox.Font = Enum.Font.SourceSansBold
  173. KickBox.Text = "NAME HERE"
  174. KickBox.TextColor3 = Color3.new(1, 1, 1)
  175. KickBox.TextScaled = true
  176. KickBox.TextSize = 14
  177. KickBox.TextWrapped = true
  178.  
  179. KickB.Name = "KickB"
  180. KickB.Parent = KickFrame
  181. KickB.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  182. KickB.BorderSizePixel = 0
  183. KickB.Position = UDim2.new(0.249544829, 0, 0.697980762, 0)
  184. KickB.Size = UDim2.new(0, 141, 0, 27)
  185. KickB.Font = Enum.Font.SourceSansBold
  186. KickB.Text = "Kick"
  187. KickB.TextColor3 = Color3.new(1, 1, 1)
  188. KickB.TextScaled = true
  189. KickB.TextSize = 14
  190. KickB.TextWrapped = true
  191. KickB.MouseButton1Down:connect(function()
  192. --Script by JayRain2006 on v3rmillion
  193. local PlayerToKick = KickBox.Text
  194. function kick(player)
  195. local A_1 = "Remove"
  196. local A_2 =
  197. {
  198. [1] = game.Players[player]
  199. }
  200. local Event = game.Players.LocalPlayer.Backpack["Building Tools"].SyncAPI.ServerEndpoint
  201. Event:InvokeServer(A_1, A_2)
  202. end
  203. kick(PlayerToKick)
  204. end)
  205.  
  206. ShutdownFrame.Name = "ShutdownFrame"
  207. ShutdownFrame.Parent = MainFrame
  208. ShutdownFrame.Active = true
  209. ShutdownFrame.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  210. ShutdownFrame.BorderSizePixel = 0
  211. ShutdownFrame.Position = UDim2.new(0, 0, 0.163934425, 0)
  212. ShutdownFrame.Size = UDim2.new(0, 283, 0, 129)
  213. ShutdownFrame.Visible = false
  214.  
  215. ShutdownB.Name = "ShutdownB"
  216. ShutdownB.Parent = ShutdownFrame
  217. ShutdownB.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  218. ShutdownB.BorderSizePixel = 0
  219. ShutdownB.Position = UDim2.new(0.157672048, 0, 0.279376119, 0)
  220. ShutdownB.Size = UDim2.new(0, 193, 0, 56)
  221. ShutdownB.Font = Enum.Font.SourceSansBold
  222. ShutdownB.Text = "Shutdown"
  223. ShutdownB.TextColor3 = Color3.new(1, 1, 1)
  224. ShutdownB.TextScaled = true
  225. ShutdownB.TextSize = 14
  226. ShutdownB.TextWrapped = true
  227. ShutdownB.MouseButton1Down:connect(function()
  228. for i, v in pairs(game.Players:GetChildren()) do
  229. if v.Name == game.Players.LocalPlayer.Name then
  230. game.Players.LocalPlayer:Kick("lol get rekt NOOB hahah")
  231. else
  232. local A_1 = "Remove"
  233. local A_2 =
  234. {
  235. [1] = v
  236. }
  237. local Event = game.Players.LocalPlayer.Backpack["Building Tools"].SyncAPI.ServerEndpoint
  238. Event:InvokeServer(A_1, A_2)
  239. end
  240. end
  241. end)
  242.  
  243. KickAllFrame.Name = "KickAllFrame"
  244. KickAllFrame.Parent = MainFrame
  245. KickAllFrame.Active = true
  246. KickAllFrame.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  247. KickAllFrame.BorderSizePixel = 0
  248. KickAllFrame.Position = UDim2.new(0, 0, 0.163934425, 0)
  249. KickAllFrame.Size = UDim2.new(0, 283, 0, 129)
  250. KickAllFrame.Visible = false
  251.  
  252. KickAllB.Name = "KickAllB"
  253. KickAllB.Parent = KickAllFrame
  254. KickAllB.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  255. KickAllB.BorderSizePixel = 0
  256. KickAllB.Position = UDim2.new(0.157672048, 0, 0.279376119, 0)
  257. KickAllB.Size = UDim2.new(0, 193, 0, 56)
  258. KickAllB.Font = Enum.Font.SourceSansBold
  259. KickAllB.Text = "Kick Others"
  260. KickAllB.TextColor3 = Color3.new(1, 1, 1)
  261. KickAllB.TextScaled = true
  262. KickAllB.TextSize = 14
  263. KickAllB.TextWrapped = true
  264. KickAllB.MouseButton1Down:connect(function()
  265. for i, v in pairs(game.Players:GetChildren()) do
  266. if v.Name ~= game.Players.LocalPlayer.Name then
  267. local A_1 = "Remove"
  268. local A_2 =
  269. {
  270. [1] = v
  271. }
  272. local Event = game.Players.LocalPlayer.Backpack["Building Tools"].SyncAPI.ServerEndpoint
  273. Event:InvokeServer(A_1, A_2)
  274. end
  275. end
  276. end)
  277.  
  278. Forward2.Name = "Forward2"
  279. Forward2.Parent = MainFrame
  280. Forward2.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  281. Forward2.BorderSizePixel = 0
  282. Forward2.Position = UDim2.new(0.898141325, 0, 0.868269145, 0)
  283. Forward2.Size = UDim2.new(0, 28, 0, 24)
  284. Forward2.Visible = false
  285. Forward2.Font = Enum.Font.SourceSansBold
  286. Forward2.Text = ">>"
  287. Forward2.TextColor3 = Color3.new(1, 1, 1)
  288. Forward2.TextScaled = true
  289. Forward2.TextSize = 14
  290. Forward2.TextWrapped = true
  291. Forward2.MouseButton1Down:connect(function()
  292. Back2.Visible = true
  293. Back1.Visible = false
  294. Forward2.Visible = false
  295. Forward3.Visible = true
  296. BanFrame.Visible = false
  297. KickAllFrame.Visible = true
  298. end)
  299.  
  300. Forward3.Name = "Forward3"
  301. Forward3.Parent = MainFrame
  302. Forward3.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  303. Forward3.BorderSizePixel = 0
  304. Forward3.Position = UDim2.new(0.898141325, 0, 0.868269145, 0)
  305. Forward3.Size = UDim2.new(0, 28, 0, 24)
  306. Forward3.Visible = false
  307. Forward3.Font = Enum.Font.SourceSansBold
  308. Forward3.Text = ">>"
  309. Forward3.TextColor3 = Color3.new(1, 1, 1)
  310. Forward3.TextScaled = true
  311. Forward3.TextSize = 14
  312. Forward3.TextWrapped = true
  313. Forward3.MouseButton1Down:connect(function()
  314. Back3.Visible = true
  315. Back2.Visible = false
  316. Forward3.Visible = false
  317. KickAllFrame.Visible = false
  318. ShutdownFrame.Visible = true
  319. end)
  320.  
  321. Back2.Name = "Back2"
  322. Back2.Parent = MainFrame
  323. Back2.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  324. Back2.BorderSizePixel = 0
  325. Back2.Position = UDim2.new(-0.00326710939, 0, 0.868269145, 0)
  326. Back2.Size = UDim2.new(0, 28, 0, 24)
  327. Back2.Visible = false
  328. Back2.Font = Enum.Font.SourceSansBold
  329. Back2.Text = "<<"
  330. Back2.TextColor3 = Color3.new(1, 1, 1)
  331. Back2.TextScaled = true
  332. Back2.TextSize = 14
  333. Back2.TextWrapped = true
  334. Back2.MouseButton1Down:connect(function()
  335. Back2.Visible = false
  336. Back1.Visible = true
  337. Forward2.Visible = true
  338. Forward3.Visible = false
  339. BanFrame.Visible = true
  340. KickAllFrame.Visible = false
  341. end)
  342.  
  343. Back1.Name = "Back1"
  344. Back1.Parent = MainFrame
  345. Back1.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  346. Back1.BorderSizePixel = 0
  347. Back1.Position = UDim2.new(-0.00326710939, 0, 0.868269145, 0)
  348. Back1.Size = UDim2.new(0, 28, 0, 24)
  349. Back1.Visible = false
  350. Back1.Font = Enum.Font.SourceSansBold
  351. Back1.Text = "<<"
  352. Back1.TextColor3 = Color3.new(1, 1, 1)
  353. Back1.TextScaled = true
  354. Back1.TextSize = 14
  355. Back1.TextWrapped = true
  356. Back1.MouseButton1Down:connect(function()
  357. Back1.Visible = false
  358. Forward2.Visible = false
  359. Forward1.Visible = true
  360. BanFrame.Visible = false
  361. KickFrame.Visible = true
  362. end)
  363.  
  364. Close.Name = "Close"
  365. Close.Parent = MainFrame
  366. Close.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  367. Close.BorderSizePixel = 0
  368. Close.Position = UDim2.new(0.999375343, 0, -0.00318580866, 0)
  369. Close.Size = UDim2.new(0, 30, 0, 30)
  370. Close.Font = Enum.Font.SourceSansBold
  371. Close.Text = "X"
  372. Close.TextColor3 = Color3.new(1, 1, 1)
  373. Close.TextScaled = true
  374. Close.TextSize = 14
  375. Close.TextWrapped = true
  376. Close.MouseButton1Down:connect(function()
  377. Open.Visible = true
  378. MainFrame.Visible = false
  379. end)
  380.  
  381. Open.Name = "Open"
  382. Open.Parent = ScreenGui
  383. Open.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  384. Open.BorderSizePixel = 0
  385. Open.Position = UDim2.new(0.450958282, 0, 0.0158102773, 0)
  386. Open.Size = UDim2.new(0, 116, 0, 17)
  387. Open.Font = Enum.Font.SourceSansBold
  388. Open.Text = "Open"
  389. Open.TextColor3 = Color3.new(1, 1, 1)
  390. Open.TextScaled = true
  391. Open.TextSize = 14
  392. Open.TextWrapped = true
  393. Open.MouseButton1Down:connect(function()
  394. Open.Visible = false
  395. MainFrame.Visible = true
  396. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement