Advertisement
Guest User

adadad

a guest
Apr 21st, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.68 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local LoginFrame = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Key = Instance.new("TextBox")
  8. local Login = Instance.new("TextButton")
  9. local desc = Instance.new("TextLabel")
  10. local Main = Instance.new("Frame")
  11. local Title_2 = Instance.new("TextLabel")
  12. local ex1 = Instance.new("Frame")
  13. local ex2 = Instance.new("Frame")
  14. local Moto = Instance.new("TextLabel")
  15. local Dex = Instance.new("TextButton")
  16. local PFProsLeaked = Instance.new("TextButton")
  17. local Kick = Instance.new("TextButton")
  18. local PFHAXX = Instance.new("TextButton")
  19. local CurseGui = Instance.new("TextButton")
  20. local Close = Instance.new("TextButton")
  21. local fuccer = Instance.new("TextBox")
  22. local OpenFrame = Instance.new("Frame")
  23. local Open = Instance.new("TextButton")
  24. local TextLabel = Instance.new("TextLabel")
  25. --Properties:
  26. ScreenGui.Parent = game.CoreGui
  27. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  28.  
  29. LoginFrame.Name = "LoginFrame"
  30. LoginFrame.Parent = ScreenGui
  31. LoginFrame.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  32. LoginFrame.BorderSizePixel = 0
  33. LoginFrame.Position = UDim2.new(0.41677177, 0, 0.246722281, 0)
  34. LoginFrame.Size = UDim2.new(0, 487, 0, 423)
  35.  
  36. Title.Name = "Title"
  37. Title.Parent = LoginFrame
  38. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Title.BackgroundTransparency = 4
  40. Title.Position = UDim2.new(0.199178651, 0, 0.0236406624, 0)
  41. Title.Size = UDim2.new(0, 293, 0, 50)
  42. Title.Font = Enum.Font.SourceSans
  43. Title.Text = "Private ass gui"
  44. Title.TextColor3 = Color3.new(1, 1, 1)
  45. Title.TextScaled = true
  46. Title.TextSize = 14
  47. Title.TextWrapped = true
  48.  
  49. Key.Name = "Key"
  50. Key.Parent = LoginFrame
  51. Key.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  52. Key.BorderSizePixel = 0
  53. Key.Position = UDim2.new(0.176591381, 0, 0.37588653, 0)
  54. Key.Size = UDim2.new(0, 315, 0, 50)
  55. Key.Font = Enum.Font.SourceSans
  56. Key.PlaceholderColor3 = Color3.new(1, 1, 1)
  57. Key.PlaceholderText = "Put in key"
  58. Key.Text = ""
  59. Key.TextColor3 = Color3.new(1, 1, 1)
  60. Key.TextScaled = true
  61. Key.TextSize = 14
  62. Key.TextWrapped = true
  63.  
  64. Login.Name = "Login"
  65. Login.Parent = LoginFrame
  66. Login.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  67. Login.BorderSizePixel = 0
  68. Login.Position = UDim2.new(0.305954814, 0, 0.621749461, 0)
  69. Login.Size = UDim2.new(0, 189, 0, 64)
  70. Login.Font = Enum.Font.SourceSans
  71. Login.Text = "Login"
  72. Login.TextColor3 = Color3.new(1, 1, 1)
  73. Login.TextScaled = true
  74. Login.TextSize = 14
  75. Login.TextWrapped = true
  76. Login.MouseButton1Down:connect(function()
  77. if Key.text == ("skidders")
  78. then
  79. Main.Visible = true
  80. LoginFrame.Visible = false
  81. else
  82. game.Players.LocalPlayer:Kick("Stop being a skid fucker")
  83. end
  84. end)
  85.  
  86. desc.Name = "desc"
  87. desc.Parent = LoginFrame
  88. desc.BackgroundColor3 = Color3.new(1, 1, 1)
  89. desc.BackgroundTransparency = 3
  90. desc.BorderSizePixel = 0
  91. desc.Position = UDim2.new(0.0431211516, 0, 0.839243472, 0)
  92. desc.Size = UDim2.new(0, 440, 0, 50)
  93. desc.Font = Enum.Font.SourceSans
  94. desc.Text = "This UI sucks dick but who gives a fuck"
  95. desc.TextColor3 = Color3.new(1, 1, 1)
  96. desc.TextScaled = true
  97. desc.TextSize = 14
  98. desc.TextWrapped = true
  99.  
  100. Main.Name = "Main"
  101. Main.Parent = ScreenGui
  102. Main.Active = true
  103. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  104. Main.BorderSizePixel = 0
  105. Main.Position = UDim2.new(0.261664569, 0, 0.18831943, 0)
  106. Main.Size = UDim2.new(0, 419, 0, 522)
  107. Main.Visible = false
  108. Main.Draggable = true
  109.  
  110. Title_2.Name = "Title"
  111. Title_2.Parent = Main
  112. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  113. Title_2.BackgroundTransparency = 3
  114. Title_2.Position = UDim2.new(0.260143191, 0, -9.31322575e-10, 0)
  115. Title_2.Size = UDim2.new(0, 200, 0, 50)
  116. Title_2.Font = Enum.Font.SourceSans
  117. Title_2.Text = "Private Ass GUI"
  118. Title_2.TextColor3 = Color3.new(1, 1, 1)
  119. Title_2.TextScaled = true
  120. Title_2.TextSize = 14
  121. Title_2.TextWrapped = true
  122.  
  123. ex1.Name = "ex1"
  124. ex1.Parent = Main
  125. ex1.BackgroundColor3 = Color3.new(1, 1, 1)
  126. ex1.BackgroundTransparency = 4
  127. ex1.Size = UDim2.new(0, 419, 0, 51)
  128.  
  129. ex2.Name = "ex2"
  130. ex2.Parent = Main
  131. ex2.BackgroundColor3 = Color3.new(1, 1, 1)
  132. ex2.BackgroundTransparency = 4
  133. ex2.Position = UDim2.new(-0.00238663494, 0, 0.902298868, 0)
  134. ex2.Size = UDim2.new(0, 419, 0, 51)
  135.  
  136. Moto.Name = "Moto"
  137. Moto.Parent = Main
  138. Moto.BackgroundColor3 = Color3.new(1, 1, 1)
  139. Moto.BackgroundTransparency = 3
  140. Moto.Position = UDim2.new(0.112171836, 0, 0.885057449, 0)
  141. Moto.Size = UDim2.new(0, 323, 0, 50)
  142. Moto.Font = Enum.Font.SourceSans
  143. Moto.Text = "MOTO : Fuck Them Skids out there"
  144. Moto.TextColor3 = Color3.new(1, 1, 1)
  145. Moto.TextScaled = true
  146. Moto.TextSize = 14
  147. Moto.TextWrapped = true
  148.  
  149. Dex.Name = "Dex"
  150. Dex.Parent = Main
  151. Dex.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  152. Dex.BorderSizePixel = 0
  153. Dex.Position = UDim2.new(0.0739856809, 0, 0.149425298, 0)
  154. Dex.Size = UDim2.new(0, 151, 0, 41)
  155. Dex.Font = Enum.Font.SourceSans
  156. Dex.Text = "Dex [Moon]"
  157. Dex.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  158. Dex.TextScaled = true
  159. Dex.TextSize = 14
  160. Dex.TextWrapped = true
  161. Dex.MouseButton1Down:connect(function()
  162. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  163. end)
  164.  
  165. PFProsLeaked.Name = "PF Pros [Leaked]"
  166. PFProsLeaked.Parent = Main
  167. PFProsLeaked.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  168. PFProsLeaked.BorderSizePixel = 0
  169. PFProsLeaked.Position = UDim2.new(0.560859203, 0, 0.149425298, 0)
  170. PFProsLeaked.Size = UDim2.new(0, 151, 0, 41)
  171. PFProsLeaked.Font = Enum.Font.SourceSans
  172. PFProsLeaked.Text = "Rexic Hub"
  173. PFProsLeaked.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  174. PFProsLeaked.TextScaled = true
  175. PFProsLeaked.TextSize = 14
  176. PFProsLeaked.TextWrapped = true
  177. PFProsLeaked.MouseButton1Down:connect(function()
  178. loadstring(game:HttpGet(('https://pastebin.com/raw/hcHMwvDy'),true))()
  179. end)
  180.  
  181. Kick.Name = "Kick"
  182. Kick.Parent = Main
  183. Kick.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  184. Kick.BorderSizePixel = 0
  185. Kick.Position = UDim2.new(0.0739856958, 0, 0.386973172, 0)
  186. Kick.Size = UDim2.new(0, 151, 0, 41)
  187. Kick.Font = Enum.Font.SourceSans
  188. Kick.Text = "Kick "
  189. Kick.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  190. Kick.TextScaled = true
  191. Kick.TextSize = 14
  192. Kick.TextWrapped = true
  193. Kick.MouseButton1Down:connect(function()
  194. game.Players.LocalPlayer:Kick("Kicked could not be processed")
  195. end)
  196.  
  197. PFHAXX.Name = "PFHAXX"
  198. PFHAXX.Parent = Main
  199. PFHAXX.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  200. PFHAXX.BorderSizePixel = 0
  201. PFHAXX.Position = UDim2.new(0.560859203, 0, 0.386973172, 0)
  202. PFHAXX.Size = UDim2.new(0, 151, 0, 41)
  203. PFHAXX.Font = Enum.Font.SourceSans
  204. PFHAXX.Text = "IY FE"
  205. PFHAXX.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  206. PFHAXX.TextScaled = true
  207. PFHAXX.TextSize = 14
  208. PFHAXX.TextWrapped = true
  209. PFHAXX.MouseButton1Down:connect(function()
  210. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  211. end)
  212.  
  213. CurseGui.Name = "Curse Gui"
  214. CurseGui.Parent = Main
  215. CurseGui.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  216. CurseGui.BorderSizePixel = 0
  217. CurseGui.Position = UDim2.new(0.0739856809, 0, 0.582375467, 0)
  218. CurseGui.Size = UDim2.new(0, 355, 0, 41)
  219. CurseGui.Font = Enum.Font.SourceSans
  220. CurseGui.Text = "Curse GUI"
  221. CurseGui.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  222. CurseGui.TextScaled = true
  223. CurseGui.TextSize = 14
  224. CurseGui.TextWrapped = true
  225. CurseGui.MouseButton1Down:connect(function()
  226. loadstring(game:HttpGet(('https://pastebin.com/raw/Lx58iAnm'),true))()
  227. end)
  228.  
  229. Close.Name = "Close"
  230. Close.Parent = Main
  231. Close.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  232. Close.BackgroundTransparency = 3
  233. Close.BorderSizePixel = 0
  234. Close.Position = UDim2.new(0.78997612, 0, 0.0172413792, 0)
  235. Close.Size = UDim2.new(0, 79, 0, 31)
  236. Close.Font = Enum.Font.SourceSans
  237. Close.Text = "X"
  238. Close.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  239. Close.TextScaled = true
  240. Close.TextSize = 14
  241. Close.TextWrapped = true
  242. Close.MouseButton1Down:connect(function()
  243. OpenFrame.Visible = true
  244. Main.Visible = false
  245. end)
  246.  
  247. fuccer.Name = "fuccer"
  248. fuccer.Parent = Main
  249. fuccer.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  250. fuccer.BorderSizePixel = 0
  251. fuccer.Position = UDim2.new(0.0739856809, 0, 0.754789293, 0)
  252. fuccer.Size = UDim2.new(0, 355, 0, 39)
  253. fuccer.Font = Enum.Font.SourceSans
  254. fuccer.PlaceholderColor3 = Color3.new(1, 1, 1)
  255. fuccer.PlaceholderText = "Player Name"
  256. fuccer.Text = ""
  257. fuccer.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
  258. fuccer.TextScaled = true
  259. fuccer.TextSize = 14
  260. fuccer.TextWrapped = true
  261.  
  262. OpenFrame.Name = "OpenFrame"
  263. OpenFrame.Parent = ScreenGui
  264. OpenFrame.Active = true
  265. OpenFrame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  266. OpenFrame.BorderSizePixel = 0
  267. OpenFrame.Position = UDim2.new(0, 0, 0.199046478, 0)
  268. OpenFrame.Size = UDim2.new(0, 89, 0, 47)
  269. OpenFrame.Visible = false
  270.  
  271. Open.Name = "Open"
  272. Open.Parent = OpenFrame
  273. Open.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  274. Open.BorderSizePixel = 0
  275. Open.Position = UDim2.new(0.146067411, 0, 0.0638297871, 0)
  276. Open.Size = UDim2.new(0, 63, 0, 41)
  277. Open.Font = Enum.Font.SourceSans
  278. Open.Text = "Open"
  279. Open.TextColor3 = Color3.new(1, 1, 1)
  280. Open.TextScaled = true
  281. Open.TextSize = 14
  282. Open.TextWrapped = true
  283. Open.MouseButton1Down:connect(function()
  284. Main.Visible = true
  285. OpenFrame.Visible = false
  286. end)
  287.  
  288. TextLabel.Parent = OpenFrame
  289. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  290. TextLabel.BackgroundTransparency = 3
  291. TextLabel.Position = UDim2.new(0, 0, 13.2340422, 0)
  292. TextLabel.Size = UDim2.new(0, 175, 0, 50)
  293. TextLabel.Font = Enum.Font.SourceSans
  294. TextLabel.Text = "AssGui v1"
  295. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  296. TextLabel.TextScaled = true
  297. TextLabel.TextSize = 14
  298. TextLabel.TextWrapped = true
  299. --Loading
  300. print("Loading.")
  301. print("Loading..")
  302. print("Loading...")
  303. print("Loading.")
  304. print("Loading..")
  305. print("Loading...")
  306. print("Loading.")
  307. print("Loading..")
  308. print("Loading...")
  309. print("Loading.")
  310. print("Loading..")
  311. print("Loading...")
  312. print("Loading.")
  313. print("Loading..")
  314. print("Loading...")
  315. print("Loading.")
  316. print("Loading..")
  317. print("Loading...")
  318. print("Loading.")
  319. print("Loading..")
  320. print("Loading...")
  321. print("Loading.")
  322. print("Loading..")
  323. print("Loading...")
  324. print("Loading.")
  325. print("Loading..")
  326. print("Loading...")
  327. print("Loading.")
  328. print("Loading..")
  329. print("Loading...")
  330. print("Loading.")
  331. print("Loading..")
  332. print("Loading...")
  333. print("Loading.")
  334. print("Loading..")
  335. print("Loading...")
  336. print("Loading.")
  337. print("Loading..")
  338. print("Loading...")
  339. print("Loading.")
  340. print("Loading..")
  341. print("Loading...")
  342. print("Loading.")
  343. print("Loading..")
  344. print("Loading...")
  345. print("Loading.")
  346. print("Loading..")
  347. print("Loading...")
  348. warn("Loaded")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement