Advertisement
partyparrot

test narathip

Oct 15th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.94 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 partyparrot = Instance.new("TextLabel")
  7. local checking = Instance.new("TextLabel")
  8. local Status = Instance.new("TextLabel")
  9. local OpenGUI = Instance.new("Frame")
  10. local Open = Instance.new("TextButton")
  11. local MainGUI = Instance.new("Frame")
  12. local partyparrot_2 = Instance.new("TextLabel")
  13. local Close = Instance.new("TextButton")
  14. local IN = Instance.new("TextLabel")
  15. local INon = Instance.new("TextButton")
  16. local AltDelete = Instance.new("TextLabel")
  17. local Alton = Instance.new("TextButton")
  18. local Respawn = Instance.new("TextLabel")
  19. local Reopen = Instance.new("TextButton")
  20. local AntiAFK = Instance.new("TextLabel")
  21. local AFKon = Instance.new("TextButton")
  22. local Cbring = Instance.new("TextBox")
  23. local Con = Instance.new("TextButton")
  24. local Coff = Instance.new("TextButton")
  25. local Bypass = Instance.new("TextLabel")
  26. local Byon = Instance.new("TextButton")
  27. local SafePlace = Instance.new("TextLabel")
  28. local Tele = Instance.new("TextButton")
  29. local Soon = Instance.new("TextLabel")
  30. local TextButton = Instance.new("TextButton")
  31. local Compass = Instance.new("TextLabel")
  32. local Comon = Instance.new("TextButton")
  33. local Line = Instance.new("Frame")
  34. local Comoff = Instance.new("TextButton")
  35. --Properties:
  36. ScreenGui.Parent = game.CoreGui
  37. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38.  
  39. MainGUI.Active = true
  40. MainGUI.Draggable = true
  41.  
  42. CheckPlayer.Name = "CheckPlayer"
  43. CheckPlayer.Parent = ScreenGui
  44. CheckPlayer.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  45. CheckPlayer.BorderSizePixel = 0
  46. CheckPlayer.Position = UDim2.new(0.354455471, 0, 0.389182061, 0)
  47. CheckPlayer.Size = UDim2.new(0, 294, 0, 168)
  48. CheckPlayer.Visible = true
  49.  
  50. partyparrot.Name = "partyparrot"
  51. partyparrot.Parent = CheckPlayer
  52. partyparrot.BackgroundColor3 = Color3.new(1, 1, 1)
  53. partyparrot.BackgroundTransparency = 1
  54. partyparrot.BorderSizePixel = 0
  55. partyparrot.Position = UDim2.new(0.1582219, 0, -0.00947368331, 0)
  56. partyparrot.Size = UDim2.new(0, 200, 0, 50)
  57. partyparrot.Font = Enum.Font.Cartoon
  58. partyparrot.Text = "partyparrot"
  59. partyparrot.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  60. partyparrot.TextScaled = true
  61. partyparrot.TextSize = 25
  62. partyparrot.TextWrapped = true
  63.  
  64. checking.Name = "checking"
  65. checking.Parent = CheckPlayer
  66. checking.BackgroundColor3 = Color3.new(1, 1, 1)
  67. checking.BackgroundTransparency = 1
  68. checking.BorderSizePixel = 0
  69. checking.Position = UDim2.new(0.0442176871, 0, 0.188780963, 0)
  70. checking.Size = UDim2.new(0, 267, 0, 103)
  71. checking.Font = Enum.Font.Cartoon
  72. checking.Text = "We're checking your whitelisted right now. Please be patient."
  73. checking.TextColor3 = Color3.new(1, 1, 1)
  74. checking.TextSize = 25
  75. checking.TextWrapped = true
  76.  
  77. Status.Name = "Status"
  78. Status.Parent = CheckPlayer
  79. Status.BackgroundColor3 = Color3.new(1, 1, 1)
  80. Status.BackgroundTransparency = 1
  81. Status.BorderSizePixel = 0
  82. Status.Position = UDim2.new(0.0442176871, 0, 0.742352426, 0)
  83. Status.Size = UDim2.new(0, 266, 0, 33)
  84. Status.Font = Enum.Font.Cartoon
  85. Status.Text = "Status : Checking..."
  86. Status.TextColor3 = Color3.new(1, 1, 1)
  87. Status.TextScaled = true
  88. Status.TextSize = 25
  89. Status.TextWrapped = true
  90. Status.TextXAlignment = Enum.TextXAlignment.Left
  91.  
  92. OpenGUI.Name = "OpenGUI"
  93. OpenGUI.Parent = ScreenGui
  94. OpenGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  95. OpenGUI.BorderColor3 = Color3.new(0.419608, 0.592157, 1)
  96. OpenGUI.Position = UDim2.new(0, 0, 0.474934042, 0)
  97. OpenGUI.Size = UDim2.new(0, 71, 0, 37)
  98. OpenGUI.Visible = false
  99.  
  100. Open.Name = "Open"
  101. Open.Parent = OpenGUI
  102. Open.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  103. Open.BorderSizePixel = 0
  104. Open.Position = UDim2.new(0.117647089, 0, 0.191722974, 0)
  105. Open.Size = UDim2.new(0, 54, 0, 22)
  106. Open.Font = Enum.Font.Cartoon
  107. Open.Text = "Open"
  108. Open.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  109. Open.TextScaled = true
  110. Open.TextSize = 14
  111. Open.TextWrapped = true
  112. Open.MouseButton1Click:connect(function()
  113. OpenGUI.Visible = false
  114. MainGUI.Visible = true
  115. end)
  116.  
  117. MainGUI.Name = "MainGUI"
  118. MainGUI.Parent = ScreenGui
  119. MainGUI.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  120. MainGUI.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  121. MainGUI.Position = UDim2.new(0.25544557, 0, 0.277044863, 0)
  122. MainGUI.Size = UDim2.new(0, 493, 0, 338)
  123. MainGUI.Visible = false
  124.  
  125. partyparrot_2.Name = "partyparrot"
  126. partyparrot_2.Parent = MainGUI
  127. partyparrot_2.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  128. partyparrot_2.BackgroundTransparency = 1
  129. partyparrot_2.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  130. partyparrot_2.BorderSizePixel = 0
  131. partyparrot_2.Position = UDim2.new(0, 0, 0.00589964353, 0)
  132. partyparrot_2.Size = UDim2.new(0, 492, 0, 21)
  133. partyparrot_2.Font = Enum.Font.Cartoon
  134. partyparrot_2.Text = "partyparrot"
  135. partyparrot_2.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  136. partyparrot_2.TextScaled = true
  137. partyparrot_2.TextSize = 25
  138. partyparrot_2.TextWrapped = true
  139.  
  140. Close.Name = "Close"
  141. Close.Parent = MainGUI
  142. Close.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  143. Close.BackgroundTransparency = 1
  144. Close.BorderSizePixel = 0
  145. Close.Position = UDim2.new(0.947261691, 0, -0.00354328938, 0)
  146. Close.Size = UDim2.new(0, 26, 0, 22)
  147. Close.Font = Enum.Font.Cartoon
  148. Close.Text = "X"
  149. Close.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  150. Close.TextScaled = true
  151. Close.TextSize = 14
  152. Close.TextWrapped = true
  153. Close.MouseButton1Click:connect(function()
  154. OpenGUI.Visible = true
  155. MainGUI.Visible = false
  156. end)
  157.  
  158. IN.Name = "IN"
  159. IN.Parent = MainGUI
  160. IN.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  161. IN.BackgroundTransparency = 0.44999998807907
  162. IN.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  163. IN.Position = UDim2.new(0.0522537082, 0, 0.132414326, 0)
  164. IN.Size = UDim2.new(0, 127, 0, 31)
  165. IN.Font = Enum.Font.Cartoon
  166. IN.Text = "IN"
  167. IN.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  168. IN.TextSize = 25
  169. IN.TextWrapped = true
  170.  
  171. INon.Name = "INon"
  172. INon.Parent = MainGUI
  173. INon.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  174. INon.BackgroundTransparency = 0.10000000149012
  175. INon.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  176. INon.Position = UDim2.new(0.151414052, 0, 0.258250773, 0)
  177. INon.Size = UDim2.new(0, 28, 0, 22)
  178. INon.Font = Enum.Font.Cartoon
  179. INon.Text = "On"
  180. INon.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  181. INon.TextScaled = true
  182. INon.TextSize = 14
  183. INon.TextWrapped = true
  184.  
  185. AltDelete.Name = "AltDelete"
  186. AltDelete.Parent = MainGUI
  187. AltDelete.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  188. AltDelete.BackgroundTransparency = 0.44999998807907
  189. AltDelete.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  190. AltDelete.Position = UDim2.new(0.368683726, 0, 0.132414326, 0)
  191. AltDelete.Size = UDim2.new(0, 127, 0, 31)
  192. AltDelete.Font = Enum.Font.Cartoon
  193. AltDelete.Text = "Alt Delete"
  194. AltDelete.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  195. AltDelete.TextSize = 25
  196. AltDelete.TextWrapped = true
  197.  
  198. Alton.Name = "Alton"
  199. Alton.Parent = MainGUI
  200. Alton.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  201. Alton.BackgroundTransparency = 0.10000000149012
  202. Alton.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  203. Alton.Position = UDim2.new(0.469872475, 0, 0.258250773, 0)
  204. Alton.Size = UDim2.new(0, 28, 0, 22)
  205. Alton.Font = Enum.Font.Cartoon
  206. Alton.Text = "On"
  207. Alton.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  208. Alton.TextScaled = true
  209. Alton.TextSize = 14
  210. Alton.TextWrapped = true
  211. Alton.MouseButton1Click:connect(function()
  212. loadstring(game:HttpGet(('https://pastebin.com/raw/KJKtpzk7'),true))()
  213. end)
  214.  
  215. Respawn.Name = "Respawn"
  216. Respawn.Parent = MainGUI
  217. Respawn.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  218. Respawn.BackgroundTransparency = 0.44999998807907
  219. Respawn.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  220. Respawn.Position = UDim2.new(0.689170599, 0, 0.132414326, 0)
  221. Respawn.Size = UDim2.new(0, 127, 0, 31)
  222. Respawn.Font = Enum.Font.Cartoon
  223. Respawn.Text = "Respawn"
  224. Respawn.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  225. Respawn.TextSize = 25
  226. Respawn.TextWrapped = true
  227.  
  228. Reopen.Name = "Reopen"
  229. Reopen.Parent = MainGUI
  230. Reopen.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  231. Reopen.BackgroundTransparency = 0.10000000149012
  232. Reopen.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  233. Reopen.Position = UDim2.new(0.788330913, 0, 0.258250773, 0)
  234. Reopen.Size = UDim2.new(0, 28, 0, 22)
  235. Reopen.Font = Enum.Font.Cartoon
  236. Reopen.Text = "On"
  237. Reopen.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  238. Reopen.TextScaled = true
  239. Reopen.TextSize = 14
  240. Reopen.TextWrapped = true
  241.  
  242. AntiAFK.Name = "AntiAFK"
  243. AntiAFK.Parent = MainGUI
  244. AntiAFK.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  245. AntiAFK.BackgroundTransparency = 0.44999998807907
  246. AntiAFK.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  247. AntiAFK.Position = UDim2.new(0.0542821884, 0, 0.36910072, 0)
  248. AntiAFK.Size = UDim2.new(0, 127, 0, 31)
  249. AntiAFK.Font = Enum.Font.Cartoon
  250. AntiAFK.Text = "Anti AFK"
  251. AntiAFK.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  252. AntiAFK.TextSize = 25
  253. AntiAFK.TextWrapped = true
  254.  
  255. AFKon.Name = "AFKon"
  256. AFKon.Parent = MainGUI
  257. AFKon.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  258. AFKon.BackgroundTransparency = 0.10000000149012
  259. AFKon.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  260. AFKon.Position = UDim2.new(0.151414052, 0, 0.509730041, 0)
  261. AFKon.Size = UDim2.new(0, 28, 0, 22)
  262. AFKon.Font = Enum.Font.Cartoon
  263. AFKon.Text = "On"
  264. AFKon.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  265. AFKon.TextScaled = true
  266. AFKon.TextSize = 14
  267. AFKon.TextWrapped = true
  268.  
  269. Cbring.Name = "Cbring"
  270. Cbring.Parent = MainGUI
  271. Cbring.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  272. Cbring.BackgroundTransparency = 0.44999998807907
  273. Cbring.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  274. Cbring.Position = UDim2.new(0.36821574, 0, 0.368434757, 0)
  275. Cbring.Size = UDim2.new(0, 127, 0, 31)
  276. Cbring.Font = Enum.Font.Cartoon
  277. Cbring.PlaceholderColor3 = Color3.new(0.419608, 0.592157, 1)
  278. Cbring.Text = "Player Name"
  279. Cbring.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  280. Cbring.TextSize = 20
  281.  
  282. Con.Name = "Con"
  283. Con.Parent = MainGUI
  284. Con.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  285. Con.BackgroundTransparency = 0.10000000149012
  286. Con.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  287. Con.Position = UDim2.new(0.368986309, 0, 0.506731391, 0)
  288. Con.Size = UDim2.new(0, 49, 0, 22)
  289. Con.Font = Enum.Font.Cartoon
  290. Con.Text = "On"
  291. Con.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  292. Con.TextScaled = true
  293. Con.TextSize = 14
  294. Con.TextWrapped = true
  295.  
  296. Coff.Name = "Coff"
  297. Coff.Parent = MainGUI
  298. Coff.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  299. Coff.BackgroundTransparency = 0.10000000149012
  300. Coff.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  301. Coff.Position = UDim2.new(0.526789784, 0, 0.506731391, 0)
  302. Coff.Size = UDim2.new(0, 47, 0, 22)
  303. Coff.Font = Enum.Font.Cartoon
  304. Coff.Text = "Off"
  305. Coff.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  306. Coff.TextScaled = true
  307. Coff.TextSize = 14
  308. Coff.TextWrapped = true
  309.  
  310. Bypass.Name = "Bypass"
  311. Bypass.Parent = MainGUI
  312. Bypass.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  313. Bypass.BackgroundTransparency = 0.44999998807907
  314. Bypass.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  315. Bypass.Position = UDim2.new(0.689170599, 0, 0.366142154, 0)
  316. Bypass.Size = UDim2.new(0, 127, 0, 31)
  317. Bypass.Font = Enum.Font.Cartoon
  318. Bypass.Text = "Bypass"
  319. Bypass.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  320. Bypass.TextSize = 25
  321. Bypass.TextWrapped = true
  322.  
  323. Byon.Name = "Byon"
  324. Byon.Parent = MainGUI
  325. Byon.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  326. Byon.BackgroundTransparency = 0.10000000149012
  327. Byon.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  328. Byon.Position = UDim2.new(0.788024604, 0, 0.509610534, 0)
  329. Byon.Size = UDim2.new(0, 28, 0, 22)
  330. Byon.Font = Enum.Font.Cartoon
  331. Byon.Text = "On"
  332. Byon.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  333. Byon.TextScaled = true
  334. Byon.TextSize = 14
  335. Byon.TextWrapped = true
  336.  
  337. SafePlace.Name = "SafePlace"
  338. SafePlace.Parent = MainGUI
  339. SafePlace.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  340. SafePlace.BackgroundTransparency = 0.44999998807907
  341. SafePlace.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  342. SafePlace.Position = UDim2.new(0.0542821363, 0, 0.620580018, 0)
  343. SafePlace.Size = UDim2.new(0, 127, 0, 31)
  344. SafePlace.Font = Enum.Font.Cartoon
  345. SafePlace.Text = "Safe Place"
  346. SafePlace.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  347. SafePlace.TextSize = 25
  348. SafePlace.TextWrapped = true
  349.  
  350. Tele.Name = "Tele"
  351. Tele.Parent = MainGUI
  352. Tele.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  353. Tele.BackgroundTransparency = 0.10000000149012
  354. Tele.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  355. Tele.Position = UDim2.new(0.151414052, 0, 0.749374986, 0)
  356. Tele.Size = UDim2.new(0, 28, 0, 22)
  357. Tele.Font = Enum.Font.Cartoon
  358. Tele.Text = "On"
  359. Tele.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  360. Tele.TextScaled = true
  361. Tele.TextSize = 14
  362. Tele.TextWrapped = true
  363.  
  364. Soon.Name = "Soon"
  365. Soon.Parent = MainGUI
  366. Soon.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  367. Soon.BackgroundTransparency = 0.44999998807907
  368. Soon.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  369. Soon.Position = UDim2.new(0.687142134, 0, 0.620580018, 0)
  370. Soon.Size = UDim2.new(0, 127, 0, 31)
  371. Soon.Font = Enum.Font.Cartoon
  372. Soon.Text = "Soon"
  373. Soon.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  374. Soon.TextSize = 25
  375. Soon.TextWrapped = true
  376.  
  377. TextButton.Name = "."
  378. TextButton.Parent = MainGUI
  379. TextButton.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  380. TextButton.BackgroundTransparency = 0.10000000149012
  381. TextButton.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  382. TextButton.Position = UDim2.new(0.786302507, 0, 0.749374986, 0)
  383. TextButton.Size = UDim2.new(0, 28, 0, 22)
  384. TextButton.Font = Enum.Font.Cartoon
  385. TextButton.Text = "..."
  386. TextButton.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  387. TextButton.TextScaled = true
  388. TextButton.TextSize = 14
  389. TextButton.TextWrapped = true
  390.  
  391. Compass.Name = "Compass"
  392. Compass.Parent = MainGUI
  393. Compass.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  394. Compass.BackgroundTransparency = 0.44999998807907
  395. Compass.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  396. Compass.Position = UDim2.new(0.370712131, 0, 0.620579958, 0)
  397. Compass.Size = UDim2.new(0, 127, 0, 31)
  398. Compass.Font = Enum.Font.Cartoon
  399. Compass.Text = "Compass"
  400. Compass.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  401. Compass.TextSize = 25
  402. Compass.TextWrapped = true
  403.  
  404. Comon.Name = "Comon"
  405. Comon.Parent = MainGUI
  406. Comon.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  407. Comon.BackgroundTransparency = 0.10000000149012
  408. Comon.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  409. Comon.Position = UDim2.new(0.368452638, 0, 0.749374986, 0)
  410. Comon.Size = UDim2.new(0, 49, 0, 22)
  411. Comon.Font = Enum.Font.Cartoon
  412. Comon.Text = "On"
  413. Comon.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  414. Comon.TextScaled = true
  415. Comon.TextSize = 14
  416. Comon.TextWrapped = true
  417.  
  418. Line.Name = "Line"
  419. Line.Parent = MainGUI
  420. Line.BackgroundColor3 = Color3.new(0.411765, 0.647059, 1)
  421. Line.BorderColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  422. Line.BorderSizePixel = 0
  423. Line.Position = UDim2.new(-0.00202016463, 0, 0.878692806, 0)
  424. Line.Size = UDim2.new(0, 492, 0, 21)
  425.  
  426. Comoff.Name = "Comoff"
  427. Comoff.Parent = MainGUI
  428. Comoff.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  429. Comoff.BackgroundTransparency = 0.10000000149012
  430. Comoff.BorderColor3 = Color3.new(0.411765, 0.647059, 1)
  431. Comoff.Position = UDim2.new(0.522610903, 0, 0.749374986, 0)
  432. Comoff.Size = UDim2.new(0, 49, 0, 22)
  433. Comoff.Font = Enum.Font.Cartoon
  434. Comoff.Text = "Off"
  435. Comoff.TextColor3 = Color3.new(0.419608, 0.592157, 1)
  436. Comoff.TextScaled = true
  437. Comoff.TextSize = 14
  438. Comoff.TextWrapped = true
  439. -- Scripts:
  440. if game.Players.LocalPlayer.Name == "nokehe246" then
  441. wait(5)
  442. Status.Text = "Status : Logging in!"
  443. wait(1)
  444. OpenGUI.Visible = true
  445. CheckPlayer.Visible = false
  446. elseif game.Players.LocalPlayer.Name == "Blackbody013" then
  447. wait(5)
  448. Status.Text = "Status : Logging in!"
  449. wait(1)
  450. OpenGUI.Visible = true
  451. CheckPlayer.Visible = false
  452. elseif game.Players.LocalPlayer.Name == "No_Bad123" then
  453. wait(5)
  454. Status.Text = "Status : Logging in!"
  455. wait(1)
  456. OpenGUI.Visible = true
  457. CheckPlayer.Visible = false
  458. elseif game.Players.LocalPlayer.Name == "Blacklisted friend" then
  459. game.Players.LocalPlayer:kick("You're Blacklisted from this GUI!")
  460. else
  461. game.Players.LocalPlayer:kick("You're not whitelisted.")
  462. end
  463.  
  464. Reopen.MouseButton1Click:connect(function()
  465. while wait() do
  466. local Event = game:GetService("Workspace")["Blackbody013"].CharacterTrait.ClothingTrigger
  467. Event:FireServer()
  468. wait(0)
  469. local Event = game:GetService("Workspace")["Blackbody013"].Weapons
  470. Event:FireServer()
  471. wait(0)
  472. local Event = game:GetService("Workspace")["Blackbody013"].CamScript.ClientServerClient
  473. Event:FireServer()
  474. wait(11)
  475. end
  476. end)
  477.  
  478. Reopen.MouseButton1Click:connect(function()
  479. while wait() do
  480. local Event = game:GetService("Workspace")["nokehe246"].CharacterTrait.ClothingTrigger
  481. Event:FireServer()
  482. wait(0)
  483. local Event = game:GetService("Workspace")["nokehe246"].Weapons
  484. Event:FireServer()
  485. wait(0)
  486. local Event = game:GetService("Workspace")["nokehe246"].CamScript.ClientServerClient
  487. Event:FireServer()
  488. wait(11)
  489. end
  490. end)
  491.  
  492. Reopen.MouseButton1Click:connect(function()
  493. while wait() do
  494. local Event = game:GetService("Workspace")["No_Bad123"].CharacterTrait.ClothingTrigger
  495. Event:FireServer()
  496. wait(0)
  497. local Event = game:GetService("Workspace")["No_Bad123"].Weapons
  498. Event:FireServer()
  499. wait(0)
  500. local Event = game:GetService("Workspace")["No_Bad123"].CamScript.ClientServerClient
  501. Event:FireServer()
  502. wait(11)
  503. end
  504. end)
  505.  
  506. Con.MouseButton1Click:connect(function()
  507.  
  508. _G.bring = true
  509. while _G.bring do
  510. wait(0.5)
  511. for i,v in pairs(game.Workspace:GetChildren()) do
  512. if v.Name == Cbring.Text then
  513. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 0) + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  514. v.HumanoidRootPart.Anchored = true
  515. end
  516. end
  517. end
  518.  
  519. end)
  520.  
  521. Coff.MouseButton1Click:connect(function()
  522.  
  523.  
  524. _G.bring = false
  525. while _G.bring do
  526. wait(1)
  527. for i,v in pairs(game.Workspace:GetChildren()) do
  528. if v.Name == Cbring.Text then
  529. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 0) + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  530. v.HumanoidRootPart.Anchored = true
  531. end
  532. end
  533. end
  534.  
  535. end)
  536.  
  537. Byon.MouseButton1Click:connect(function()
  538. for i,v in pairs(game.Players.LocalPlayer:GetDescendants()) do
  539. if v.Name == "PlayerScripts" then
  540. v:Remove()
  541. elseif v.DataCost == 74 then
  542. v:Remove()
  543. end
  544. end
  545. game.StarterGui:SetCore("SendNotification", {
  546. Title = "partyparrot | OPL"; -- Required. Has to be a string!
  547. Text = "Bypassed!"; -- Required. Has to be a string!
  548. Duration = 10; -- Optional, defaults to 5 seconds
  549. Button1 = "Okay"; -- Optional, makes a button appear with the given text that, when clicked, fires the Callback if it's given
  550. })
  551. end)
  552.  
  553. Tele.MouseButton1Click:connect(function()
  554. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1000, 50000, 8000)
  555. baseplate = Instance.new("Part", workspace)
  556. baseplate.Size = Vector3.new(100, 1, 100)
  557. baseplate.CFrame = game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame + Vector3.new(0,-2, 0)
  558. baseplate.Anchored = true
  559. end)
  560.  
  561. Findon.MouseButton1Click:connect(function()
  562. loadstring(game:HttpGet(('https://pastebin.com/raw/7cQZYqJQ'),true))()
  563. end)
  564.  
  565. Comon.MouseButton1Click:connect(function()
  566. _G.sam = true
  567. while _G.sam do
  568. wait()
  569. game.Workspace.Merchants.QuestMerchant.Clickable.Retum:FireServer()
  570. end
  571.  
  572. end)
  573.  
  574. Comon.MouseButton1Click:connect(function()
  575. _G.sam = true
  576. while _G.sam do
  577. wait()
  578. game.Workspace.Merchants.QuestMerchant.Clickable.Retum:FireServer()
  579. end
  580.  
  581. end)
  582.  
  583. Comoff.MouseButton1Click:connect(function()
  584.  
  585. _G.sam = false
  586. while _G.sam do
  587. wait()
  588. game.Workspace.Merchants.QuestMerchant.Clickable.Retum:FireServer()
  589. end
  590.  
  591. end)
  592.  
  593. AFKon.MouseButton1Click:connect(function()
  594. loadstring(game:HttpGet(('https://pastebin.com/raw/iQKHEBkn'),true))()
  595. end)
  596.  
  597. INon.MouseButton1Click:connect(function()
  598. loadstring(game:HttpGet(('https://pastebin.com/raw/PU5izfa4'),true))()
  599. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement