Advertisement
partyparrot

narathip

Oct 15th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.69 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local CheckPlayer = Instance.new("Frame")
  6. local party = Instance.new("TextLabel")
  7. local parrot = Instance.new("TextLabel")
  8. local checking = Instance.new("TextLabel")
  9. local Status = Instance.new("TextLabel")
  10. local OpenFrame = Instance.new("Frame")
  11. local Open = Instance.new("TextButton")
  12. local MainGUI = Instance.new("Frame")
  13. local Line = Instance.new("Frame")
  14. local party_2 = Instance.new("TextLabel")
  15. local parrot_2 = Instance.new("TextLabel")
  16. local AltDelete = Instance.new("TextLabel")
  17. local AltOn = Instance.new("TextButton")
  18. local AltOff = Instance.new("TextButton")
  19. local AutoRespawn = Instance.new("TextLabel")
  20. local ReOn = Instance.new("TextButton")
  21. local AntiAFK = Instance.new("TextLabel")
  22. local AFKON = Instance.new("TextButton")
  23. local RevizAdmin = Instance.new("TextLabel")
  24. local RevizOn = Instance.new("TextButton")
  25. local Bypass = Instance.new("TextLabel")
  26. local BypassOn = Instance.new("TextButton")
  27. local SafePlace = Instance.new("TextLabel")
  28. local SafeTele = Instance.new("TextButton")
  29. local AutoRespawn_2 = Instance.new("TextLabel")
  30. local Close = Instance.new("TextButton")
  31. --Properties:
  32. ScreenGui.Parent = game.CoreGui
  33. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  34.  
  35. CheckPlayer.Name = "CheckPlayer"
  36. CheckPlayer.Parent = ScreenGui
  37. CheckPlayer.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  38. CheckPlayer.BorderColor3 = Color3.new(1, 1, 1)
  39. CheckPlayer.Position = UDim2.new(0.28118813, 0, 0.233509228, 0)
  40. CheckPlayer.Size = UDim2.new(0, 441, 0, 322)
  41.  
  42. party.Name = "party"
  43. party.Parent = CheckPlayer
  44. party.BackgroundColor3 = Color3.new(1, 1, 1)
  45. party.BackgroundTransparency = 1
  46. party.BorderSizePixel = 0
  47. party.Position = UDim2.new(0.147392273, 0, 0, 0)
  48. party.Size = UDim2.new(0, 200, 0, 50)
  49. party.Font = Enum.Font.Cartoon
  50. party.Text = "party"
  51. party.TextColor3 = Color3.new(1, 1, 1)
  52. party.TextScaled = true
  53. party.TextSize = 14
  54. party.TextWrapped = true
  55.  
  56. parrot.Name = "parrot"
  57. parrot.Parent = CheckPlayer
  58. parrot.BackgroundColor3 = Color3.new(1, 1, 1)
  59. parrot.BackgroundTransparency = 1
  60. parrot.BorderSizePixel = 0
  61. parrot.Position = UDim2.new(0.399092942, 0, 0, 0)
  62. parrot.Size = UDim2.new(0, 200, 0, 50)
  63. parrot.Font = Enum.Font.Cartoon
  64. parrot.Text = "parrot"
  65. parrot.TextColor3 = Color3.new(1, 0, 0.0156863)
  66. parrot.TextScaled = true
  67. parrot.TextSize = 14
  68. parrot.TextWrapped = true
  69.  
  70. checking.Name = "checking"
  71. checking.Parent = CheckPlayer
  72. checking.BackgroundColor3 = Color3.new(1, 1, 1)
  73. checking.BackgroundTransparency = 1
  74. checking.BorderSizePixel = 0
  75. checking.Position = UDim2.new(0.0929705203, 0, 0.199790433, 0)
  76. checking.Size = UDim2.new(0, 359, 0, 146)
  77. checking.Font = Enum.Font.Cartoon
  78. checking.Text = "We're checking your whitelist now. Please be patient."
  79. checking.TextColor3 = Color3.new(1, 1, 1)
  80. checking.TextScaled = true
  81. checking.TextSize = 14
  82. checking.TextWrapped = true
  83.  
  84. Status.Name = "Status"
  85. Status.Parent = CheckPlayer
  86. Status.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Status.BackgroundTransparency = 1
  88. Status.BorderSizePixel = 0
  89. Status.Position = UDim2.new(0.0929705203, 0, 0.726708055, 0)
  90. Status.Size = UDim2.new(0, 359, 0, 50)
  91. Status.Font = Enum.Font.Cartoon
  92. Status.Text = "Status : "
  93. Status.TextColor3 = Color3.new(1, 0.996078, 0.988235)
  94. Status.TextScaled = true
  95. Status.TextSize = 14
  96. Status.TextWrapped = true
  97. Status.TextXAlignment = Enum.TextXAlignment.Left
  98.  
  99. OpenFrame.Name = "OpenFrame"
  100. OpenFrame.Parent = ScreenGui
  101. OpenFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  102. OpenFrame.BorderColor3 = Color3.new(1, 1, 1)
  103. OpenFrame.Position = UDim2.new(0, 0, 0.47757256, 0)
  104. OpenFrame.Size = UDim2.new(0, 89, 0, 33)
  105. OpenFrame.Visible = false
  106.  
  107. Open.Name = "Open"
  108. Open.Parent = OpenFrame
  109. Open.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  110. Open.BorderSizePixel = 0
  111. Open.Position = UDim2.new(0.0674157292, 0, 0.181818187, 0)
  112. Open.Size = UDim2.new(0, 77, 0, 21)
  113. Open.Font = Enum.Font.Cartoon
  114. Open.Text = "Open"
  115. Open.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  116. Open.TextSize = 14
  117. Open.MouseButton1Click:connect(function()
  118. OpenFrame.Visible = false
  119. MainGUI.Visible = true
  120. end)
  121.  
  122. MainGUI.Name = "MainGUI"
  123. MainGUI.Parent = ScreenGui
  124. MainGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  125. MainGUI.BorderColor3 = Color3.new(1, 1, 1)
  126. MainGUI.Position = UDim2.new(0.389108896, 0, 0.178100258, 0)
  127. MainGUI.Size = UDim2.new(0, 224, 0, 405)
  128. MainGUI.Visible = false
  129. MainGUI.Active = true
  130. MainGUI.Draggable = true
  131.  
  132. Line.Name = "Line"
  133. Line.Parent = MainGUI
  134. Line.BackgroundColor3 = Color3.new(0.00784314, 0.00784314, 0.00784314)
  135. Line.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  136. Line.BorderSizePixel = 0
  137. Line.Size = UDim2.new(0, 224, 0, 37)
  138.  
  139. party_2.Name = "party"
  140. party_2.Parent = MainGUI
  141. party_2.BackgroundColor3 = Color3.new(1, 1, 1)
  142. party_2.BackgroundTransparency = 1
  143. party_2.BorderSizePixel = 0
  144. party_2.Position = UDim2.new(0.209892288, 0, 0.00493827183, 0)
  145. party_2.Size = UDim2.new(0, 71, 0, 32)
  146. party_2.Font = Enum.Font.Cartoon
  147. party_2.Text = "party"
  148. party_2.TextColor3 = Color3.new(1, 1, 1)
  149. party_2.TextScaled = true
  150. party_2.TextSize = 14
  151. party_2.TextWrapped = true
  152.  
  153. parrot_2.Name = "parrot"
  154. parrot_2.Parent = MainGUI
  155. parrot_2.BackgroundColor3 = Color3.new(1, 1, 1)
  156. parrot_2.BackgroundTransparency = 1
  157. parrot_2.BorderSizePixel = 0
  158. parrot_2.Position = UDim2.new(0.497307152, 0, 0.00740741659, 0)
  159. parrot_2.Size = UDim2.new(0, 72, 0, 31)
  160. parrot_2.Font = Enum.Font.Cartoon
  161. parrot_2.Text = "parrot"
  162. parrot_2.TextColor3 = Color3.new(1, 0, 0.0156863)
  163. parrot_2.TextScaled = true
  164. parrot_2.TextSize = 14
  165. parrot_2.TextWrapped = true
  166.  
  167. AltDelete.Name = "Alt Delete"
  168. AltDelete.Parent = MainGUI
  169. AltDelete.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  170. AltDelete.BorderSizePixel = 0
  171. AltDelete.Position = UDim2.new(0.0535714179, 0, 0.113580249, 0)
  172. AltDelete.Size = UDim2.new(0, 99, 0, 35)
  173. AltDelete.Font = Enum.Font.Cartoon
  174. AltDelete.Text = "Alt Delete"
  175. AltDelete.TextColor3 = Color3.new(1, 1, 1)
  176. AltDelete.TextSize = 14
  177.  
  178. AltOn.Name = "AltOn"
  179. AltOn.Parent = MainGUI
  180. AltOn.BackgroundColor3 = Color3.new(0.223529, 1, 0.184314)
  181. AltOn.BorderSizePixel = 0
  182. AltOn.Position = UDim2.new(0.526785731, 0, 0.128395066, 0)
  183. AltOn.Size = UDim2.new(0, 49, 0, 23)
  184. AltOn.Font = Enum.Font.Cartoon
  185. AltOn.Text = "On"
  186. AltOn.TextColor3 = Color3.new(0, 0, 0)
  187. AltOn.TextSize = 14
  188.  
  189. AltOff.Name = "AltOff"
  190. AltOff.Parent = MainGUI
  191. AltOff.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  192. AltOff.BorderSizePixel = 0
  193. AltOff.Position = UDim2.new(0.763392866, 0, 0.128395066, 0)
  194. AltOff.Size = UDim2.new(0, 49, 0, 23)
  195. AltOff.Font = Enum.Font.Cartoon
  196. AltOff.Text = "Off"
  197. AltOff.TextColor3 = Color3.new(0, 0, 0)
  198. AltOff.TextSize = 14
  199.  
  200. AutoRespawn.Name = "AutoRespawn"
  201. AutoRespawn.Parent = MainGUI
  202. AutoRespawn.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  203. AutoRespawn.BorderSizePixel = 0
  204. AutoRespawn.Position = UDim2.new(0.0535714179, 0, 0.214814812, 0)
  205. AutoRespawn.Size = UDim2.new(0, 99, 0, 35)
  206. AutoRespawn.Font = Enum.Font.Cartoon
  207. AutoRespawn.Text = "Auto Respawn"
  208. AutoRespawn.TextColor3 = Color3.new(1, 1, 1)
  209. AutoRespawn.TextSize = 14
  210.  
  211. ReOn.Name = "ReOn"
  212. ReOn.Parent = MainGUI
  213. ReOn.BackgroundColor3 = Color3.new(0.223529, 1, 0.184314)
  214. ReOn.BorderSizePixel = 0
  215. ReOn.Position = UDim2.new(0.642857194, 0, 0.229629621, 0)
  216. ReOn.Size = UDim2.new(0, 49, 0, 23)
  217. ReOn.Font = Enum.Font.Cartoon
  218. ReOn.Text = "On"
  219. ReOn.TextColor3 = Color3.new(0, 0, 0)
  220. ReOn.TextSize = 14
  221.  
  222. AntiAFK.Name = "Anti AFK"
  223. AntiAFK.Parent = MainGUI
  224. AntiAFK.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  225. AntiAFK.BorderSizePixel = 0
  226. AntiAFK.Position = UDim2.new(0.0535714179, 0, 0.316049397, 0)
  227. AntiAFK.Size = UDim2.new(0, 99, 0, 35)
  228. AntiAFK.Font = Enum.Font.Cartoon
  229. AntiAFK.Text = "Anti AFK"
  230. AntiAFK.TextColor3 = Color3.new(1, 1, 1)
  231. AntiAFK.TextSize = 14
  232.  
  233. AFKON.Name = "AFKON"
  234. AFKON.Parent = MainGUI
  235. AFKON.BackgroundColor3 = Color3.new(0.223529, 1, 0.184314)
  236. AFKON.BorderSizePixel = 0
  237. AFKON.Position = UDim2.new(0.642857194, 0, 0.330864191, 0)
  238. AFKON.Size = UDim2.new(0, 49, 0, 23)
  239. AFKON.Font = Enum.Font.Cartoon
  240. AFKON.Text = "On"
  241. AFKON.TextColor3 = Color3.new(0, 0, 0)
  242. AFKON.TextSize = 14
  243.  
  244. RevizAdmin.Name = "Reviz Admin"
  245. RevizAdmin.Parent = MainGUI
  246. RevizAdmin.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  247. RevizAdmin.BorderSizePixel = 0
  248. RevizAdmin.Position = UDim2.new(0.0535714179, 0, 0.419753104, 0)
  249. RevizAdmin.Size = UDim2.new(0, 99, 0, 35)
  250. RevizAdmin.Font = Enum.Font.Cartoon
  251. RevizAdmin.Text = "Reviz Admin"
  252. RevizAdmin.TextColor3 = Color3.new(1, 1, 1)
  253. RevizAdmin.TextSize = 14
  254.  
  255. RevizOn.Name = "RevizOn"
  256. RevizOn.Parent = MainGUI
  257. RevizOn.BackgroundColor3 = Color3.new(0.223529, 1, 0.184314)
  258. RevizOn.BorderSizePixel = 0
  259. RevizOn.Position = UDim2.new(0.642857194, 0, 0.434567899, 0)
  260. RevizOn.Size = UDim2.new(0, 49, 0, 23)
  261. RevizOn.Font = Enum.Font.Cartoon
  262. RevizOn.Text = "On"
  263. RevizOn.TextColor3 = Color3.new(0, 0, 0)
  264. RevizOn.TextSize = 14
  265.  
  266. Bypass.Name = "Bypass"
  267. Bypass.Parent = MainGUI
  268. Bypass.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  269. Bypass.BorderSizePixel = 0
  270. Bypass.Position = UDim2.new(0.0535714179, 0, 0.523456812, 0)
  271. Bypass.Size = UDim2.new(0, 99, 0, 35)
  272. Bypass.Font = Enum.Font.Cartoon
  273. Bypass.Text = "Bypass"
  274. Bypass.TextColor3 = Color3.new(1, 1, 1)
  275. Bypass.TextSize = 14
  276.  
  277. BypassOn.Name = "BypassOn"
  278. BypassOn.Parent = MainGUI
  279. BypassOn.BackgroundColor3 = Color3.new(0.223529, 1, 0.184314)
  280. BypassOn.BorderSizePixel = 0
  281. BypassOn.Position = UDim2.new(0.642857194, 0, 0.538271606, 0)
  282. BypassOn.Size = UDim2.new(0, 49, 0, 23)
  283. BypassOn.Font = Enum.Font.Cartoon
  284. BypassOn.Text = "On"
  285. BypassOn.TextColor3 = Color3.new(0, 0, 0)
  286. BypassOn.TextSize = 14
  287.  
  288. SafePlace.Name = "SafePlace"
  289. SafePlace.Parent = MainGUI
  290. SafePlace.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  291. SafePlace.BorderSizePixel = 0
  292. SafePlace.Position = UDim2.new(0.0535714179, 0, 0.624691367, 0)
  293. SafePlace.Size = UDim2.new(0, 99, 0, 35)
  294. SafePlace.Font = Enum.Font.Cartoon
  295. SafePlace.Text = "Safe Place"
  296. SafePlace.TextColor3 = Color3.new(1, 1, 1)
  297. SafePlace.TextSize = 14
  298.  
  299. SafeTele.Name = "SafeTele"
  300. SafeTele.Parent = MainGUI
  301. SafeTele.BackgroundColor3 = Color3.new(0.223529, 1, 0.184314)
  302. SafeTele.BorderSizePixel = 0
  303. SafeTele.Position = UDim2.new(0.642857194, 0, 0.639506161, 0)
  304. SafeTele.Size = UDim2.new(0, 49, 0, 23)
  305. SafeTele.Font = Enum.Font.Cartoon
  306. SafeTele.Text = "Teleport"
  307. SafeTele.TextColor3 = Color3.new(0, 0, 0)
  308. SafeTele.TextSize = 14
  309.  
  310. AutoRespawn_2.Name = "AutoRespawn"
  311. AutoRespawn_2.Parent = MainGUI
  312. AutoRespawn_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  313. AutoRespawn_2.BackgroundTransparency = 1
  314. AutoRespawn_2.BorderSizePixel = 0
  315. AutoRespawn_2.Position = UDim2.new(0.0223214328, 0, 0.745678961, 0)
  316. AutoRespawn_2.Size = UDim2.new(0, 214, 0, 87)
  317. AutoRespawn_2.Font = Enum.Font.Cartoon
  318. AutoRespawn_2.Text = "Update : Soon..."
  319. AutoRespawn_2.TextColor3 = Color3.new(1, 1, 1)
  320. AutoRespawn_2.TextScaled = true
  321. AutoRespawn_2.TextSize = 14
  322. AutoRespawn_2.TextWrapped = true
  323.  
  324. Close.Name = "Close"
  325. Close.Parent = MainGUI
  326. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  327. Close.BackgroundTransparency = 1
  328. Close.BorderSizePixel = 0
  329. Close.Position = UDim2.new(0.642857134, 0, 0, 0)
  330. Close.Size = UDim2.new(0, 134, 0, 30)
  331. Close.Font = Enum.Font.Cartoon
  332. Close.Text = "X"
  333. Close.TextColor3 = Color3.new(1, 0, 0.0156863)
  334. Close.TextScaled = true
  335. Close.TextSize = 14
  336. Close.TextWrapped = true
  337. Close.MouseButton1Click:connect(function()
  338. MainGUI.Visible = false
  339. OpenFrame.Visible = true
  340. end)
  341. -- Scripts:
  342. if game.Players.LocalPlayer.Name == "ISUZU_DMAXs" then
  343. wait(5)
  344. Status.Text = "Status : Logging in!"
  345. wait(1)
  346. OpenGUI.Visible = true
  347. CheckPlayer.Visible = false
  348. elseif game.Players.LocalPlayer.Name == "LenDarkBone" then
  349. wait(5)
  350. Status.Text = "Status : Logging in!"
  351. wait(1)
  352. OpenGUI.Visible = true
  353. CheckPlayer.Visible = false
  354. elseif game.Players.LocalPlayer.Name == "Cj9_02" then
  355. wait(5)
  356. Status.Text = "Status : Logging in!"
  357. wait(1)
  358. OpenGUI.Visible = true
  359. CheckPlayer.Visible = false
  360. elseif game.Players.LocalPlayer.Name == "Sxlothz_xd" then
  361. wait(5)
  362. Status.Text = "Status : Logging in!"
  363. wait(1)
  364. OpenGUI.Visible = true
  365. CheckPlayer.Visible = false
  366. elseif game.Players.LocalPlayer.Name == "Time_darkstar" then
  367. wait(5)
  368. Status.Text = "Status : Logging in!"
  369. wait(1)
  370. OpenGUI.Visible = true
  371. CheckPlayer.Visible = false
  372. elseif game.Players.LocalPlayer.Name == "Blacklisted friend" then
  373. game.Players.LocalPlayer:kick("You're Blacklisted from this GUI!")
  374. else
  375. game.Players.LocalPlayer:kick("You're not whitelisted.")
  376. end
  377.  
  378. AltOn.MouseButton1Click:connect(function()
  379. _G.Delete = true
  380. while _G.Delete do
  381. loadstring(game:HttpGet(('https://pastebin.com/raw/KJKtpzk7'),true))()
  382. end
  383. end)
  384.  
  385. AltOff.MouseButton1Click:connect(function()
  386. _G.Delete = false
  387. while _G.Delete do
  388. loadstring(game:HttpGet(('https://pastebin.com/raw/KJKtpzk7'),true))()
  389. end
  390. end)
  391.  
  392. ReOn.MouseButton1Click:connect(function()
  393.  
  394. while wait() do
  395. if local Event = game:GetService("Workspace")["nokehe246"].CharacterTrait.ClothingTrigger
  396. Event:FireServer()
  397. wait(0)
  398. local Event = game:GetService("Workspace")["nokehe246"].Weapons
  399. Event:FireServer()
  400. wait(0)
  401. local Event = game:GetService("Workspace")["nokehe246"].CamScript.ClientServerClient
  402. Event:FireServer()
  403. wait(5)
  404. elseif local Event = game:GetService("Workspace")["Blackbody013"].CharacterTrait.ClothingTrigger
  405. Event:FireServer()
  406. wait(0)
  407. local Event = game:GetService("Workspace")["Blackbody013"].Weapons
  408. Event:FireServer()
  409. wait(0)
  410. local Event = game:GetService("Workspace")["Blackbody013"].CamScript.ClientServerClient
  411. Event:FireServer()
  412. wait(5)
  413. end)
  414.  
  415. RevizOn.MouseButton1Click:connect(function()
  416. loadstring(game:HttpGet(('https://pastebin.com/ibFPdiF7'),true))()
  417. end)
  418.  
  419. BypassOn.MouseButton1Click:connect(function()
  420. for i,v in pairs(game.Players.LocalPlayer:GetDescendants()) do
  421. if v.Name == "PlayerScripts" then
  422. v:Remove()
  423. elseif v.DataCost == 74 then
  424. v:Remove()
  425. end
  426. end
  427. end)
  428.  
  429. SafeTele.MouseButton1Click:connect(function()
  430. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1000, 50000, 8000)
  431. baseplatee = Instance.new("Part", workspace)
  432. baseplatee.Size = Vector3.new(100, 1, 100)
  433. baseplatee.CFrame = game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame + Vector3.new(0,-2, 0)
  434. baseplatee.Anchored = true
  435. end)
  436.  
  437. AFKON.MouseButton1Click:connect(function()
  438. loadstring(game:HttpGet(('https://pastebin.com/raw/iQKHEBkn'),true))()
  439. end)
  440.  
  441. -- made by partyparrot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement