Advertisement
ToxicWHOMakesGUIS

uhhh eya

Jan 31st, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local A490490SIE5R = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local Bar = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local Bar2 = Instance.new("Frame")
  9. local ChangeWS = Instance.new("TextButton")
  10. local SpeedPart = Instance.new("TextBox")
  11. local Close = Instance.new("TextButton")
  12. local TextButton = Instance.new("TextButton")
  13. local TextButton_2 = Instance.new("TextButton")
  14. local TeamFrame = Instance.new("Frame")
  15. local White = Instance.new("TextButton")
  16. local Black = Instance.new("TextButton")
  17. local Magenta = Instance.new("TextButton")
  18. local Blue = Instance.new("TextButton")
  19. local Green = Instance.new("TextButton")
  20. local Red = Instance.new("TextButton")
  21. local Yellow = Instance.new("TextButton")
  22. local AnimalFrame = Instance.new("Frame")
  23. local Fox = Instance.new("TextButton")
  24. local Chicken = Instance.new("TextButton")
  25. local TextButton_3 = Instance.new("TextButton")
  26. --Properties:
  27. A490490SIE5R.Name = "A490490SIE5R"
  28. A490490SIE5R.Parent = game.CoreGui
  29. A490490SIE5R.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. MainFrame.Name = "MainFrame"
  32. MainFrame.Parent = A490490SIE5R
  33. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  34. MainFrame.Position = UDim2.new(0.405069858, 0, 0.268313438, 0)
  35. MainFrame.Size = UDim2.new(0, 450, 0, 300)
  36. MainFrame.Active = true
  37. MainFrame.Selectable = true
  38. MainFrame.Draggable = true
  39.  
  40. Bar.Name = "Bar"
  41. Bar.Parent = MainFrame
  42. Bar.BackgroundColor3 = Color3.new(0, 0, 0)
  43. Bar.Size = UDim2.new(0, 450, 0, 39)
  44.  
  45. Title.Name = "Title"
  46. Title.Parent = Bar
  47. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  48. Title.BackgroundTransparency = 1
  49. Title.Position = UDim2.new(0.0177777782, 0, 0, 0)
  50. Title.Size = UDim2.new(0, 434, 0, 39)
  51. Title.Font = Enum.Font.SourceSans
  52. Title.Text = "Babft Gui"
  53. Title.TextColor3 = Color3.new(1, 1, 1)
  54. Title.TextScaled = true
  55. Title.TextSize = 14
  56. Title.TextWrapped = true
  57.  
  58. Bar2.Name = "Bar2"
  59. Bar2.Parent = MainFrame
  60. Bar2.BackgroundColor3 = Color3.new(0, 0, 0)
  61. Bar2.Position = UDim2.new(-0.00222222228, 0, 1, 0)
  62. Bar2.Size = UDim2.new(0, 450, 0, 39)
  63.  
  64. ChangeWS.Name = "ChangeWS"
  65. ChangeWS.Parent = MainFrame
  66. ChangeWS.BackgroundColor3 = Color3.new(0, 0, 0)
  67. ChangeWS.Position = UDim2.new(0.668888748, 0, 0.180000007, 0)
  68. ChangeWS.Size = UDim2.new(0, 51, 0, 36)
  69. ChangeWS.Font = Enum.Font.SourceSans
  70. ChangeWS.Text = "CHANGE"
  71. ChangeWS.TextColor3 = Color3.new(1, 1, 1)
  72. ChangeWS.TextScaled = true
  73. ChangeWS.TextSize = 14
  74. ChangeWS.TextWrapped = true
  75. ChangeWS.MouseButton1Down:connect(function()
  76. while true do
  77. wait()
  78. local char = game.Players.LocalPlayer.Character
  79. if char:FindFirstChild("Humanoid") ~= nil then
  80. char.Humanoid.WalkSpeed = SpeedPart.Text
  81. --[[else
  82. print("w0t's goin onn??")]]
  83. end
  84. end
  85. end)
  86.  
  87.  
  88. SpeedPart.Name = "SpeedPart"
  89. SpeedPart.Parent = MainFrame
  90. SpeedPart.BackgroundColor3 = Color3.new(0, 0, 0)
  91. SpeedPart.Position = UDim2.new(0.806666553, 0, 0.193333328, 0)
  92. SpeedPart.Size = UDim2.new(0, 79, 0, 27)
  93. SpeedPart.Font = Enum.Font.SourceSans
  94. SpeedPart.Text = "Speed Here"
  95. SpeedPart.TextColor3 = Color3.new(1, 1, 1)
  96. SpeedPart.TextScaled = true
  97. SpeedPart.TextSize = 14
  98. SpeedPart.TextWrapped = true
  99.  
  100. Close.Name = "Close"
  101. Close.Parent = MainFrame
  102. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  103. Close.Position = UDim2.new(0.906666696, 0, 0, 0)
  104. Close.Size = UDim2.new(0, 41, 0, 39)
  105. Close.Font = Enum.Font.SourceSans
  106. Close.Text = "X"
  107. Close.TextColor3 = Color3.new(1, 1, 1)
  108. Close.TextSize = 14
  109. Close.Visible = false
  110.  
  111. TextButton.Parent = MainFrame
  112. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  113. TextButton.Position = UDim2.new(0.71999985, 0, 0.340000004, 0)
  114. TextButton.Size = UDim2.new(0, 118, 0, 54)
  115. TextButton.Font = Enum.Font.SourceSans
  116. TextButton.Text = "Infinite Yield"
  117. TextButton.TextColor3 = Color3.new(1, 1, 1)
  118. TextButton.TextScaled = true
  119. TextButton.TextSize = 14
  120. TextButton.TextWrapped = true
  121. TextButton.MouseButton1Click:connect(function()
  122. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  123. end)
  124. TextButton_2.Parent = MainFrame
  125. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  126. TextButton_2.Position = UDim2.new(0.71999985, 0, 0.569999993, 0)
  127. TextButton_2.Size = UDim2.new(0, 118, 0, 54)
  128. TextButton_2.Font = Enum.Font.SourceSans
  129. TextButton_2.Text = "Btools V2"
  130. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  131. TextButton_2.TextScaled = true
  132. TextButton_2.TextSize = 14
  133. TextButton_2.TextWrapped = true
  134. TextButton_2.MouseButton1Click:connect(function()
  135. loadstring(game:HttpGet(('https://pastebin.com/raw/AFJa7ZFN'),true))()
  136. end)
  137. TeamFrame.Name = "TeamFrame"
  138. TeamFrame.Parent = MainFrame
  139. TeamFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  140. TeamFrame.BackgroundTransparency = 1
  141. TeamFrame.Position = UDim2.new(0, 0, 0.129999995, 0)
  142. TeamFrame.Size = UDim2.new(0, 256, 0, 222)
  143.  
  144. White.Name = "White"
  145. White.Parent = TeamFrame
  146. White.BackgroundColor3 = Color3.new(1, 1, 1)
  147. White.Position = UDim2.new(0.14453125, 0, 0.0270270277, 0)
  148. White.Size = UDim2.new(0, 202, 0, 31)
  149. White.Font = Enum.Font.SourceSans
  150. White.Text = "White"
  151. White.TextColor3 = Color3.new(0, 0, 0)
  152. White.TextScaled = true
  153. White.TextSize = 14
  154. White.TextWrapped = true
  155. White.MouseButton1Click:connect(function()
  156. local ASD = game.Teams:GetChildren()
  157. for _,obj in pairs(ASD) do
  158. obj.Name = "Team".._
  159. end
  160.  
  161. for i, v in pairs(game.Players:GetPlayers()) do
  162. game.Workspace.ChangeTeam:FireServer(game.Teams["Team1"].TeamColor, v)
  163. end
  164. end)
  165. Black.Name = "Black"
  166. Black.Parent = TeamFrame
  167. Black.BackgroundColor3 = Color3.new(0, 0, 0)
  168. Black.Position = UDim2.new(0.14453125, 0, 0.207207188, 0)
  169. Black.Size = UDim2.new(0, 202, 0, 31)
  170. Black.AutoButtonColor = false
  171. Black.Font = Enum.Font.SourceSans
  172. Black.Text = "Black"
  173. Black.TextColor3 = Color3.new(1, 1, 1)
  174. Black.TextScaled = true
  175. Black.TextSize = 14
  176. Black.TextWrapped = true
  177. Black.MouseButton1Click:connect(function()
  178. local ASD = game.Teams:GetChildren()
  179. for _,obj in pairs(ASD) do
  180. obj.Name = "Team".._
  181. end
  182.  
  183. for i, v in pairs(game.Players:GetPlayers()) do
  184.  
  185. game.Workspace.ChangeTeam:FireServer(game.Teams["Team5"].TeamColor, v)
  186. end
  187. end)
  188. Magenta.Name = "Magenta"
  189. Magenta.Parent = TeamFrame
  190. Magenta.BackgroundColor3 = Color3.new(0.921569, 0.054902, 1)
  191. Magenta.Position = UDim2.new(0.14453125, 0, 0.554054022, 0)
  192. Magenta.Size = UDim2.new(0, 202, 0, 31)
  193. Magenta.Font = Enum.Font.SourceSans
  194. Magenta.Text = "Magenta"
  195. Magenta.TextColor3 = Color3.new(0, 0, 0)
  196. Magenta.TextScaled = true
  197. Magenta.TextSize = 14
  198. Magenta.TextWrapped = true
  199. Magenta.MouseButton1Click:connect(function()
  200. local ASD = game.Teams:GetChildren()
  201. for _,obj in pairs(ASD) do
  202. obj.Name = "Team".._
  203. end
  204.  
  205. for i, v in pairs(game.Players:GetPlayers()) do
  206. game.Workspace.ChangeTeam:FireServer(game.Teams["Team7"].TeamColor, v)
  207. end
  208. end)
  209. Blue.Name = "Blue"
  210. Blue.Parent = TeamFrame
  211. Blue.BackgroundColor3 = Color3.new(0.0235294, 0.0392157, 1)
  212. Blue.Position = UDim2.new(0.14453125, 0, 0.387387365, 0)
  213. Blue.Size = UDim2.new(0, 202, 0, 31)
  214. Blue.Font = Enum.Font.SourceSans
  215. Blue.Text = "Blue"
  216. Blue.TextColor3 = Color3.new(0, 0, 0)
  217. Blue.TextScaled = true
  218. Blue.TextSize = 14
  219. Blue.TextWrapped = true
  220. Blue.MouseButton1Click:connect(function()
  221. local ASD = game.Teams:GetChildren()
  222. for _,obj in pairs(ASD) do
  223. obj.Name = "Team".._
  224. end
  225.  
  226. for i, v in pairs(game.Players:GetPlayers()) do
  227. game.Workspace.ChangeTeam:FireServer(game.Teams["Team2"].TeamColor, v)
  228. end
  229. end)
  230. Green.Name = "Green"
  231. Green.Parent = TeamFrame
  232. Green.BackgroundColor3 = Color3.new(0.0352941, 0.458824, 0.027451)
  233. Green.Position = UDim2.new(0.14453125, 0, 0.72522521, 0)
  234. Green.Size = UDim2.new(0, 202, 0, 31)
  235. Green.Font = Enum.Font.SourceSans
  236. Green.Text = "Green"
  237. Green.TextColor3 = Color3.new(0, 0, 0)
  238. Green.TextScaled = true
  239. Green.TextSize = 14
  240. Green.TextWrapped = true
  241. Green.MouseButton1Click:connect(function()
  242. local ASD = game.Teams:GetChildren()
  243. for _,obj in pairs(ASD) do
  244. obj.Name = "Team".._
  245. end
  246.  
  247. for i, v in pairs(game.Players:GetPlayers()) do
  248. game.Workspace.ChangeTeam:FireServer(game.Teams["Team3"].TeamColor, v)
  249. end
  250. end)
  251. Red.Name = "Red"
  252. Red.Parent = TeamFrame
  253. Red.BackgroundColor3 = Color3.new(1, 0, 0)
  254. Red.Position = UDim2.new(0.14453125, 0, 0.9009009, 0)
  255. Red.Size = UDim2.new(0, 202, 0, 31)
  256. Red.Font = Enum.Font.SourceSans
  257. Red.Text = "Red"
  258. Red.TextColor3 = Color3.new(0, 0, 0)
  259. Red.TextScaled = true
  260. Red.TextSize = 14
  261. Red.TextWrapped = true
  262. Red.MouseButton1Click:connect(function()
  263. local ASD = game.Teams:GetChildren()
  264. for _,obj in pairs(ASD) do
  265. obj.Name = "Team".._
  266. end
  267.  
  268. for i, v in pairs(game.Players:GetPlayers()) do
  269. game.Workspace.ChangeTeam:FireServer(game.Teams["Team4"].TeamColor, v)
  270. end
  271. end)
  272. Yellow.Name = "Yellow"
  273. Yellow.Parent = TeamFrame
  274. Yellow.BackgroundColor3 = Color3.new(0.921569, 1, 0.0392157)
  275. Yellow.Position = UDim2.new(1.00781226, 0, 0.90090102, 0)
  276. Yellow.Size = UDim2.new(0, 184, 0, 31)
  277. Yellow.Font = Enum.Font.SourceSans
  278. Yellow.Text = "Yellow"
  279. Yellow.TextColor3 = Color3.new(0, 0, 0)
  280. Yellow.TextScaled = true
  281. Yellow.TextSize = 14
  282. Yellow.TextWrapped = true
  283. Yellow.MouseButton1Click:connect(function()
  284. local ASD = game.Teams:GetChildren()
  285. for _,obj in pairs(ASD) do
  286. obj.Name = "Team".._
  287. end
  288.  
  289. for i, v in pairs(game.Players:GetPlayers()) do
  290. game.Workspace.ChangeTeam:FireServer(game.Teams["Team6"].TeamColor, v)
  291. end
  292. end)
  293. AnimalFrame.Name = "AnimalFrame"
  294. AnimalFrame.Parent = MainFrame
  295. AnimalFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  296. AnimalFrame.Position = UDim2.new(-0.428888887, 0, 0.0699999928, 0)
  297. AnimalFrame.Size = UDim2.new(0, 192, 0, 135)
  298.  
  299. Fox.Name = "Fox"
  300. Fox.Parent = AnimalFrame
  301. Fox.BackgroundColor3 = Color3.new(0, 0, 0)
  302. Fox.Position = UDim2.new(0.0677083358, 0, 0.111111112, 0)
  303. Fox.Size = UDim2.new(0, 165, 0, 49)
  304. Fox.Font = Enum.Font.SourceSans
  305. Fox.Text = "Fox"
  306. Fox.TextColor3 = Color3.new(1, 1, 1)
  307. Fox.TextScaled = true
  308. Fox.TextSize = 14
  309. Fox.TextWrapped = true
  310. Fox.MouseButton1Down:connect(function()
  311. local A_1 = "FoxCharacter"
  312. local Event = game:GetService("Workspace").ChangeCharacter
  313. Event:FireServer(A_1)
  314. end)
  315. Chicken.Name = "Chicken"
  316. Chicken.Parent = AnimalFrame
  317. Chicken.BackgroundColor3 = Color3.new(0, 0, 0)
  318. Chicken.Position = UDim2.new(0.0677083358, 0, 0.51111114, 0)
  319. Chicken.Size = UDim2.new(0, 165, 0, 49)
  320. Chicken.Font = Enum.Font.SourceSans
  321. Chicken.Text = "Chicken"
  322. Chicken.TextColor3 = Color3.new(1, 1, 1)
  323. Chicken.TextScaled = true
  324. Chicken.TextSize = 14
  325. Chicken.TextWrapped = true
  326. Chicken.MouseButton1Down:connect(function()
  327. local A_1 = "ChickenCharacter"
  328. local Event = game:GetService("Workspace").ChangeCharacter
  329. Event:FireServer(A_1)
  330. end)
  331.  
  332. TextButton_3.Parent = A490490SIE5R
  333. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  334. TextButton_3.Position = UDim2.new(0.596999466, 0, 0.614991486, 0)
  335. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  336. TextButton_3.Font = Enum.Font.SourceSans
  337. TextButton_3.Text = "Open GUI"
  338. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  339. TextButton_3.TextScaled = true
  340. TextButton_3.TextSize = 14
  341. TextButton_3.TextWrapped = true
  342. TextButton_3.Visible = false
  343. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement