Advertisement
Jjgames

Mod menu script

Feb 19th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.80 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Equinx = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local StrucidAimbot = Instance.new("TextButton")
  7. local FleeTheFacility = Instance.new("TextButton")
  8. local MadCity = Instance.new("TextButton")
  9. local IceCreamSim = Instance.new("TextButton")
  10. local Name = Instance.new("TextLabel")
  11. local Credits = Instance.new("TextLabel")
  12. --Properties:
  13. Equinx.Name = "Equinx"
  14. Equinx.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. Equinx.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. MainFrame.Name = "MainFrame"
  18. MainFrame.Parent = Equinx
  19. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  20. MainFrame.BorderColor3 = Color3.new(0.666667, 0, 0)
  21. MainFrame.Position = UDim2.new(0.819061816, 0, 0.248157248, 0)
  22. MainFrame.Size = UDim2.new(0, 243, 0, 390)
  23.  
  24. StrucidAimbot.Name = "StrucidAimbot"
  25. StrucidAimbot.Parent = MainFrame
  26. StrucidAimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  27. StrucidAimbot.Position = UDim2.new(0.0864197537, 0, 0.15384616, 0)
  28. StrucidAimbot.Size = UDim2.new(0, 200, 0, 50)
  29. StrucidAimbot.Font = Enum.Font.SourceSans
  30. StrucidAimbot.Text = "Strucid aimbot"
  31. StrucidAimbot.TextColor3 = Color3.new(0, 0, 0)
  32. StrucidAimbot.TextSize = 14
  33.  
  34. StrucidAimbot.MouseButton1Down:Connect(function()
  35. local plrs = game:GetService("Players")
  36. local TeamBased = true ; local teambasedswitch = "o"
  37. local presskeytoaim = true; local aimkey = "e"
  38. local raycast = false
  39.  
  40. local espupdatetime = 5; autoesp = false
  41.  
  42.  
  43.  
  44. local lockaim = true; local lockangle = 5
  45.  
  46.  
  47.  
  48. --function findwat(folder, what)
  49. -- for i, smth in pairs(folder:GetChildren()) do
  50. -- if string.find(string.lower(tostring(smth)), string.lower(what)) then
  51. -- return smth
  52. -- end
  53. -- end
  54. --end
  55. --
  56. --local plrs = findwat(game, "Players")
  57.  
  58.  
  59.  
  60.  
  61. local Gui = Instance.new("ScreenGui")
  62. local Move = Instance.new("Frame")
  63. local Main = Instance.new("Frame")
  64. local EspStatus = Instance.new("TextLabel")
  65. local st1 = Instance.new("TextLabel")
  66. local st1_2 = Instance.new("TextLabel")
  67. local st1_3 = Instance.new("TextLabel")
  68. local Name = Instance.new("TextLabel")
  69. --Properties:
  70. Gui.Name = "Gui"
  71. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  72.  
  73. Move.Name = "Move"
  74. Move.Parent = Gui
  75. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  76. Move.BackgroundTransparency = 0.40000000596046
  77. Move.BorderSizePixel = 0
  78. Move.Position = UDim2.new(0.005, 0,0.018, 0)
  79. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  80.  
  81. Main.Name = "Main"
  82. Main.Parent = Move
  83. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  84. Main.BackgroundTransparency = 0.69999998807907
  85. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  86. Main.Size = UDim2.new(1.0000006, 0, 9.79697132, 0)
  87.  
  88. EspStatus.Name = "EspStatus"
  89. EspStatus.Parent = Main
  90. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  91. EspStatus.BackgroundTransparency = 1
  92. EspStatus.Size = UDim2.new(0.272955924, 0, 0.161862016, 0)
  93. EspStatus.Font = Enum.Font.ArialBold
  94. EspStatus.Text = "Press T to update Esp"
  95. EspStatus.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  96. EspStatus.TextScaled = true
  97. EspStatus.TextSize = 14
  98. EspStatus.TextWrapped = true
  99.  
  100. st1.Name = "st1"
  101. st1.Parent = Main
  102. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  103. st1.BackgroundTransparency = 1
  104. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  105. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  106. st1.Font = Enum.Font.ArialBold
  107. st1.Text = "Press "..aimkey.." to lock on a person inside ur view"
  108. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  109. st1.TextScaled = true
  110. st1.TextSize = 14
  111. st1.TextWrapped = true
  112.  
  113. st1_2.Name = "st1"
  114. st1_2.Parent = Main
  115. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  116. st1_2.BackgroundTransparency = 1
  117. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  118. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  119. st1_2.Font = Enum.Font.ArialBold
  120. st1_2.Text = "Press L to enable esp loop"
  121. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  122. st1_2.TextScaled = true
  123. st1_2.TextSize = 14
  124. st1_2.TextWrapped = true
  125.  
  126. st1_3.Name = "st1"
  127. st1_3.Parent = Main
  128. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  129. st1_3.BackgroundTransparency = 1
  130. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  131. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  132. st1_3.Font = Enum.Font.ArialBold
  133. st1_3.Text = "Press O to change team based mode"
  134. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  135. st1_3.TextScaled = true
  136. st1_3.TextSize = 14
  137. st1_3.TextWrapped = true
  138. local teambasedstatus = st1_3:Clone()
  139. teambasedstatus.Parent = st1_3
  140. teambasedstatus.TextScaled = true
  141. teambasedstatus.Position = UDim2.new(0, 0,0.694, 0)
  142. teambasedstatus.Text = tostring(TeamBased)
  143.  
  144. Name.Name = "Name"
  145. Name.Parent = Move
  146. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  147. Name.BackgroundTransparency = 1
  148. Name.Size = UDim2.new(0.838, 0, 0.980000019, 0)
  149. Name.Font = Enum.Font.Arial
  150. Name.Text = "FPS gui v1.0"
  151. Name.TextColor3 = Color3.new(0, 0, 0)
  152. Name.TextScaled = true
  153. Name.TextSize = 14
  154. Name.TextWrapped = true
  155. Name.TextXAlignment = Enum.TextXAlignment.Left
  156. -- Scripts:
  157.  
  158.  
  159. local plrsforaim = {}
  160.  
  161. local lplr = game:GetService("Players").LocalPlayer
  162. Move.Draggable = true
  163. Gui.ResetOnSpawn = false
  164. Gui.Name = "Chat"
  165. Gui.DisplayOrder = 999
  166.  
  167. Gui.Parent = plrs.LocalPlayer.PlayerGui
  168.  
  169.  
  170. f = {}
  171. local espforlder
  172.  
  173. f.addesp = function()
  174. --print("ESP ran")
  175. if espforlder then
  176. else
  177. espforlder = Instance.new("Folder")
  178. espforlder.Parent = game.Workspace.CurrentCamera
  179. end
  180. for i, v in pairs(espforlder:GetChildren()) do
  181. v:Destroy()
  182. end
  183. for _, plr in pairs(plrs:GetChildren()) do
  184. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  185. if TeamBased == true then
  186. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  187. local e = espforlder:FindFirstChild(plr.Name)
  188. if not e then
  189. --print("Added esp for team based")
  190. local bill = Instance.new("BillboardGui", espforlder)
  191. bill.Name = plr.Name
  192. bill.AlwaysOnTop = true
  193. bill.Size = UDim2.new(1,0,1,0)
  194. bill.Adornee = plr.Character.Head
  195. local Frame = Instance.new('Frame',bill)
  196. Frame.Active = true
  197. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  198. Frame.BackgroundTransparency = 0
  199. Frame.BorderSizePixel = 0
  200. Frame.AnchorPoint = Vector2.new(.5, .5)
  201. Frame.Position = UDim2.new (0.5,0,0.5,0)
  202. Frame.Size = UDim2.new (1,0,1,0)
  203. Frame.Rotation = 0
  204. plr.Character.Humanoid.Died:Connect(function()
  205. bill:Destroy()
  206. end)
  207. end
  208. end
  209. else
  210. local e = espforlder:FindFirstChild(plr.Name)
  211. if not e then
  212. --print("Added esp")
  213. local bill = Instance.new("BillboardGui", espforlder)
  214. bill.Name = plr.Name
  215. bill.AlwaysOnTop = true
  216. bill.Size = UDim2.new(1,0,1,0)
  217. bill.Adornee = plr.Character.Head
  218. local Frame = Instance.new('Frame',bill)
  219. Frame.Active = true
  220. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  221. Frame.BackgroundTransparency = 0
  222. Frame.BorderSizePixel = 0
  223. Frame.AnchorPoint = Vector2.new(.5, .5)
  224. Frame.Position = UDim2.new (0.5,0,0.5,0)
  225. Frame.Size = UDim2.new (1,0,1,0)
  226. Frame.Rotation = 0
  227. plr.Character.Humanoid.Died:Connect(function()
  228. bill:Destroy()
  229. end)
  230. end
  231. end
  232.  
  233.  
  234. end
  235. end
  236. end
  237. local cam = game.Workspace.CurrentCamera
  238.  
  239. local mouse = lplr:GetMouse()
  240. local switch = false
  241. local key = "k"
  242. local aimatpart = nil
  243. mouse.KeyDown:Connect(function(a)
  244. if a == "t" then
  245. print("worked1")
  246. f.addesp()
  247. elseif a == "u" then
  248. if raycast == true then
  249. raycast = false
  250. else
  251. raycast = true
  252. end
  253. elseif a == "l" then
  254. if autoesp == false then
  255. autoesp = true
  256. else
  257. autoesp = false
  258. end
  259. end
  260. if a == "j" then
  261. if mouse.Target then
  262. mouse.Target:Destroy()
  263. end
  264. end
  265. if a == key then
  266. if switch == false then
  267. switch = true
  268. else
  269. switch = false
  270. if aimatpart ~= nil then
  271. aimatpart = nil
  272. end
  273. end
  274. elseif a == teambasedswitch then
  275. if TeamBased == true then
  276. TeamBased = false
  277. teambasedstatus.Text = tostring(TeamBased)
  278. else
  279. TeamBased = true
  280. teambasedstatus.Text = tostring(TeamBased)
  281. end
  282. elseif a == aimkey then
  283. if not aimatpart then
  284. local maxangle = math.rad(20)
  285. for i, plr in pairs(plrs:GetChildren()) do
  286. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  287. if TeamBased == true then
  288. if plr.Team.Name ~= lplr.Team.Name then
  289. local an = checkfov(plr.Character.Head)
  290. if an < maxangle then
  291. maxangle = an
  292. aimatpart = plr.Character.Head
  293. end
  294. end
  295. else
  296. local an = checkfov(plr.Character.Head)
  297. if an < maxangle then
  298. maxangle = an
  299. aimatpart = plr.Character.Head
  300. end
  301. print(plr)
  302. end
  303. plr.Character.Humanoid.Died:Connect(function()
  304. if aimatpart.Parent == plr.Character or aimatpart == nil then
  305. aimatpart = nil
  306. end
  307. end)
  308. end
  309. end
  310. else
  311. aimatpart = nil
  312. end
  313. end
  314. end)
  315.  
  316. function getfovxyz (p0, p1, deg)
  317. local x1, y1, z1 = p0:ToOrientation()
  318. local cf = CFrame.new(p0.p, p1.p)
  319. local x2, y2, z2 = cf:ToOrientation()
  320. --local d = math.deg
  321. if deg then
  322. --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  323. else
  324. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  325. end
  326. end
  327.  
  328. function getaimbotplrs()
  329. plrsforaim = {}
  330. for i, plr in pairs(plrs:GetChildren()) do
  331. if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  332.  
  333. if TeamBased == true then
  334. if plr.Team.Name ~= lplr.Team.Name then
  335. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  336. local r = Ray.new(cf, cf.LookVector * 10000)
  337. local ign = {}
  338. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  339. if v:IsA("BasePart") then
  340. table.insert(ign , v)
  341. end
  342. end
  343. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  344. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  345. table.insert(plrsforaim, obj)
  346. end
  347. end
  348. else
  349. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  350. local r = Ray.new(cf, cf.LookVector * 10000)
  351. local ign = {}
  352. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  353. if v:IsA("BasePart") then
  354. table.insert(ign , v)
  355. end
  356. end
  357. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  358. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  359. table.insert(plrsforaim, obj)
  360. end
  361. end
  362.  
  363.  
  364. end
  365. end
  366. end
  367.  
  368. function aimat(part)
  369. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  370. end
  371. function checkfov (part)
  372. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  373. local angle = math.abs(fov.X) + math.abs(fov.Y)
  374. return angle
  375. end
  376.  
  377. game:GetService("RunService").RenderStepped:Connect(function()
  378. if aimatpart then
  379. aimat(aimatpart)
  380. if aimatpart.Parent == plrs.LocalPlayer.Character then
  381. aimatpart = nil
  382. end
  383. end
  384.  
  385.  
  386. -- if switch == true then
  387. -- local maxangle = 99999
  388. --
  389. -- --print("Loop")
  390. -- if true and raycast == false then
  391. -- for i, plr in pairs(plrs:GetChildren()) do
  392. -- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  393. -- if TeamBased then
  394. -- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
  395. -- local an = checkfov(plr.Character.Head)
  396. -- if an < maxangle then
  397. -- maxangle = an
  398. -- aimatpart = plr.Character.Head
  399. -- if an < lockangle then
  400. -- break
  401. -- end
  402. -- end
  403. -- end
  404. -- else
  405. -- local an = checkfov(plr.Character.Head)
  406. -- if an < maxangle then
  407. -- maxangle = an
  408. -- aimatpart = plr.Character.Head
  409. -- if an < lockangle then
  410. -- break
  411. -- end
  412. -- end
  413. -- end
  414. --
  415. --
  416. --
  417. --
  418. -- end
  419. -- end
  420. -- elseif raycast == true then
  421. --
  422. -- end
  423.  
  424. if raycast == true and switch == false and not aimatpart then
  425. getaimbotplrs()
  426. aimatpart = nil
  427. local maxangle = 999
  428. for i, v in ipairs(plrsforaim) do
  429. if v.Parent ~= lplr.Character then
  430. local an = checkfov(v)
  431. if an < maxangle and v ~= lplr.Character.Head then
  432. maxangle = an
  433. aimatpart = v
  434. print(v:GetFullName())
  435. v.Parent.Humanoid.Died:connect(function()
  436. aimatpart = nil
  437. end)
  438. end
  439. end
  440. end
  441.  
  442. end
  443. end)
  444. delay(0, function()
  445. while wait(espupdatetime) do
  446. if autoesp == true then
  447. pcall(function()
  448. f.addesp()
  449. end)
  450. end
  451. end
  452. end)
  453. warn("loaded")
  454. end)
  455.  
  456. FleeTheFacility.Name = "FleeTheFacility"
  457. FleeTheFacility.Parent = MainFrame
  458. FleeTheFacility.BackgroundColor3 = Color3.new(1, 1, 1)
  459. FleeTheFacility.Position = UDim2.new(0.0864197537, 0, 0.761538446, 0)
  460. FleeTheFacility.Size = UDim2.new(0, 200, 0, 50)
  461. FleeTheFacility.Font = Enum.Font.SourceSans
  462. FleeTheFacility.Text = "FleeTheFacility"
  463. FleeTheFacility.TextColor3 = Color3.new(0, 0, 0)
  464. FleeTheFacility.TextSize = 14
  465.  
  466. FleeTheFacility.MouseButton1Down:Connect(function()
  467. local FleeTheFacilityGUI = Instance.new("ScreenGui")
  468. local MainFrame = Instance.new("Frame")
  469. local PlayersToggleButton = Instance.new("TextButton")
  470. local ComputersToggleButton = Instance.new("TextButton")
  471. local PodsToggleButton = Instance.new("TextButton")
  472. local ExitDoorsToggleButton = Instance.new("TextButton")
  473. local DoorsToggleButton = Instance.new("TextButton")
  474. local AirVentsToggleButton = Instance.new("TextButton")
  475. local ReloadESP = Instance.new("TextButton")
  476. local HackingFailToggle = Instance.new("TextButton")
  477.  
  478. FleeTheFacilityGUI.Name = "FleeTheFacilityGUI"
  479. FleeTheFacilityGUI.Parent = game.CoreGui
  480.  
  481. MainFrame.Name = "MainFrame"
  482. MainFrame.Parent = FleeTheFacilityGUI
  483. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  484. MainFrame.BackgroundTransparency = 0.60000002384186
  485. MainFrame.BorderSizePixel = 0
  486. MainFrame.Position = UDim2.new(0.800000012, 0, 0.75, 0)
  487. MainFrame.Size = UDim2.new(0.200000003, 0, 0.25, 0)
  488.  
  489. PlayersToggleButton.Name = "PlayersToggleButton"
  490. PlayersToggleButton.Parent = MainFrame
  491. PlayersToggleButton.BackgroundColor3 = Color3.new(0, 0, 0)
  492. PlayersToggleButton.BorderColor3 = Color3.new(1, 1, 1)
  493. PlayersToggleButton.BorderSizePixel = 2
  494. PlayersToggleButton.Position = UDim2.new(0.0500000007, 0, 0.0500000007, 0)
  495. PlayersToggleButton.Size = UDim2.new(0.899999976, 0, 0.0799999982, 0)
  496. PlayersToggleButton.Font = Enum.Font.SourceSansBold
  497. PlayersToggleButton.FontSize = Enum.FontSize.Size24
  498. PlayersToggleButton.Text = "Players: OFF"
  499. PlayersToggleButton.TextColor3 = Color3.new(1, 0, 0)
  500. PlayersToggleButton.TextScaled = true
  501. PlayersToggleButton.TextSize = 24
  502. PlayersToggleButton.TextWrapped = true
  503.  
  504. ComputersToggleButton.Name = "ComputersToggleButton"
  505. ComputersToggleButton.Parent = MainFrame
  506. ComputersToggleButton.BackgroundColor3 = Color3.new(0, 0, 0)
  507. ComputersToggleButton.BorderColor3 = Color3.new(1, 1, 1)
  508. ComputersToggleButton.BorderSizePixel = 2
  509. ComputersToggleButton.Position = UDim2.new(0.0500000007, 0, 0.150000006, 0)
  510. ComputersToggleButton.Size = UDim2.new(0.899999976, 0, 0.0799999982, 0)
  511. ComputersToggleButton.Font = Enum.Font.SourceSansBold
  512. ComputersToggleButton.FontSize = Enum.FontSize.Size24
  513. ComputersToggleButton.Text = "Computers: OFF"
  514. ComputersToggleButton.TextColor3 = Color3.new(1, 0, 0)
  515. ComputersToggleButton.TextScaled = true
  516. ComputersToggleButton.TextSize = 24
  517. ComputersToggleButton.TextWrapped = true
  518.  
  519. PodsToggleButton.Name = "PodsToggleButton"
  520. PodsToggleButton.Parent = MainFrame
  521. PodsToggleButton.BackgroundColor3 = Color3.new(0, 0, 0)
  522. PodsToggleButton.BorderColor3 = Color3.new(1, 1, 1)
  523. PodsToggleButton.BorderSizePixel = 2
  524. PodsToggleButton.Position = UDim2.new(0.0500000007, 0, 0.25, 0)
  525. PodsToggleButton.Size = UDim2.new(0.899999976, 0, 0.0799999982, 0)
  526. PodsToggleButton.Font = Enum.Font.SourceSansBold
  527. PodsToggleButton.FontSize = Enum.FontSize.Size24
  528. PodsToggleButton.Text = "Freeze Pods: OFF"
  529. PodsToggleButton.TextColor3 = Color3.new(1, 0, 0)
  530. PodsToggleButton.TextScaled = true
  531. PodsToggleButton.TextSize = 24
  532. PodsToggleButton.TextWrapped = true
  533.  
  534. ExitDoorsToggleButton.Name = "ExitDoorsToggleButton"
  535. ExitDoorsToggleButton.Parent = MainFrame
  536. ExitDoorsToggleButton.BackgroundColor3 = Color3.new(0, 0, 0)
  537. ExitDoorsToggleButton.BorderColor3 = Color3.new(1, 1, 1)
  538. ExitDoorsToggleButton.BorderSizePixel = 2
  539. ExitDoorsToggleButton.Position = UDim2.new(0.0500000007, 0, 0.349999994, 0)
  540. ExitDoorsToggleButton.Size = UDim2.new(0.899999976, 0, 0.0799999982, 0)
  541. ExitDoorsToggleButton.Font = Enum.Font.SourceSansBold
  542. ExitDoorsToggleButton.FontSize = Enum.FontSize.Size24
  543. ExitDoorsToggleButton.Text = "Exit Doors: OFF"
  544. ExitDoorsToggleButton.TextColor3 = Color3.new(1, 0, 0)
  545. ExitDoorsToggleButton.TextScaled = true
  546. ExitDoorsToggleButton.TextSize = 24
  547. ExitDoorsToggleButton.TextWrapped = true
  548.  
  549. DoorsToggleButton.Name = "DoorsToggleButton"
  550. DoorsToggleButton.Parent = MainFrame
  551. DoorsToggleButton.BackgroundColor3 = Color3.new(0, 0, 0)
  552. DoorsToggleButton.BorderColor3 = Color3.new(1, 1, 1)
  553. DoorsToggleButton.BorderSizePixel = 2
  554. DoorsToggleButton.Position = UDim2.new(0.0500000007, 0, 0.449999988, 0)
  555. DoorsToggleButton.Size = UDim2.new(0.899999976, 0, 0.0799999982, 0)
  556. DoorsToggleButton.Font = Enum.Font.SourceSansBold
  557. DoorsToggleButton.FontSize = Enum.FontSize.Size24
  558. DoorsToggleButton.Text = "Doors: OFF"
  559. DoorsToggleButton.TextColor3 = Color3.new(1, 0, 0)
  560. DoorsToggleButton.TextScaled = true
  561. DoorsToggleButton.TextSize = 24
  562. DoorsToggleButton.TextWrapped = true
  563.  
  564. AirVentsToggleButton.Name = "AirVentsToggleButton"
  565. AirVentsToggleButton.Parent = MainFrame
  566. AirVentsToggleButton.BackgroundColor3 = Color3.new(0, 0, 0)
  567. AirVentsToggleButton.BorderColor3 = Color3.new(1, 1, 1)
  568. AirVentsToggleButton.BorderSizePixel = 2
  569. AirVentsToggleButton.Position = UDim2.new(0.0500000007, 0, 0.550000012, 0)
  570. AirVentsToggleButton.Size = UDim2.new(0.899999976, 0, 0.0799999982, 0)
  571. AirVentsToggleButton.Font = Enum.Font.SourceSansBold
  572. AirVentsToggleButton.FontSize = Enum.FontSize.Size24
  573. AirVentsToggleButton.Text = "Air Vents: OFF"
  574. AirVentsToggleButton.TextColor3 = Color3.new(1, 0, 0)
  575. AirVentsToggleButton.TextScaled = true
  576. AirVentsToggleButton.TextSize = 24
  577. AirVentsToggleButton.TextWrapped = true
  578.  
  579. ReloadESP.Name = "ReloadESP"
  580. ReloadESP.Parent = MainFrame
  581. ReloadESP.BackgroundColor3 = Color3.new(0, 0, 0)
  582. ReloadESP.BorderColor3 = Color3.new(1, 1, 1)
  583. ReloadESP.BorderSizePixel = 2
  584. ReloadESP.Position = UDim2.new(0.0500000007, 0, 0.699999988, 0)
  585. ReloadESP.Size = UDim2.new(0.899999976, 0, 0.0799999982, 0)
  586. ReloadESP.Font = Enum.Font.SourceSansBold
  587. ReloadESP.FontSize = Enum.FontSize.Size36
  588. ReloadESP.Text = "ESP"
  589. ReloadESP.TextColor3 = Color3.new(0, 0.447059, 0.454902)
  590. ReloadESP.TextScaled = true
  591. ReloadESP.TextSize = 34
  592. ReloadESP.TextWrapped = true
  593.  
  594. HackingFailToggle.Name = "HackingFailToggle"
  595. HackingFailToggle.Parent = MainFrame
  596. HackingFailToggle.BackgroundColor3 = Color3.new(0, 0, 0)
  597. HackingFailToggle.BorderColor3 = Color3.new(1, 1, 1)
  598. HackingFailToggle.BorderSizePixel = 2
  599. HackingFailToggle.Position = UDim2.new(0.0500000007, 0, 0.850000024, 0)
  600. HackingFailToggle.Size = UDim2.new(0.899999976, 0, 0.0799999982, 0)
  601. HackingFailToggle.Font = Enum.Font.SourceSansBold
  602. HackingFailToggle.FontSize = Enum.FontSize.Size24
  603. HackingFailToggle.Text = "Never fail hacking: OFF"
  604. HackingFailToggle.TextColor3 = Color3.new(1, 0, 0)
  605. HackingFailToggle.TextScaled = true
  606. HackingFailToggle.TextSize = 24
  607. HackingFailToggle.TextWrapped = true
  608.  
  609. players = false
  610. computers = false
  611. pods = false
  612. exitdoors = false
  613. doors = false
  614. vents = false
  615.  
  616. neverfailhack = false
  617.  
  618. --------------------------------------------------
  619. PlayersToggleButton.MouseButton1Down:connect(function()
  620. if players == false then
  621. players = true
  622. PlayersToggleButton.Text = "Players: ON"
  623. PlayersToggleButton.TextColor3 = Color3.fromRGB(0,255,0)
  624. else
  625. players = false
  626. PlayersToggleButton.Text = "Players: OFF"
  627. PlayersToggleButton.TextColor3 = Color3.fromRGB(255,0,0)
  628. end
  629. end)
  630.  
  631. ComputersToggleButton.MouseButton1Down:connect(function()
  632. if computers == false then
  633. computers = true
  634. ComputersToggleButton.Text = "Computers: ON"
  635. ComputersToggleButton.TextColor3 = Color3.fromRGB(0,255,0)
  636. else
  637. computers = false
  638. ComputersToggleButton.Text = "Computers: OFF"
  639. ComputersToggleButton.TextColor3 = Color3.fromRGB(255,0,0)
  640. end
  641. end)
  642.  
  643. PodsToggleButton.MouseButton1Down:connect(function()
  644. if pods == false then
  645. pods = true
  646. PodsToggleButton.Text = "Freeze Pods: ON"
  647. PodsToggleButton.TextColor3 = Color3.fromRGB(0,255,0)
  648. else
  649. pods = false
  650. PodsToggleButton.Text = "Freeze Pods: OFF"
  651. PodsToggleButton.TextColor3 = Color3.fromRGB(255,0,0)
  652. end
  653. end)
  654.  
  655. ExitDoorsToggleButton.MouseButton1Down:connect(function()
  656. if exitdoors == false then
  657. exitdoors = true
  658. ExitDoorsToggleButton.Text = "Exit Doors: ON"
  659. ExitDoorsToggleButton.TextColor3 = Color3.fromRGB(0,255,0)
  660. else
  661. exitdoors = false
  662. ExitDoorsToggleButton.Text = "Exit Doors: OFF"
  663. ExitDoorsToggleButton.TextColor3 = Color3.fromRGB(255,0,0)
  664. end
  665. end)
  666.  
  667. DoorsToggleButton.MouseButton1Down:connect(function()
  668. if doors == false then
  669. doors = true
  670. DoorsToggleButton.Text = "Doors: ON"
  671. DoorsToggleButton.TextColor3 = Color3.fromRGB(0,255,0)
  672. else
  673. doors = false
  674. DoorsToggleButton.Text = "Doors: OFF"
  675. DoorsToggleButton.TextColor3 = Color3.fromRGB(255,0,0)
  676. end
  677. end)
  678.  
  679. AirVentsToggleButton.MouseButton1Down:connect(function()
  680. if vents == false then
  681. vents = true
  682. AirVentsToggleButton.Text = "Air Vents: ON"
  683. AirVentsToggleButton.TextColor3 = Color3.fromRGB(0,255,0)
  684. else
  685. vents = false
  686. AirVentsToggleButton.Text = "Air Vents: OFF"
  687. AirVentsToggleButton.TextColor3 = Color3.fromRGB(255,0,0)
  688. end
  689. end)
  690.  
  691. HackingFailToggle.MouseButton1Down:connect(function()
  692. if neverfailhack == false then
  693. neverfailhack = true
  694. HackingFailToggle.Text = "Never fail hacking: ON"
  695. HackingFailToggle.TextColor3 = Color3.fromRGB(0,255,0)
  696. else
  697. neverfailhack = false
  698. HackingFailToggle.Text = "Never fail hacking: OFF"
  699. HackingFailToggle.TextColor3 = Color3.fromRGB(255,0,0)
  700. end
  701. end)
  702.  
  703. ReloadESP.MouseButton1Down:connect(function()
  704. game.Lighting.FogEnd = 10000000
  705.  
  706. if workspace:findFirstChild("ESP") then
  707. workspace.ESP:remove()
  708. end
  709.  
  710. if workspace:findFirstChild("ESPComputer") then
  711. workspace.ESPComputer:remove()
  712. end
  713.  
  714. if workspace:findFirstChild("ESPPod") then
  715. workspace.ESPPod:remove()
  716. end
  717.  
  718. if workspace:findFirstChild("ESPExitDoor") then
  719. workspace.ESPExitDoor:remove()
  720. end
  721.  
  722. if workspace:findFirstChild("ESPDoors") then
  723. workspace.ESPDoors:remove()
  724. end
  725.  
  726. if workspace:findFirstChild("ESPVents") then
  727. workspace.ESPVents:remove()
  728. end
  729.  
  730.  
  731. function GetSizeOfObject(Obj)
  732. if Obj:IsA("BasePart") then
  733. return Obj.Size
  734. elseif Obj:IsA("Model") then
  735. return Obj:GetExtentsSize()
  736. end
  737. end
  738.  
  739. local ESP = Instance.new("Folder",workspace)
  740. ESP.Name = "ESP"
  741.  
  742.  
  743.  
  744. function CreateESPPart(BodyPart,r,g,b)
  745. local ESPPartparent = BodyPart
  746. local Box = Instance.new("BoxHandleAdornment")
  747. Box.Size = GetSizeOfObject(ESPPartparent) + Vector3.new(0.1, 0.1, 0.1)
  748. Box.Name = "ESPPart"
  749. Box.Adornee = ESPPartparent
  750. Box.Color3 = Color3.fromRGB(r,g,b)
  751. Box.AlwaysOnTop = true
  752. Box.ZIndex = 5
  753. Box.Transparency = 0.4
  754. Box.Parent = ESP
  755. if BodyPart.Parent.Name == game.Players.LocalPlayer.Name then
  756. Box:remove()
  757. spawn (function()
  758. while true do
  759. wait(0.1)
  760. if BodyPart ~= nil then
  761. Box:remove()
  762. end
  763. end
  764. end)
  765. end
  766. end
  767.  
  768.  
  769. local player = game.Players:GetChildren()
  770. for i =1, #player do
  771. local bodyparts = player[i].Character:GetChildren()
  772. for i =1, #bodyparts do
  773. if bodyparts[i].ClassName == "Part" then
  774. if bodyparts[i].Parent:findFirstChild("BeastPowers") then
  775. CreateESPPart(bodyparts[i],255,0,0)
  776. else
  777. CreateESPPart(bodyparts[i],170,170,255)
  778. end
  779. end
  780. end
  781. end
  782.  
  783.  
  784. local ESPPC = Instance.new("Folder",workspace)
  785. ESPPC.Name = "ESPComputer"
  786.  
  787. local ESPPod = Instance.new("Folder",workspace)
  788. ESPPod.Name = "ESPPod"
  789.  
  790. local ESPExitDoor = Instance.new("Folder",workspace)
  791. ESPExitDoor.Name = "ESPExitDoor"
  792.  
  793. local ESPDoors = Instance.new("Folder",workspace)
  794. ESPDoors.Name = "ESPDoors"
  795.  
  796. local ESPVents = Instance.new("Folder",workspace)
  797. ESPVents.Name = "ESPVents"
  798.  
  799.  
  800. local map = workspace:findFirstChild(tostring(game.ReplicatedStorage.CurrentMap.Value))
  801. local children = map:GetChildren()
  802. for i =1, #children do
  803. if children[i].Name == "ComputerTable" then
  804. local Box = Instance.new("BoxHandleAdornment")
  805. Box.Size = GetSizeOfObject(children[i].Screen) + Vector3.new(-0.5, -0.5, -0.5)
  806. Box.Name = "ESPPart"
  807. Box.Adornee = children[i].Screen
  808. spawn (function()
  809. while true do
  810. wait(0.1)
  811. Box.Color3 = children[i].Screen.Color
  812. end
  813. end)
  814. Box.AlwaysOnTop = true
  815. Box.ZIndex = 5
  816. Box.Transparency = 0.4
  817. Box.Parent = ESPPC
  818. end
  819. if children[i].Name == "FreezePod" then
  820. local Box = Instance.new("BoxHandleAdornment")
  821. Box.Size = GetSizeOfObject(children[i].BasePart) + Vector3.new(0.1, 5, 0.1)
  822. Box.Name = "ESPPart"
  823. Box.Adornee = children[i].BasePart
  824. Box.Color3 = Color3.fromRGB(0,0,255)
  825. Box.AlwaysOnTop = true
  826. Box.ZIndex = 5
  827. Box.Transparency = 0.8
  828. Box.Parent = ESPPod
  829. end
  830. if children[i].Name == "ExitDoor" then
  831. local Box = Instance.new("BoxHandleAdornment")
  832. Box.Size = GetSizeOfObject(children[i].ExitDoorTrigger) + Vector3.new(-1, 5, -1)
  833. Box.Name = "ESPPart"
  834. Box.Adornee = children[i].ExitDoorTrigger
  835. Box.Color3 = Color3.fromRGB(255,255,0)
  836. Box.AlwaysOnTop = true
  837. Box.ZIndex = 5
  838. Box.Transparency = 0.8
  839. Box.Parent = ESPExitDoor
  840. end
  841. if children[i].Name == "SingleDoor" then
  842. local Box = Instance.new("BoxHandleAdornment")
  843. if children[i].Door:findFirstChild("DoorBoard") then
  844. Box.Size = GetSizeOfObject(children[i].Door.DoorBoard) + Vector3.new(0.1, 0.1, 0.1)
  845. Box.Name = "ESPPart"
  846. Box.Adornee = children[i].Door.DoorBoard
  847. Box.Color3 = Color3.fromRGB(204,142,105)
  848. Box.AlwaysOnTop = true
  849. Box.ZIndex = 5
  850. Box.Transparency = 0.8
  851. Box.Parent = ESPDoors
  852. end
  853. end
  854. if children[i].Name == "DoubleDoor" then
  855. local Box = Instance.new("BoxHandleAdornment")
  856. if children[i].DoorL:findFirstChild("DoorBoard") then
  857. Box.Size = GetSizeOfObject(children[i].DoorL.DoorBoard) + Vector3.new(0.1, 0.1, 0.1)
  858. Box.Name = "ESPPart"
  859. Box.Adornee = children[i].DoorL.DoorBoard
  860. Box.Color3 = Color3.fromRGB(204,142,105)
  861. Box.AlwaysOnTop = true
  862. Box.ZIndex = 5
  863. Box.Transparency = 0.8
  864. Box.Parent = ESPDoors
  865. end
  866. end
  867. if children[i].Name == "DoubleDoor" then
  868. local Box = Instance.new("BoxHandleAdornment")
  869. if children[i].DoorR:findFirstChild("DoorBoard") then
  870. Box.Size = GetSizeOfObject(children[i].DoorR.DoorBoard) + Vector3.new(0.1, 0.1, 0.1)
  871. Box.Name = "ESPPart"
  872. Box.Adornee = children[i].DoorR.DoorBoard
  873. Box.Color3 = Color3.fromRGB(204,142,105)
  874. Box.AlwaysOnTop = true
  875. Box.ZIndex = 5
  876. Box.Transparency = 0.8
  877. Box.Parent = ESPDoors
  878. end
  879. end
  880. if children[i].Name == "SingleDoor" then
  881. local Box = Instance.new("BoxHandleAdornment")
  882. if children[i].Door:findFirstChild("DoorBoard") == false then
  883. Box.Size = GetSizeOfObject(children[i].Door.Part) + Vector3.new(0.1, 0.1, 0.1)
  884. Box.Name = "ESPPart"
  885. Box.Adornee = children[i].Door.Part
  886. Box.Color3 = Color3.fromRGB(204,142,105)
  887. Box.AlwaysOnTop = true
  888. Box.ZIndex = 5
  889. Box.Transparency = 0.8
  890. Box.Parent = ESPDoors
  891. end
  892. end
  893. if children[i].Name == "DoubleDoor" then
  894. local Box = Instance.new("BoxHandleAdornment")
  895. if children[i].DoorR:findFirstChild("DoorBoard") == false then
  896. Box.Size = GetSizeOfObject(children[i].DoorL.Part) + Vector3.new(0.1, 0.1, 0.1)
  897. Box.Name = "ESPPart"
  898. Box.Adornee = children[i].DoorL.Part
  899. Box.Color3 = Color3.fromRGB(204,142,105)
  900. Box.AlwaysOnTop = true
  901. Box.ZIndex = 5
  902. Box.Transparency = 0.8
  903. Box.Parent = ESPDoors
  904. end
  905. end
  906. if children[i].Name == "DoubleDoor" then
  907. local Box = Instance.new("BoxHandleAdornment")
  908. if children[i].DoorR:findFirstChild("DoorBoard") == false then
  909. Box.Size = GetSizeOfObject(children[i].DoorR.Part) + Vector3.new(0.1, 0.1, 0.1)
  910. Box.Name = "ESPPart"
  911. Box.Adornee = children[i].DoorR.Part
  912. Box.Color3 = Color3.fromRGB(204,142,105)
  913. Box.AlwaysOnTop = true
  914. Box.ZIndex = 5
  915. Box.Transparency = 0.8
  916. Box.Parent = ESPDoors
  917. end
  918. end
  919.  
  920. if children[i].Name == "AirVent" then
  921. local Box = Instance.new("BoxHandleAdornment")
  922. Box.Size = GetSizeOfObject(children[i].Part) + Vector3.new(4, 0.1, 4)
  923. Box.Name = "ESPPart"
  924. Box.Adornee = children[i].Part
  925. Box.Color3 = Color3.fromRGB(100,100,100)
  926. Box.AlwaysOnTop = true
  927. Box.ZIndex = 5
  928. Box.Transparency = 0.8
  929. Box.Parent = ESPVents
  930. end
  931. end
  932.  
  933. if players == false then
  934. workspace.ESP:remove()
  935. end
  936.  
  937. if computers == false then
  938. workspace.ESPComputer:remove()
  939. end
  940.  
  941. if pods == false then
  942. workspace.ESPPod:remove()
  943. end
  944.  
  945. if exitdoors == false then
  946. workspace.ESPExitDoor:remove()
  947. end
  948.  
  949. if doors == false then
  950. workspace.ESPDoors:remove()
  951. end
  952.  
  953. if vents == false then
  954. workspace.ESPVents:remove()
  955. end
  956. end)
  957.  
  958. spawn (function()
  959. while true do
  960. wait()
  961. if neverfailhack == true then
  962. game.ReplicatedStorage.RemoteEvent:FireServer("SetPlayerMinigameResult",true)
  963. end
  964. end
  965. end)
  966. end)
  967.  
  968. MadCity.Name = "MadCity"
  969. MadCity.Parent = MainFrame
  970. MadCity.BackgroundColor3 = Color3.new(1, 1, 1)
  971. MadCity.Position = UDim2.new(0.0864197537, 0, 0.556410253, 0)
  972. MadCity.Size = UDim2.new(0, 200, 0, 50)
  973. MadCity.Font = Enum.Font.SourceSans
  974. MadCity.Text = "Mad City GUI"
  975. MadCity.TextColor3 = Color3.new(0, 0, 0)
  976. MadCity.TextSize = 14
  977.  
  978. MadCity.MouseButton1Down:Connect(function()
  979. local l__l=Instance.new("ScreenGui")
  980. local __l_l=Instance.new("Frame")local _l_l_l=Instance.new("TextLabel")
  981. local __I_l_l=Instance.new("TextLabel")local I_l_l=Instance.new("TextLabel")
  982. local l_l_l=Instance.new("Frame")local ___I_l=Instance.new("TextButton")
  983. local _l__I_l=Instance.new("TextButton")local __I__I_l=Instance.new("TextLabel")
  984. local I__I_l=Instance.new("TextButton")local l__I_l=Instance.new("TextButton")
  985. local _I_l=Instance.new("TextButton")local _lI_l=Instance.new("TextButton")
  986. local __II_l=Instance.new("Frame")local II_l=Instance.new("TextButton")
  987. local lI_l=Instance.new("TextButton")local _ll_l=Instance.new("TextButton")
  988. local __Il_l=Instance.new("TextLabel")local Il_l=Instance.new("TextButton")
  989. local ll_l=Instance.new("Frame")local ____I=Instance.new("TextLabel")
  990. local _l___I=Instance.new("TextLabel")local __I___I=Instance.new("TextLabel")
  991. local I___I=Instance.new("TextLabel")local l___I=Instance.new("TextButton")
  992. local __l__I=Instance.new("Frame")local _l_l__I=Instance.new("TextButton")
  993. l__l.Parent=game.StarterGui;l__l.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
  994. l__l.Parent=game.CoreGui;__l_l.Parent=l__l
  995. __l_l.BackgroundColor3=Color3.new(0.207843,0.207843,0.207843)__l_l.Position=UDim2.new(0.19674556,0,0.233136088,0)
  996. __l_l.Size=UDim2.new(0,771,0,487)__l_l.Visible=false;_l_l_l.Name="Title"_l_l_l.Parent=__l_l
  997. _l_l_l.BackgroundColor3=Color3.new(1,1,1)_l_l_l.BackgroundTransparency=1
  998. _l_l_l.Position=UDim2.new(0.312581062,0,0.0533880889,0)_l_l_l.Size=UDim2.new(0,139,0,50)
  999. _l_l_l.Font=Enum.Font.Gotham;_l_l_l.Text="Mad"_l_l_l.TextColor3=Color3.new(0,0,0)
  1000. _l_l_l.TextSize=65;__I_l_l.Name="Title2"__I_l_l.Parent=__l_l
  1001. __I_l_l.BackgroundColor3=Color3.new(1,1,1)__I_l_l.BackgroundTransparency=1
  1002. __I_l_l.Position=UDim2.new(0.487678319,0,0.0533880889,0)__I_l_l.Size=UDim2.new(0,153,0,50)
  1003. __I_l_l.Font=Enum.Font.Gotham;__I_l_l.Text="City"__I_l_l.TextColor3=Color3.new(0,0,0)
  1004. __I_l_l.TextSize=65;_l__I_l.Name="Money"_l__I_l.Parent=__II_l
  1005. _l__I_l.BackgroundColor3=Color3.new(1,1,1)_l__I_l.BackgroundTransparency=0.44999998807907
  1006. _l__I_l.Position=UDim2.new(0.367170632,0,0.475285172,0)_l__I_l.Size=UDim2.new(0,122,0,50)
  1007. _l__I_l.Font=Enum.Font.Garamond;_l__I_l.Text="CollectMoney"
  1008. _l__I_l.TextColor3=Color3.new(0,0,0)_l__I_l.TextSize=14
  1009. _l__I_l.MouseButton1Click:Connect(function()
  1010. local __I_l__I=game:GetService("Workspace")local I_l__I=__I_l__I:WaitForChild("ObjectSelection")
  1011. for l_l__I,___I__I in
  1012. pairs(I_l__I:GetChildren())do
  1013. if ___I__I.Name=="CashRegister"then
  1014. if ___I__I:FindFirstChild("SmashCash")then
  1015. local _l__I__I=___I__I.SmashCash.SmashCash.Event;_l__I__I:FireServer()end end;if ___I__I.Name=="ATM"then
  1016. if ___I__I:FindFirstChild("ATM")then
  1017. local _l__I__I=___I__I.ATM.ATM.Event;_l__I__I:FireServer()end end;if ___I__I.Name==
  1018. "Cash"then
  1019. if ___I__I:FindFirstChild("Cash")then
  1020. local _l__I__I=___I__I.Cash.Cash.Event;_l__I__I:FireServer()end end
  1021. if
  1022. ___I__I.Name=="DiamondBox"then
  1023. if ___I__I:FindFirstChild("SmashCash")then
  1024. local _l__I__I=___I__I.SmashCash.SmashCash.Event;_l__I__I:FireServer()end end;if ___I__I.Name=="Safe"then
  1025. if ___I__I:FindFirstChild("SmashCash")then
  1026. local _l__I__I=___I__I.SmashCash.SmashCash.Event;_l__I__I:FireServer()end end
  1027. if
  1028. ___I__I.Name=="SlotMachine"then
  1029. if ___I__I:FindFirstChild("SlotMachine")then
  1030. local _l__I__I=___I__I.SlotMachine.SlotMachine.Event;_l__I__I:FireServer()end end end end)I_l_l.Name="Title2"I_l_l.Parent=__l_l
  1031. I_l_l.BackgroundColor3=Color3.new(1,1,1)I_l_l.BackgroundTransparency=1
  1032. I_l_l.Position=UDim2.new(0.387808025,0,0.178644761,0)I_l_l.Size=UDim2.new(0,153,0,50)
  1033. I_l_l.Font=Enum.Font.Gotham;I_l_l.Text="GUI"
  1034. I_l_l.TextColor3=Color3.new(0.364706,0.364706,0.364706)I_l_l.TextSize=75;l_l_l.Name="Guis"l_l_l.Parent=__l_l
  1035. l_l_l.BackgroundColor3=Color3.new(0.133333,0.133333,0.133333)
  1036. l_l_l.Position=UDim2.new(0.0285343714,0,0.0533880889,0)l_l_l.Size=UDim2.new(0,204,0,433)_I_l.Name="MadFucker"
  1037. _I_l.Parent=l_l_l
  1038. _I_l.BackgroundColor3=Color3.new(0.403922,0.0862745,0.0862745)_I_l.BackgroundTransparency=0.44999998807907
  1039. _I_l.Position=UDim2.new(0.0931372568,0,0.180138573,0)_I_l.Size=UDim2.new(0,166,0,50)
  1040. _I_l.Font=Enum.Font.Garamond;_I_l.Text="MadFucker"_I_l.TextColor3=Color3.new(0,0,0)
  1041. _I_l.TextSize=30
  1042. _I_l.MouseButton1Click:Connect(function()
  1043. loadstring(game:HttpGet("https://pastebin.com/raw/kaKBQM8m"))()end)__I__I_l.Name="GuiTitle"__I__I_l.Parent=l_l_l
  1044. __I__I_l.BackgroundColor3=Color3.new(1,1,1)__I__I_l.BackgroundTransparency=1
  1045. __I__I_l.Size=UDim2.new(0,200,0,50)__I__I_l.Font=Enum.Font.SourceSans;__I__I_l.Text="Guis:"
  1046. __I__I_l.TextColor3=Color3.new(0,0,0)__I__I_l.TextSize=35;I__I_l.Name="RevizAdmin"I__I_l.Parent=l_l_l
  1047. I__I_l.BackgroundColor3=Color3.new(0.403922,0.0862745,0.0862745)I__I_l.BackgroundTransparency=0.44999998807907
  1048. I__I_l.Position=UDim2.new(0.0931372568,0,0.334872991,0)I__I_l.Size=UDim2.new(0,166,0,50)
  1049. I__I_l.Font=Enum.Font.Garamond;I__I_l.Text="RevizAdmin"I__I_l.TextColor3=Color3.new(0,0,0)
  1050. I__I_l.TextSize=30
  1051. I__I_l.MouseButton1Click:Connect(function()
  1052. loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7"))()end)l__I_l.Name="OPFinality"l__I_l.Parent=l_l_l
  1053. l__I_l.BackgroundColor3=Color3.new(0.403922,0.0862745,0.0862745)l__I_l.BackgroundTransparency=0.44999998807907
  1054. l__I_l.Position=UDim2.new(0.0931372568,0,0.484988481,0)l__I_l.Size=UDim2.new(0,166,0,50)
  1055. l__I_l.Font=Enum.Font.Garamond;l__I_l.Text="OPFinality"l__I_l.TextColor3=Color3.new(0,0,0)
  1056. l__I_l.TextSize=30
  1057. l__I_l.MouseButton1Click:Connect(function()
  1058. loadstring(game:HttpGet("https://pastebin.com/raw/9UtBscMx"))()end)_lI_l.Name="Nothing5"_lI_l.Parent=l_l_l
  1059. _lI_l.BackgroundColor3=Color3.new(0.403922,0.0862745,0.0862745)_lI_l.BackgroundTransparency=0.44999998807907
  1060. _lI_l.Position=UDim2.new(0.0833333358,0,0.796766758,0)_lI_l.Size=UDim2.new(0,166,0,50)
  1061. _lI_l.Font=Enum.Font.Garamond;_lI_l.Text="Nothing Here. . ."
  1062. _lI_l.TextColor3=Color3.new(0,0,0)_lI_l.TextSize=28;__II_l.Name="Scripts"__II_l.Parent=__l_l
  1063. __II_l.BackgroundColor3=Color3.new(0.133333,0.133333,0.133333)
  1064. __II_l.Position=UDim2.new(0.367055774,0,0.402464062,0)__II_l.Size=UDim2.new(0,463,0,263)II_l.Name="AutoArrest"
  1065. II_l.Parent=__II_l;II_l.BackgroundColor3=Color3.new(1,1,1)
  1066. II_l.BackgroundTransparency=0.44999998807907;II_l.Position=UDim2.new(0.0345572345,0,0.212927759,0)
  1067. II_l.Size=UDim2.new(0,122,0,50)II_l.Font=Enum.Font.Garamond;II_l.Text="AutoArrest"
  1068. II_l.TextColor3=Color3.new(0,0,0)II_l.TextSize=14
  1069. II_l.MouseButton1Click:Connect(function()_G.run=true
  1070. while _G.run do
  1071. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Handcuffs)
  1072. game.ReplicatedStorage.Event:FireServer("Equip",game.Players.LocalPlayer.Character,game.Players.LocalPlayer.Character.Handcuffs.Handle)
  1073. for __I_l__I,I_l__I in pairs(game.Players:GetChildren())do
  1074. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=I_l__I.Character.HumanoidRootPart.CFrame;wait(0.25)
  1075. game.ReplicatedStorage.Event:FireServer("Arrest",I_l__I)wait()
  1076. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0)end;wait(0.25)game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,
  1077. -1000,0)
  1078. game.Players.LocalPlayer.Character:BreakJoints()wait(20)end end)lI_l.Name="Walkspeed"lI_l.Parent=__II_l
  1079. lI_l.BackgroundColor3=Color3.new(1,1,1)lI_l.BackgroundTransparency=0.44999998807907
  1080. lI_l.Position=UDim2.new(0.367170602,0,0.212927759,0)lI_l.Size=UDim2.new(0,122,0,50)
  1081. lI_l.Font=Enum.Font.Garamond;lI_l.Text="Walkspeed"lI_l.TextColor3=Color3.new(0,0,0)
  1082. lI_l.TextSize=14
  1083. lI_l.MouseButton1Click:Connect(function()_G.Speed=true;local __I_l__I=255
  1084. local I_l__I=game:GetService('Players').LocalPlayer
  1085. local l_l__I=I_l__I.Character:FindFirstChildWhichIsA('Humanoid')l_l__I.WalkSpeed=__I_l__I
  1086. l_l__I.Changed:Connect(function(___I__I)if
  1087. ___I__I=='WalkSpeed'and _G.Speed then l_l__I.WalkSpeed=__I_l__I end end)end)_ll_l.Name="DisableArrest"_ll_l.Parent=__II_l
  1088. _ll_l.BackgroundColor3=Color3.new(1,1,1)_ll_l.BackgroundTransparency=0.44999998807907
  1089. _ll_l.Position=UDim2.new(0.0345572345,0,0.475285172,0)_ll_l.Size=UDim2.new(0,122,0,50)
  1090. _ll_l.Font=Enum.Font.Garamond;_ll_l.Text="Disable Auto Arrest"
  1091. _ll_l.TextColor3=Color3.new(0,0,0)_ll_l.TextSize=14
  1092. _ll_l.MouseButton1Click:Connect(function()_G.run=false end)__Il_l.Parent=__II_l
  1093. __Il_l.BackgroundColor3=Color3.new(1,1,1)__Il_l.BackgroundTransparency=1
  1094. __Il_l.Position=UDim2.new(0.261339098,0,0.0304182507,0)__Il_l.Size=UDim2.new(0,186,0,32)
  1095. __Il_l.Font=Enum.Font.SourceSans;__Il_l.Text="Scripts:"__Il_l.TextColor3=Color3.new(0,0,0)
  1096. __Il_l.TextSize=40;Il_l.Name="Guns"Il_l.Parent=__II_l
  1097. Il_l.BackgroundColor3=Color3.new(1,1,1)Il_l.BackgroundTransparency=0.44999998807907
  1098. Il_l.Position=UDim2.new(0.695464373,0,0.212927759,0)Il_l.Size=UDim2.new(0,122,0,50)
  1099. Il_l.Font=Enum.Font.Garamond;Il_l.Text="Get Guns"Il_l.TextColor3=Color3.new(0,0,0)
  1100. Il_l.TextSize=14
  1101. Il_l.MouseButton1Click:Connect(function()
  1102. local __I_l__I=game.Workspace.ObjectSelection.Shotgun.Shotgun.Shotgun['Event']local I_l__I={}__I_l__I:FireServer(unpack(I_l__I))
  1103. local l_l__I=game.Workspace.ObjectSelection.MP5.MP5.MP5['Event']local ___I__I={}l_l__I:FireServer(unpack(___I__I))
  1104. local _l__I__I=game.Workspace.ObjectSelection.Baton.Baton.Baton['Event']local __I__I__I={}
  1105. _l__I__I:FireServer(unpack(__I__I__I))end)ll_l.Name="Credits"ll_l.Parent=__l_l
  1106. ll_l.BackgroundColor3=Color3.new(0.133333,0.133333,0.133333)ll_l.Position=UDim2.new(0.700389087,0,0.034907598,0)
  1107. ll_l.Size=UDim2.new(0,206,0,137)____I.Name="CreditTitle"____I.Parent=ll_l
  1108. ____I.BackgroundColor3=Color3.new(1,1,1)____I.BackgroundTransparency=1
  1109. ____I.Position=UDim2.new(0.242718458,0,0.0656934381,0)____I.Size=UDim2.new(0,106,0,28)
  1110. ____I.Font=Enum.Font.SourceSans;____I.Text="Credits:"____I.TextColor3=Color3.new(0,0,0)
  1111. ____I.TextSize=35;_l___I.Name="CreditGui"_l___I.Parent=ll_l
  1112. _l___I.BackgroundColor3=Color3.new(1,1,1)_l___I.BackgroundTransparency=1
  1113. _l___I.Position=UDim2.new(0.242718458,0,0.394160599,0)_l___I.Size=UDim2.new(0,106,0,28)
  1114. _l___I.Font=Enum.Font.SourceSans;_l___I.Text="GUI: BossGRT"
  1115. _l___I.TextColor3=Color3.new(0,0,0)_l___I.TextSize=35;__I___I.Name="Web"__I___I.Parent=ll_l
  1116. __I___I.BackgroundColor3=Color3.new(1,1,1)__I___I.BackgroundTransparency=1
  1117. __I___I.Position=UDim2.new(0.242718458,0,0.598540187,0)__I___I.Size=UDim2.new(0,106,0,28)
  1118. __I___I.Font=Enum.Font.SourceSans;__I___I.Text="On v3rmillion.net"
  1119. __I___I.TextColor3=Color3.new(0,0,0)__I___I.TextSize=30;I___I.Name="Arrow"I___I.Parent=ll_l
  1120. I___I.BackgroundColor3=Color3.new(1,1,1)I___I.BackgroundTransparency=1
  1121. I___I.Position=UDim2.new(0.0145631069,0,0.145985395,0)I___I.Size=UDim2.new(0,200,0,50)
  1122. I___I.Font=Enum.Font.SourceSans;I___I.Text="\\/"I___I.TextColor3=Color3.new(0,0,0)
  1123. I___I.TextSize=20;l___I.Name="Close"l___I.Parent=__l_l
  1124. l___I.BackgroundColor3=Color3.new(1,1,1)l___I.Position=UDim2.new(0.916990936,0,0,0)
  1125. l___I.Size=UDim2.new(0,64,0,54)l___I.Font=Enum.Font.GothamBold;l___I.Text="X"
  1126. l___I.TextColor3=Color3.new(1,0,0)l___I.TextSize=45
  1127. l___I.MouseButton1Click:Connect(function()__l_l.Visible=false end)__l__I.Name="Drag"__l__I.Parent=l__l
  1128. __l__I.BackgroundColor3=Color3.new(1,1,1)__l__I.BackgroundTransparency=1
  1129. __l__I.Size=UDim2.new(0,100,0,100)_l_l__I.Name="Open"_l_l__I.Parent=l__l
  1130. _l_l__I.BackgroundColor3=Color3.new(1,1,1)
  1131. _l_l__I.Position=UDim2.new(0.0406804718,0,0.854437888,0)_l_l__I.Size=UDim2.new(0,200,0,80)
  1132. _l_l__I.Style=Enum.ButtonStyle.RobloxRoundButton;_l_l__I.Font=Enum.Font.Fantasy;_l_l__I.Text="Open"
  1133. _l_l__I.TextColor3=Color3.new(0,0,0)_l_l__I.TextSize=45
  1134. _l_l__I.MouseButton1Click:Connect(function()__l_l.Visible=true end)
  1135. end)
  1136.  
  1137. IceCreamSim.Name = "IceCreamSim"
  1138. IceCreamSim.Parent = MainFrame
  1139. IceCreamSim.BackgroundColor3 = Color3.new(1, 1, 1)
  1140. IceCreamSim.Position = UDim2.new(0.0864197537, 0, 0.35128206, 0)
  1141. IceCreamSim.Size = UDim2.new(0, 200, 0, 50)
  1142. IceCreamSim.Font = Enum.Font.SourceSans
  1143. IceCreamSim.Text = "Ice Cream Fucker"
  1144. IceCreamSim.TextColor3 = Color3.new(0, 0, 0)
  1145. IceCreamSim.TextSize = 14
  1146.  
  1147. IceCreamSim.MouseButton1Down:Connect(function()
  1148. if game:GetService("CoreGui"):FindFirstChild('IceCream')then game:GetService("CoreGui"):FindFirstChild('IceCream'):Destroy()local a=Instance.new('Hint',game:GetService("CoreGui"))a.Text='Destroying Other GUI'wait(2)a:Destroy()end;local b=Instance.new("ScreenGui")local c=Instance.new("Frame")local d=Instance.new("TextLabel")local e=Instance.new("ScrollingFrame")local f=Instance.new("TextLabel")local g=Instance.new("UIListLayout")local h=Instance.new("TextButton")local i=Instance.new("Frame")local j=Instance.new("TextBox")local k=Instance.new("TextButton")local l=Instance.new("Frame")local m=Instance.new("TextBox")local n=Instance.new("TextButton")local o=Instance.new("Frame")local p=Instance.new("TextButton")local q=Instance.new("Frame")local r=Instance.new("TextButton")local s=Instance.new("Frame")local t=Instance.new("TextButton")local u=Instance.new("Frame")local v=Instance.new("TextBox")local w=Instance.new("TextButton")local x=Instance.new("Frame")local y=Instance.new("TextLabel")local z=Instance.new("TextButton")local A=Instance.new("Frame")local B=Instance.new("TextButton")local C=Instance.new("Frame")local D=Instance.new("TextButton")local E=Instance.new("Frame")local F=Instance.new("TextButton")local G=Instance.new("Frame")local H=Instance.new("TextButton")local I=Instance.new("Frame")local J=Instance.new("TextLabel")local K=Instance.new("TextButton")local L=Instance.new("Frame")local M=Instance.new("TextButton")local N=Instance.new("Frame")local O=Instance.new("TextButton")local P=Instance.new("Frame")local Q=Instance.new("TextLabel")local R=Instance.new("TextButton")local S=Instance.new("Frame")local T=Instance.new("TextLabel")local U=Instance.new("TextButton")local V=Instance.new("Frame")local W=Instance.new("TextButton")local X=Instance.new("Frame")local Y=Instance.new("TextLabel")local Z=Instance.new("TextButton")local _=Instance.new("TextButton")b.Name="IceCream"b.Parent=game.CoreGui;c.Name="mainframe"c.Parent=b;c.Active=true;c.AnchorPoint=Vector2.new(0.5,0.5)c.BackgroundColor3=Color3.new(0,0.666667,1)c.BackgroundTransparency=0.20000000298023;c.BorderColor3=Color3.new(0,0.337255,0.494118)c.BorderSizePixel=3;c.Position=UDim2.new(0.469552368,0,0.472111523,0)c.Size=UDim2.new(0,338,0,314)c.ZIndex=2;d.Name="label"d.Parent=c;d.BackgroundColor3=Color3.new(1,1,1)d.BackgroundTransparency=1;d.Size=UDim2.new(0.855029583,0,0.200000003,0)d.ZIndex=2;d.Font=Enum.Font.Cartoon;d.Text="Ice Cream Fucker V3"d.TextColor3=Color3.new(1,1,1)d.TextScaled=true;d.TextSize=14;d.TextStrokeColor3=Color3.new(0,0.27451,0.403922)d.TextStrokeTransparency=0;d.TextTransparency=1;d.TextWrapped=true;e.Parent=c;e.BackgroundColor3=Color3.new(1,1,1)e.BackgroundTransparency=1;e.BorderColor3=Color3.new(0,0,0)e.Position=UDim2.new(0.00887573976,0,0.263135642,0)e.Size=UDim2.new(0,331,0,210)e.ZIndex=2;e.CanvasPosition=Vector2.new(0,1096)e.CanvasSize=UDim2.new(0,0,4,50)f.Name="featureslabel"f.Parent=e;f.BackgroundColor3=Color3.new(1,1,1)f.BackgroundTransparency=1;f.Position=UDim2.new(0,0,-0.00404852582,0)f.Size=UDim2.new(0,272,0,35)f.ZIndex=2;f.Font=Enum.Font.Cartoon;f.Text="Features"f.TextColor3=Color3.new(1,1,1)f.TextScaled=true;f.TextSize=14;f.TextStrokeColor3=Color3.new(0.333333,1,0)f.TextStrokeTransparency=0;f.TextWrapped=true;g.Parent=e;g.HorizontalAlignment=Enum.HorizontalAlignment.Center;g.SortOrder=Enum.SortOrder.LayoutOrder;g.Padding=UDim.new(0,15)h.Name="icecreamfarm"h.Parent=e;h.AnchorPoint=Vector2.new(0.5,0.5)h.BackgroundColor3=Color3.new(0.203922,0.454902,1)h.BorderColor3=Color3.new(0,0.337255,0.494118)h.BorderSizePixel=0;h.Position=UDim2.new(0,143,0,39)h.Size=UDim2.new(0,272,0,35)h.ZIndex=4;h.Font=Enum.Font.Cartoon;h.Text="Ice Cream Farm : OFF"h.TextColor3=Color3.new(0.0156863,0.054902,0.403922)h.TextScaled=true;h.TextSize=14;h.TextWrapped=true;i.Name="Below"i.Parent=h;i.BackgroundColor3=Color3.new(0,0,0.847059)i.BorderColor3=Color3.new(0,0,0.847059)i.BorderSizePixel=3;i.Size=UDim2.new(1,0,1.10000002,0)i.ZIndex=3;j.Name="IceCreamMultiplier"j.Parent=e;j.AnchorPoint=Vector2.new(0.5,0.5)j.BackgroundColor3=Color3.new(0.0117647,0.388235,1)j.BackgroundTransparency=0.5;j.BorderColor3=Color3.new(0,0,0.847059)j.BorderSizePixel=2;j.Position=UDim2.new(0.5,0,0.5,0)j.Size=UDim2.new(0,272,0,35)j.ZIndex=3;j.Font=Enum.Font.Cartoon;j.PlaceholderColor3=Color3.new(0.0196078,0.0666667,0.419608)j.PlaceholderText="Ice Cream Multiplier"j.Text=""j.TextColor3=Color3.new(0.0196078,0.0666667,0.419608)j.TextScaled=true;j.TextSize=14;j.TextWrapped=true;k.Name="autorebirth"k.Parent=e;k.AnchorPoint=Vector2.new(0.5,0.5)k.BackgroundColor3=Color3.new(0.203922,0.454902,1)k.BorderColor3=Color3.new(0,0.337255,0.494118)k.BorderSizePixel=0;k.Position=UDim2.new(0,143,0,39)k.Size=UDim2.new(0,272,0,35)k.ZIndex=4;k.Font=Enum.Font.Cartoon;k.Text="Auto Rebirth : OFF"k.TextColor3=Color3.new(0.0156863,0.054902,0.403922)k.TextScaled=true;k.TextSize=14;k.TextWrapped=true;l.Name="Below"l.Parent=k;l.BackgroundColor3=Color3.new(0,0,0.847059)l.BorderColor3=Color3.new(0,0,0.847059)l.BorderSizePixel=3;l.Size=UDim2.new(1,0,1.10000002,0)l.ZIndex=3;m.Name="ChooseRebirth"m.Parent=e;m.AnchorPoint=Vector2.new(0.5,0.5)m.BackgroundColor3=Color3.new(0.0117647,0.388235,1)m.BackgroundTransparency=0.5;m.BorderColor3=Color3.new(0,0,0.847059)m.BorderSizePixel=2;m.Position=UDim2.new(0.5,0,0.5,0)m.Size=UDim2.new(0,272,0,35)m.ZIndex=3;m.Font=Enum.Font.Cartoon;m.PlaceholderColor3=Color3.new(0.0196078,0.0666667,0.419608)m.PlaceholderText="Auto Rebirth Multiplier"m.Text=""m.TextColor3=Color3.new(0.0196078,0.0666667,0.419608)m.TextScaled=true;m.TextSize=14;m.TextWrapped=true;n.Name="sellauto"n.Parent=e;n.AnchorPoint=Vector2.new(0.5,0.5)n.BackgroundColor3=Color3.new(0.203922,0.454902,1)n.BorderColor3=Color3.new(0,0.337255,0.494118)n.BorderSizePixel=0;n.Position=UDim2.new(0,143,0,39)n.Size=UDim2.new(0,272,0,35)n.ZIndex=4;n.Font=Enum.Font.Cartoon;n.Text="Auto Sell : OFF"n.TextColor3=Color3.new(0.0156863,0.054902,0.403922)n.TextScaled=true;n.TextSize=14;n.TextWrapped=true;o.Name="Below"o.Parent=n;o.BackgroundColor3=Color3.new(0,0,0.847059)o.BorderColor3=Color3.new(0,0,0.847059)o.BorderSizePixel=3;o.Size=UDim2.new(1,0,1.10000002,0)o.ZIndex=3;p.Name="tokenfarm"p.Parent=e;p.AnchorPoint=Vector2.new(0.5,0.5)p.BackgroundColor3=Color3.new(0.203922,0.454902,1)p.BorderColor3=Color3.new(0,0.337255,0.494118)p.BorderSizePixel=0;p.Position=UDim2.new(0,143,0,39)p.Size=UDim2.new(0,272,0,35)p.ZIndex=4;p.Font=Enum.Font.Cartoon;p.Text="Token Farm : OFF"p.TextColor3=Color3.new(0.0156863,0.054902,0.403922)p.TextScaled=true;p.TextSize=14;p.TextWrapped=true;q.Name="Below"q.Parent=p;q.BackgroundColor3=Color3.new(0,0,0.847059)q.BorderColor3=Color3.new(0,0,0.847059)q.BorderSizePixel=3;q.Size=UDim2.new(1,0,1.10000002,0)q.ZIndex=3;r.Name="speedhack"r.Parent=e;r.AnchorPoint=Vector2.new(0.5,0.5)r.BackgroundColor3=Color3.new(0.203922,0.454902,1)r.BorderColor3=Color3.new(0,0.337255,0.494118)r.BorderSizePixel=0;r.Position=UDim2.new(0,143,0,39)r.Size=UDim2.new(0,272,0,35)r.ZIndex=4;r.Font=Enum.Font.Cartoon;r.Text="SpeedHack : OFF"r.TextColor3=Color3.new(0.0156863,0.054902,0.403922)r.TextScaled=true;r.TextSize=14;r.TextWrapped=true;s.Name="Below"s.Parent=r;s.BackgroundColor3=Color3.new(0,0,0.847059)s.BorderColor3=Color3.new(0,0,0.847059)s.BorderSizePixel=3;s.Size=UDim2.new(1,0,1.10000002,0)s.ZIndex=3;t.Name="superrebirth"t.Parent=e;t.AnchorPoint=Vector2.new(0.5,0.5)t.BackgroundColor3=Color3.new(0.203922,0.454902,1)t.BorderColor3=Color3.new(0,0.337255,0.494118)t.BorderSizePixel=0;t.Position=UDim2.new(0,143,0,39)t.Size=UDim2.new(0,272,0,35)t.ZIndex=4;t.Font=Enum.Font.Cartoon;t.Text="Auto Super Rebirth : OFF"t.TextColor3=Color3.new(0.0156863,0.054902,0.403922)t.TextScaled=true;t.TextSize=14;t.TextWrapped=true;u.Name="Below"u.Parent=t;u.BackgroundColor3=Color3.new(0,0,0.847059)u.BorderColor3=Color3.new(0,0,0.847059)u.BorderSizePixel=3;u.Size=UDim2.new(1,0,1.10000002,0)u.ZIndex=3;v.Name="ChooseSuperRebirth"v.Parent=e;v.AnchorPoint=Vector2.new(0.5,0.5)v.BackgroundColor3=Color3.new(0.0117647,0.388235,1)v.BackgroundTransparency=0.5;v.BorderColor3=Color3.new(0,0,0.847059)v.BorderSizePixel=2;v.Position=UDim2.new(0.5,0,0.5,0)v.Size=UDim2.new(0,272,0,35)v.ZIndex=3;v.Font=Enum.Font.Cartoon;v.PlaceholderColor3=Color3.new(0.0196078,0.0666667,0.419608)v.PlaceholderText="Super Rebirth Multiplier"v.Text=""v.TextColor3=Color3.new(0.0196078,0.0666667,0.419608)v.TextScaled=true;v.TextSize=14;v.TextWrapped=true;w.Name="autoprestige"w.Parent=e;w.AnchorPoint=Vector2.new(0.5,0.5)w.BackgroundColor3=Color3.new(0.203922,0.454902,1)w.BorderColor3=Color3.new(0,0.337255,0.494118)w.BorderSizePixel=0;w.Position=UDim2.new(0,143,0,39)w.Size=UDim2.new(0,272,0,35)w.ZIndex=4;w.Font=Enum.Font.Cartoon;w.Text="Auto Pet Prestige : OFF"w.TextColor3=Color3.new(0.0156863,0.054902,0.403922)w.TextScaled=true;w.TextSize=14;w.TextWrapped=true;x.Name="Below"x.Parent=w;x.BackgroundColor3=Color3.new(0,0,0.847059)x.BorderColor3=Color3.new(0,0,0.847059)x.BorderSizePixel=3;x.Size=UDim2.new(1,0,1.10000002,0)x.ZIndex=3;y.Name="skybridgelabel"y.Parent=e;y.BackgroundColor3=Color3.new(1,1,1)y.BackgroundTransparency=1;y.Position=UDim2.new(0,0,-0.0128173791,0)y.Size=UDim2.new(0,272,0,35)y.ZIndex=2;y.Font=Enum.Font.Cartoon;y.Text="Sky Bridge"y.TextColor3=Color3.new(1,1,1)y.TextScaled=true;y.TextSize=14;y.TextStrokeColor3=Color3.new(0.333333,1,0)y.TextStrokeTransparency=0;y.TextWrapped=true;z.Name="autosellh"z.Parent=e;z.AnchorPoint=Vector2.new(0.5,0.5)z.BackgroundColor3=Color3.new(0.203922,0.454902,1)z.BorderColor3=Color3.new(0,0.337255,0.494118)z.BorderSizePixel=0;z.Position=UDim2.new(0,143,0,39)z.Size=UDim2.new(0,272,0,35)z.ZIndex=4;z.Font=Enum.Font.Cartoon;z.Text="Auto Sell : OFF"z.TextColor3=Color3.new(0.0156863,0.054902,0.403922)z.TextScaled=true;z.TextSize=14;z.TextWrapped=true;A.Name="Below"A.Parent=z;A.BackgroundColor3=Color3.new(0,0,0.847059)A.BorderColor3=Color3.new(0,0,0.847059)A.BorderSizePixel=3;A.Size=UDim2.new(1,0,1.10000002,0)A.ZIndex=3;B.Name="autoselltokenh"B.Parent=e;B.AnchorPoint=Vector2.new(0.5,0.5)B.BackgroundColor3=Color3.new(0.203922,0.454902,1)B.BorderColor3=Color3.new(0,0.337255,0.494118)B.BorderSizePixel=0;B.Position=UDim2.new(0,143,0,39)B.Size=UDim2.new(0,272,0,35)B.ZIndex=4;B.Font=Enum.Font.Cartoon;B.Text="Auto Sell Token : OFF"B.TextColor3=Color3.new(0.0156863,0.054902,0.403922)B.TextScaled=true;B.TextSize=14;B.TextWrapped=true;C.Name="Below"C.Parent=B;C.BackgroundColor3=Color3.new(0,0,0.847059)C.BorderColor3=Color3.new(0,0,0.847059)C.BorderSizePixel=3;C.Size=UDim2.new(1,0,1.10000002,0)C.ZIndex=3;D.Name="autosellgemh"D.Parent=e;D.AnchorPoint=Vector2.new(0.5,0.5)D.BackgroundColor3=Color3.new(0.203922,0.454902,1)D.BorderColor3=Color3.new(0,0.337255,0.494118)D.BorderSizePixel=0;D.Position=UDim2.new(0,143,0,39)D.Size=UDim2.new(0,272,0,35)D.ZIndex=4;D.Font=Enum.Font.Cartoon;D.Text="Auto Sell Gems : OFF"D.TextColor3=Color3.new(0.0156863,0.054902,0.403922)D.TextScaled=true;D.TextSize=14;D.TextWrapped=true;E.Name="Below"E.Parent=D;E.BackgroundColor3=Color3.new(0,0,0.847059)E.BorderColor3=Color3.new(0,0,0.847059)E.BorderSizePixel=3;E.Size=UDim2.new(1,0,1.10000002,0)E.ZIndex=3;F.Name="autosellairth"F.Parent=e;F.AnchorPoint=Vector2.new(0.5,0.5)F.BackgroundColor3=Color3.new(0.203922,0.454902,1)F.BorderColor3=Color3.new(0,0.337255,0.494118)F.BorderSizePixel=0;F.Position=UDim2.new(0,143,0,39)F.Size=UDim2.new(0,272,0,35)F.ZIndex=4;F.Font=Enum.Font.Cartoon;F.Text="Auto Sell Air Token : OFF"F.TextColor3=Color3.new(0.0156863,0.054902,0.403922)F.TextScaled=true;F.TextSize=14;F.TextWrapped=true;G.Name="Below"G.Parent=F;G.BackgroundColor3=Color3.new(0,0,0.847059)G.BorderColor3=Color3.new(0,0,0.847059)G.BorderSizePixel=3;G.Size=UDim2.new(1,0,1.10000002,0)G.ZIndex=3;H.Name="vipareatp"H.Parent=e;H.AnchorPoint=Vector2.new(0.5,0.5)H.BackgroundColor3=Color3.new(0.203922,0.454902,1)H.BorderColor3=Color3.new(0,0.337255,0.494118)H.BorderSizePixel=0;H.Position=UDim2.new(0,143,0,39)H.Size=UDim2.new(0,272,0,35)H.ZIndex=4;H.Font=Enum.Font.Cartoon;H.Text="VIP Area"H.TextColor3=Color3.new(0.0156863,0.054902,0.403922)H.TextScaled=true;H.TextSize=14;H.TextWrapped=true;I.Name="Below"I.Parent=H;I.BackgroundColor3=Color3.new(0,0,0.847059)I.BorderColor3=Color3.new(0,0,0.847059)I.BorderSizePixel=3;I.Size=UDim2.new(1,0,1.10000002,0)I.ZIndex=3;J.Name="featureslabel"J.Parent=e;J.BackgroundColor3=Color3.new(1,1,1)J.BackgroundTransparency=1;J.Position=UDim2.new(0.027777778,0,-0.319727242,0)J.Size=UDim2.new(0,272,0,35)J.ZIndex=2;J.Font=Enum.Font.Cartoon;J.Text="TP"J.TextColor3=Color3.new(1,1,1)J.TextScaled=true;J.TextSize=14;J.TextStrokeColor3=Color3.new(0.333333,1,0)J.TextStrokeTransparency=0;J.TextWrapped=true;K.Name="halloweentp"K.Parent=e;K.AnchorPoint=Vector2.new(0.5,0.5)K.BackgroundColor3=Color3.new(0.203922,0.454902,1)K.BorderColor3=Color3.new(0,0.337255,0.494118)K.BorderSizePixel=0;K.Position=UDim2.new(0,274,0,-2147483648)K.Size=UDim2.new(0,272,0,35)K.ZIndex=4;K.Font=Enum.Font.Cartoon;K.Text="Sky Bridge"K.TextColor3=Color3.new(0.0156863,0.054902,0.403922)K.TextScaled=true;K.TextSize=14;K.TextWrapped=true;L.Name="Below"L.Parent=K;L.BackgroundColor3=Color3.new(0,0,0.847059)L.BorderColor3=Color3.new(0,0,0.847059)L.BorderSizePixel=3;L.Size=UDim2.new(1,0,1.10000002,0)L.ZIndex=3;M.Name="finishdemo"M.Parent=e;M.AnchorPoint=Vector2.new(0.5,0.5)M.BackgroundColor3=Color3.new(0.203922,0.454902,1)M.BorderColor3=Color3.new(0,0.337255,0.494118)M.BorderSizePixel=0;M.Position=UDim2.new(0,143,0,39)M.Size=UDim2.new(0,272,0,35)M.ZIndex=4;M.Font=Enum.Font.Cartoon;M.Text="Finish Sky Fairy Obby"M.TextColor3=Color3.new(0.0156863,0.054902,0.403922)M.TextScaled=true;M.TextSize=14;M.TextWrapped=true;N.Name="Below"N.Parent=M;N.BackgroundColor3=Color3.new(0,0,0.847059)N.BorderColor3=Color3.new(0,0,0.847059)N.BorderSizePixel=3;N.Size=UDim2.new(1,0,1.10000002,0)N.ZIndex=3;O.Name="doomobby"O.Parent=e;O.AnchorPoint=Vector2.new(0.5,0.5)O.BackgroundColor3=Color3.new(0.203922,0.454902,1)O.BorderColor3=Color3.new(0,0.337255,0.494118)O.BorderSizePixel=0;O.Position=UDim2.new(0,143,0,39)O.Size=UDim2.new(0,272,0,35)O.ZIndex=4;O.Font=Enum.Font.Cartoon;O.Text="TP All Key"O.TextColor3=Color3.new(0.0156863,0.054902,0.403922)O.TextScaled=true;O.TextSize=14;O.TextWrapped=true;P.Name="Below"P.Parent=O;P.BackgroundColor3=Color3.new(0,0,0.847059)P.BorderColor3=Color3.new(0,0,0.847059)P.BorderSizePixel=3;P.Size=UDim2.new(1,0,1.10000002,0)P.ZIndex=3;Q.Name="featureslabel"Q.Parent=e;Q.BackgroundColor3=Color3.new(1,1,1)Q.BackgroundTransparency=1;Q.Position=UDim2.new(-0.0895061716,0,-0.0466066934,0)Q.Size=UDim2.new(0,272,0,35)Q.ZIndex=2;Q.Font=Enum.Font.Cartoon;Q.Text="Settings"Q.TextColor3=Color3.new(1,1,1)Q.TextScaled=true;Q.TextSize=14;Q.TextStrokeColor3=Color3.new(0.333333,1,0)Q.TextStrokeTransparency=0;Q.TextWrapped=true;R.Name="rainbow ui"R.Parent=e;R.AnchorPoint=Vector2.new(0.5,0.5)R.BackgroundColor3=Color3.new(0.203922,0.454902,1)R.BorderColor3=Color3.new(0,0.337255,0.494118)R.BorderSizePixel=0;R.Position=UDim2.new(0,136,0,-35)R.Size=UDim2.new(0,272,0,35)R.ZIndex=4;R.Font=Enum.Font.Cartoon;R.Text="Rainbow UI : OFF"R.TextColor3=Color3.new(0.0156863,0.054902,0.403922)R.TextScaled=true;R.TextSize=14;R.TextWrapped=true;S.Name="Below"S.Parent=R;S.BackgroundColor3=Color3.new(0,0,0.847059)S.BorderColor3=Color3.new(0,0,0.847059)S.BorderSizePixel=3;S.Size=UDim2.new(1,0,1.10000002,0)S.ZIndex=3;T.Name="freezeville"T.Parent=e;T.BackgroundColor3=Color3.new(1,1,1)T.BackgroundTransparency=1;T.Position=UDim2.new(-0.0895061716,0,-0.0466066934,0)T.Size=UDim2.new(0,272,0,35)T.ZIndex=2;T.Font=Enum.Font.Cartoon;T.Text="FreezeVille"T.TextColor3=Color3.new(1,1,1)T.TextScaled=true;T.TextSize=14;T.TextStrokeColor3=Color3.new(0.333333,1,0)T.TextStrokeTransparency=0;T.TextWrapped=true;U.Name="tpmarshma"U.Parent=e;U.AnchorPoint=Vector2.new(0.5,0.5)U.BackgroundColor3=Color3.new(0.203922,0.454902,1)U.BorderColor3=Color3.new(0,0.337255,0.494118)U.BorderSizePixel=0;U.Position=UDim2.new(0,143,0,39)U.Size=UDim2.new(0,272,0,35)U.ZIndex=4;U.Font=Enum.Font.Cartoon;U.Text="TP All Marshmallow"U.TextColor3=Color3.new(0.0156863,0.054902,0.403922)U.TextScaled=true;U.TextSize=14;U.TextWrapped=true;V.Name="Below"V.Parent=U;V.BackgroundColor3=Color3.new(0,0,0.847059)V.BorderColor3=Color3.new(0,0,0.847059)V.BorderSizePixel=3;V.Size=UDim2.new(1,0,1.10000002,0)V.ZIndex=3;W.Name="tpfreeze"W.Parent=e;W.AnchorPoint=Vector2.new(0.5,0.5)W.BackgroundColor3=Color3.new(0.203922,0.454902,1)W.BorderColor3=Color3.new(0,0.337255,0.494118)W.BorderSizePixel=0;W.Position=UDim2.new(0,143,0,39)W.Size=UDim2.new(0,272,0,35)W.ZIndex=4;W.Font=Enum.Font.Cartoon;W.Text="Tp To FreezeVille"W.TextColor3=Color3.new(0.0156863,0.054902,0.403922)W.TextScaled=true;W.TextSize=14;W.TextWrapped=true;X.Name="Below"X.Parent=W;X.BackgroundColor3=Color3.new(0,0,0.847059)X.BorderColor3=Color3.new(0,0,0.847059)X.BorderSizePixel=3;X.Size=UDim2.new(1,0,1.10000002,0)X.ZIndex=3;Y.Name="label"Y.Parent=c;Y.BackgroundColor3=Color3.new(1,1,1)Y.BackgroundTransparency=1;Y.Position=UDim2.new(0,0,0.172371298,0)Y.Size=UDim2.new(1,0,0.0875796005,0)Y.ZIndex=2;Y.Font=Enum.Font.Cartoon;Y.Text="Made By Aztup#2516"Y.TextColor3=Color3.new(1,1,1)Y.TextScaled=true;Y.TextSize=14;Y.TextStrokeColor3=Color3.new(0,0.27451,0.403922)Y.TextStrokeTransparency=0;Y.TextTransparency=0.20000000298023;Y.TextWrapped=true;Z.Name="closebut"Z.Parent=c;Z.BackgroundColor3=Color3.new(1,1,1)Z.BackgroundTransparency=1;Z.BorderSizePixel=0;Z.Position=UDim2.new(0.900887549,0,0,0)Z.Size=UDim2.new(0,34,0,54)Z.ZIndex=2;Z.Font=Enum.Font.Cartoon;Z.Text="X"Z.TextColor3=Color3.new(0,0.27451,0.403922)Z.TextScaled=true;Z.TextSize=14;Z.TextStrokeColor3=Color3.new(0,0.27451,0.403922)Z.TextWrapped=true;_.Name="openbut"_.Parent=b;_.BackgroundColor3=Color3.new(1,1,1)_.BackgroundTransparency=0.80000001192093;_.BorderSizePixel=0;_.Position=UDim2.new(0.5,-50,0,-36)_.Size=UDim2.new(0,100,0,54)_.Visible=false;_.ZIndex=99;_.Font=Enum.Font.Cartoon;_.Text="Open"_.TextColor3=Color3.new(0,0.27451,0.403922)_.TextScaled=true;_.TextSize=14;_.TextStrokeColor3=Color3.new(0,0.27451,0.403922)_.TextWrapped=true;c.Active=true;c.Draggable=true;local a0=game:GetService("ReplicatedStorage").Events.Teleport;a0:FireServer(25)a0:FireServer(-2)a0:FireServer(-4)a0:FireServer(-6)local a1=Instance.new('Hint',game.CoreGui)a1.Text='For Ice Cream Farm You Need A Pet|GUI Is Loading Stage 2/3'local a2=false;local a3=false;local a4=false;local a5=false;local a6=false;local a7=false;local a8=false;local a9=false;local aa=false;local ab=true;local ac=false;local ad=false;local ae=false;local af=false;local ag=false;local ah=0;local ai=game:GetService('Players').LocalPlayer;local aj=game:GetService('Players').LocalPlayer;function kill()aj.Character.Humanoid.Health=0 end;kill()function encrypt(ak,al)local am=string.sub(ak,1,3)for an=#tostring(al),1,-1 do am=am..string.sub(tostring(al),an)end;for an=3,1,-1 do am=am..string.sub(ak,an)end;return am end;local ao=encrypt(aj.Name,aj.UserId)h.MouseButton1Click:Connect(function()if not a3 then h.Text='Ice Cream Farm : ON'a3=true;repeat if ai.Character:FindFirstChild('Ice Cream')then ai.Character['Ice Cream'].E:FireServer(ao,tonumber(j.Text)or 800)elseif ai.Backpack:FindFirstChild('Ice Cream')then ai.Backpack['Ice Cream'].E:FireServer(ao,tonumber(j.Text)or 800)else ai:Kick('Attempted to fire server ice cream a nil value please contact Aztup')error('Attempted to fire server ice cream a nil value')end;wait()until a3==false else h.Text='Ice Cream Farm : OFF'a3=false end end)p.MouseButton1Click:Connect(function()if not a2 then p.Text='Token Farm : ON'a2=true;repeat for ap,aq in pairs(game.Workspace['Main Area'].Coins:GetChildren())do if aq.Transparency==0 then ai.Character:MoveTo(aq.Position)wait(0.5)end end;for ap,aq in pairs(game.Workspace['Main Area'].Tokens:GetChildren())do if aq.Transparency==0 then ai.Character:MoveTo(aq.Position)wait(0.5)end end;for ap,aq in pairs(game.Workspace['Main Area'].Gems:GetChildren())do if aq.Transparency==0 then ai.Character:MoveTo(aq.Position)wait(0.5)end end until a2==false else p.Text='Token Farm : OFF'a2=false end end)n.MouseButton1Click:Connect(function()if not a4 then n.Text='Auto Sell : ON'a4=true;repeat local a=game.Workspace['Choco Castle']['Sell']['Sell']a.CFrame=ai.Character.HumanoidRootPart.CFrame;wait(1)until a4==false else n.Text='Auto Sell : OFF'a4=false end end)H.MouseButton1Click:Connect(function()local a=game.Workspace['Vip Area']['Gold Water'].Glow.Position;ai.Character:MoveTo(a)end)M.MouseButton1Click:Connect(function()local ar=25;local a0=game:GetService("ReplicatedStorage").Events.Teleport;a0:FireServer(ar)wait(2.5)local a=game.Workspace.Obby['Sky Fairy Obby'].Chest.Top.Main.Part.CFrame;ai.Character.HumanoidRootPart.CFrame=a end)k.MouseButton1Click:Connect(function()if not a5 then k.Text='Auto Rebirth : ON'a5=true;repeat local as=game.ReplicatedStorage.Events['Rebirth']as:FireServer(tonumber(m.Text)or 1)wait()until a5==false else k.Text='Auto Rebirth : OFF'a5=false end end)K.MouseButton1Click:Connect(function()local ar=-2;local a0=game:GetService("ReplicatedStorage").Events.Teleport;a0:FireServer(ar)end)z.MouseButton1Click:Connect(function()if not a7 then z.Text='Auto Sell : ON'a7=true;repeat local a=workspace.Skyland['Ice Cream Truck'].Enter;a.Size=Vector3.new(10,10,10)a.CFrame=ai.Character.HumanoidRootPart.CFrame;wait(.5)until a7==false else z.Text='Auto Sell : OFF'a7=false end end)B.MouseButton1Click:Connect(function()if not a8 then B.Text='Auto Sell Token : ON'a8=true;repeat local a=workspace.Skyland.Sellers['Sell To Toki'].Enter;a.Size=Vector3.new(10,10,10)a.CFrame=ai.Character.HumanoidRootPart.CFrame;wait(.5)until a8==false else B.Text='Auto Sell Token : OFF'a8=false end end)R.MouseButton1Click:Connect(function()if not a9 then R.Text='Rainbow UI : ON'a9=true;repeat local at=math.sin(workspace.DistributedGameTime/2)/2+0.4;local au=math.sin(workspace.DistributedGameTime)/2+0.4;local av=math.sin(workspace.DistributedGameTime*1.5)/2+0.4;local aw=Color3.new(at,au,av)z.TextColor3=aw;B.TextColor3=aw;k.TextColor3=aw;h.TextColor3=aw;n.TextColor3=aw;p.TextColor3=aw;R.TextColor3=aw;M.TextColor3=aw;r.TextColor3=aw;D.TextColor3=aw;O.TextColor3=aw;K.TextColor3=aw;H.TextColor3=aw;t.TextColor3=aw;F.TextColor3=aw;m.TextColor3=aw;v.TextColor3=aw;j.TextColor3=aw;wait()until a9==false else local aw=Color3.new(0.0156863,0.054902,0.403922)z.TextColor3=aw;B.TextColor3=aw;k.TextColor3=aw;h.TextColor3=aw;n.TextColor3=aw;p.TextColor3=aw;R.TextColor3=aw;M.TextColor3=aw;D.TextColor3=aw;O.TextColor3=aw;K.TextColor3=aw;H.TextColor3=aw;t.TextColor3=aw;r.TextColor3=aw;F.TextColor3=aw;m.TextColor3=aw;v.TextColor3=aw;j.TextColor3=aw;a9=false;R.Text='Rainbow UI : OFF'end end)r.MouseButton1Click:Connect(function()if not ac then ac=true;r.Text='SpeedHack : ON'ai.Character.Humanoid.WalkSpeed=64 else ac=false;r.Text='SpeedHack : OFF'ai.Character.Humanoid.WalkSpeed=16 end end)t.MouseButton1Click:Connect(function()if not ad then ad=true;t.Text='Auto Super Rebirth : ON'repeat local a0=game:GetService("ReplicatedStorage").Events.SuperRebirth;a0:FireServer(tonumber(v.Text)or 1)wait()until ad==false else ad=false;t.Text='Auto Super Rebirth : OFF'end end)D.MouseButton1Click:Connect(function()if not ae then ae=true;D.Text='Auto Sell Gems : ON'repeat local a=workspace.Skyland.Sellers['Sell To Gemma'].Enter;a.Size=Vector3.new(10,10,10)a.CFrame=ai.Character.HumanoidRootPart.CFrame;wait(.5)until ae==false else ae=false;D.Text='Auto Sell Gems : OFF'end end)O.MouseButton1Click:Connect(function()local as=game.ReplicatedStorage.Events.Teleport;as:FireServer(-4)wait(1)for ap,aq in pairs(workspace.Airship.GearKeys:GetDescendants())do if aq.Name=='Get'then aq.CFrame=ai.Character.HumanoidRootPart.CFrame end end end)F.MouseButton1Click:Connect(function()if not af then af=true;F.Text='Auto Sell Air Token : ON'repeat local a=workspace.Skyland.Sellers['Sell To Airy'].Enter;a.Size=Vector3.new(10,10,10)a.CFrame=ai.Character.HumanoidRootPart.CFrame;wait(.5)until af==false else af=false;F.Text='Auto Sell Air Token : OFF'end end)w.MouseButton1Click:Connect(function()if not ag then ag=true;w.Text='Auto Prestige : ON'repeat local a0=game.ReplicatedStorage.Events['PetPrestige']a0:FireServer()wait()until ag==false else ag=false;w.Text='Auto Prestige : OFF'end end)U.MouseButton1Click:Connect(function()for ap,aq in pairs(workspace.Freezeville.Marshmallows.Items:GetChildren())do aq.CFrame=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end end)Z.MouseButton1Click:Connect(function()c:TweenPosition(c.Position+UDim2.new(0,0,-2,0),'Out','Quint',2,true)wait(2.1)_.Visible=true end)_.MouseButton1Click:Connect(function()c:TweenPosition(c.Position-UDim2.new(0,0,-2,0),'Out','Quint',2,true)_.Visible=false end)W.MouseButton1Click:Connect(function()a0:FireServer(-6)end)wait(5)a1:Destroy()
  1149. end)
  1150.  
  1151. Name.Name = "Name"
  1152. Name.Parent = MainFrame
  1153. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  1154. Name.BorderSizePixel = 0
  1155. Name.Size = UDim2.new(0, 243, 0, 50)
  1156. Name.Font = Enum.Font.SourceSansSemibold
  1157. Name.Text = "Equinx"
  1158. Name.TextColor3 = Color3.new(1, 1, 1)
  1159. Name.TextSize = 35
  1160.  
  1161. Credits.Name = "Credits"
  1162. Credits.Parent = MainFrame
  1163. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  1164. Credits.BorderSizePixel = 0
  1165. Credits.Position = UDim2.new(-0.00411522621, 0, 0.889743567, 0)
  1166. Credits.Size = UDim2.new(0, 243, 0, 50)
  1167. Credits.Font = Enum.Font.SourceSansSemibold
  1168. Credits.Text = "Made by Trey#4381"
  1169. Credits.TextColor3 = Color3.new(1, 1, 1)
  1170. Credits.TextSize = 35
  1171. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement