Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.29 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local skinlegend = Instance.new("TextLabel")
  9. local Me = Instance.new("TextLabel")
  10. local Close = Instance.new("TextButton")
  11. local Btools = Instance.new("TextButton")
  12. local Esp = Instance.new("TextButton")
  13. local Noclip = Instance.new("TextButton")
  14. local Fly = Instance.new("TextButton")
  15. local ClickTP = Instance.new("TextButton")
  16. local CHEAT = Instance.new("TextButton")
  17. local CHEAT_2 = Instance.new("TextButton")
  18. local CHEAT_3 = Instance.new("TextButton")
  19. local CHEAT_4 = Instance.new("TextButton")
  20. local CHEAT_5 = Instance.new("TextButton")
  21. local CHEAT_6 = Instance.new("TextButton")
  22. local CHEAT_7 = Instance.new("TextButton")
  23. --Properties:
  24. ScreenGui.Parent = game.CoreGui
  25. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. OpenFrame.Name = "OpenFrame"
  28. OpenFrame.Parent = ScreenGui
  29. OpenFrame.Active = true
  30. OpenFrame.BackgroundColor3 = Color3.new(0.141176, 0.666667, 0.784314)
  31. OpenFrame.BorderSizePixel = 0
  32. OpenFrame.Position = UDim2.new(0.0759137943, 0, 0.749003947, 0)
  33. OpenFrame.Size = UDim2.new(0, 79, 0, 37)
  34.  
  35. Open.Name = "Open"
  36. Open.Parent = OpenFrame
  37. Open.BackgroundColor3 = Color3.new(0.14902, 0.713726, 0.827451)
  38. Open.BorderColor3 = Color3.new(0.141176, 0.666667, 0.784314)
  39. Open.Position = UDim2.new(0.284084052, 0, 0.108108111, 0)
  40. Open.Size = UDim2.new(0, 37, 0, 29)
  41. Open.ZIndex = 0
  42. Open.Font = Enum.Font.Gotham
  43. Open.Text = "Open"
  44. Open.TextColor3 = Color3.new(0, 0, 0)
  45. Open.TextScaled = true
  46. Open.TextSize = 14
  47. Open.TextWrapped = true
  48. Open.MouseButton1Down:connect(function()
  49. Main.Visible = true
  50. OpenFrame.Visible = false
  51. end)
  52.  
  53. Main.Name = "Main"
  54. Main.Parent = ScreenGui
  55. Main.Active = true
  56. Main.BackgroundColor3 = Color3.new(0.470588, 0.45098, 0.466667)
  57. Main.BorderColor3 = Color3.new(0.470588, 0.45098, 0.466667)
  58. Main.Position = UDim2.new(0.296157449, 0, 0.145418331, 0)
  59. Main.Size = UDim2.new(0, 528, 0, 335)
  60. Main.Draggable = true
  61.  
  62. skinlegend.Name = "skinlegend"
  63. skinlegend.Parent = Main
  64. skinlegend.BackgroundColor3 = Color3.new(0.447059, 0.764706, 0.835294)
  65. skinlegend.BorderColor3 = Color3.new(0.603922, 0.788235, 0.835294)
  66. skinlegend.Position = UDim2.new(-0.00119104981, 0, -0.000850319862, 0)
  67. skinlegend.Size = UDim2.new(0, 528, 0, 34)
  68. skinlegend.Font = Enum.Font.GothamBlack
  69. skinlegend.Text = "Skinny Legend"
  70. skinlegend.TextColor3 = Color3.new(0, 0, 0)
  71. skinlegend.TextScaled = true
  72. skinlegend.TextSize = 14
  73. skinlegend.TextWrapped = true
  74.  
  75. Me.Name = "Me"
  76. Me.Parent = Main
  77. Me.BackgroundColor3 = Color3.new(0.447059, 0.764706, 0.835294)
  78. Me.BorderColor3 = Color3.new(0.447059, 0.764706, 0.835294)
  79. Me.Position = UDim2.new(-0.00119104981, 0, 0.933168709, 0)
  80. Me.Size = UDim2.new(0, 528, 0, 22)
  81. Me.Font = Enum.Font.Gotham
  82. Me.Text = "BS BS BS"
  83. Me.TextColor3 = Color3.new(0, 0, 0)
  84. Me.TextScaled = true
  85. Me.TextSize = 14
  86. Me.TextWrapped = true
  87.  
  88. Close.Name = "Close"
  89. Close.Parent = Main
  90. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  91. Close.BackgroundTransparency = 1
  92. Close.Position = UDim2.new(0.931818187, 0, 0, 0)
  93. Close.Size = UDim2.new(0, 35, 0, 34)
  94. Close.Font = Enum.Font.Cartoon
  95. Close.Text = "X"
  96. Close.TextColor3 = Color3.new(1, 0, 0.0156863)
  97. Close.TextScaled = true
  98. Close.TextSize = 14
  99. Close.TextWrapped = true
  100. Close.MouseButton1Down:connect(function()
  101. OpenFrame.Visible = true
  102. Main.Visible = false
  103. end)
  104.  
  105. Btools.Name = "Btools"
  106. Btools.Parent = Main
  107. Btools.BackgroundColor3 = Color3.new(0.431373, 0.737255, 0.807843)
  108. Btools.Position = UDim2.new(0.0170454551, 0, 0.343283594, 0)
  109. Btools.Size = UDim2.new(0, 100, 0, 40)
  110. Btools.Font = Enum.Font.Cartoon
  111. Btools.Text = "BTools"
  112. Btools.TextColor3 = Color3.new(0, 0, 0)
  113. Btools.TextScaled = true
  114. Btools.TextSize = 14
  115. Btools.TextWrapped = true
  116. Btools.MouseButton1Down:connect(function()
  117. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  118. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  119. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  120. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  121. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  122. tool1.BinType = "Clone"
  123. tool2.BinType = "GameTool"
  124. tool3.BinType = "Hammer"
  125. tool4.BinType = "Script"
  126. tool5.BinType = "Grab"
  127. end)
  128.  
  129. Esp.Name = "Esp"
  130. Esp.Parent = Main
  131. Esp.BackgroundColor3 = Color3.new(0.431373, 0.737255, 0.807843)
  132. Esp.Position = UDim2.new(0.0170454551, 0, 0.552238822, 0)
  133. Esp.Size = UDim2.new(0, 100, 0, 40)
  134. Esp.Font = Enum.Font.Cartoon
  135. Esp.Text = "ESP"
  136. Esp.TextColor3 = Color3.new(0, 0, 0)
  137. Esp.TextScaled = true
  138. Esp.TextSize = 14
  139. Esp.TextWrapped = true
  140. Esp.MouseButton1Down:connect(function()
  141.  
  142. -- -----------------------------------
  143. -- ___ _ _ _ --
  144. -- / __| ___| |_| |_(_)_ _ __ _ ___--
  145. -- \__ \/ -_) _| _| | ' \/ _` (_-<--
  146. -- |___/\___|\__|\__|_|_||_\__, /__/--
  147. -- |___/ --
  148. -- -----------------------------------
  149. -- -----------------------------------
  150. ALLYCOLOR = {0,255,255} --//Color of the ESP of people on the same team
  151. ENEMYCOLOR = {255,0,0} --//Color of the ESP of people on NOT the same team
  152. TRANSPARENCY = 0.5 --//Transparency of the ESP
  153. HEALTHBAR_ACTIVATED = true --//Renders the Healthbar
  154. --
  155. --
  156.  
  157. -- !!!Don't Change Anything Below Here Unless You Know What You're Doing!!!
  158.  
  159. function createFlex()
  160. -- -----------------------------------------------------------------------------------
  161. --[VARIABLES] //Changing may result in Errors!
  162. players = game:GetService("Players") --//Required for PF
  163. faces = {"Front","Back","Bottom","Left","Right","Top"} --//Every possible Enum face
  164. currentPlayer = nil --//Used for the Team-Check
  165. lplayer = players.LocalPlayer --//The LocalPlayer
  166. -- -----------------------------------------------------------------------------------
  167. players.PlayerAdded:Connect(function(p)
  168. currentPlayer = p
  169. p.CharacterAdded:Connect(function(character) --//For when a new Player joins the game
  170. createESP(character)
  171. end)
  172. end)
  173. -- -----------------------------------------------------------------------------------
  174. function checkPart(obj) if (obj:IsA("Part") or obj:IsA("MeshPart")) and obj.Name~="HumanoidRootPart" then return true end end --//Check if the Part is suitable
  175. -- -----------------------------------------------------------------------------------
  176. function actualESP(obj)
  177.  
  178. for i=0,5 do
  179. surface = Instance.new("SurfaceGui",obj) --//Creates the SurfaceGui
  180. surface.Face = Enum.NormalId[faces[i+1]] --//Adjusts the Face and chooses from the face table
  181. surface.AlwaysOnTop = true
  182.  
  183. frame = Instance.new("Frame",surface) --//Creates the viewable Frame
  184. frame.Size = UDim2.new(1,0,1,0)
  185. frame.BorderSizePixel = 0
  186. frame.BackgroundTransparency = TRANSPARENCY
  187. if currentPlayer.Team == players.LocalPlayer.Team then --//Checks the Players Team
  188. frame.BackgroundColor3 = Color3.new(ALLYCOLOR[1],ALLYCOLOR[2],ALLYCOLOR[3]) --//If in same Team
  189. else
  190. frame.BackgroundColor3 = Color3.new(ENEMYCOLOR[1],ENEMYCOLOR[2],ENEMYCOLOR[3]) --//If in another Team
  191. end
  192.  
  193. end
  194. end
  195. -- -----------------------------------------------------------------------------------
  196. function createHealthbar(hrp)
  197. board =Instance.new("BillboardGui",hrp) --//Creates the BillboardGui with HumanoidRootPart as the Parent
  198. board.Name = "total"
  199. board.Size = UDim2.new(1,0,1,0)
  200. board.StudsOffset = Vector3.new(3,1,0)
  201. board.AlwaysOnTop = true
  202.  
  203. bar = Instance.new("Frame",board) --//Creates the red background
  204. bar.BackgroundColor3 = Color3.new(255,0,0)
  205. bar.BorderSizePixel = 0
  206. bar.Size = UDim2.new(0.2,0,4,0)
  207. bar.Name = "total2"
  208.  
  209. health = Instance.new("Frame",bar) --//Creates the changing green Frame
  210. health.BackgroundColor3 = Color3.new(0,255,0)
  211. health.BorderSizePixel = 0
  212. health.Size = UDim2.new(1,0,hrp.Parent.Humanoid.Health/100,0)
  213. hrp.Parent.Humanoid.Changed:Connect(function(property) --//Triggers when any Property changed
  214. hrp.total.total2.Frame.Size = UDim2.new(1,0,hrp.Parent.Humanoid.Health/100,0) --//Adjusts the size of the green Frame
  215. end)
  216. end
  217. -- -----------------------------------------------------------------------------------
  218. function createESP(c) --//Checks and calls the proper function
  219. bugfix = c:WaitForChild("Head") --// *Used so the children of the character arent nil.
  220. for i,v in pairs(c:GetChildren()) do
  221. if checkPart(v) then
  222. actualESP(v)
  223. end
  224. end
  225. if HEALTHBAR_ACTIVATED then --//If the user decided to
  226. createHealthbar(c:WaitForChild("HumanoidRootPart")) --//Calls the function of the creation
  227. end
  228. end
  229. -- -----------------------------------------------------------------------------------
  230. for i,people in pairs(players:GetChildren())do
  231. if people ~= players.LocalPlayer then
  232. currentPlayer = people
  233. --//Used for Players already in the Game
  234. createESP(people.Character)
  235. people.CharacterAdded:Connect(function(character)
  236. createESP(character)
  237. end)
  238. end
  239. end
  240. -- -----------------------------------------------------------------------------------
  241. end --//End of the entire function
  242.  
  243. createFlex() --// Does exactly that :)
  244. end)
  245.  
  246. Noclip.Name = "Noclip"
  247. Noclip.Parent = Main
  248. Noclip.BackgroundColor3 = Color3.new(0.431373, 0.737255, 0.807843)
  249. Noclip.Position = UDim2.new(0.0170454551, 0, 0.73731339, 0)
  250. Noclip.Size = UDim2.new(0, 100, 0, 40)
  251. Noclip.Font = Enum.Font.Cartoon
  252. Noclip.Text = "NoClip"
  253. Noclip.TextColor3 = Color3.new(0, 0, 0)
  254. Noclip.TextScaled = true
  255. Noclip.TextSize = 14
  256. Noclip.TextWrapped = true
  257. Noclip.MouseButton1Down:connect(function()
  258. noclip = false
  259. game:GetService('RunService').Stepped:connect(function()
  260. if noclip then
  261. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  262. end
  263. end)
  264. plr = game.Players.LocalPlayer
  265. mouse = plr:GetMouse()
  266. mouse.KeyDown:connect(function(key)
  267.  
  268. if key == "q" then
  269. noclip = not noclip
  270. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  271. end
  272. end)
  273. print('Created by FileExplorer')
  274. print('Credits to Peyton for the ChangeState part of this script')
  275. end)
  276.  
  277. Fly.Name = "Fly"
  278. Fly.Parent = Main
  279. Fly.BackgroundColor3 = Color3.new(0.431373, 0.737255, 0.807843)
  280. Fly.Position = UDim2.new(0.0159520805, 0, 0.145376682, 0)
  281. Fly.Size = UDim2.new(0, 100, 0, 40)
  282. Fly.Font = Enum.Font.Cartoon
  283. Fly.Text = "Fly"
  284. Fly.TextColor3 = Color3.new(0, 0, 0)
  285. Fly.TextScaled = true
  286. Fly.TextSize = 14
  287. Fly.TextWrapped = true
  288. Fly.MouseButton1Down:connect(function()
  289. -- Press E to toggle
  290.  
  291. repeat wait()
  292. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("UpperTorso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  293. local mouse = game.Players.LocalPlayer:GetMouse()
  294. repeat wait() until mouse
  295. local plr = game.Players.LocalPlayer
  296. local UpperTorso = plr.Character.UpperTorso
  297. local flying = true
  298. local deb = true
  299. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  300. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  301. local maxspeed = 50
  302. local speed = 0
  303.  
  304. function Fly()
  305. local bg = Instance.new("BodyGyro", UpperTorso)
  306. bg.P = 9e4
  307. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  308. bg.cframe = UpperTorso.CFrame
  309. local bv = Instance.new("BodyVelocity", UpperTorso)
  310. bv.velocity = Vector3.new(0,0.1,0)
  311. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  312. repeat wait()
  313. plr.Character.Humanoid.PlatformStand = true
  314. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  315. speed = speed+.5+(speed/maxspeed)
  316. if speed > maxspeed then
  317. speed = maxspeed
  318. end
  319. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  320. speed = speed-1
  321. if speed < 0 then
  322. speed = 0
  323. end
  324. end
  325. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  326. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  327. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  328. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  329. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  330. else
  331. bv.velocity = Vector3.new(0,0.1,0)
  332. end
  333. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  334. until not flying
  335. ctrl = {f = 0, b = 0, l = 0, r = 0}
  336. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  337. speed = 0
  338. bg:Destroy()
  339. bv:Destroy()
  340. plr.Character.Humanoid.PlatformStand = false
  341. end
  342. mouse.KeyDown:connect(function(key)
  343. if key:lower() == "e" then
  344. if flying then flying = false
  345. else
  346. flying = true
  347. Fly()
  348. end
  349. elseif key:lower() == "w" then
  350. ctrl.f = 1
  351. elseif key:lower() == "s" then
  352. ctrl.b = -1
  353. elseif key:lower() == "a" then
  354. ctrl.l = -1
  355. elseif key:lower() == "d" then
  356. ctrl.r = 1
  357. end
  358. end)
  359. mouse.KeyUp:connect(function(key)
  360. if key:lower() == "w" then
  361. ctrl.f = 0
  362. elseif key:lower() == "s" then
  363. ctrl.b = 0
  364. elseif key:lower() == "a" then
  365. ctrl.l = 0
  366. elseif key:lower() == "d" then
  367. ctrl.r = 0
  368. end
  369. end)
  370. Fly()
  371. end)
  372.  
  373. ClickTP.Name = "Click TP"
  374. ClickTP.Parent = Main
  375. ClickTP.BackgroundColor3 = Color3.new(0.431373, 0.737255, 0.807843)
  376. ClickTP.Position = UDim2.new(0.380681813, 0, 0.143283576, 0)
  377. ClickTP.Size = UDim2.new(0, 100, 0, 40)
  378. ClickTP.Font = Enum.Font.Cartoon
  379. ClickTP.Text = "Click TP"
  380. ClickTP.TextColor3 = Color3.new(0, 0, 0)
  381. ClickTP.TextScaled = true
  382. ClickTP.TextSize = 14
  383. ClickTP.TextWrapped = true
  384. ClickTP.MouseButton1Down:connect(function()
  385. local Player = game.Players.LocalPlayer
  386. local Mouse = Player:GetMouse()
  387. local UserInputService = game:GetService('UserInputService')
  388.  
  389. local HoldingControl = false
  390.  
  391. Mouse.Button1Down:connect(function()
  392. if HoldingControl then
  393. Player.Character:MoveTo(Mouse.Hit.p)
  394. end
  395. end)
  396.  
  397. UserInputService.InputBegan:connect(function(Input, Processed)
  398. if Input.UserInputType == Enum.UserInputType.Keyboard then
  399. if Input.KeyCode == Enum.KeyCode.LeftControl then
  400. HoldingControl = true
  401. elseif Input.KeyCode == Enum.KeyCode.RightControl then
  402. HoldingControl = true
  403. end
  404. end
  405. end)
  406.  
  407. UserInputService.InputEnded:connect(function(Input, Processed)
  408. if Input.UserInputType == Enum.UserInputType.Keyboard then
  409. if Input.KeyCode == Enum.KeyCode.LeftControl then
  410. HoldingControl = false
  411. elseif Input.KeyCode == Enum.KeyCode.RightControl then
  412. HoldingControl = false
  413. end
  414. end
  415. end)
  416.  
  417. CHEAT.Name = "CHEAT"
  418. CHEAT.Parent = Main
  419. CHEAT.BackgroundColor3 = Color3.new(0.431373, 0.737255, 0.807843)
  420. CHEAT.Position = UDim2.new(0.380681813, 0, 0.343283594, 0)
  421. CHEAT.Size = UDim2.new(0, 100, 0, 40)
  422. CHEAT.Font = Enum.Font.Cartoon
  423. CHEAT.Text = "CHEAT"
  424. CHEAT.TextColor3 = Color3.new(0, 0, 0)
  425. CHEAT.TextScaled = true
  426. CHEAT.TextSize = 14
  427. CHEAT.TextWrapped = true
  428.  
  429. CHEAT_2.Name = "CHEAT"
  430. CHEAT_2.Parent = Main
  431. CHEAT_2.BackgroundColor3 = Color3.new(0.431373, 0.737255, 0.807843)
  432. CHEAT_2.Position = UDim2.new(0.380681813, 0, 0.552238822, 0)
  433. CHEAT_2.Size = UDim2.new(0, 100, 0, 40)
  434. CHEAT_2.Font = Enum.Font.Cartoon
  435. CHEAT_2.Text = "CHEAT"
  436. CHEAT_2.TextColor3 = Color3.new(0, 0, 0)
  437. CHEAT_2.TextScaled = true
  438. CHEAT_2.TextSize = 14
  439. CHEAT_2.TextWrapped = true
  440.  
  441. CHEAT_3.Name = "CHEAT"
  442. CHEAT_3.Parent = Main
  443. CHEAT_3.BackgroundColor3 = Color3.new(0.431373, 0.737255, 0.807843)
  444. CHEAT_3.Position = UDim2.new(0.380681813, 0, 0.73731339, 0)
  445. CHEAT_3.Size = UDim2.new(0, 100, 0, 40)
  446. CHEAT_3.Font = Enum.Font.Cartoon
  447. CHEAT_3.Text = "CHEAT"
  448. CHEAT_3.TextColor3 = Color3.new(0, 0, 0)
  449. CHEAT_3.TextScaled = true
  450. CHEAT_3.TextSize = 14
  451. CHEAT_3.TextWrapped = true
  452.  
  453. CHEAT_4.Name = "CHEAT"
  454. CHEAT_4.Parent = Main
  455. CHEAT_4.BackgroundColor3 = Color3.new(0.431373, 0.737255, 0.807843)
  456. CHEAT_4.Position = UDim2.new(0.702651501, 0, 0.143283576, 0)
  457. CHEAT_4.Size = UDim2.new(0, 100, 0, 40)
  458. CHEAT_4.Font = Enum.Font.Cartoon
  459. CHEAT_4.Text = "CHEAT"
  460. CHEAT_4.TextColor3 = Color3.new(0, 0, 0)
  461. CHEAT_4.TextScaled = true
  462. CHEAT_4.TextSize = 14
  463. CHEAT_4.TextWrapped = true
  464.  
  465. CHEAT_5.Name = "CHEAT"
  466. CHEAT_5.Parent = Main
  467. CHEAT_5.BackgroundColor3 = Color3.new(0.431373, 0.737255, 0.807843)
  468. CHEAT_5.Position = UDim2.new(0.702651501, 0, 0.343283594, 0)
  469. CHEAT_5.Size = UDim2.new(0, 100, 0, 40)
  470. CHEAT_5.Font = Enum.Font.Cartoon
  471. CHEAT_5.Text = "CHEAT"
  472. CHEAT_5.TextColor3 = Color3.new(0, 0, 0)
  473. CHEAT_5.TextScaled = true
  474. CHEAT_5.TextSize = 14
  475. CHEAT_5.TextWrapped = true
  476.  
  477. CHEAT_6.Name = "CHEAT"
  478. CHEAT_6.Parent = Main
  479. CHEAT_6.BackgroundColor3 = Color3.new(0.431373, 0.737255, 0.807843)
  480. CHEAT_6.Position = UDim2.new(0.702651501, 0, 0.519402981, 0)
  481. CHEAT_6.Size = UDim2.new(0, 100, 0, 40)
  482. CHEAT_6.Font = Enum.Font.Cartoon
  483. CHEAT_6.Text = "CHEAT"
  484. CHEAT_6.TextColor3 = Color3.new(0, 0, 0)
  485. CHEAT_6.TextScaled = true
  486. CHEAT_6.TextSize = 14
  487. CHEAT_6.TextWrapped = true
  488.  
  489. CHEAT_7.Name = "CHEAT"
  490. CHEAT_7.Parent = Main
  491. CHEAT_7.BackgroundColor3 = Color3.new(0.431373, 0.737255, 0.807843)
  492. CHEAT_7.Position = UDim2.new(0.702651501, 0, 0.73731339, 0)
  493. CHEAT_7.Size = UDim2.new(0, 100, 0, 40)
  494. CHEAT_7.Font = Enum.Font.Cartoon
  495. CHEAT_7.Text = "CHEAT"
  496. CHEAT_7.TextColor3 = Color3.new(0, 0, 0)
  497. CHEAT_7.TextScaled = true
  498. CHEAT_7.TextSize = 14
  499. CHEAT_7.TextWrapped = true
  500. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement