CriShoux

test

Oct 13th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 315.52 KB | None | 0 0
  1. local ExoticGUI = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Left = Instance.new("Frame")
  4. local Anim = Instance.new("TextButton")
  5. local Credits = Instance.new("TextButton")
  6. local GUI = Instance.new("TextButton")
  7. local Games = Instance.new("TextButton")
  8. local Home = Instance.new("TextButton")
  9. local Scripts = Instance.new("TextButton")
  10. local TopBar = Instance.new("Frame")
  11. local Close = Instance.new("TextButton")
  12. local Delete = Instance.new("TextButton")
  13. local Down = Instance.new("Frame")
  14. local Text = Instance.new("TextButton")
  15. local ScriptsGUI = Instance.new("Frame")
  16. local TPTool = Instance.new("TextButton")
  17. local Noclip = Instance.new("TextButton")
  18. local Btools = Instance.new("TextButton")
  19. local Fly = Instance.new("TextButton")
  20. local CreatorID = Instance.new("TextButton")
  21. local SaveTools = Instance.new("TextButton")
  22. local God = Instance.new("TextButton")
  23. local OOF = Instance.new("TextButton")
  24. local Blink = Instance.new("TextButton")
  25. local Respawn = Instance.new("TextButton")
  26. local FEScript = Instance.new("TextButton")
  27. local GamesGUI = Instance.new("Frame")
  28. local PrisonLife = Instance.new("TextButton")
  29. local CounterBlox = Instance.new("TextButton")
  30. local Jailbreak = Instance.new("TextButton")
  31. local MeepCity = Instance.new("TextButton")
  32. local HighSchool = Instance.new("TextButton")
  33. local Next = Instance.new("TextButton")
  34. local Games4GUI = Instance.new("Frame")
  35. local Previous4 = Instance.new("TextButton")
  36. local DoomspireBrickbattle = Instance.new("TextButton")
  37. local Assasin = Instance.new("TextButton")
  38. local MurderMystery2 = Instance.new("TextButton")
  39. local Games3GUI = Instance.new("Frame")
  40. local Next3 = Instance.new("TextButton")
  41. local Previous3 = Instance.new("TextButton")
  42. local BoogaBooga = Instance.new("TextButton")
  43. local RoCitizens = Instance.new("TextButton")
  44. local AutoRapBattles = Instance.new("TextButton")
  45. local MinersHaven = Instance.new("TextButton")
  46. local FleeTheFacility = Instance.new("TextButton")
  47. local Games2GUI = Instance.new("Frame")
  48. local VehicleSimulator = Instance.new("TextButton")
  49. local HiltonHotels = Instance.new("TextButton")
  50. local PhantomForces = Instance.new("TextButton")
  51. local Next2 = Instance.new("TextButton")
  52. local Previous2 = Instance.new("TextButton")
  53. local BreakingPoint = Instance.new("TextButton")
  54. local EpicMinigames = Instance.new("TextButton")
  55. local GUIS = Instance.new("Frame")
  56. local OPFinality = Instance.new("TextButton")
  57. local Explorer = Instance.new("TextButton")
  58. local RevizAdmin = Instance.new("TextButton")
  59. local RoseHub = Instance.new("TextButton")
  60. local RoXploit = Instance.new("TextButton")
  61. local CreditsGUI = Instance.new("Frame")
  62. local Owner = Instance.new("TextButton")
  63. local Owners = Instance.new("TextButton")
  64. local CoOwner = Instance.new("TextButton")
  65. local UI = Instance.new("TextButton")
  66. local UI_2 = Instance.new("TextButton")
  67. local AnimGUI = Instance.new("Frame")
  68. local ArmDetach = Instance.new("TextButton")
  69. local ArmFlap = Instance.new("TextButton")
  70. local ArmTurbine = Instance.new("TextButton")
  71. local BarrelRoll = Instance.new("TextButton")
  72. local BowDown = Instance.new("TextButton")
  73. local Chop = Instance.new("TextButton")
  74. local Clone = Instance.new("TextButton")
  75. local CockSucking = Instance.new("TextButton")
  76. local Crawl = Instance.new("TextButton")
  77. local Crouch = Instance.new("TextButton")
  78. local Dab = Instance.new("TextButton")
  79. local Faint = Instance.new("TextButton")
  80. local FloatingHead = Instance.new("TextButton")
  81. local SpinAttack = Instance.new("TextButton")
  82. local Loophead = Instance.new("TextButton")
  83. local Sword = Instance.new("TextButton")
  84. local Insane = Instance.new("TextButton")
  85. local FloatingSit = Instance.new("TextButton")
  86. local IGotHit = Instance.new("TextButton")
  87. local HeadThrow = Instance.new("TextButton")
  88. local HappyDance = Instance.new("TextButton")
  89. local JumpLand = Instance.new("TextButton")
  90. local Levitate = Instance.new("TextButton")
  91. local Kick = Instance.new("TextButton")
  92. local Open = Instance.new("TextButton")
  93. local Entry = Instance.new("Frame")
  94. local Enter = Instance.new("TextButton")
  95. local PasswordEnter = Instance.new("TextBox")
  96. local Password = Instance.new("TextButton")
  97. local LoginEnter = Instance.new("TextBox")
  98. local Login = Instance.new("TextButton")
  99. local Down_2 = Instance.new("Frame")
  100.  
  101. ExoticGUI.Name = "ExoticGUI"
  102. ExoticGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  103. ExoticGUI.ResetOnSpawn = false
  104.  
  105. Main.Name = "Main"
  106. Main.Parent = ExoticGUI
  107. Main.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  108. Main.BorderSizePixel = 0
  109. Main.Position = UDim2.new(0.36788106, 0, 0.219219223, 0)
  110. Main.Size = UDim2.new(0, 359, 0, 374)
  111. Main.Visible = false
  112. Main.Active = true
  113. Main.Selectable = true
  114. Main.Draggable = true
  115.  
  116. Left.Name = "Left"
  117. Left.Parent = Main
  118. Left.BackgroundColor3 = Color3.new(0.498039, 0, 0.713726)
  119. Left.BorderSizePixel = 0
  120. Left.Size = UDim2.new(0, 68, 0, 373)
  121.  
  122. Anim.Name = "Anim"
  123. Anim.Parent = Left
  124. Anim.BackgroundColor3 = Color3.new(1, 1, 1)
  125. Anim.BorderSizePixel = 0
  126. Anim.Position = UDim2.new(0.128803253, 0, 0.517426372, 0)
  127. Anim.Size = UDim2.new(0, 50, 0, 51)
  128. Anim.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  129. Anim.Font = Enum.Font.SciFi
  130. Anim.Text = "Anim"
  131. Anim.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  132. Anim.TextSize = 14
  133. Anim.TextWrapped = true
  134. Anim.MouseButton1Down:connect(function()
  135. AnimGUI.Visible = true
  136. CreditsGUI.Visible = false
  137. GUIS.Visible = false
  138. GamesGUI.Visible = false
  139. Games2GUI.Visible = false
  140. Games3GUI.Visible = false
  141. Games4GUI.Visible = false
  142. ScriptsGUI.Visible = false
  143. end)
  144.  
  145. Credits.Name = "Credits"
  146. Credits.Parent = Left
  147. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  148. Credits.BorderSizePixel = 0
  149. Credits.Position = UDim2.new(0.128010809, 0, 0.82305634, 0)
  150. Credits.Size = UDim2.new(0, 50, 0, 51)
  151. Credits.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  152. Credits.Font = Enum.Font.SciFi
  153. Credits.Text = "Credits"
  154. Credits.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  155. Credits.TextSize = 14
  156. Credits.TextWrapped = true
  157. Credits.MouseButton1Down:connect(function()
  158. AnimGUI.Visible = false
  159. CreditsGUI.Visible = true
  160. GUIS.Visible = false
  161. GamesGUI.Visible = false
  162. Games2GUI.Visible = false
  163. Games3GUI.Visible = false
  164. Games4GUI.Visible = false
  165. ScriptsGUI.Visible = false
  166. end)
  167.  
  168. GUI.Name = "GUI"
  169. GUI.Parent = Left
  170. GUI.BackgroundColor3 = Color3.new(1, 1, 1)
  171. GUI.BorderSizePixel = 0
  172. GUI.Position = UDim2.new(0.128803253, 0, 0.670241356, 0)
  173. GUI.Size = UDim2.new(0, 50, 0, 51)
  174. GUI.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  175. GUI.Font = Enum.Font.SciFi
  176. GUI.Text = "GUIS"
  177. GUI.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  178. GUI.TextSize = 14
  179. GUI.TextWrapped = true
  180. GUI.MouseButton1Down:connect(function()
  181. AnimGUI.Visible = false
  182. CreditsGUI.Visible = false
  183. GUIS.Visible = true
  184. GamesGUI.Visible = false
  185. Games2GUI.Visible = false
  186. Games3GUI.Visible = false
  187. Games4GUI.Visible = false
  188. ScriptsGUI.Visible = false
  189. end)
  190.  
  191. Games.Name = "Games"
  192. Games.Parent = Left
  193. Games.BackgroundColor3 = Color3.new(1, 1, 1)
  194. Games.BorderSizePixel = 0
  195. Games.Position = UDim2.new(0.128803253, 0, 0.364611298, 0)
  196. Games.Size = UDim2.new(0, 50, 0, 51)
  197. Games.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  198. Games.Font = Enum.Font.SciFi
  199. Games.Text = "Games"
  200. Games.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  201. Games.TextSize = 13
  202. Games.TextWrapped = true
  203. Games.MouseButton1Down:connect(function()
  204. AnimGUI.Visible = false
  205. CreditsGUI.Visible = false
  206. GUIS.Visible = false
  207. GamesGUI.Visible = true
  208. Games2GUI.Visible = false
  209. Games3GUI.Visible = false
  210. Games4GUI.Visible = false
  211. ScriptsGUI.Visible = false
  212. end)
  213.  
  214. Home.Name = "Home"
  215. Home.Parent = Left
  216. Home.BackgroundColor3 = Color3.new(1, 1, 1)
  217. Home.BorderColor3 = Color3.new(0, 0, 0)
  218. Home.BorderSizePixel = 0
  219. Home.Position = UDim2.new(0.128803253, 0, 0.0214477219, 0)
  220. Home.Size = UDim2.new(0, 50, 0, 50)
  221. Home.AutoButtonColor = false
  222. Home.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  223. Home.Font = Enum.Font.SciFi
  224. Home.Text = "="
  225. Home.TextColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  226. Home.TextScaled = true
  227. Home.TextSize = 14
  228. Home.TextWrapped = true
  229. Home.MouseButton1Down:connect(function()
  230. AnimGUI.Visible = false
  231. CreditsGUI.Visible = false
  232. GUIS.Visible = false
  233. GamesGUI.Visible = false
  234. Games2GUI.Visible = false
  235. Games3GUI.Visible = false
  236. Games4GUI.Visible = false
  237. ScriptsGUI.Visible = false
  238. end)
  239.  
  240. Scripts.Name = "Scripts"
  241. Scripts.Parent = Left
  242. Scripts.BackgroundColor3 = Color3.new(0, 0, 0)
  243. Scripts.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  244. Scripts.BorderSizePixel = 0
  245. Scripts.Position = UDim2.new(0.128803253, 0, 0.211796239, 0)
  246. Scripts.Size = UDim2.new(0, 50, 0, 51)
  247. Scripts.AutoButtonColor = false
  248. Scripts.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  249. Scripts.Font = Enum.Font.SciFi
  250. Scripts.Text = "Scripts"
  251. Scripts.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  252. Scripts.TextSize = 13
  253. Scripts.TextWrapped = true
  254. Scripts.MouseButton1Down:connect(function()
  255. AnimGUI.Visible = false
  256. CreditsGUI.Visible = false
  257. GUIS.Visible = false
  258. GamesGUI.Visible = false
  259. Games2GUI.Visible = false
  260. Games3GUI.Visible = false
  261. Games4GUI.Visible = false
  262. ScriptsGUI.Visible = true
  263. end)
  264.  
  265. TopBar.Name = "TopBar"
  266. TopBar.Parent = Main
  267. TopBar.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  268. TopBar.BorderSizePixel = 0
  269. TopBar.Position = UDim2.new(0, 0, -0.0536193028, 0)
  270. TopBar.Size = UDim2.new(0, 359, 0, 20)
  271.  
  272. Delete.Name = "Delete"
  273. Delete.Parent = TopBar
  274. Delete.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  275. Delete.BorderSizePixel = 0
  276. Delete.Position = UDim2.new(0.94150418, 0, 0, 0)
  277. Delete.Size = UDim2.new(0, 21, 0, 20)
  278. Delete.AutoButtonColor = false
  279. Delete.Font = Enum.Font.SciFi
  280. Delete.Text = "X"
  281. Delete.TextColor3 = Color3.new(0.784314, 0, 0)
  282. Delete.TextScaled = true
  283. Delete.TextSize = 14
  284. Delete.TextWrapped = true
  285. Delete.MouseButton1Down:connect(function()
  286. Main.Visible = false
  287. Entry.Visible = false
  288. Open.Visible = false
  289. end)
  290.  
  291. Close.Name = "Close"
  292. Close.Parent = TopBar
  293. Close.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  294. Close.BorderSizePixel = 0
  295. Close.Position = UDim2.new(0.880222857, 0, 0, 0)
  296. Close.Size = UDim2.new(0, 22, 0, 17)
  297. Close.AutoButtonColor = false
  298. Close.Font = Enum.Font.SciFi
  299. Close.Text = "_"
  300. Close.TextColor3 = Color3.new(1, 1, 1)
  301. Close.TextScaled = true
  302. Close.TextSize = 14
  303. Close.TextWrapped = true
  304. Close.MouseButton1Down:connect(function()
  305. Main.Visible = false
  306. end)
  307.  
  308.  
  309. Down.Name = "Down"
  310. Down.Parent = Main
  311. Down.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  312. Down.BorderSizePixel = 0
  313. Down.Position = UDim2.new(0, 0, 0.983914196, 0)
  314. Down.Size = UDim2.new(0, 359, 0, 6)
  315.  
  316. Text.Name = "Text"
  317. Text.Parent = Main
  318. Text.BackgroundColor3 = Color3.new(0.498039, 0, 0.709804)
  319. Text.BorderSizePixel = 0
  320. Text.Position = UDim2.new(0.323119789, 0, 0, 0)
  321. Text.Selectable = false
  322. Text.Size = UDim2.new(0, 200, 0, 367)
  323. Text.AutoButtonColor = false
  324. Text.Font = Enum.Font.SciFi
  325. Text.Text = "Thanks for buying the ExoticGui"
  326. Text.TextColor3 = Color3.new(1, 1, 1)
  327. Text.TextSize = 35
  328. Text.TextWrapped = true
  329.  
  330. ScriptsGUI.Name = "ScriptsGUI"
  331. ScriptsGUI.Parent = Main
  332. ScriptsGUI.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  333. ScriptsGUI.BorderSizePixel = 0
  334. ScriptsGUI.Position = UDim2.new(0.189413309, 0, -0.000366568565, 0)
  335. ScriptsGUI.Size = UDim2.new(0, 291, 0, 367)
  336. ScriptsGUI.Visible = false
  337.  
  338. TPTool.Name = "TP Tool"
  339. TPTool.Parent = ScriptsGUI
  340. TPTool.BackgroundColor3 = Color3.new(1, 1, 1)
  341. TPTool.BorderSizePixel = 0
  342. TPTool.Position = UDim2.new(0.0481099673, 0, 0.0217983648, 0)
  343. TPTool.Size = UDim2.new(0, 125, 0, 50)
  344. TPTool.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  345. TPTool.Font = Enum.Font.SciFi
  346. TPTool.Text = "TP Tool"
  347. TPTool.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  348. TPTool.TextSize = 21
  349. TPTool.MouseButton1Down:connect(function()
  350. mouse = game.Players.LocalPlayer:GetMouse()
  351. tool = Instance.new("Tool")
  352. tool.RequiresHandle = false
  353. tool.Name = "Click Teleport"
  354. tool.Activated:connect(function()
  355. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  356. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  357. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  358. end)
  359. tool.Parent = game.Players.LocalPlayer.Backpack
  360. end)
  361.  
  362. Noclip.Name = "Noclip"
  363. Noclip.Parent = ScriptsGUI
  364. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  365. Noclip.BorderSizePixel = 0
  366. Noclip.Position = UDim2.new(0.525773168, 0, 0.0217983648, 0)
  367. Noclip.Size = UDim2.new(0, 125, 0, 50)
  368. Noclip.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  369. Noclip.Font = Enum.Font.SciFi
  370. Noclip.Text = "Noclip [V]"
  371. Noclip.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  372. Noclip.TextSize = 21
  373. Noclip.MouseButton1Down:connect(function()
  374. noclip = false
  375. game:GetService('RunService').Stepped:connect(function()
  376. if noclip then
  377. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  378. end
  379. end)
  380. plr = game.Players.LocalPlayer
  381. mouse = plr:GetMouse()
  382. mouse.KeyDown:connect(function(key)
  383.  
  384. if key == "v" then
  385. noclip = not noclip
  386. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  387. end
  388. end)
  389. print('Loaded')
  390. print('Press "V" to noclip')
  391. end)
  392.  
  393. Btools.Name = "Btools"
  394. Btools.Parent = ScriptsGUI
  395. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  396. Btools.BorderSizePixel = 0
  397. Btools.Position = UDim2.new(0.525773168, 0, 0.174386919, 0)
  398. Btools.Size = UDim2.new(0, 125, 0, 50)
  399. Btools.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  400. Btools.Font = Enum.Font.SciFi
  401. Btools.Text = "Btools"
  402. Btools.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  403. Btools.TextSize = 21
  404. Btools.MouseButton1Down:connect(function()
  405. Player = game.Players.LocalPlayer
  406.  
  407. function Give(x)
  408. H = Instance.new("HopperBin", Player.Backpack)
  409. H.BinType = x
  410. end
  411.  
  412. for i = 2, 4 do
  413. Give(i)
  414. end
  415. end)
  416.  
  417. Fly.Name = "Fly"
  418. Fly.Parent = ScriptsGUI
  419. Fly.BackgroundColor3 = Color3.new(1, 1, 1)
  420. Fly.BorderSizePixel = 0
  421. Fly.Position = UDim2.new(0.0481099673, 0, 0.174386919, 0)
  422. Fly.Size = UDim2.new(0, 125, 0, 50)
  423. Fly.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  424. Fly.Font = Enum.Font.SciFi
  425. Fly.Text = "Fly [F]"
  426. Fly.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  427. Fly.TextSize = 21
  428. Fly.MouseButton1Down:connect(function()
  429. repeat wait()
  430. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  431. local mouse = game.Players.LocalPlayer:GetMouse()
  432. repeat wait() until mouse
  433. local plr = game.Players.LocalPlayer
  434. local torso = plr.Character.Torso
  435. local flying = true
  436. local deb = true
  437. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  438. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  439. local maxspeed = 50
  440. local speed = 0
  441.  
  442. function Fly()
  443. local bg = Instance.new("BodyGyro", torso)
  444. bg.P = 9e4
  445. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  446. bg.cframe = torso.CFrame
  447. local bv = Instance.new("BodyVelocity", torso)
  448. bv.velocity = Vector3.new(0,0.1,0)
  449. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  450. repeat wait()
  451. plr.Character.Humanoid.PlatformStand = true
  452. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  453. speed = speed+.5+(speed/maxspeed)
  454. if speed > maxspeed then
  455. speed = maxspeed
  456. end
  457. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  458. speed = speed-1
  459. if speed < 0 then
  460. speed = 0
  461. end
  462. end
  463. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  464. 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
  465. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  466. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  467. 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
  468. else
  469. bv.velocity = Vector3.new(0,0.1,0)
  470. end
  471. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  472. until not flying
  473. ctrl = {f = 0, b = 0, l = 0, r = 0}
  474. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  475. speed = 0
  476. bg:Destroy()
  477. bv:Destroy()
  478. plr.Character.Humanoid.PlatformStand = false
  479. end
  480. mouse.KeyDown:connect(function(key)
  481. if key:lower() == "f" then
  482. if flying then flying = false
  483. else
  484. flying = true
  485. Fly()
  486. end
  487. elseif key:lower() == "w" then
  488. ctrl.f = 1
  489. elseif key:lower() == "s" then
  490. ctrl.b = -1
  491. elseif key:lower() == "a" then
  492. ctrl.l = -1
  493. elseif key:lower() == "d" then
  494. ctrl.r = 1
  495. end
  496. end)
  497. mouse.KeyUp:connect(function(key)
  498. if key:lower() == "w" then
  499. ctrl.f = 0
  500. elseif key:lower() == "s" then
  501. ctrl.b = 0
  502. elseif key:lower() == "a" then
  503. ctrl.l = 0
  504. elseif key:lower() == "d" then
  505. ctrl.r = 0
  506. end
  507. end)
  508. Fly()
  509. end)
  510.  
  511. CreatorID.Name = "CreatorID"
  512. CreatorID.Parent = ScriptsGUI
  513. CreatorID.BackgroundColor3 = Color3.new(1, 1, 1)
  514. CreatorID.BorderSizePixel = 0
  515. CreatorID.Position = UDim2.new(0.525773168, 0, 0.329700261, 0)
  516. CreatorID.Size = UDim2.new(0, 125, 0, 50)
  517. CreatorID.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  518. CreatorID.Font = Enum.Font.SciFi
  519. CreatorID.Text = "Change to CreatorID"
  520. CreatorID.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  521. CreatorID.TextSize = 20
  522. CreatorID.TextWrapped = true
  523. CreatorID.MouseButton1Down:connect(function()
  524. game:GetService("Players").LocalPlayer.UserId = game.CreatorId
  525. game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0
  526. print("[UserId Changer] Operation completed successfully")
  527. end)
  528.  
  529. SaveTools.Name = "SaveTools"
  530. SaveTools.Parent = ScriptsGUI
  531. SaveTools.BackgroundColor3 = Color3.new(1, 1, 1)
  532. SaveTools.BorderSizePixel = 0
  533. SaveTools.Position = UDim2.new(0.0481099673, 0, 0.329700261, 0)
  534. SaveTools.Size = UDim2.new(0, 125, 0, 50)
  535. SaveTools.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  536. SaveTools.Font = Enum.Font.SciFi
  537. SaveTools.Text = "SaveTools [K, L, P]"
  538. SaveTools.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  539. SaveTools.TextSize = 18
  540. SaveTools.TextWrapped = true
  541. SaveTools.MouseButton1Down:connect(function()
  542. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  543. if (key=="k") then
  544. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  545. if (v:IsA("Tool")) then
  546. v.Parent = game.Players.LocalPlayer
  547. end
  548. end
  549. end
  550. end)
  551. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  552. if (key=="l") then
  553. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  554. if (v:IsA("Tool")) then
  555. v.Parent = game.Players.LocalPlayer.Backpack
  556. end
  557. end
  558. end
  559. end)
  560. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  561. if (key=="p") then
  562. while wait() do
  563. local GetBackpack = game.Players.LocalPlayer.Backpack:GetChildren()
  564. for i=1, #GetBackpack do
  565. if GetBackpack[i].ClassName == "Tool" then
  566. GetBackpack[i].CanBeDropped = true
  567. end
  568. end
  569. end
  570. end
  571. end)
  572. end)
  573.  
  574. God.Name = "God"
  575. God.Parent = ScriptsGUI
  576. God.BackgroundColor3 = Color3.new(1, 1, 1)
  577. God.BorderSizePixel = 0
  578. God.Position = UDim2.new(0.0481099673, 0, 0.482288837, 0)
  579. God.Size = UDim2.new(0, 125, 0, 50)
  580. God.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  581. God.Font = Enum.Font.SciFi
  582. God.Text = "God"
  583. God.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  584. God.TextSize = 21
  585. God.MouseButton1Down:connect(function()
  586. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  587. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  588. l.Parent = game.Players.LocalPlayer.Character
  589. l.Name = "Humanoid"
  590. wait(0.1)
  591. game.Players.LocalPlayer.Character["1"]:Destroy()
  592. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  593. game.Players.LocalPlayer.Character.Animate.Disabled = true
  594. wait(0.1)
  595. game.Players.LocalPlayer.Character.Animate.Disabled = false
  596. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  597. end)
  598.  
  599. OOF.Name = "OOF"
  600. OOF.Parent = ScriptsGUI
  601. OOF.BackgroundColor3 = Color3.new(1, 1, 1)
  602. OOF.BorderSizePixel = 0
  603. OOF.Position = UDim2.new(0.525773168, 0, 0.482288837, 0)
  604. OOF.Size = UDim2.new(0, 125, 0, 50)
  605. OOF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  606. OOF.Font = Enum.Font.SciFi
  607. OOF.Text = "OOF"
  608. OOF.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  609. OOF.TextSize = 21
  610. OOF.MouseButton1Down:connect(function()
  611. while wait() do
  612. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  613. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  614. for _,x in pairs(v.Character.Head:GetChildren()) do
  615. if x:IsA'Sound' then x.Playing = true end
  616. end
  617. end
  618. end
  619. end
  620. while wait() do
  621. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  622. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  623. for _,x in pairs(v.Character.Head:GetChildren()) do
  624. if x:IsA'Sound' then x.Playing = false end
  625. end
  626. end
  627. end
  628. end
  629. end)
  630.  
  631. Blink.Name = "Blink"
  632. Blink.Parent = ScriptsGUI
  633. Blink.BackgroundColor3 = Color3.new(1, 1, 1)
  634. Blink.BorderSizePixel = 0
  635. Blink.Position = UDim2.new(0.522336781, 0, 0.634877384, 0)
  636. Blink.Size = UDim2.new(0, 125, 0, 50)
  637. Blink.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  638. Blink.Font = Enum.Font.SciFi
  639. Blink.Text = "Blink"
  640. Blink.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  641. Blink.TextSize = 21
  642. Blink.MouseButton1Down:connect(function()
  643. local ScreenGui = Instance.new("ScreenGui")
  644. local Frame = Instance.new("Frame")
  645. local TextLabel = Instance.new("TextLabel")
  646. local Off = Instance.new("TextButton")
  647. local On = Instance.new("TextButton")
  648. ScreenGui.Parent = game:GetService('CoreGui')
  649. ScreenGui.Name = "blinkgui"
  650. Frame.Parent = ScreenGui
  651. Frame.Active = true
  652. Frame.BackgroundColor3 = Color3.new(0.027451, 0.823529, 1)
  653. Frame.BorderSizePixel = 5
  654. Frame.Draggable = true
  655. Frame.Position = UDim2.new(0.0222392641, 0, 0.790732443, 0)
  656. Frame.Size = UDim2.new(0, 343, 0, 106)
  657. TextLabel.Parent = Frame
  658. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  659. TextLabel.BackgroundTransparency = 1
  660. TextLabel.Position = UDim2.new(0.183673471, 0, 0, 0)
  661. TextLabel.Size = UDim2.new(0, 217, 0, 40)
  662. TextLabel.Font = Enum.Font.Code
  663. TextLabel.Text = "FE Blink GUI By xFunnieuss"
  664. TextLabel.TextSize = 16
  665. Off.Parent = Frame
  666. Off.BackgroundColor3 = Color3.new(1, 1, 1)
  667. Off.BackgroundTransparency = 1
  668. Off.Position = UDim2.new(0.548104942, 0, 0.377358496, 0)
  669. Off.Size = UDim2.new(0, 138, 0, 49)
  670. Off.Font = Enum.Font.Code
  671. Off.Text = "Off"
  672. Off.TextSize = 20
  673. On.Parent = Frame
  674. On.BackgroundColor3 = Color3.new(1, 1, 1)
  675. On.BackgroundTransparency = 1
  676. On.Position = UDim2.new(0.0612244904, 0, 0.377358496, 0)
  677. On.Size = UDim2.new(0, 134, 0, 49)
  678. On.Font = Enum.Font.Code
  679. On.Text = "On"
  680. On.TextSize = 20
  681. On.MouseButton1Down:connect(function()
  682. local fat = Instance.new'Animation'
  683. fat.AnimationId = 'rbxassetid://218504594'
  684. game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass'Humanoid':LoadAnimation(fat):Play(0,0,0)
  685. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.Anchored = true
  686. fat:Destroy()
  687. game:GetService('StarterGui'):SetCore("SendNotification", {Title = "Blink GUI Notification", Text = "Blink Is On, Press OFF to return to normal!"})
  688. end)
  689. Off.MouseButton1Down:connect(function()
  690. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.Anchored = false
  691. game:GetService('StarterGui'):SetCore("SendNotification", {Title = "Blink GUI Notification", Text = "Blink Is Off, You have returned back to normal"})
  692. end)
  693. end)
  694.  
  695. Respawn.Name = "Respawn"
  696. Respawn.Parent = ScriptsGUI
  697. Respawn.BackgroundColor3 = Color3.new(1, 1, 1)
  698. Respawn.BorderSizePixel = 0
  699. Respawn.Position = UDim2.new(0.0446735397, 0, 0.634877384, 0)
  700. Respawn.Size = UDim2.new(0, 125, 0, 50)
  701. Respawn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  702. Respawn.Font = Enum.Font.SciFi
  703. Respawn.Text = "Respawn"
  704. Respawn.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  705. Respawn.TextSize = 21
  706. Respawn.MouseButton1Down:connect(function()
  707. --respawns your self once your done with fe control
  708. local prt=Instance.new("Model", workspace);
  709. Instance.new("Part", prt).Name="Torso";
  710. Instance.new("Part", prt).Name="Head";
  711. Instance.new("Humanoid", prt).Name="Humanoid";
  712. game.Players.LocalPlayer.Character=prt
  713. --credit to dragonramer
  714. end)
  715.  
  716. FEScript.Name = "FE Script"
  717. FEScript.Parent = ScriptsGUI
  718. FEScript.BackgroundColor3 = Color3.new(1, 1, 1)
  719. FEScript.BorderSizePixel = 0
  720. FEScript.Position = UDim2.new(0.0515463911, 0, 0.790190756, 0)
  721. FEScript.Size = UDim2.new(0, 262, 0, 50)
  722. FEScript.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  723. FEScript.Font = Enum.Font.SciFi
  724. FEScript.Text = "FE Script [Press every key]"
  725. FEScript.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  726. FEScript.TextSize = 21
  727. FEScript.MouseButton1Down:connect(function()
  728. local plr = game.Players.LocalPlayer
  729.  
  730. local mouse = plr:GetMouse()
  731.  
  732. lpc = game.Players.LocalPlayer.Character
  733.  
  734. weld1 = Instance.new("Weld")
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742. mouse.KeyDown:connect(function(key1)
  743.  
  744. if key1 == "q" then
  745.  
  746. local gg = mouse.Target
  747.  
  748. if gg ~= nil then
  749.  
  750. plr.Character.Humanoid:EquipTool(gg.Parent:FindFirstChildOfClass("Tool"))
  751.  
  752. else
  753.  
  754. print("fail steal tools")
  755.  
  756. end
  757.  
  758. end
  759.  
  760. end)
  761.  
  762.  
  763.  
  764.  
  765.  
  766. mouse.KeyDown:connect(function(key1)
  767.  
  768. if key1 == "z" then
  769.  
  770. local gg = mouse.Target
  771.  
  772. if gg ~= nil then
  773.  
  774. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  775.  
  776. end
  777.  
  778. end
  779.  
  780. end)
  781.  
  782.  
  783.  
  784. mouse.KeyDown:connect(function(key1)
  785.  
  786. if key1 == "o" then
  787.  
  788. local gg = mouse.Target
  789.  
  790. if gg ~= nil then
  791.  
  792. for i,v in pairs(game.Players:GetPlayers()) do if v.Name == gg.Parent.Name then
  793.  
  794. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Account Age (Days) for :", "All")
  795.  
  796. wait(0.5)
  797.  
  798. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(gg.Parent.Name, "All")
  799.  
  800. wait(0.5)
  801.  
  802. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.AccountAge, "All")
  803.  
  804. end
  805.  
  806. end
  807.  
  808. end
  809.  
  810. end
  811.  
  812. end)
  813.  
  814.  
  815.  
  816. mouse.KeyDown:connect(function(key1)
  817.  
  818. if key1 == "e" then
  819.  
  820. local gg = mouse.Target
  821.  
  822. if gg ~= nil then
  823.  
  824. gg.Parent.Humanoid:EquipTool(plr.Character:FindFirstChildOfClass("Tool"))
  825.  
  826. else
  827.  
  828. print("fail steal tools")
  829.  
  830. end
  831.  
  832. end
  833.  
  834. end)
  835.  
  836.  
  837.  
  838. mouse.KeyDown:connect(function(key1)
  839.  
  840. if key1 == "t" then
  841.  
  842. local gg = mouse.Target
  843.  
  844. if gg ~= nil then
  845.  
  846. for i,v in pairs(game.Players:GetPlayers()) do if v.Name == gg.Parent.Name then
  847.  
  848. v:Move(Vector3.new(math.huge*0))
  849.  
  850. v:Move(Vector3.new(math.huge*0))
  851.  
  852. wait()
  853.  
  854. v:Move(Vector3.new(math.huge*0))
  855.  
  856. v:Move(Vector3.new(math.huge*0))
  857.  
  858. wait()
  859.  
  860. v:Move(Vector3.new(math.huge*0))
  861.  
  862. v:Move(Vector3.new(math.huge*0))
  863.  
  864. wait()
  865.  
  866. v:Move(Vector3.new(math.huge*0))
  867.  
  868. v:Move(Vector3.new(math.huge*0))
  869.  
  870. end
  871.  
  872. end
  873.  
  874. end
  875.  
  876. end
  877.  
  878. end)
  879.  
  880.  
  881.  
  882. mouse.KeyDown:connect(function(key1)
  883.  
  884. if key1 == "r" then
  885.  
  886. local gg = mouse.Target
  887.  
  888. if gg ~= nil then
  889.  
  890. weld1 = Instance.new("Weld")
  891.  
  892. weld1.Parent = game.Players.LocalPlayer.Character.Head
  893.  
  894. weld1.Part1 = game.Players.LocalPlayer.Character.Head
  895.  
  896. weld1.Part0 = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle
  897.  
  898. weld1.C0 = CFrame.new(0,0,0)
  899.  
  900. gg.Parent.Humanoid:EquipTool(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  901.  
  902. wait(0.8)
  903.  
  904. game.Players.LocalPlayer.Character.Humanoid:EquipTool(gg.Parent:FindFirstChildOfClass("Tool"))
  905.  
  906. end
  907.  
  908. end
  909.  
  910. end)
  911.  
  912.  
  913.  
  914. mouse.KeyDown:connect(function(key1)
  915.  
  916. if key1 == "v" then
  917.  
  918. local gg = mouse.Target
  919.  
  920. if gg ~= nil then
  921.  
  922. gg.Parent:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  923.  
  924. else
  925.  
  926. print("No target (Steal steal)")
  927.  
  928. end
  929.  
  930. end
  931.  
  932. end)
  933.  
  934.  
  935.  
  936.  
  937.  
  938. mouse.KeyDown:connect(function(key1)
  939.  
  940. if key1 == "y" then
  941.  
  942. local gg = mouse.Target
  943.  
  944. if gg ~= nil then
  945.  
  946. weld1 = Instance.new("Weld")
  947.  
  948. weld1.Parent = game.Players.LocalPlayer.Character.Head
  949.  
  950. weld1.Part1 = game.Players.LocalPlayer.Character.Head
  951.  
  952. weld1.Part0 = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle
  953.  
  954. weld1.C0 = CFrame.new(0,0,40)
  955.  
  956. gg.Parent.Humanoid:EquipTool(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"))
  957.  
  958. wait(0.8)
  959.  
  960. game.Players.LocalPlayer.Character.Humanoid:EquipTool(gg.Parent:FindFirstChildOfClass("Tool"))
  961.  
  962. end
  963.  
  964. end
  965.  
  966. end)
  967.  
  968.  
  969.  
  970. mouse.KeyDown:connect(function(key1)
  971.  
  972. if key1 == "x" then
  973.  
  974. local gg = mouse.Target
  975.  
  976. if gg ~= nil then
  977.  
  978. for i,v in pairs(game.Players:GetPlayers()) do if v.Name ~= plr.Name then
  979.  
  980. plr.Character.Humanoid:EquipTool(v.Character:FindFirstChildOfClass("Tool"))
  981.  
  982. end
  983.  
  984. end
  985.  
  986. end
  987.  
  988. end
  989.  
  990. end)
  991.  
  992.  
  993.  
  994. mouse.KeyDown:connect(function(key1)
  995.  
  996. if key1 == "c" then
  997.  
  998. local gg = mouse.Target
  999.  
  1000. if gg ~= nil then
  1001.  
  1002. for i,v in pairs(game.Players:GetPlayers()) do if v.Name ~= plr.Name then
  1003.  
  1004. v:Move(Vector3.new(math.huge*0))
  1005.  
  1006. wait()
  1007.  
  1008. v:Move(Vector3.new(math.huge*0))
  1009.  
  1010. wait()
  1011.  
  1012. v:Move(Vector3.new(math.huge*0))
  1013.  
  1014. v:Move(Vector3.new(math.huge*0))
  1015.  
  1016. wait()
  1017.  
  1018. v:Move(Vector3.new(math.huge*0))
  1019.  
  1020. v:Move(Vector3.new(math.huge*0))
  1021.  
  1022. wait()
  1023.  
  1024. v:Move(Vector3.new(math.huge*0))
  1025.  
  1026. v:Move(Vector3.new(math.huge*0))
  1027.  
  1028. end
  1029.  
  1030. end
  1031.  
  1032. end
  1033.  
  1034. end
  1035.  
  1036. end)
  1037.  
  1038.  
  1039.  
  1040. mouse.KeyDown:connect(function(key1)
  1041.  
  1042. if key1 == "j" then
  1043.  
  1044. local gg = mouse.Target
  1045.  
  1046. if gg ~= nil then
  1047.  
  1048. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle.Mesh:remove()
  1049.  
  1050. end
  1051.  
  1052. end
  1053.  
  1054. end)
  1055.  
  1056.  
  1057.  
  1058. mouse.KeyDown:connect(function(key1)
  1059.  
  1060. if key1 == "l" then
  1061.  
  1062. local gg = mouse.Target
  1063.  
  1064. if gg ~= nil then
  1065.  
  1066. a=Instance.new("SelectionBox",game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Handle)
  1067.  
  1068. a.Adornee=game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Handle
  1069.  
  1070. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Handle.CanCollide=false
  1071.  
  1072. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Handle.Size=Vector3.new(1,1,12)
  1073.  
  1074. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 17
  1075.  
  1076. end
  1077.  
  1078. end
  1079.  
  1080. end)
  1081.  
  1082.  
  1083.  
  1084. mouse.KeyDown:connect(function(key1)
  1085.  
  1086. if key1 == "u" then
  1087.  
  1088. local gg = mouse.Target
  1089.  
  1090. if gg ~= nil then
  1091.  
  1092. game.Players.LocalPlayer.Character:MoveTo(gg.Position)
  1093.  
  1094. end
  1095.  
  1096. end
  1097.  
  1098. end)
  1099.  
  1100.  
  1101.  
  1102. mouse.KeyDown:connect(function(key1)
  1103.  
  1104. if key1 == "k" then
  1105.  
  1106. local gg = mouse.Target
  1107.  
  1108. if gg ~= nil then
  1109.  
  1110. game.Players.LocalPlayer.Character.Head.Died.Playing = true
  1111.  
  1112. game.Players.LocalPlayer.Character.Head.Died.TimePosition = 0
  1113.  
  1114. end
  1115.  
  1116. end
  1117.  
  1118. end)
  1119.  
  1120.  
  1121.  
  1122. mouse.KeyDown:connect(function(key1)
  1123.  
  1124. if key1 == "h" then
  1125.  
  1126. local gg = mouse.Target
  1127.  
  1128. if gg ~= nil then
  1129.  
  1130. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Accessory").Handle.Mesh:remove()
  1131.  
  1132. end
  1133.  
  1134. end
  1135.  
  1136. end)
  1137.  
  1138.  
  1139.  
  1140. mouse.KeyDown:connect(function(key1)
  1141.  
  1142. if key1 == "m" then
  1143.  
  1144. local gg = mouse.Target
  1145.  
  1146. if gg ~= nil then
  1147.  
  1148. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool"):remove()
  1149.  
  1150. end
  1151.  
  1152. end
  1153.  
  1154. end)
  1155.  
  1156.  
  1157.  
  1158. mouse.KeyDown:connect(function(key1)
  1159.  
  1160. if key1 == "n" then
  1161.  
  1162. local gg = mouse.Target
  1163.  
  1164. if gg ~= nil then
  1165.  
  1166. game.Players.LocalPlayer.Backpack:ClearAllChildren()
  1167.  
  1168. end
  1169.  
  1170. end
  1171.  
  1172. end)
  1173.  
  1174.  
  1175.  
  1176. mouse.KeyDown:connect(function(key1)
  1177.  
  1178. if key1 == "g" then
  1179.  
  1180. local gg = mouse.Target
  1181.  
  1182. if gg ~= nil then
  1183.  
  1184. game.Players.LocalPlayer.PlayerGui.Halpp.MainFrame.Visible = false
  1185.  
  1186. end
  1187.  
  1188. end
  1189.  
  1190. end)
  1191.  
  1192.  
  1193.  
  1194. mouse.KeyDown:connect(function(key1)
  1195.  
  1196. if key1 == "f" then
  1197.  
  1198. local gg = mouse.Target
  1199.  
  1200. if gg ~= nil then
  1201.  
  1202. game.Players.LocalPlayer.PlayerGui.Halpp.MainFrame.Visible = true
  1203.  
  1204. end
  1205.  
  1206. end
  1207.  
  1208. end)
  1209.  
  1210.  
  1211.  
  1212. mouse.KeyDown:connect(function(key1)
  1213.  
  1214. if key1 == "p" then
  1215.  
  1216. local gg = mouse.Target
  1217.  
  1218. if gg ~= nil then
  1219.  
  1220. for i,v in pairs(game.Players:GetPlayers()) do
  1221.  
  1222. AnimationId = "33796059"
  1223.  
  1224. local Anim = Instance.new("Animation")
  1225.  
  1226. Anim.AnimationId = "rbxassetid://"..AnimationId
  1227.  
  1228. local k = v.Character.Humanoid:LoadAnimation(Anim)
  1229.  
  1230. k:Play() --Play the animation
  1231.  
  1232. k:AdjustSpeed(1000) --Set '1' to any value you want to adjust the animation speed.
  1233.  
  1234. end
  1235.  
  1236. end
  1237.  
  1238. end
  1239. end)
  1240. end)
  1241.  
  1242. GamesGUI.Name = "GamesGUI"
  1243. GamesGUI.Parent = Main
  1244. GamesGUI.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  1245. GamesGUI.BorderSizePixel = 0
  1246. GamesGUI.Position = UDim2.new(0.189804077, 0, -0.000684916973, 0)
  1247. GamesGUI.Size = UDim2.new(0, 291, 0, 367)
  1248. GamesGUI.Visible = false
  1249.  
  1250. PrisonLife.Name = "Prison-Life"
  1251. PrisonLife.Parent = GamesGUI
  1252. PrisonLife.BackgroundColor3 = Color3.new(1, 1, 1)
  1253. PrisonLife.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  1254. PrisonLife.BorderSizePixel = 0
  1255. PrisonLife.Position = UDim2.new(0.0446735397, 0, 0.705722094, 0)
  1256. PrisonLife.Size = UDim2.new(0, 265, 0, 50)
  1257. PrisonLife.AutoButtonColor = false
  1258. PrisonLife.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1259. PrisonLife.Font = Enum.Font.SciFi
  1260. PrisonLife.Text = "Prison Life"
  1261. PrisonLife.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1262. PrisonLife.TextSize = 20
  1263. PrisonLife.TextWrapped = true
  1264. PrisonLife.MouseButton1Down:connect(function()
  1265. wait(1)
  1266.  
  1267. -- Local Player
  1268. local p = game.Players.LocalPlayer
  1269.  
  1270. -- Instance Objects
  1271. local gui = Instance.new('ScreenGui',p.PlayerGui)
  1272. local frame = Instance.new('ScrollingFrame',gui)
  1273. local open = Instance.new('TextButton',gui)
  1274. local name = Instance.new('TextLabel',frame)
  1275. local arrest = Instance.new('TextButton',frame)
  1276. local btools = Instance.new('TextButton',frame)
  1277. local escape = Instance.new('TextButton',frame)
  1278. local exit = Instance.new('TextButton',frame)
  1279. local killaura = Instance.new('TextButton',frame)
  1280. local melee = Instance.new('TextButton',frame)
  1281. local removedoors = Instance.new('TextButton',frame)
  1282. local tools = Instance.new('TextButton',frame)
  1283. local speedplus = Instance.new('TextButton',frame)
  1284. local speedminus = Instance.new('TextButton',frame)
  1285. local jumpplus = Instance.new('TextButton',frame)
  1286. local jumpminus = Instance.new('TextButton',frame)
  1287. local sedan = Instance.new('TextButton',frame)
  1288. local squad = Instance.new('TextButton',frame)
  1289. local bypass = Instance.new('TextButton',frame)
  1290. local db = Instance.new('TextButton',frame)
  1291. local floor = Instance.new('TextButton',frame)
  1292.  
  1293. -- Name object
  1294. gui.Name = "Prison Life v2.0 GUI"
  1295. frame.Name = "Commands"
  1296. open.Name = "Open"
  1297. name.Name = "Name"
  1298. arrest.Name = "ArrestButton"
  1299. btools.Name = "BtoolsButton"
  1300. escape.Name = "EscapeButton"
  1301. exit.Name = "ExitButton"
  1302. killaura.Name = "KillauraButton"
  1303. melee.Name = "MeleeButton"
  1304. removedoors.Name = "RemoveDoorsButton"
  1305. tools.Name = "ToolsButton"
  1306. speedplus.Name = "SpeedAdd"
  1307. speedminus.Name = "SpeedReduce"
  1308. jumpplus.Name = "JumpAdd"
  1309. jumpminus.Name = "JumpReduce"
  1310. sedan.Name = "SedanCar"
  1311. squad.Name = "SquadCar"
  1312. bypass.Name = "Bypass"
  1313. db.Name = "DisableBypass"
  1314. floor.Name = "Floor"
  1315.  
  1316. -- Object Visible
  1317. frame.Visible = true
  1318. open.Visible = false
  1319. name.Visible = true
  1320. arrest.Visible = true
  1321. btools.Visible = true
  1322. escape.Visible = true
  1323. exit.Visible = true
  1324. killaura.Visible = true
  1325. melee.Visible = true
  1326. removedoors.Visible = true
  1327. tools.Visible = true
  1328. speedplus.Visible = true
  1329. speedminus.Visible = true
  1330. jumpplus.Visible = true
  1331. jumpminus.Visible = true
  1332. sedan.Visible = true
  1333. squad.Visible = true
  1334. bypass.Visible = true
  1335. db.Visible = true
  1336. floor.Visible = true
  1337.  
  1338. -- Background Color
  1339. frame.BackgroundColor3 = Color3.new(255,255,255)
  1340. open.BackgroundColor3 = Color3.new(0,255,255)
  1341. name.BackgroundColor3 = Color3.new(255,255,255)
  1342. arrest.BackgroundColor3 = Color3.new(0,0,255)
  1343. btools.BackgroundColor3 = Color3.new(0,0,255)
  1344. escape.BackgroundColor3 = Color3.new(0,0,255)
  1345. exit.BackgroundColor3 = Color3.new(255,0,0)
  1346. killaura.BackgroundColor3 = Color3.new(0,0,255)
  1347. melee.BackgroundColor3 = Color3.new(0,0,255)
  1348. removedoors.BackgroundColor3 = Color3.new(0,0,255)
  1349. tools.BackgroundColor3 = Color3.new(0,0,255)
  1350. speedplus.BackgroundColor3 = Color3.new(0,0,255)
  1351. speedminus.BackgroundColor3 = Color3.new(0,0,255)
  1352. jumpplus.BackgroundColor3 = Color3.new(0,0,255)
  1353. jumpminus.BackgroundColor3 = Color3.new(0,0,255)
  1354. sedan.BackgroundColor3 = Color3.new(0,0,255)
  1355. squad.BackgroundColor3 = Color3.new(0,0,255)
  1356. bypass.BackgroundColor3 = Color3.new(0,0,255)
  1357. db.BackgroundColor3 = Color3.new(0,0,255)
  1358. floor.BackgroundColor3 = Color3.new(0,0,255)
  1359.  
  1360. -- Background Transparency
  1361. frame.BackgroundTransparency = 0.5
  1362. open.BackgroundTransparency = 0
  1363. name.BackgroundTransparency = 0.6
  1364. arrest.BackgroundTransparency = 0
  1365. btools.BackgroundTransparency = 0
  1366. escape.BackgroundTransparency = 0
  1367. exit.BackgroundTransparency = 0
  1368. killaura.BackgroundTransparency = 0
  1369. melee.BackgroundTransparency = 0
  1370. removedoors.BackgroundTransparency = 0
  1371. tools.BackgroundTransparency = 0
  1372. speedplus.BackgroundTransparency = 0
  1373. speedminus.BackgroundTransparency = 0
  1374. jumpplus.BackgroundTransparency = 0
  1375. jumpminus.BackgroundTransparency = 0
  1376. sedan.BackgroundTransparency = 0
  1377. bypass.BackgroundTransparency = 0
  1378. db.BackgroundTransparency = 0
  1379. floor.BackgroundTransparency = 0
  1380.  
  1381. -- Objects Size
  1382. frame.Size = UDim2.new(0,250,0,300)
  1383. open.Size = UDim2.new(0,80,0,30)
  1384. name.Size = UDim2.new(0,180,0,40)
  1385. arrest.Size = UDim2.new(0.9,12,0,30)
  1386. btools.Size = UDim2.new(0.9,12,0,30)
  1387. escape.Size = UDim2.new(0.9,12,0,30)
  1388. exit.Size = UDim2.new(0,50,0,40)
  1389. killaura.Size = UDim2.new(0.9,12,0,30)
  1390. melee.Size = UDim2.new(0.9,12,0,30)
  1391. removedoors.Size = UDim2.new(0.9,12,0,30)
  1392. tools.Size = UDim2.new(0.9,12,0,30)
  1393. speedplus.Size = UDim2.new(0.9,12,0,30)
  1394. speedminus.Size = UDim2.new(0.9,12,0,30)
  1395. jumpplus.Size = UDim2.new(0.9,12,0,30)
  1396. jumpminus.Size = UDim2.new(0.9,12,0,30)
  1397. sedan.Size = UDim2.new(0.9,12,0,30)
  1398. squad.Size = UDim2.new(0.9,12,0,30)
  1399. bypass.Size = UDim2.new(0.9,12,0,30)
  1400. db.Size = UDim2.new(0.9,12,0,30)
  1401. floor.Size = UDim2.new(0.9,12,0,30)
  1402.  
  1403. -- Objects Position
  1404. frame.Position = UDim2.new(0,5,0.4,0)
  1405. open.Position = UDim2.new(0,0,0,0)
  1406. name.Position = UDim2.new(0,0,0,0)
  1407. arrest.Position = UDim2.new(0,0,0,320)
  1408. btools.Position = UDim2.new(0,0,0,185)
  1409. escape.Position = UDim2.new(0,0,0,230)
  1410. exit.Position = UDim2.new(0,184,0,0)
  1411. killaura.Position = UDim2.new(0,0,0,275)
  1412. melee.Position = UDim2.new(0,0,0,140)
  1413. removedoors.Position = UDim2.new(0,0,0,50)
  1414. tools.Position = UDim2.new(0,0,0,95)
  1415. speedplus.Position = UDim2.new(0,0,0,365)
  1416. speedminus.Position = UDim2.new(0,0,0,410)
  1417. jumpplus.Position = UDim2.new(0,0,0,455)
  1418. jumpminus.Position = UDim2.new(0,0,0,500)
  1419. sedan.Position = UDim2.new(0,0,0,545)
  1420. squad.Position = UDim2.new(0,0,0,590)
  1421. bypass.Position = UDim2.new(0,0,0,635)
  1422. db.Position = UDim2.new(0,0,0,680)
  1423. floor.Position = UDim2.new(0,0,0,725)
  1424.  
  1425. -- Objects Text Color
  1426. open.TextColor3 = Color3.new(0,0,0)
  1427. name.TextColor3 = Color3.new(0,255,255)
  1428. arrest.TextColor3 = Color3.new(0,0,0)
  1429. btools.TextColor3 = Color3.new(0,0,0)
  1430. escape.TextColor3 = Color3.new(0,0,0)
  1431. exit.TextColor3 = Color3.new(0,0,0)
  1432. killaura.TextColor3 = Color3.new(0,0,0)
  1433. melee.TextColor3 = Color3.new(0,0,0)
  1434. removedoors.TextColor3 = Color3.new(0,0,0)
  1435. tools.TextColor3 = Color3.new(0,0,0)
  1436. speedplus.TextColor3 = Color3.new(0,0,0)
  1437. speedminus.TextColor3 = Color3.new(0,0,0)
  1438. jumpplus.TextColor3 = Color3.new(0,0,0)
  1439. jumpminus.TextColor3 = Color3.new(0,0,0)
  1440. sedan.TextColor3 = Color3.new(0,0,0)
  1441. squad.TextColor3 = Color3.new(0,0,0)
  1442. bypass.TextColor3 = Color3.new(0,0,0)
  1443. db.TextColor3 = Color3.new(0,0,0)
  1444. floor.TextColor3 = Color3.new(0,0,0)
  1445.  
  1446. -- Object Font
  1447. name.Font = 'Fantasy'
  1448.  
  1449. -- Object Text
  1450. open.Text = 'Open'
  1451. name.Text = 'Prison Life v2.0 Commands'
  1452. arrest.Text = 'Arrest [Cops Only]'
  1453. btools.Text = 'Give Btools'
  1454. escape.Text = 'Escape The Prison'
  1455. exit.Text = 'Exit'
  1456. killaura.Text = 'Kill Aura [Danger]'
  1457. melee.Text = 'Give Melee'
  1458. removedoors.Text = 'Remove Doors'
  1459. tools.Text = 'Give Guns'
  1460. speedplus.Text = 'WalkSpeed + 10'
  1461. speedminus.Text = 'WalkSpeed - 10'
  1462. jumpplus.Text = 'JumpPower + 10'
  1463. jumpminus.Text = 'JumpPower - 10'
  1464. sedan.Text = 'Teleport Seden [If got]'
  1465. squad.Text = 'Teleport Squad [If got]'
  1466. bypass.Text = 'Bypass Taser, Arrest [Cannot Punch]'
  1467. db.Text = 'Disable Bypass Taser, Arrest'
  1468. floor.Text = 'Get Tools on the floor'
  1469.  
  1470. -- Object Text Scaled
  1471. open.TextScaled = true
  1472. name.TextScaled = true
  1473. arrest.TextScaled = true
  1474. btools.TextScaled = true
  1475. escape.TextScaled = true
  1476. exit.TextScaled = true
  1477. killaura.TextScaled = true
  1478. melee.TextScaled = true
  1479. removedoors.TextScaled = true
  1480. tools.TextScaled = true
  1481. speedplus.TextScaled = true
  1482. speedminus.TextScaled = true
  1483. jumpplus.TextScaled = true
  1484. jumpminus.TextScaled = true
  1485. sedan.TextScaled = true
  1486. squad.TextScaled = true
  1487. bypass.TextScaled = true
  1488. db.TextScaled = true
  1489. floor.TextScaled = true
  1490.  
  1491. -- Frame Moveable
  1492. frame.Active = true
  1493. frame.Draggable = true
  1494.  
  1495. -- Open Function
  1496. open.MouseButton1Down:connect(function()
  1497. frame.Visible = true
  1498. frame:TweenPosition(UDim2.new(0,5,0.4,0), "Out", "Bounce",1 ,true)
  1499. open.Visible = false
  1500. open.Position = UDim2.new(0,0,0,0)
  1501. end)
  1502.  
  1503. -- Close/Exit Function
  1504. exit.MouseButton1Down:connect(function()
  1505. frame:TweenPosition(UDim2.new(0.1,-400,0.4,0) , "Out", "Quad", 1, true)
  1506. wait(1)
  1507. frame.Visible = false
  1508. wait(.1)
  1509. open.Visible = true
  1510. open:TweenPosition(UDim2.new(0,2,0.8,15), "Out", "Bounce",1 ,true)
  1511. end)
  1512.  
  1513. -- Remove Doors Function
  1514. removedoors.MouseButton1Down:connect(function()
  1515. game.Workspace.Doors:Destroy()
  1516. end)
  1517.  
  1518. -- Guns Function
  1519. tools.MouseButton1Down:connect(function()
  1520. local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield"}
  1521. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  1522. for j, k in pairs(weapons) do
  1523. if v.Name == k then
  1524. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  1525. end
  1526. end
  1527. end
  1528. end)
  1529.  
  1530. -- Melee Function
  1531. melee.MouseButton1Down:connect(function()
  1532. local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
  1533. for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  1534. for j, k in pairs(weapons) do
  1535. if v.Name == k then
  1536. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  1537. end
  1538. end
  1539. end
  1540. end)
  1541.  
  1542. -- Btools Function
  1543. btools.MouseButton1Down:connect(function()
  1544. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  1545. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  1546. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  1547. loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  1548. end)
  1549.  
  1550. -- Escape Function
  1551. escape.MouseButton1Down:connect(function()
  1552. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
  1553. end)
  1554.  
  1555. -- Kill Aura Function
  1556. killaura.MouseButton1Down:connect(function()
  1557. while wait(0.1) do
  1558. for i, plr in pairs(game.Players:GetChildren()) do
  1559. if plr.Name ~= game.Players.LocalPlayer.Name then
  1560. for i = 1, 10 do
  1561. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  1562. end
  1563. end
  1564. end
  1565. end
  1566. end)
  1567.  
  1568. -- Arrest Function
  1569. local mouse = game.Players.LocalPlayer:GetMouse()
  1570. local arrestEvent = game.Workspace.Remote.arrest
  1571. mouse.Button1Down:connect(function()
  1572. local obj = mouse.Target
  1573. local response = arrestEvent:InvokeServer(obj)
  1574. end)
  1575.  
  1576. -- WalkSpeed Increase
  1577. speedplus.MouseButton1Down:connect(function()
  1578. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 10
  1579. end)
  1580.  
  1581. -- WalkSpeed Decrease
  1582. speedminus.MouseButton1Down:connect(function()
  1583. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed - 10
  1584. end)
  1585.  
  1586. -- JumpPower Increase
  1587. jumpplus.MouseButton1Down:connect(function()
  1588. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower + 10
  1589. end)
  1590.  
  1591. -- JumpPower Decrease
  1592. jumpminus.MouseButton1Down:connect(function()
  1593. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower - 10
  1594. end)
  1595.  
  1596. -- Seden
  1597. sedan.MouseButton1Down:connect(function()
  1598. local Cars = {"Sedan"}
  1599. for i, v in pairs(game.Workspace["CarContainer"]:GetChildren()) do
  1600. for j, k in pairs(Cars) do
  1601. if v.Name == k then
  1602. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  1603. wait(.1)
  1604. v.Parent = game.Workspace
  1605. elseif not v.Name == k then
  1606. sedan.Text = 'No Sedan Founded yet !'
  1607. wait(2)
  1608. sedan.Text = 'Teleport Seden [If got]'
  1609. end
  1610. end
  1611. end
  1612. end)
  1613.  
  1614. -- Squad
  1615. squad.MouseButton1Down:connect(function()
  1616. local Cars = {"Squad"}
  1617. for i, v in pairs(game.Workspace["CarContainer"]:GetChildren()) do
  1618. for j, k in pairs(Cars) do
  1619. if v.Name == k then
  1620. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  1621. wait(.1)
  1622. v.Parent = game.Workspace
  1623. elseif not v.Name == k then
  1624. squad.Text = 'No Squad Founded yet !'
  1625. wait(2)
  1626. squad.Text = 'Teleport Squad [If got]'
  1627. end
  1628. end
  1629. end
  1630. end)
  1631.  
  1632. -- Bypass Taser , Arrest
  1633. bypass.MouseButton1Down:connect(function()
  1634. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1635. game.Players.LocalPlayer.CharacterAdded:connect(function()
  1636. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  1637. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  1638. end)
  1639. local message = Instance.new("Message",game.Workspace)
  1640. message.Text = 'Thanks for brack1472 release this script !'
  1641. wait(5)
  1642. message:Destroy()
  1643. end)
  1644.  
  1645. -- Disable Bypass Taser , Arrest
  1646. db.MouseButton1Down:connect(function()
  1647. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false
  1648. game.Players.LocalPlayer.CharacterAdded:connect(function()
  1649. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  1650. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false
  1651. end)
  1652. end)
  1653.  
  1654. -- Get Tools On the Floor
  1655. floor.MouseButton1Down:connect(function()
  1656. for i, v in pairs(game.Workspace["Prison_ITEMS"].single:GetChildren()) do
  1657. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  1658. end
  1659. end)
  1660. end)
  1661.  
  1662. CounterBlox.Name = "Counter-Blox"
  1663. CounterBlox.Parent = GamesGUI
  1664. CounterBlox.BackgroundColor3 = Color3.new(1, 1, 1)
  1665. CounterBlox.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  1666. CounterBlox.BorderSizePixel = 0
  1667. CounterBlox.Position = UDim2.new(0.0446735397, 0, 0.528610349, 0)
  1668. CounterBlox.Size = UDim2.new(0, 265, 0, 50)
  1669. CounterBlox.AutoButtonColor = false
  1670. CounterBlox.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1671. CounterBlox.Font = Enum.Font.SciFi
  1672. CounterBlox.Text = "Counter-Blox"
  1673. CounterBlox.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1674. CounterBlox.TextSize = 20
  1675. CounterBlox.TextWrapped = true
  1676. CounterBlox.MouseButton1Down:connect(function()
  1677. loadstring(game:GetObjects("rbxassetid://1435154910")[1].Source)()
  1678. end)
  1679.  
  1680. Jailbreak.Name = "Jailbreak"
  1681. Jailbreak.Parent = GamesGUI
  1682. Jailbreak.BackgroundColor3 = Color3.new(1, 1, 1)
  1683. Jailbreak.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  1684. Jailbreak.BorderSizePixel = 0
  1685. Jailbreak.Position = UDim2.new(0.0446735397, 0, 0.0217983648, 0)
  1686. Jailbreak.Size = UDim2.new(0, 265, 0, 50)
  1687. Jailbreak.AutoButtonColor = false
  1688. Jailbreak.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1689. Jailbreak.Font = Enum.Font.SciFi
  1690. Jailbreak.Text = "Jailbreak"
  1691. Jailbreak.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1692. Jailbreak.TextSize = 20
  1693. Jailbreak.TextWrapped = true
  1694. Jailbreak.MouseButton1Down:connect(function()
  1695. -- Jailbreaker V1.4 Made By RedBoy /Cloudy
  1696. local plr = game:GetService("Players").LocalPlayer
  1697.  
  1698.  
  1699. local TpMethod = 2
  1700.  
  1701.  
  1702.  
  1703. function JailbreakTp(...)
  1704. getfenv()["TpMethod" .. TpMethod](...)
  1705. end
  1706.  
  1707. function TpMethod1(...)
  1708. local char = plr.Character
  1709. local root = char.HumanoidRootPart
  1710. local args = {...}
  1711. for i=0,1,0.05 do
  1712. wait()
  1713. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  1714. end
  1715. end
  1716.  
  1717. function TpMethod2(...)
  1718. local args = {...}
  1719. local char = plr.Character
  1720. local target = Vector3.new(unpack(args,1,3))
  1721. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  1722. dist = math.floor(dist / 100) + 1
  1723. for i=0,dist * 4 do
  1724. wait()
  1725. char:MoveTo(Vector3.new(...))
  1726. end
  1727. if args[#args] == true then
  1728. wait()
  1729. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  1730. end
  1731. end
  1732.  
  1733. function Tween(obj, t, properties)
  1734. local TweenService = game:GetService("TweenService")
  1735. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  1736. local tween = TweenService:Create(obj,tweenInfo,properties)
  1737. tween:Play()
  1738. return tween
  1739. end
  1740. -- Instances:
  1741. local Jailbreakerv14 = Instance.new("ScreenGui")
  1742. local Main = Instance.new("Frame")
  1743. local TextLabel = Instance.new("TextLabel")
  1744. local ImageLabel = Instance.new("ImageLabel")
  1745. local Name = Instance.new("TextLabel")
  1746. local Version = Instance.new("TextLabel")
  1747. local Open = Instance.new("TextButton")
  1748. local Close = Instance.new("TextButton")
  1749. local PlayerTP = Instance.new("Frame")
  1750. local PlayerTP_Input = Instance.new("TextBox")
  1751. local PlayerTP_Teleport = Instance.new("TextButton")
  1752. local PTPTEXT = Instance.new("TextLabel")
  1753. local NameCredits = Instance.new("TextLabel")
  1754. local OTH = Instance.new("Frame")
  1755. local AutoArrest = Instance.new("TextButton")
  1756. local Btools = Instance.new("TextButton")
  1757. local CarFly = Instance.new("TextButton")
  1758. local Gravity = Instance.new("TextButton")
  1759. local InfiniteHealth = Instance.new("TextButton")
  1760. local InfiniteNitro = Instance.new("TextButton")
  1761. local Infiniteammo = Instance.new("TextButton")
  1762. local Noclip = Instance.new("TextButton")
  1763. local RemoveALL = Instance.new("TextButton")
  1764. local Walkspeed = Instance.new("TextButton")
  1765. local OTHTEXT = Instance.new("TextLabel")
  1766. local TPS = Instance.new("Frame")
  1767. local BankFront = Instance.new("TextButton")
  1768. local BankVault = Instance.new("TextButton")
  1769. local JewIn = Instance.new("TextButton")
  1770. local JewOut = Instance.new("TextButton")
  1771. local Museum = Instance.new("TextButton")
  1772. local MuseumTop = Instance.new("TextButton")
  1773. local crim1 = Instance.new("TextButton")
  1774. local crim2 = Instance.new("TextButton")
  1775. local donut = Instance.new("TextButton")
  1776. local gas = Instance.new("TextButton")
  1777. local train = Instance.new("TextButton")
  1778. local TPTEXT = Instance.new("TextLabel")
  1779. local Guns = Instance.new("Frame")
  1780. local AK47 = Instance.new("TextButton")
  1781. local M4A4 = Instance.new("TextButton")
  1782. local Pistol = Instance.new("TextButton")
  1783. local Shotgun = Instance.new("TextButton")
  1784. local GUNSTEXT = Instance.new("TextLabel")
  1785. local AutoRob = Instance.new("Frame")
  1786. local BankAutoRobBtn = Instance.new("TextButton")
  1787. local AuTEXT = Instance.new("TextLabel")
  1788. local JewelryStatus = Instance.new("TextLabel")
  1789. local BankStatus = Instance.new("TextLabel")
  1790. --Properties:
  1791. Jailbreakerv14.Name = "Jailbreaker v1.4"
  1792. Jailbreakerv14.Parent = game.CoreGui
  1793.  
  1794. Main.Name = "Main"
  1795. Main.Parent = Jailbreakerv14
  1796. Main.Active = true
  1797. Main.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  1798. Main.BackgroundTransparency = 0.10000000149012
  1799. Main.Position = UDim2.new(0.879999995, 0, 0.400000006, 0)
  1800. Main.Size = UDim2.new(0, 150, 0, 200)
  1801.  
  1802. TextLabel.Parent = Main
  1803. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1804. TextLabel.BackgroundTransparency = 1
  1805. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  1806. TextLabel.Font = Enum.Font.Cartoon
  1807. TextLabel.Text = "Jailbreaker"
  1808. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1809. TextLabel.TextScaled = true
  1810. TextLabel.TextSize = 14
  1811. TextLabel.TextWrapped = true
  1812.  
  1813. ImageLabel.Parent = Main
  1814. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1815. ImageLabel.BackgroundTransparency = 1
  1816. ImageLabel.BorderSizePixel = 0
  1817. ImageLabel.Position = UDim2.new(0, 0, 0, 104)
  1818. ImageLabel.Size = UDim2.new(0, 150, 0, 75)
  1819. ImageLabel.ZIndex = 2
  1820. ImageLabel.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&userId=1"
  1821.  
  1822. Name.Name = "Name"
  1823. Name.Parent = Main
  1824. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  1825. Name.BackgroundTransparency = 0.89999997615814
  1826. Name.BorderSizePixel = 0
  1827. Name.Position = UDim2.new(0, 0, 0, 79)
  1828. Name.Size = UDim2.new(0, 150, 0, 20)
  1829. Name.Font = Enum.Font.SourceSans
  1830. Name.Text = "Player Name"
  1831. Name.TextColor3 = Color3.new(1, 1, 1)
  1832. Name.TextScaled = true
  1833. Name.TextSize = 14
  1834. Name.TextWrapped = true
  1835.  
  1836. Version.Name = "Version"
  1837. Version.Parent = Main
  1838. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  1839. Version.BackgroundTransparency = 0.89999997615814
  1840. Version.BorderSizePixel = 0
  1841. Version.Position = UDim2.new(-0.666666687, 100, 1.05499995, -32)
  1842. Version.Size = UDim2.new(0, 150, 0, 20)
  1843. Version.Font = Enum.Font.SourceSans
  1844. Version.Text = "Version 1.4"
  1845. Version.TextColor3 = Color3.new(1, 1, 1)
  1846. Version.TextScaled = true
  1847. Version.TextSize = 14
  1848. Version.TextWrapped = true
  1849.  
  1850. Open.Name = "Open"
  1851. Open.Parent = Main
  1852. Open.BackgroundColor3 = Color3.new(1, 1, 0)
  1853. Open.Position = UDim2.new(0, 0, 0.194999993, 0)
  1854. Open.Size = UDim2.new(0, 150, 0, 40)
  1855. Open.Font = Enum.Font.SourceSans
  1856. Open.Text = "Open GUI"
  1857. Open.TextColor3 = Color3.new(0, 0, 0)
  1858. Open.TextScaled = true
  1859. Open.TextSize = 14
  1860. Open.TextWrapped = true
  1861. Open.MouseButton1Down:connect(function()
  1862. Open.Visible = false
  1863. OTH.Visible = true
  1864. TPS.Visible = true
  1865. AutoRob.Visible = true
  1866. PlayerTP.Visible = true
  1867. Guns.Visible = true
  1868. Close.Visible = true
  1869. end)
  1870. Close.Name = "Close"
  1871. Close.Parent = Main
  1872. Close.BackgroundColor3 = Color3.new(1, 1, 0)
  1873. Close.Position = UDim2.new(0, 0, 0.194999993, 0)
  1874. Close.Size = UDim2.new(0, 150, 0, 40)
  1875. Close.Visible = false
  1876. Close.Font = Enum.Font.SourceSans
  1877. Close.Text = "Close"
  1878. Close.TextColor3 = Color3.new(0, 0, 0)
  1879. Close.TextScaled = true
  1880. Close.TextSize = 14
  1881. Close.TextWrapped = true
  1882. Close.MouseButton1Down:connect(function()
  1883. Open.Visible = true
  1884. OTH.Visible = false
  1885. TPS.Visible = false
  1886. AutoRob.Visible = false
  1887. PlayerTP.Visible = false
  1888. Guns.Visible = false
  1889. Close.Visible = false
  1890. end)
  1891. PlayerTP.Name = "PlayerTP"
  1892. PlayerTP.Parent = Jailbreakerv14
  1893. PlayerTP.Active = true
  1894. PlayerTP.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  1895. PlayerTP.BackgroundTransparency = 1
  1896. PlayerTP.Position = UDim2.new(0.579823673, 0, 0.258893281, 0)
  1897. PlayerTP.Size = UDim2.new(0, 150, 0, 312)
  1898. PlayerTP.Visible = false
  1899.  
  1900. PlayerTP_Input.Name = "PlayerTP_Input"
  1901. PlayerTP_Input.Parent = PlayerTP
  1902. PlayerTP_Input.BackgroundColor3 = Color3.new(1, 0, 0)
  1903. PlayerTP_Input.Position = UDim2.new(0, 0, 0.0352564119, 0)
  1904. PlayerTP_Input.Size = UDim2.new(0, 150, 0, 50)
  1905. PlayerTP_Input.Font = Enum.Font.ArialBold
  1906. PlayerTP_Input.Text = "Player Name"
  1907. PlayerTP_Input.TextSize = 20
  1908. PlayerTP_Input.TextWrapped = true
  1909.  
  1910. PlayerTP_Teleport.Name = "PlayerTP_Teleport"
  1911. PlayerTP_Teleport.Parent = PlayerTP
  1912. PlayerTP_Teleport.BackgroundColor3 = Color3.new(0.4, 0.0980392, 1)
  1913. PlayerTP_Teleport.Position = UDim2.new(0, 0, 0.25, 0)
  1914. PlayerTP_Teleport.Size = UDim2.new(0, 150, 0, 50)
  1915. PlayerTP_Teleport.Font = Enum.Font.SourceSansBold
  1916. PlayerTP_Teleport.Text = "Teleport To Player"
  1917. PlayerTP_Teleport.TextScaled = true
  1918. PlayerTP_Teleport.TextSize = 14
  1919. PlayerTP_Teleport.TextWrapped = true
  1920.  
  1921. PTPTEXT.Name = "PTPTEXT"
  1922. PTPTEXT.Parent = PlayerTP
  1923. PTPTEXT.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1924. PTPTEXT.Position = UDim2.new(0, 0, -0.0799999982, 0)
  1925. PTPTEXT.Size = UDim2.new(0, 150, 0, 30)
  1926. PTPTEXT.Font = Enum.Font.SourceSans
  1927. PTPTEXT.Text = "Player TP"
  1928. PTPTEXT.TextColor3 = Color3.new(1, 1, 1)
  1929. PTPTEXT.TextScaled = true
  1930. PTPTEXT.TextSize = 14
  1931. PTPTEXT.TextWrapped = true
  1932.  
  1933. NameCredits.Name = "Name Credits"
  1934. NameCredits.Parent = Jailbreakerv14
  1935. NameCredits.BackgroundColor3 = Color3.new(1, 1, 1)
  1936. NameCredits.BackgroundTransparency = 1
  1937. NameCredits.Position = UDim2.new(0.5, 0, 0.939999998, 0)
  1938. NameCredits.Size = UDim2.new(0, 300, 0, 50)
  1939. NameCredits.Font = Enum.Font.Cartoon
  1940. NameCredits.Text = "Made By RedBoy / Cloudy "
  1941. NameCredits.TextColor3 = Color3.new(0, 0, 0)
  1942. NameCredits.TextScaled = true
  1943. NameCredits.TextSize = 14
  1944. NameCredits.TextWrapped = true
  1945.  
  1946. OTH.Name = "OTH"
  1947. OTH.Parent = Jailbreakerv14
  1948. OTH.Active = true
  1949. OTH.BackgroundColor3 = Color3.new(1, 1, 1)
  1950. OTH.BackgroundTransparency = 1
  1951. OTH.Position = UDim2.new(0.219999999, 0, 0.104000002, 0)
  1952. OTH.Size = UDim2.new(0, 150, 0, 400)
  1953. OTH.Visible = false
  1954.  
  1955. AutoArrest.Name = "AutoArrest"
  1956. AutoArrest.Parent = OTH
  1957. AutoArrest.BackgroundColor3 = Color3.new(1, 0, 0)
  1958. AutoArrest.Size = UDim2.new(0, 150, 0, 30)
  1959. AutoArrest.Font = Enum.Font.Cartoon
  1960. AutoArrest.Text = "Auto Arrest"
  1961. AutoArrest.TextSize = 18
  1962. AutoArrest.TextWrapped = true
  1963. AutoArrest.MouseButton1Down:connect(function()
  1964. local Player = game.Players.LocalPlayer
  1965. wait(0.5)
  1966. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  1967. repeat
  1968. wait()
  1969. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1970. until v.Team.Name ~= "Criminal"
  1971. end
  1972.  
  1973. end)
  1974. Btools.Name = "Btools"
  1975. Btools.Parent = OTH
  1976. Btools.BackgroundColor3 = Color3.new(1, 0, 0)
  1977. Btools.Position = UDim2.new(0, 0, 0.5, 0)
  1978. Btools.Size = UDim2.new(0, 150, 0, 30)
  1979. Btools.Font = Enum.Font.Cartoon
  1980. Btools.Text = "Btools"
  1981. Btools.TextSize = 18
  1982. Btools.TextWrapped = true
  1983. Btools.MouseButton1Down:connect(function()
  1984. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  1985. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  1986. if child.ClassName == "Part" then
  1987. child.Locked = false
  1988. end
  1989. if child.ClassName == "MeshPart" then
  1990. child.Locked = false
  1991. end
  1992. if child.ClassName == "UnionOperation" then
  1993. child.Locked = false
  1994. end
  1995. if child.ClassName == "Model" then
  1996. for index, chil in pairs(child:GetChildren()) do
  1997. if chil.ClassName == "Part" then
  1998. chil.Locked = false
  1999. end
  2000. if chil.ClassName == "MeshPart" then
  2001. chil.Locked = false
  2002. end
  2003. if chil.ClassName == "UnionOperation" then
  2004. chil.Locked = false
  2005. end
  2006. if chil.ClassName == "Model" then
  2007. for index, childe in pairs(chil:GetChildren()) do
  2008. if childe.ClassName == "Part" then
  2009. childe.Locked = false
  2010. end
  2011. if childe.ClassName == "MeshPart" then
  2012. childe.Locked = false
  2013. end
  2014. if childe.ClassName == "UnionOperation" then
  2015. childe.Locked = false
  2016. end
  2017. if childe.ClassName == "Model" then
  2018. for index, childeo in pairs(childe:GetChildren()) do
  2019. if childeo.ClassName == "Part" then
  2020. childeo.Locked = false
  2021. end
  2022. if childeo.ClassName == "MeshPart" then
  2023. childeo.Locked = false
  2024. end
  2025. if childeo.ClassName == "UnionOperation" then
  2026. childeo.Locked = false
  2027. end
  2028. if childeo.ClassName == "Model" then
  2029. end
  2030. end
  2031. end
  2032. end
  2033. end
  2034. end
  2035. end
  2036. end
  2037. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  2038. c.BinType = Enum.BinType.Hammer
  2039. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  2040. c.BinType = Enum.BinType.Clone
  2041. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  2042. c.BinType = Enum.BinType.Grab
  2043. end)
  2044. CarFly.Name = "CarFly"
  2045. CarFly.Parent = OTH
  2046. CarFly.BackgroundColor3 = Color3.new(1, 0, 0)
  2047. CarFly.Position = UDim2.new(0, 0, 0.800000012, 0)
  2048. CarFly.Size = UDim2.new(0, 150, 0, 30)
  2049. CarFly.Font = Enum.Font.Cartoon
  2050. CarFly.Text = "Car Fly [R]"
  2051. CarFly.TextSize = 18
  2052. CarFly.TextWrapped = true
  2053. CarFly.MouseButton1Down:connect(function()
  2054. CARFLYR.Visible = true
  2055. end)
  2056.  
  2057.  
  2058.  
  2059. local plr = game:GetService("Players").LocalPlayer
  2060. local m = plr:GetMouse()
  2061. m.KeyDown:connect(function(k)
  2062. if k:byte() == 114 then
  2063. plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  2064. plrh:ChangeState('Jumping')
  2065. wait()
  2066. plrh:ChangeState('Seated')
  2067. end
  2068. end)
  2069. Gravity.Name = "Gravity"
  2070. Gravity.Parent = OTH
  2071. Gravity.BackgroundColor3 = Color3.new(1, 0, 0)
  2072. Gravity.Position = UDim2.new(0, 0, 0.200000003, 0)
  2073. Gravity.Size = UDim2.new(0, 150, 0, 30)
  2074. Gravity.Font = Enum.Font.Cartoon
  2075. Gravity.Text = "Gravity"
  2076. Gravity.TextSize = 18
  2077. Gravity.TextWrapped = true
  2078. Gravity.MouseButton1Down:connect(function()
  2079. if Gravity == true then
  2080. Gravity = false
  2081. game.workspace.Gravity = 196.2
  2082. Gravity.Text = "Gravity OFF"
  2083. else
  2084. Gravity = true
  2085. game.workspace.Gravity = 45
  2086. Gravity.Text = "Gravity ON"
  2087. end
  2088. end)
  2089. InfiniteHealth.Name = "InfiniteHealth"
  2090. InfiniteHealth.Parent = OTH
  2091. InfiniteHealth.BackgroundColor3 = Color3.new(1, 0, 0)
  2092. InfiniteHealth.Position = UDim2.new(0, 0, 0.699999988, 0)
  2093. InfiniteHealth.Size = UDim2.new(0, 150, 0, 30)
  2094. InfiniteHealth.Font = Enum.Font.Cartoon
  2095. InfiniteHealth.Text = "INF Health"
  2096. InfiniteHealth.TextSize = 18
  2097. InfiniteHealth.TextWrapped = true
  2098. InfiniteHealth.MouseButton1Down:connect(function()
  2099. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  2100. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  2101. l.Parent = game:GetService("Players").LocalPlayer.Character
  2102. l.Name = "Humanoid"
  2103. wait(0.1)
  2104. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  2105. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  2106. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  2107. wait(0.1)
  2108. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  2109. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2110. end)
  2111. InfiniteNitro.Name = "InfiniteNitro"
  2112. InfiniteNitro.Parent = OTH
  2113. InfiniteNitro.BackgroundColor3 = Color3.new(1, 0, 0)
  2114. InfiniteNitro.Position = UDim2.new(0, 0, 0.600000024, 0)
  2115. InfiniteNitro.Size = UDim2.new(0, 150, 0, 30)
  2116. InfiniteNitro.Font = Enum.Font.Cartoon
  2117. InfiniteNitro.Text = "INF Nitro"
  2118. InfiniteNitro.TextSize = 18
  2119. InfiniteNitro.TextWrapped = true
  2120. InfiniteNitro.MouseButton1Down:connect(function()
  2121. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
  2122. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  2123. end)
  2124. Infiniteammo.Name = "Infiniteammo"
  2125. Infiniteammo.Parent = OTH
  2126. Infiniteammo.BackgroundColor3 = Color3.new(1, 0, 0)
  2127. Infiniteammo.Position = UDim2.new(0, 0, 0.899999976, 0)
  2128. Infiniteammo.Size = UDim2.new(0, 150, 0, 30)
  2129. Infiniteammo.Font = Enum.Font.Cartoon
  2130. Infiniteammo.Text = "InfiniteJump"
  2131. Infiniteammo.TextSize = 18
  2132. Infiniteammo.TextWrapped = true
  2133.  
  2134. local InfiniteJumpEnabled = true
  2135. game:GetService("UserInputService").JumpRequest:connect(function()
  2136. if InfiniteJumpEnabled == true then
  2137. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  2138. if InfiniteJumpEnabled == false then
  2139.  
  2140. end
  2141. end
  2142. end)
  2143.  
  2144. Noclip.Name = "Noclip"
  2145. Noclip.Parent = OTH
  2146. Noclip.BackgroundColor3 = Color3.new(1, 0, 0)
  2147. Noclip.Position = UDim2.new(0, 0, 0.400000006, 0)
  2148. Noclip.Size = UDim2.new(0, 150, 0, 30)
  2149. Noclip.Font = Enum.Font.Cartoon
  2150. Noclip.Text = "Noclip [B]"
  2151. Noclip.TextSize = 18
  2152. Noclip.TextWrapped = true
  2153. Noclip.MouseButton1Down:connect(function()
  2154.  
  2155. local noclipplayer = game:GetService("Players").LocalPlayer
  2156. local noclipmouse = noclipplayer:GetMouse()
  2157.  
  2158. local donoclip = false
  2159. local noclip = false
  2160.  
  2161. function b_noclip(key)
  2162. if (key == "b") then
  2163. if noclip == false then
  2164. donoclip = true
  2165.  
  2166. noclip = true
  2167. elseif noclip == true then
  2168. donoclip = false
  2169.  
  2170. noclip = false
  2171. end
  2172. end
  2173. end
  2174.  
  2175. noclipmouse.KeyDown:connect(b_noclip)
  2176.  
  2177. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  2178. if obj ~= workspace.Terrain then
  2179. if donoclip == true then
  2180. obj.CanCollide = false
  2181. else
  2182. obj.CanCollide = true
  2183. end
  2184. end
  2185. end)
  2186. end)
  2187. RemoveALL.Name = "RemoveALL"
  2188. RemoveALL.Parent = OTH
  2189. RemoveALL.BackgroundColor3 = Color3.new(1, 0, 0)
  2190. RemoveALL.Position = UDim2.new(0, 0, 0.300000012, 0)
  2191. RemoveALL.Size = UDim2.new(0, 150, 0, 30)
  2192. RemoveALL.Font = Enum.Font.Cartoon
  2193. RemoveALL.Text = "RemoveALL"
  2194. RemoveALL.TextSize = 18
  2195. RemoveALL.TextWrapped = true
  2196. RemoveALL.MouseButton1Down:connect(function()
  2197. game.Workspace.Cells:Remove()
  2198.  
  2199. game.Workspace.Museum.CaseLasers:Remove()
  2200.  
  2201. game.Workspace.Museum.Lights:Remove()
  2202.  
  2203. game.Workspace.Museum.Doors:Remove()
  2204.  
  2205. game.Workspace.EscapeRoutes:Remove()
  2206.  
  2207. for i,v in pairs(workspace.Doors:GetChildren()) do
  2208. v:Destroy()
  2209.  
  2210. end
  2211. end)
  2212.  
  2213. RemoveALL.MouseButton1Down:connect(function()
  2214. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  2215. banklasers[1].Lasers:Destroy()
  2216. end)
  2217.  
  2218. RemoveALL.MouseButton1Down:connect(function()
  2219. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  2220.  
  2221. for i = 1,4 do
  2222. local xd = jewelry[1].Model.BarbedWire
  2223. xd:Destroy()
  2224. end
  2225. end)
  2226.  
  2227. RemoveALL.MouseButton1Down:connect(function()
  2228. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  2229. banklasers[1].Door.Model:Destroy()
  2230. end)
  2231. Walkspeed.Name = "Walkspeed"
  2232. Walkspeed.Parent = OTH
  2233. Walkspeed.BackgroundColor3 = Color3.new(1, 0, 0)
  2234. Walkspeed.Position = UDim2.new(0, 0, 0.100000001, 0)
  2235. Walkspeed.Size = UDim2.new(0, 150, 0, 30)
  2236. Walkspeed.Font = Enum.Font.Cartoon
  2237. Walkspeed.Text = "Walkspeed[X]"
  2238. Walkspeed.TextSize = 18
  2239. Walkspeed.TextWrapped = true
  2240. Walkspeed.MouseButton1Down:connect(function()
  2241. local walkspeedplayer = game:GetService("Players").LocalPlayer
  2242. local walkspeedmouse = walkspeedplayer:GetMouse()
  2243.  
  2244. local walkspeedenabled = false
  2245.  
  2246. function x_walkspeed(key)
  2247. if (key == "x") then
  2248. if walkspeedenabled == false then
  2249. _G.WS = 200;
  2250. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  2251. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  2252. Humanoid.WalkSpeed = _G.WS;
  2253. end)
  2254. Humanoid.WalkSpeed = _G.WS;
  2255.  
  2256. walkspeedenabled = true
  2257. elseif walkspeedenabled == true then
  2258. _G.WS = 20;
  2259. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  2260. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  2261. Humanoid.WalkSpeed = _G.WS;
  2262. end)
  2263. Humanoid.WalkSpeed = _G.WS;
  2264.  
  2265. walkspeedenabled = false
  2266. end
  2267. end
  2268. end
  2269.  
  2270. walkspeedmouse.KeyDown:connect(x_walkspeed)
  2271.  
  2272. WALKX.Visible =true
  2273. end)
  2274. OTHTEXT.Name = "OTHTEXT"
  2275. OTHTEXT.Parent = OTH
  2276. OTHTEXT.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2277. OTHTEXT.Position = UDim2.new(0, 0, -0.0799999982, 0)
  2278. OTHTEXT.Size = UDim2.new(0, 150, 0, 30)
  2279. OTHTEXT.Font = Enum.Font.SourceSans
  2280. OTHTEXT.Text = "Functions"
  2281. OTHTEXT.TextColor3 = Color3.new(1, 1, 1)
  2282. OTHTEXT.TextScaled = true
  2283. OTHTEXT.TextSize = 14
  2284. OTHTEXT.TextWrapped = true
  2285.  
  2286. TPS.Name = "TPS"
  2287. TPS.Parent = Jailbreakerv14
  2288. TPS.Active = true
  2289. TPS.BackgroundColor3 = Color3.new(1, 1, 1)
  2290. TPS.BackgroundTransparency = 1
  2291. TPS.Position = UDim2.new(0.0500000007, 0, 0.100000001, 0)
  2292. TPS.Size = UDim2.new(0, 150, 0, 400)
  2293. TPS.Visible = false
  2294.  
  2295. BankFront.Name = "BankFront"
  2296. BankFront.Parent = TPS
  2297. BankFront.BackgroundColor3 = Color3.new(1, 0, 0)
  2298. BankFront.Size = UDim2.new(0, 150, 0, 30)
  2299. BankFront.Font = Enum.Font.Cartoon
  2300. BankFront.Text = "BankFront"
  2301. BankFront.TextSize = 18
  2302. BankFront.TextWrapped = true
  2303. BankFront.MouseButton1Down:connect(function()
  2304. for i = 1,45 do
  2305. wait(.08)
  2306. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  2307. end
  2308. end)
  2309. BankVault.Name = "BankVault"
  2310. BankVault.Parent = TPS
  2311. BankVault.BackgroundColor3 = Color3.new(1, 0, 0)
  2312. BankVault.Position = UDim2.new(0, 0, 0.100000001, 0)
  2313. BankVault.Size = UDim2.new(0, 150, 0, 30)
  2314. BankVault.Font = Enum.Font.Cartoon
  2315. BankVault.Text = "BankVault"
  2316. BankVault.TextSize = 18
  2317. BankVault.TextWrapped = true
  2318. BankVault.MouseButton1Down:connect(function()
  2319. for i = 1,45 do
  2320. wait(.08)
  2321. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348)
  2322. end
  2323. end)
  2324. JewIn.Name = "JewIn"
  2325. JewIn.Parent = TPS
  2326. JewIn.BackgroundColor3 = Color3.new(1, 0, 0)
  2327. JewIn.Position = UDim2.new(0, 0, 0.200000003, 0)
  2328. JewIn.Size = UDim2.new(0, 150, 0, 30)
  2329. JewIn.Font = Enum.Font.Cartoon
  2330. JewIn.Text = "Jewelry Inside"
  2331. JewIn.TextSize = 18
  2332. JewIn.TextWrapped = true
  2333. JewIn.MouseButton1Down:connect(function()
  2334. for i = 1,45 do
  2335. wait(.08)
  2336. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407)
  2337. end
  2338. end)
  2339. JewOut.Name = "JewOut"
  2340. JewOut.Parent = TPS
  2341. JewOut.BackgroundColor3 = Color3.new(1, 0, 0)
  2342. JewOut.Position = UDim2.new(0, 0, 0.300000012, 0)
  2343. JewOut.Size = UDim2.new(0, 150, 0, 30)
  2344. JewOut.Font = Enum.Font.Cartoon
  2345. JewOut.Text = "Jewelry Top"
  2346. JewOut.TextSize = 18
  2347. JewOut.TextWrapped = true
  2348. JewOut.MouseButton1Down:connect(function()
  2349. for i = 1,45 do
  2350. wait(.08)
  2351. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
  2352. end
  2353. end)
  2354. Museum.Name = "Museum"
  2355. Museum.Parent = TPS
  2356. Museum.BackgroundColor3 = Color3.new(1, 0, 0)
  2357. Museum.Position = UDim2.new(0, 0, 0.400000006, 0)
  2358. Museum.Size = UDim2.new(0, 150, 0, 30)
  2359. Museum.Font = Enum.Font.Cartoon
  2360. Museum.Text = "Museum In"
  2361. Museum.TextSize = 18
  2362. Museum.TextWrapped = true
  2363. Museum.MouseButton1Down:connect(function()
  2364. for i = 1,45 do
  2365. wait(.08)
  2366. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  2367. end
  2368. end)
  2369. MuseumTop.Name = "MuseumTop"
  2370. MuseumTop.Parent = TPS
  2371. MuseumTop.BackgroundColor3 = Color3.new(1, 0, 0)
  2372. MuseumTop.Position = UDim2.new(0, 0, 0.5, 0)
  2373. MuseumTop.Size = UDim2.new(0, 150, 0, 30)
  2374. MuseumTop.Font = Enum.Font.Cartoon
  2375. MuseumTop.Text = "Museum Roof"
  2376. MuseumTop.TextSize = 18
  2377. MuseumTop.TextWrapped = true
  2378. MuseumTop.MouseButton1Down:connect(function()
  2379. for i = 1,45 do
  2380. wait(.08)
  2381. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1078.45, 153.904, 1176.52) + Vector3.new(1,0,0)
  2382. end
  2383. end)
  2384. crim1.Name = "crim1"
  2385. crim1.Parent = TPS
  2386. crim1.BackgroundColor3 = Color3.new(1, 0, 0)
  2387. crim1.Position = UDim2.new(0, 0, 0.899999976, 0)
  2388. crim1.Size = UDim2.new(0, 150, 0, 30)
  2389. crim1.Font = Enum.Font.Cartoon
  2390. crim1.Text = "Criminal Base 1"
  2391. crim1.TextSize = 18
  2392. crim1.TextWrapped = true
  2393. crim1.MouseButton1Down:connect(function()
  2394. for i = 1,45 do
  2395. wait(.08)
  2396. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261)
  2397. end
  2398. end)
  2399. crim2.Name = "crim2"
  2400. crim2.Parent = TPS
  2401. crim2.BackgroundColor3 = Color3.new(1, 0, 0)
  2402. crim2.Position = UDim2.new(0, 0, 0.800000012, 0)
  2403. crim2.Size = UDim2.new(0, 150, 0, 30)
  2404. crim2.Font = Enum.Font.Cartoon
  2405. crim2.Text = "Criminal Base 2"
  2406. crim2.TextSize = 18
  2407. crim2.TextWrapped = true
  2408. crim2.MouseButton1Down:connect(function()
  2409. for i = 1,45 do
  2410. wait(.08)
  2411. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626)
  2412. end
  2413. end)
  2414. donut.Name = "donut"
  2415. donut.Parent = TPS
  2416. donut.BackgroundColor3 = Color3.new(1, 0, 0)
  2417. donut.Position = UDim2.new(0, 0, 0.600000024, 0)
  2418. donut.Size = UDim2.new(0, 150, 0, 30)
  2419. donut.Font = Enum.Font.Cartoon
  2420. donut.Text = "Donut Shop"
  2421. donut.TextSize = 18
  2422. donut.TextWrapped = true
  2423. donut.MouseButton1Down:connect(function()
  2424. for i = 1,45 do
  2425. wait(.08)
  2426. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206)
  2427. end
  2428. end)
  2429. gas.Name = "gas"
  2430. gas.Parent = TPS
  2431. gas.BackgroundColor3 = Color3.new(1, 0, 0)
  2432. gas.Position = UDim2.new(0, 0, 0.699999988, 0)
  2433. gas.Size = UDim2.new(0, 150, 0, 30)
  2434. gas.Font = Enum.Font.Cartoon
  2435. gas.Text = "Gas Station"
  2436. gas.TextSize = 18
  2437. gas.TextWrapped = true
  2438. gas.MouseButton1Down:connect(function()
  2439. for i = 1,45 do
  2440. wait(.08)
  2441. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262)
  2442. end
  2443. end)
  2444. train.Name = "train"
  2445. train.Parent = TPS
  2446. train.BackgroundColor3 = Color3.new(1, 0, 0)
  2447. train.Position = UDim2.new(0, 0, 1, 0)
  2448. train.Size = UDim2.new(0, 150, 0, 30)
  2449. train.Font = Enum.Font.Cartoon
  2450. train.Text = "Train Spawn"
  2451. train.TextSize = 18
  2452. train.TextWrapped = true
  2453. train.MouseButton1Down:connect(function()
  2454. for i = 1,45 do
  2455. wait(.08)
  2456. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
  2457. end
  2458. end)
  2459. TPTEXT.Name = "TPTEXT"
  2460. TPTEXT.Parent = TPS
  2461. TPTEXT.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2462. TPTEXT.Position = UDim2.new(0, 0, -0.0799999982, 0)
  2463. TPTEXT.Size = UDim2.new(0, 150, 0, 30)
  2464. TPTEXT.Font = Enum.Font.SourceSans
  2465. TPTEXT.Text = "Teleports"
  2466. TPTEXT.TextColor3 = Color3.new(1, 1, 1)
  2467. TPTEXT.TextScaled = true
  2468. TPTEXT.TextSize = 14
  2469. TPTEXT.TextWrapped = true
  2470.  
  2471. Guns.Name = "Guns"
  2472. Guns.Parent = Jailbreakerv14
  2473. Guns.Active = true
  2474. Guns.BackgroundColor3 = Color3.new(1, 1, 1)
  2475. Guns.BackgroundTransparency = 1
  2476. Guns.Position = UDim2.new(0.400000006, 0, 0.104000002, 0)
  2477. Guns.Size = UDim2.new(0, 150, 0, 400)
  2478. Guns.Visible = false
  2479.  
  2480. AK47.Name = "AK47"
  2481. AK47.Parent = Guns
  2482. AK47.BackgroundColor3 = Color3.new(1, 0, 0)
  2483. AK47.Position = UDim2.new(0, 0, 0.100000001, 0)
  2484. AK47.Size = UDim2.new(0, 150, 0, 30)
  2485. AK47.Font = Enum.Font.Cartoon
  2486. AK47.Text = "AK47"
  2487. AK47.TextSize = 18
  2488. AK47.TextWrapped = true
  2489. AK47.MouseButton1Down:connect(function()
  2490. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  2491.  
  2492. a = Instance.new("Part", workspace)
  2493. a.Anchored = true
  2494. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  2495. a.CanCollide = false
  2496.  
  2497. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  2498. if v.Name == "ShootingRange" then
  2499. for a, b in pairs(v:GetChildren()) do
  2500. if b:IsA("StringValue") then
  2501. if b.Value == "AK47" then
  2502. v.CFrame = CFrame.new(hit)
  2503. end
  2504. end
  2505. end
  2506. end
  2507. end
  2508. end)
  2509. M4A4.Name = "M4A4"
  2510. M4A4.Parent = Guns
  2511. M4A4.BackgroundColor3 = Color3.new(1, 0, 0)
  2512. M4A4.Size = UDim2.new(0, 150, 0, 30)
  2513. M4A4.Font = Enum.Font.Cartoon
  2514. M4A4.Text = "M4A4"
  2515. M4A4.TextSize = 18
  2516. M4A4.TextWrapped = true
  2517. M4A4.MouseButton1Down:connect(function()
  2518. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  2519.  
  2520. a = Instance.new("Part", workspace)
  2521. a.Anchored = true
  2522. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  2523. a.CanCollide = false
  2524.  
  2525. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  2526. if v.Name == "Station" then
  2527. for a, b in pairs(v:GetChildren()) do
  2528. if b:IsA("StringValue") then
  2529. if b.Value == "RifleSWAT" then
  2530. v.CFrame = CFrame.new(hit)
  2531. end
  2532. end
  2533. end
  2534. end
  2535. end
  2536. end)
  2537. Pistol.Name = "Pistol"
  2538. Pistol.Parent = Guns
  2539. Pistol.BackgroundColor3 = Color3.new(1, 0, 0)
  2540. Pistol.Position = UDim2.new(0, 0, 0.300000012, 0)
  2541. Pistol.Size = UDim2.new(0, 150, 0, 30)
  2542. Pistol.Font = Enum.Font.Cartoon
  2543. Pistol.Text = "Pistol"
  2544. Pistol.TextSize = 18
  2545. Pistol.TextWrapped = true
  2546. Pistol.MouseButton1Down:connect(function()
  2547. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  2548.  
  2549. a = Instance.new("Part", workspace)
  2550. a.Anchored = true
  2551. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  2552. a.CanCollide = false
  2553.  
  2554. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  2555. if v.Name == "Station" then
  2556. for a, b in pairs(v:GetChildren()) do
  2557. if b:IsA("StringValue") then
  2558. if b.Value == "Pistol" then
  2559. v.CFrame = CFrame.new(hit)
  2560. end
  2561. end
  2562. end
  2563. end
  2564. end
  2565. end)
  2566. Shotgun.Name = "Shotgun"
  2567. Shotgun.Parent = Guns
  2568. Shotgun.BackgroundColor3 = Color3.new(1, 0, 0)
  2569. Shotgun.Position = UDim2.new(0, 0, 0.200000003, 0)
  2570. Shotgun.Size = UDim2.new(0, 150, 0, 30)
  2571. Shotgun.Font = Enum.Font.Cartoon
  2572. Shotgun.Text = "Shotgun"
  2573. Shotgun.TextSize = 18
  2574. Shotgun.TextWrapped = true
  2575. Shotgun.MouseButton1Down:connect(function()
  2576. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  2577.  
  2578. a = Instance.new("Part", workspace)
  2579. a.Anchored = true
  2580. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  2581. a.CanCollide = false
  2582.  
  2583. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  2584. if v.Name == "Station" then
  2585. for a, b in pairs(v:GetChildren()) do
  2586. if b:IsA("StringValue") then
  2587. if b.Value == "Shotgun" then
  2588. v.CFrame = CFrame.new(hit)
  2589. end
  2590. end
  2591. end
  2592. end
  2593. end
  2594. end)
  2595. GUNSTEXT.Name = "GUNSTEXT"
  2596. GUNSTEXT.Parent = Guns
  2597. GUNSTEXT.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2598. GUNSTEXT.Position = UDim2.new(0, 0, -0.0799999982, 0)
  2599. GUNSTEXT.Size = UDim2.new(0, 150, 0, 30)
  2600. GUNSTEXT.Font = Enum.Font.SourceSans
  2601. GUNSTEXT.Text = "Guns"
  2602. GUNSTEXT.TextColor3 = Color3.new(1, 1, 1)
  2603. GUNSTEXT.TextScaled = true
  2604. GUNSTEXT.TextSize = 14
  2605. GUNSTEXT.TextWrapped = true
  2606.  
  2607. AutoRob.Name = "Auto Rob"
  2608. AutoRob.Parent = Jailbreakerv14
  2609. AutoRob.Active = true
  2610. AutoRob.BackgroundColor3 = Color3.new(1, 0, 0)
  2611. AutoRob.BackgroundTransparency = 1
  2612. AutoRob.BorderSizePixel = 0
  2613. AutoRob.Position = UDim2.new(0.579999983, 0, 0.104000002, 0)
  2614. AutoRob.Size = UDim2.new(0, 150, 0, 400)
  2615. AutoRob.Visible = false
  2616.  
  2617. BankAutoRobBtn.Name = "BankAutoRobBtn"
  2618. BankAutoRobBtn.Parent = AutoRob
  2619. BankAutoRobBtn.BackgroundColor3 = Color3.new(1, 0, 0)
  2620. BankAutoRobBtn.Size = UDim2.new(0, 150, 0, 30)
  2621. BankAutoRobBtn.Font = Enum.Font.ArialBold
  2622. BankAutoRobBtn.Text = "Bank Auto Rob"
  2623. BankAutoRobBtn.TextScaled = true
  2624. BankAutoRobBtn.TextSize = 14
  2625. BankAutoRobBtn.TextWrapped = true
  2626. BankAutoRobBtn.MouseButton1Click:connect(function()
  2627. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  2628. local Info = Bank.Extra.Sign
  2629. if Info.Decal.Transparency == 0 then
  2630. game:GetService("StarterGui"):SetCore("SendNotification",{
  2631. Title = "Bank is closed!",
  2632. Text = "You need to wait for the bank to open!",
  2633. Duration = 7,
  2634. Button1 = "Dismiss",
  2635. })
  2636. return
  2637. end
  2638. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  2639. local root = plr.Character.HumanoidRootPart
  2640. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  2641.  
  2642. if (bankpos - plrpos).magnitude > 150 then
  2643. local cb = Instance.new"BindableFunction"
  2644.  
  2645. cb.OnInvoke = function(arg)
  2646. if arg == "Teleport" then
  2647. JailbreakTp(10, 18, 784)
  2648. end
  2649. end
  2650.  
  2651. game:GetService("StarterGui"):SetCore("SendNotification",{
  2652. Title = "You are too far!",
  2653. Text = "You need to get closer to the bank (use tp)",
  2654. Duration = 7,
  2655. Button1 = "Dismiss",
  2656. Button2 = "Teleport",
  2657. Callback = cb
  2658. })
  2659. else
  2660. RobTheBank()
  2661. end
  2662. end)
  2663.  
  2664. AuTEXT.Name = "AuTEXT"
  2665. AuTEXT.Parent = AutoRob
  2666. AuTEXT.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2667. AuTEXT.Position = UDim2.new(0, 0, -0.0799999982, 0)
  2668. AuTEXT.Size = UDim2.new(0, 150, 0, 30)
  2669. AuTEXT.Font = Enum.Font.Cartoon
  2670. AuTEXT.Text = "AutoRob"
  2671. AuTEXT.TextColor3 = Color3.new(1, 1, 1)
  2672. AuTEXT.TextScaled = true
  2673. AuTEXT.TextSize = 14
  2674. AuTEXT.TextWrapped = true
  2675.  
  2676. JewelryStatus.Name = "JewelryStatus"
  2677. JewelryStatus.Parent = Jailbreakerv14
  2678. JewelryStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  2679. JewelryStatus.Position = UDim2.new(0.879999995, 0, 0.296000004, 0)
  2680. JewelryStatus.Size = UDim2.new(0, 150, 0, 26)
  2681. JewelryStatus.Font = Enum.Font.SourceSans
  2682. JewelryStatus.Text = "Jewelry:"
  2683. JewelryStatus.TextColor3 = Color3.new(0, 0, 0)
  2684. JewelryStatus.TextSize = 14
  2685.  
  2686. BankStatus.Name = "BankStatus"
  2687. BankStatus.Parent = Jailbreakerv14
  2688. BankStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  2689. BankStatus.Position = UDim2.new(0.879999995, 0, 0.349000007, 0)
  2690. BankStatus.Size = UDim2.new(0, 150, 0, 26)
  2691. BankStatus.Font = Enum.Font.SourceSans
  2692. BankStatus.Text = "Bank:"
  2693. BankStatus.TextColor3 = Color3.new(0, 0, 0)
  2694. BankStatus.TextSize = 14
  2695. -- Scripts:
  2696.  
  2697. PlayerTP_Teleport.MouseButton1Down:connect(function()
  2698. local tp_namedplayer = PlayerTP_Input.Text
  2699. local tp_player = game:GetService("Players")[tp_namedplayer]
  2700. local PLR = game:GetService("Players").LocalPlayer
  2701. local p = PlayerTP_Input.Text
  2702.  
  2703. if tp_player then
  2704. for i = 1,20 do
  2705. wait()
  2706. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  2707. end
  2708. end
  2709. end)
  2710.  
  2711.  
  2712.  
  2713.  
  2714. --AutoRob stuff--
  2715. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  2716. local BankAutoRob = {
  2717. {
  2718. Pos = {51, 18.06, 856.5},
  2719. Yield = 2,
  2720. Status = "Starting the robbery"
  2721. },
  2722. {
  2723. Pos = {29.71, 0.73, 815.25},
  2724. Yield = 15,
  2725. Status = "Opening the vault"
  2726. },
  2727. {
  2728. Pos = {18.37, 0.7659, 822.25},
  2729. Yield = DuffelBag and 50 or 49,
  2730. Status = "Collecting $$$"
  2731. },
  2732. {
  2733. Pos = {10, 18, 784},
  2734. Status = "Finishing the robbery"
  2735. }
  2736. }
  2737.  
  2738. local function Tp(...)
  2739. local char = plr.Character
  2740. for i=1,2 do
  2741. wait()
  2742. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  2743. end
  2744. end
  2745.  
  2746. function RobTheBank()
  2747. for _,v in pairs(BankAutoRob) do
  2748. Tp(unpack(v.Pos))
  2749. wait(v.Yield)
  2750. end
  2751. end
  2752.  
  2753. --Bank notification--
  2754. pcall(function()
  2755. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  2756. local Info = Bank.Extra.Sign.Decal
  2757. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  2758. if Info.Transparency ~= 0 then
  2759. BankStatus.Text = "Bank:Open"
  2760. BankStatus.TextColor3 = Color3.new(0,1,0)
  2761. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  2762. local cb = Instance.new("BindableFunction")
  2763. cb.OnInvoke = function(arg)
  2764. if arg == "Teleport" then
  2765. JailbreakTp(10, 18, 784)
  2766. elseif arg == "AutoRob" then
  2767. RobTheBank()
  2768. end
  2769. end
  2770. game:GetService("StarterGui"):SetCore("SendNotification",{
  2771. Title = "Bank is ready!",
  2772. Text = "Bank is ready!",
  2773. Duration = 15,
  2774. Button1 = "Dismiss",
  2775. Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
  2776. Callback = cb
  2777. })
  2778. else
  2779. BankStatus.Text = "Bank:Closed"
  2780. BankStatus.TextColor3 = Color3.new(1,0,0)
  2781. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  2782. end
  2783. end)
  2784. BankStatus.Text = Info.Transparency == 0 and "Bank:Closed" or "Bank:Open"
  2785. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  2786. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  2787. end)
  2788. --Jewelry notification--
  2789. pcall(function()
  2790. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  2791. local Info = Jewelry.Extra.Sign.Decal
  2792. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  2793. if Info.Transparency ~= 0 then
  2794. JewelryStatus.Text = "Jewelry:Open"
  2795. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  2796. BankStatus.TextColor3 = Color3.new(0,1,0)
  2797. local cb = Instance.new("BindableFunction")
  2798. cb.OnInvoke = function(arg)
  2799. if arg == "Teleport" then
  2800. JailbreakTp(142, 18, 1365)
  2801. end
  2802. end
  2803. game:GetService("StarterGui"):SetCore("SendNotification",{
  2804. Title = "Jewelry is ready!",
  2805. Text = "Jewelry is ready!",
  2806. Duration = 15,
  2807. Button1 = "Dismiss",
  2808. Button2 = "Teleport",
  2809. Callback = cb
  2810. })
  2811. else
  2812. JewelryStatus.Text = "Jewelry:Closed"
  2813. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  2814. end
  2815. end)
  2816. JewelryStatus.Text = Info.Transparency == 0 and "Jewelry:Closed" or "Jewelry:Open"
  2817. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  2818. end)
  2819.  
  2820.  
  2821.  
  2822.  
  2823.  
  2824.  
  2825. function SCRIPT_UOJS84_FAKESCRIPT() -- ImageLabel.LocalScript
  2826. getfenv().script = Instance.new('LocalScript', ImageLabel)
  2827.  
  2828. script.Parent.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&userId=" .. game.Players.LocalPlayer.UserId
  2829.  
  2830. end
  2831. coroutine.resume(coroutine.create(SCRIPT_UOJS84_FAKESCRIPT))
  2832. function SCRIPT_SEDR75_FAKESCRIPT() -- Name.LocalScript
  2833. getfenv().script = Instance.new('LocalScript', Name)
  2834.  
  2835. script.Parent.Text = game.Players.LocalPlayer.Name
  2836.  
  2837. end
  2838. coroutine.resume(coroutine.create(SCRIPT_SEDR75_FAKESCRIPT))
  2839.  
  2840.  
  2841. end)
  2842.  
  2843. MeepCity.Name = "MeepCity"
  2844. MeepCity.Parent = GamesGUI
  2845. MeepCity.BackgroundColor3 = Color3.new(1, 1, 1)
  2846. MeepCity.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  2847. MeepCity.BorderSizePixel = 0
  2848. MeepCity.Position = UDim2.new(0.0446735397, 0, 0.185286105, 0)
  2849. MeepCity.Size = UDim2.new(0, 265, 0, 50)
  2850. MeepCity.AutoButtonColor = false
  2851. MeepCity.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2852. MeepCity.Font = Enum.Font.SciFi
  2853. MeepCity.Text = "Meep-City"
  2854. MeepCity.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  2855. MeepCity.TextSize = 20
  2856. MeepCity.TextWrapped = true
  2857. MeepCity.MouseButton1Down:connect(function()
  2858. game.ReplicatedStorage.Connection:InvokeServer(9,2)
  2859. game.ReplicatedStorage.Connection:InvokeServer(50)
  2860. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true -- this will give you more money when you sell
  2861. while wait(0.05) do
  2862. game.ReplicatedStorage.Connection:InvokeServer(49)
  2863. wait(0.01)
  2864. game.ReplicatedStorage.Connection:InvokeServer(49)
  2865. wait(0.01)
  2866. game.ReplicatedStorage.Connection:InvokeServer(49)
  2867. wait(0.01)
  2868. game.ReplicatedStorage.Connection:InvokeServer(51)
  2869. end
  2870. end)
  2871.  
  2872. HighSchool.Name = "High-School"
  2873. HighSchool.Parent = GamesGUI
  2874. HighSchool.BackgroundColor3 = Color3.new(1, 1, 1)
  2875. HighSchool.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  2876. HighSchool.BorderSizePixel = 0
  2877. HighSchool.Position = UDim2.new(0.0446735397, 0, 0.35422343, 0)
  2878. HighSchool.Size = UDim2.new(0, 265, 0, 50)
  2879. HighSchool.AutoButtonColor = false
  2880. HighSchool.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2881. HighSchool.Font = Enum.Font.SciFi
  2882. HighSchool.Text = "High School Life"
  2883. HighSchool.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  2884. HighSchool.TextSize = 20
  2885. HighSchool.TextWrapped = true
  2886. HighSchool.MouseButton1Down:connect(function()
  2887. -- Objects
  2888.  
  2889. local RbxhighGUI = Instance.new("ScreenGui")
  2890. local topframe = Instance.new("Frame")
  2891. local mainframe = Instance.new("Frame")
  2892. local Titan = Instance.new("TextButton")
  2893. local GiantTitan = Instance.new("TextButton")
  2894. local MemeCreature = Instance.new("TextButton")
  2895. local GiantHead = Instance.new("TextButton")
  2896. local Rainbowchat = Instance.new("TextButton")
  2897. local Blackchat = Instance.new("TextButton")
  2898. local Creds = Instance.new("TextLabel")
  2899. local Close = Instance.new("TextButton")
  2900. local Minimize = Instance.new("TextButton")
  2901.  
  2902. -- Properties
  2903.  
  2904. RbxhighGUI.Name = "Rbx-high GUI"
  2905. RbxhighGUI.Parent = game.CoreGui
  2906.  
  2907. topframe.Name = "topframe"
  2908. topframe.Parent = RbxhighGUI
  2909. topframe.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  2910. topframe.BorderColor3 = Color3.new(0, 0, 0)
  2911. topframe.Position = UDim2.new(0.0721649453, 0, 0.288759679, 0)
  2912. topframe.Size = UDim2.new(0, 141, 0, 11)
  2913. topframe.Active = true
  2914. topframe.Draggable = true
  2915.  
  2916. mainframe.Name = "mainframe"
  2917. mainframe.Parent = topframe
  2918. mainframe.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  2919. mainframe.BorderColor3 = Color3.new(0, 0, 0)
  2920. mainframe.Position = UDim2.new(0, 0, 1, 0)
  2921. mainframe.Size = UDim2.new(0, 141, 0, 124)
  2922.  
  2923. Titan.Name = "Titan"
  2924. Titan.Parent = mainframe
  2925. Titan.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  2926. Titan.BorderColor3 = Color3.new(0, 0, 0)
  2927. Titan.Position = UDim2.new(0.0567375869, 0, 0.0457142889, 0)
  2928. Titan.Size = UDim2.new(0, 126, 0, 14)
  2929. Titan.Font = Enum.Font.SourceSans
  2930. Titan.Text = "Titan"
  2931. Titan.TextColor3 = Color3.new(0, 0, 0)
  2932. Titan.TextSize = 14
  2933. Titan.TextWrapped = true
  2934. Titan.MouseButton1Click:Connect(function()
  2935. --Made by N3xul.
  2936. local titan =
  2937. {
  2938. ["assets"] =
  2939. {
  2940. [1] =
  2941. {
  2942. ["drotation"] =
  2943. {
  2944. ["y"] = 90,
  2945. ["x"] = 90,
  2946. ["z"] = 90
  2947. },
  2948. ["dposition"] =
  2949. {
  2950. ["y"] = 200,
  2951. ["x"] = 200,
  2952. ["z"] = 200
  2953. },
  2954. ["scale"] =
  2955. {
  2956. ["y"] = 100,
  2957. ["x"] = 100,
  2958. ["z"] = 100
  2959. },
  2960. ["dscale"] =
  2961. {
  2962. ["y"] = 500,
  2963. ["x"] = 500,
  2964. ["z"] = 500
  2965. },
  2966. ["vscale"] =
  2967. {
  2968. ["y"] = 1,
  2969. ["x"] = 1,
  2970. ["z"] = 1
  2971. },
  2972. ["rotation"] =
  2973. {
  2974. ["y"] = 0,
  2975. ["x"] = 0,
  2976. ["z"] = 0
  2977. },
  2978. ["assetId"] = 616980142,
  2979. ["changedFX"] = false,
  2980. ["position"] =
  2981. {
  2982. ["y"] = 0,
  2983. ["x"] = 0,
  2984. ["z"] = 0
  2985. },
  2986. ["fx"] =
  2987. {
  2988. [1] = true,
  2989. [2] = true,
  2990. [3] = true,
  2991. [4] = true,
  2992. [5] = true
  2993. },
  2994. ["vrotation"] =
  2995. {
  2996. ["y"] = 0,
  2997. ["x"] = 0,
  2998. ["z"] = 0
  2999. },
  3000. ["vposition"] =
  3001. {
  3002. ["y"] = 0,
  3003. ["x"] = -0,
  3004. ["z"] = -0
  3005. }
  3006. },
  3007. [2] =
  3008. {
  3009. ["drotation"] =
  3010. {
  3011. ["y"] = 90,
  3012. ["x"] = 90,
  3013. ["z"] = 90
  3014. },
  3015. ["dposition"] =
  3016. {
  3017. ["y"] = 200,
  3018. ["x"] = 200,
  3019. ["z"] = 200
  3020. },
  3021. ["scale"] =
  3022. {
  3023. ["y"] = 100,
  3024. ["x"] = 100,
  3025. ["z"] = 100
  3026. },
  3027. ["dscale"] =
  3028. {
  3029. ["y"] = 500,
  3030. ["x"] = 500,
  3031. ["z"] = 500
  3032. },
  3033. ["vscale"] =
  3034. {
  3035. ["y"] = 1,
  3036. ["x"] = 1,
  3037. ["z"] = 1
  3038. },
  3039. ["rotation"] =
  3040. {
  3041. ["y"] = 0,
  3042. ["x"] = 0,
  3043. ["z"] = 0
  3044. },
  3045. ["assetId"] = 602599987,
  3046. ["changedFX"] = false,
  3047. ["position"] =
  3048. {
  3049. ["y"] = 0,
  3050. ["x"] = 0,
  3051. ["z"] = 0
  3052. },
  3053. ["fx"] =
  3054. {
  3055. [1] = true,
  3056. [2] = true,
  3057. [3] = true,
  3058. [4] = true,
  3059. [5] = true
  3060. },
  3061. ["vrotation"] =
  3062. {
  3063. ["y"] = 0,
  3064. ["x"] = 0,
  3065. ["z"] = 0
  3066. },
  3067. ["vposition"] =
  3068. {
  3069. ["y"] = 0,
  3070. ["x"] = -0,
  3071. ["z"] = -0
  3072. }
  3073. },
  3074. [3] =
  3075. {
  3076. ["drotation"] =
  3077. {
  3078. ["y"] = 180,
  3079. ["x"] = 90,
  3080. ["z"] = 90
  3081. },
  3082. ["dposition"] =
  3083. {
  3084. ["y"] = 100,
  3085. ["x"] = 200,
  3086. ["z"] = 200
  3087. },
  3088. ["scale"] =
  3089. {
  3090. ["y"] = 100,
  3091. ["x"] = 100,
  3092. ["z"] = 100
  3093. },
  3094. ["dscale"] =
  3095. {
  3096. ["y"] = 500,
  3097. ["x"] = 500,
  3098. ["z"] = 500
  3099. },
  3100. ["vscale"] =
  3101. {
  3102. ["y"] = 1,
  3103. ["x"] = 1,
  3104. ["z"] = 1
  3105. },
  3106. ["rotation"] =
  3107. {
  3108. ["y"] = 0,
  3109. ["x"] = 0,
  3110. ["z"] = 0
  3111. },
  3112. ["assetId"] = 244159819,
  3113. ["changedFX"] = false,
  3114. ["position"] =
  3115. {
  3116. ["y"] = 0,
  3117. ["x"] = 0,
  3118. ["z"] = 0
  3119. },
  3120. ["fx"] =
  3121. {
  3122. [1] = true,
  3123. [2] = true,
  3124. [3] = true,
  3125. [4] = true,
  3126. [5] = true
  3127. },
  3128. ["vrotation"] =
  3129. {
  3130. ["y"] = 0,
  3131. ["x"] = 0,
  3132. ["z"] = 0
  3133. },
  3134. ["vposition"] =
  3135. {
  3136. ["y"] = 0,
  3137. ["x"] = -0,
  3138. ["z"] = -0
  3139. }
  3140. },
  3141. [4] =
  3142. {
  3143. ["drotation"] =
  3144. {
  3145. ["y"] = 90,
  3146. ["x"] = 90,
  3147. ["z"] = 90
  3148. },
  3149. ["dposition"] =
  3150. {
  3151. ["y"] = 200,
  3152. ["x"] = 200,
  3153. ["z"] = 200
  3154. },
  3155. ["scale"] =
  3156. {
  3157. ["y"] = 100,
  3158. ["x"] = 100,
  3159. ["z"] = 100
  3160. },
  3161. ["dscale"] =
  3162. {
  3163. ["y"] = 500,
  3164. ["x"] = 500,
  3165. ["z"] = 500
  3166. },
  3167. ["vscale"] =
  3168. {
  3169. ["y"] = 1,
  3170. ["x"] = 1,
  3171. ["z"] = 1
  3172. },
  3173. ["rotation"] =
  3174. {
  3175. ["y"] = 0,
  3176. ["x"] = 0,
  3177. ["z"] = 0
  3178. },
  3179. ["assetId"] = 7075502,
  3180. ["changedFX"] = false,
  3181. ["position"] =
  3182. {
  3183. ["y"] = 0,
  3184. ["x"] = 0,
  3185. ["z"] = 0
  3186. },
  3187. ["fx"] =
  3188. {
  3189. [1] = true,
  3190. [2] = true,
  3191. [3] = true,
  3192. [4] = true,
  3193. [5] = true
  3194. },
  3195. ["vrotation"] =
  3196. {
  3197. ["y"] = 0,
  3198. ["x"] = 0,
  3199. ["z"] = 0
  3200. },
  3201. ["vposition"] =
  3202. {
  3203. ["y"] = 0,
  3204. ["x"] = -0,
  3205. ["z"] = -0
  3206. }
  3207. },
  3208. [5] =
  3209. {
  3210. ["drotation"] =
  3211. {
  3212. ["y"] = 90,
  3213. ["x"] = 90,
  3214. ["z"] = 90
  3215. },
  3216. ["dposition"] =
  3217. {
  3218. ["y"] = 200,
  3219. ["x"] = 200,
  3220. ["z"] = 200
  3221. },
  3222. ["scale"] =
  3223. {
  3224. ["y"] = 100,
  3225. ["x"] = 100,
  3226. ["z"] = 100
  3227. },
  3228. ["dscale"] =
  3229. {
  3230. ["y"] = 500,
  3231. ["x"] = 500,
  3232. ["z"] = 500
  3233. },
  3234. ["vscale"] =
  3235. {
  3236. ["y"] = 1,
  3237. ["x"] = 1,
  3238. ["z"] = 1
  3239. },
  3240. ["rotation"] =
  3241. {
  3242. ["y"] = 0,
  3243. ["x"] = 0,
  3244. ["z"] = 0
  3245. },
  3246. ["assetId"] = 916733101,
  3247. ["changedFX"] = false,
  3248. ["position"] =
  3249. {
  3250. ["y"] = 0,
  3251. ["x"] = 0,
  3252. ["z"] = 0
  3253. },
  3254. ["fx"] =
  3255. {
  3256. [1] = true,
  3257. [2] = true,
  3258. [3] = true,
  3259. [4] = true,
  3260. [5] = true
  3261. },
  3262. ["vrotation"] =
  3263. {
  3264. ["y"] = 0,
  3265. ["x"] = 0,
  3266. ["z"] = 0
  3267. },
  3268. ["vposition"] =
  3269. {
  3270. ["y"] = 0,
  3271. ["x"] = -0,
  3272. ["z"] = -0
  3273. }
  3274. }
  3275. },
  3276. ["description"] = "",
  3277. ["createdDate"] = 1000,
  3278. ["lowerDesc"] = "",
  3279. ["bodyColors"] =
  3280. {
  3281. ["HeadColor"] = Color3.new(1, 0, 0),
  3282. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3283. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3284. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3285. ["RightArmColor"] = Color3.new(1, 0, 0),
  3286. ["LeftLegColor"] = Color3.new(1, 0, 0)
  3287. },
  3288. ["scales"] =
  3289. {
  3290. ["LowerLegHeight"] = 5,
  3291. ["UpperTorsoWidth"] = 5,
  3292. ["UpperArmHeight"] = 5,
  3293. ["HandHeight"] = 5,
  3294. ["UpperLegWidth"] = 5,
  3295. ["LowerArmWidth"] = 5,
  3296. ["FootWidth"] = 5,
  3297. ["LowerArmHeight"] = 5,
  3298. ["UpperArmWidth"] = 5,
  3299. ["FootHeight"] = 5,
  3300. ["LowerTorsoWidth"] = 5,
  3301. ["UpperTorsoHeight"] = 5,
  3302. ["HandWidth"] = 5,
  3303. ["HeadScale"] = 5,
  3304. ["UpperLegHeight"] = 5,
  3305. ["LowerTorsoHeight"] = 5,
  3306. ["LowerLegWidth"] = 5
  3307. },
  3308. ["name"] = "",
  3309. ["outfitId"] = 1,
  3310. ["isOutfit"] = true,
  3311. ["collageSeed"] = 0,
  3312. ["lowerName"] = ""
  3313. }
  3314. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  3315. Event:FireServer(titan)
  3316. end)
  3317.  
  3318. GiantTitan.Name = "GiantTitan"
  3319. GiantTitan.Parent = mainframe
  3320. GiantTitan.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  3321. GiantTitan.BorderColor3 = Color3.new(0, 0, 0)
  3322. GiantTitan.Position = UDim2.new(0.0531915426, 0, 0.211283147, 0)
  3323. GiantTitan.Size = UDim2.new(0, 126, 0, 14)
  3324. GiantTitan.Font = Enum.Font.SourceSans
  3325. GiantTitan.Text = "Giant Titan"
  3326. GiantTitan.TextColor3 = Color3.new(0, 0, 0)
  3327. GiantTitan.TextSize = 14
  3328. GiantTitan.TextWrapped = true
  3329. GiantTitan.MouseButton1Click:Connect(function()
  3330. --Made by N3xul.
  3331. local titan =
  3332. {
  3333. ["assets"] =
  3334. {
  3335. [1] =
  3336. {
  3337. ["drotation"] =
  3338. {
  3339. ["y"] = 90,
  3340. ["x"] = 90,
  3341. ["z"] = 90
  3342. },
  3343. ["dposition"] =
  3344. {
  3345. ["y"] = 200,
  3346. ["x"] = 200,
  3347. ["z"] = 200
  3348. },
  3349. ["scale"] =
  3350. {
  3351. ["y"] = 100,
  3352. ["x"] = 100,
  3353. ["z"] = 100
  3354. },
  3355. ["dscale"] =
  3356. {
  3357. ["y"] = 500,
  3358. ["x"] = 500,
  3359. ["z"] = 500
  3360. },
  3361. ["vscale"] =
  3362. {
  3363. ["y"] = 1,
  3364. ["x"] = 1,
  3365. ["z"] = 1
  3366. },
  3367. ["rotation"] =
  3368. {
  3369. ["y"] = 0,
  3370. ["x"] = 0,
  3371. ["z"] = 0
  3372. },
  3373. ["assetId"] = 616980142,
  3374. ["changedFX"] = false,
  3375. ["position"] =
  3376. {
  3377. ["y"] = 0,
  3378. ["x"] = 0,
  3379. ["z"] = 0
  3380. },
  3381. ["fx"] =
  3382. {
  3383. [1] = true,
  3384. [2] = true,
  3385. [3] = true,
  3386. [4] = true,
  3387. [5] = true
  3388. },
  3389. ["vrotation"] =
  3390. {
  3391. ["y"] = 0,
  3392. ["x"] = 0,
  3393. ["z"] = 0
  3394. },
  3395. ["vposition"] =
  3396. {
  3397. ["y"] = 0,
  3398. ["x"] = -0,
  3399. ["z"] = -0
  3400. }
  3401. },
  3402. [2] =
  3403. {
  3404. ["drotation"] =
  3405. {
  3406. ["y"] = 90,
  3407. ["x"] = 90,
  3408. ["z"] = 90
  3409. },
  3410. ["dposition"] =
  3411. {
  3412. ["y"] = 200,
  3413. ["x"] = 200,
  3414. ["z"] = 200
  3415. },
  3416. ["scale"] =
  3417. {
  3418. ["y"] = 100,
  3419. ["x"] = 100,
  3420. ["z"] = 100
  3421. },
  3422. ["dscale"] =
  3423. {
  3424. ["y"] = 500,
  3425. ["x"] = 500,
  3426. ["z"] = 500
  3427. },
  3428. ["vscale"] =
  3429. {
  3430. ["y"] = 1,
  3431. ["x"] = 1,
  3432. ["z"] = 1
  3433. },
  3434. ["rotation"] =
  3435. {
  3436. ["y"] = 0,
  3437. ["x"] = 0,
  3438. ["z"] = 0
  3439. },
  3440. ["assetId"] = 602599987,
  3441. ["changedFX"] = false,
  3442. ["position"] =
  3443. {
  3444. ["y"] = 0,
  3445. ["x"] = 0,
  3446. ["z"] = 0
  3447. },
  3448. ["fx"] =
  3449. {
  3450. [1] = true,
  3451. [2] = true,
  3452. [3] = true,
  3453. [4] = true,
  3454. [5] = true
  3455. },
  3456. ["vrotation"] =
  3457. {
  3458. ["y"] = 0,
  3459. ["x"] = 0,
  3460. ["z"] = 0
  3461. },
  3462. ["vposition"] =
  3463. {
  3464. ["y"] = 0,
  3465. ["x"] = -0,
  3466. ["z"] = -0
  3467. }
  3468. },
  3469. [3] =
  3470. {
  3471. ["drotation"] =
  3472. {
  3473. ["y"] = 180,
  3474. ["x"] = 90,
  3475. ["z"] = 90
  3476. },
  3477. ["dposition"] =
  3478. {
  3479. ["y"] = 100,
  3480. ["x"] = 200,
  3481. ["z"] = 200
  3482. },
  3483. ["scale"] =
  3484. {
  3485. ["y"] = 100,
  3486. ["x"] = 100,
  3487. ["z"] = 100
  3488. },
  3489. ["dscale"] =
  3490. {
  3491. ["y"] = 500,
  3492. ["x"] = 500,
  3493. ["z"] = 500
  3494. },
  3495. ["vscale"] =
  3496. {
  3497. ["y"] = 1,
  3498. ["x"] = 1,
  3499. ["z"] = 1
  3500. },
  3501. ["rotation"] =
  3502. {
  3503. ["y"] = 0,
  3504. ["x"] = 0,
  3505. ["z"] = 0
  3506. },
  3507. ["assetId"] = 244159819,
  3508. ["changedFX"] = false,
  3509. ["position"] =
  3510. {
  3511. ["y"] = 0,
  3512. ["x"] = 0,
  3513. ["z"] = 0
  3514. },
  3515. ["fx"] =
  3516. {
  3517. [1] = true,
  3518. [2] = true,
  3519. [3] = true,
  3520. [4] = true,
  3521. [5] = true
  3522. },
  3523. ["vrotation"] =
  3524. {
  3525. ["y"] = 0,
  3526. ["x"] = 0,
  3527. ["z"] = 0
  3528. },
  3529. ["vposition"] =
  3530. {
  3531. ["y"] = 0,
  3532. ["x"] = -0,
  3533. ["z"] = -0
  3534. }
  3535. },
  3536. [4] =
  3537. {
  3538. ["drotation"] =
  3539. {
  3540. ["y"] = 90,
  3541. ["x"] = 90,
  3542. ["z"] = 90
  3543. },
  3544. ["dposition"] =
  3545. {
  3546. ["y"] = 200,
  3547. ["x"] = 200,
  3548. ["z"] = 200
  3549. },
  3550. ["scale"] =
  3551. {
  3552. ["y"] = 100,
  3553. ["x"] = 100,
  3554. ["z"] = 100
  3555. },
  3556. ["dscale"] =
  3557. {
  3558. ["y"] = 500,
  3559. ["x"] = 500,
  3560. ["z"] = 500
  3561. },
  3562. ["vscale"] =
  3563. {
  3564. ["y"] = 1,
  3565. ["x"] = 1,
  3566. ["z"] = 1
  3567. },
  3568. ["rotation"] =
  3569. {
  3570. ["y"] = 0,
  3571. ["x"] = 0,
  3572. ["z"] = 0
  3573. },
  3574. ["assetId"] = 7075502,
  3575. ["changedFX"] = false,
  3576. ["position"] =
  3577. {
  3578. ["y"] = 0,
  3579. ["x"] = 0,
  3580. ["z"] = 0
  3581. },
  3582. ["fx"] =
  3583. {
  3584. [1] = true,
  3585. [2] = true,
  3586. [3] = true,
  3587. [4] = true,
  3588. [5] = true
  3589. },
  3590. ["vrotation"] =
  3591. {
  3592. ["y"] = 0,
  3593. ["x"] = 0,
  3594. ["z"] = 0
  3595. },
  3596. ["vposition"] =
  3597. {
  3598. ["y"] = 0,
  3599. ["x"] = -0,
  3600. ["z"] = -0
  3601. }
  3602. },
  3603. [5] =
  3604. {
  3605. ["drotation"] =
  3606. {
  3607. ["y"] = 90,
  3608. ["x"] = 90,
  3609. ["z"] = 90
  3610. },
  3611. ["dposition"] =
  3612. {
  3613. ["y"] = 200,
  3614. ["x"] = 200,
  3615. ["z"] = 200
  3616. },
  3617. ["scale"] =
  3618. {
  3619. ["y"] = 100,
  3620. ["x"] = 100,
  3621. ["z"] = 100
  3622. },
  3623. ["dscale"] =
  3624. {
  3625. ["y"] = 500,
  3626. ["x"] = 500,
  3627. ["z"] = 500
  3628. },
  3629. ["vscale"] =
  3630. {
  3631. ["y"] = 1,
  3632. ["x"] = 1,
  3633. ["z"] = 1
  3634. },
  3635. ["rotation"] =
  3636. {
  3637. ["y"] = 0,
  3638. ["x"] = 0,
  3639. ["z"] = 0
  3640. },
  3641. ["assetId"] = 916733101,
  3642. ["changedFX"] = false,
  3643. ["position"] =
  3644. {
  3645. ["y"] = 0,
  3646. ["x"] = 0,
  3647. ["z"] = 0
  3648. },
  3649. ["fx"] =
  3650. {
  3651. [1] = true,
  3652. [2] = true,
  3653. [3] = true,
  3654. [4] = true,
  3655. [5] = true
  3656. },
  3657. ["vrotation"] =
  3658. {
  3659. ["y"] = 0,
  3660. ["x"] = 0,
  3661. ["z"] = 0
  3662. },
  3663. ["vposition"] =
  3664. {
  3665. ["y"] = 0,
  3666. ["x"] = -0,
  3667. ["z"] = -0
  3668. }
  3669. }
  3670. },
  3671. ["description"] = "",
  3672. ["createdDate"] = 1000,
  3673. ["lowerDesc"] = "",
  3674. ["bodyColors"] =
  3675. {
  3676. ["HeadColor"] = Color3.new(1, 0, 0),
  3677. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3678. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3679. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3680. ["RightArmColor"] = Color3.new(1, 0, 0),
  3681. ["LeftLegColor"] = Color3.new(1, 0, 0)
  3682. },
  3683. ["scales"] =
  3684. {
  3685. ["LowerLegHeight"] = 2e9,
  3686. ["UpperTorsoWidth"] = 2e9,
  3687. ["UpperArmHeight"] = 2e9,
  3688. ["HandHeight"] = 2e9,
  3689. ["UpperLegWidth"] = 2e9,
  3690. ["LowerArmWidth"] = 2e9,
  3691. ["FootWidth"] = 2e9,
  3692. ["LowerArmHeight"] = 2e9,
  3693. ["UpperArmWidth"] = 2e9,
  3694. ["FootHeight"] = 2e9,
  3695. ["LowerTorsoWidth"] = 2e9,
  3696. ["UpperTorsoHeight"] = 2e9,
  3697. ["HandWidth"] = 2e9,
  3698. ["HeadScale"] = 2e9,
  3699. ["UpperLegHeight"] = 2e9,
  3700. ["LowerTorsoHeight"] = 2e9,
  3701. ["LowerLegWidth"] = 2e9
  3702. },
  3703. ["name"] = "",
  3704. ["outfitId"] = 1,
  3705. ["isOutfit"] = true,
  3706. ["collageSeed"] = 0,
  3707. ["lowerName"] = ""
  3708. }
  3709. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  3710. Event:FireServer(titan)
  3711. end)
  3712.  
  3713. MemeCreature.Name = "MemeCreature"
  3714. MemeCreature.Parent = mainframe
  3715. MemeCreature.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  3716. MemeCreature.BorderColor3 = Color3.new(0, 0, 0)
  3717. MemeCreature.Position = UDim2.new(0.0531916618, 0, 0.542909026, 0)
  3718. MemeCreature.Size = UDim2.new(0, 126, 0, 14)
  3719. MemeCreature.Font = Enum.Font.SourceSans
  3720. MemeCreature.Text = "Weird Meme Creature"
  3721. MemeCreature.TextColor3 = Color3.new(0, 0, 0)
  3722. MemeCreature.TextSize = 14
  3723. MemeCreature.TextWrapped = true
  3724. MemeCreature.MouseButton1Click:Connect(function()
  3725. --Made by N3xul.
  3726. local weird =
  3727. {
  3728. ["assets"] =
  3729. {
  3730. [1] =
  3731. {
  3732. ["drotation"] =
  3733. {
  3734. ["y"] = 90,
  3735. ["x"] = 90,
  3736. ["z"] = 90
  3737. },
  3738. ["dposition"] =
  3739. {
  3740. ["y"] = 200,
  3741. ["x"] = 200,
  3742. ["z"] = 200
  3743. },
  3744. ["scale"] =
  3745. {
  3746. ["y"] = 100,
  3747. ["x"] = 100,
  3748. ["z"] = 100
  3749. },
  3750. ["dscale"] =
  3751. {
  3752. ["y"] = 500,
  3753. ["x"] = 500,
  3754. ["z"] = 500
  3755. },
  3756. ["vscale"] =
  3757. {
  3758. ["y"] = 1,
  3759. ["x"] = 1,
  3760. ["z"] = 1
  3761. },
  3762. ["rotation"] =
  3763. {
  3764. ["y"] = 0,
  3765. ["x"] = 0,
  3766. ["z"] = 0
  3767. },
  3768. ["assetId"] = 616980142,
  3769. ["changedFX"] = false,
  3770. ["position"] =
  3771. {
  3772. ["y"] = 0,
  3773. ["x"] = 0,
  3774. ["z"] = 0
  3775. },
  3776. ["fx"] =
  3777. {
  3778. [1] = true,
  3779. [2] = true,
  3780. [3] = true,
  3781. [4] = true,
  3782. [5] = true
  3783. },
  3784. ["vrotation"] =
  3785. {
  3786. ["y"] = 0,
  3787. ["x"] = 0,
  3788. ["z"] = 0
  3789. },
  3790. ["vposition"] =
  3791. {
  3792. ["y"] = 0,
  3793. ["x"] = -0,
  3794. ["z"] = -0
  3795. }
  3796. },
  3797. [2] =
  3798. {
  3799. ["drotation"] =
  3800. {
  3801. ["y"] = 90,
  3802. ["x"] = 90,
  3803. ["z"] = 90
  3804. },
  3805. ["dposition"] =
  3806. {
  3807. ["y"] = 200,
  3808. ["x"] = 200,
  3809. ["z"] = 200
  3810. },
  3811. ["scale"] =
  3812. {
  3813. ["y"] = 100,
  3814. ["x"] = 100,
  3815. ["z"] = 100
  3816. },
  3817. ["dscale"] =
  3818. {
  3819. ["y"] = 500,
  3820. ["x"] = 500,
  3821. ["z"] = 500
  3822. },
  3823. ["vscale"] =
  3824. {
  3825. ["y"] = 1,
  3826. ["x"] = 1,
  3827. ["z"] = 1
  3828. },
  3829. ["rotation"] =
  3830. {
  3831. ["y"] = 0,
  3832. ["x"] = 0,
  3833. ["z"] = 0
  3834. },
  3835. ["assetId"] = 602599987,
  3836. ["changedFX"] = false,
  3837. ["position"] =
  3838. {
  3839. ["y"] = 0,
  3840. ["x"] = 0,
  3841. ["z"] = 0
  3842. },
  3843. ["fx"] =
  3844. {
  3845. [1] = true,
  3846. [2] = true,
  3847. [3] = true,
  3848. [4] = true,
  3849. [5] = true
  3850. },
  3851. ["vrotation"] =
  3852. {
  3853. ["y"] = 0,
  3854. ["x"] = 0,
  3855. ["z"] = 0
  3856. },
  3857. ["vposition"] =
  3858. {
  3859. ["y"] = 0,
  3860. ["x"] = -0,
  3861. ["z"] = -0
  3862. }
  3863. },
  3864. [3] =
  3865. {
  3866. ["drotation"] =
  3867. {
  3868. ["y"] = 180,
  3869. ["x"] = 90,
  3870. ["z"] = 90
  3871. },
  3872. ["dposition"] =
  3873. {
  3874. ["y"] = 100,
  3875. ["x"] = 200,
  3876. ["z"] = 200
  3877. },
  3878. ["scale"] =
  3879. {
  3880. ["y"] = 100,
  3881. ["x"] = 100,
  3882. ["z"] = 100
  3883. },
  3884. ["dscale"] =
  3885. {
  3886. ["y"] = 500,
  3887. ["x"] = 500,
  3888. ["z"] = 500
  3889. },
  3890. ["vscale"] =
  3891. {
  3892. ["y"] = 1,
  3893. ["x"] = 1,
  3894. ["z"] = 1
  3895. },
  3896. ["rotation"] =
  3897. {
  3898. ["y"] = 0,
  3899. ["x"] = 0,
  3900. ["z"] = 0
  3901. },
  3902. ["assetId"] = 244159819,
  3903. ["changedFX"] = false,
  3904. ["position"] =
  3905. {
  3906. ["y"] = 0,
  3907. ["x"] = 0,
  3908. ["z"] = 0
  3909. },
  3910. ["fx"] =
  3911. {
  3912. [1] = true,
  3913. [2] = true,
  3914. [3] = true,
  3915. [4] = true,
  3916. [5] = true
  3917. },
  3918. ["vrotation"] =
  3919. {
  3920. ["y"] = 0,
  3921. ["x"] = 0,
  3922. ["z"] = 0
  3923. },
  3924. ["vposition"] =
  3925. {
  3926. ["y"] = 0,
  3927. ["x"] = -0,
  3928. ["z"] = -0
  3929. }
  3930. },
  3931. [4] =
  3932. {
  3933. ["drotation"] =
  3934. {
  3935. ["y"] = 90,
  3936. ["x"] = 90,
  3937. ["z"] = 90
  3938. },
  3939. ["dposition"] =
  3940. {
  3941. ["y"] = 200,
  3942. ["x"] = 200,
  3943. ["z"] = 200
  3944. },
  3945. ["scale"] =
  3946. {
  3947. ["y"] = 100,
  3948. ["x"] = 100,
  3949. ["z"] = 100
  3950. },
  3951. ["dscale"] =
  3952. {
  3953. ["y"] = 500,
  3954. ["x"] = 500,
  3955. ["z"] = 500
  3956. },
  3957. ["vscale"] =
  3958. {
  3959. ["y"] = 1,
  3960. ["x"] = 1,
  3961. ["z"] = 1
  3962. },
  3963. ["rotation"] =
  3964. {
  3965. ["y"] = 0,
  3966. ["x"] = 0,
  3967. ["z"] = 0
  3968. },
  3969. ["assetId"] = 7075502,
  3970. ["changedFX"] = false,
  3971. ["position"] =
  3972. {
  3973. ["y"] = 0,
  3974. ["x"] = 0,
  3975. ["z"] = 0
  3976. },
  3977. ["fx"] =
  3978. {
  3979. [1] = true,
  3980. [2] = true,
  3981. [3] = true,
  3982. [4] = true,
  3983. [5] = true
  3984. },
  3985. ["vrotation"] =
  3986. {
  3987. ["y"] = 0,
  3988. ["x"] = 0,
  3989. ["z"] = 0
  3990. },
  3991. ["vposition"] =
  3992. {
  3993. ["y"] = 0,
  3994. ["x"] = -0,
  3995. ["z"] = -0
  3996. }
  3997. },
  3998. [5] =
  3999. {
  4000. ["drotation"] =
  4001. {
  4002. ["y"] = 90,
  4003. ["x"] = 90,
  4004. ["z"] = 90
  4005. },
  4006. ["dposition"] =
  4007. {
  4008. ["y"] = 200,
  4009. ["x"] = 200,
  4010. ["z"] = 200
  4011. },
  4012. ["scale"] =
  4013. {
  4014. ["y"] = 100,
  4015. ["x"] = 100,
  4016. ["z"] = 100
  4017. },
  4018. ["dscale"] =
  4019. {
  4020. ["y"] = 500,
  4021. ["x"] = 500,
  4022. ["z"] = 500
  4023. },
  4024. ["vscale"] =
  4025. {
  4026. ["y"] = 1,
  4027. ["x"] = 1,
  4028. ["z"] = 1
  4029. },
  4030. ["rotation"] =
  4031. {
  4032. ["y"] = 0,
  4033. ["x"] = 0,
  4034. ["z"] = 0
  4035. },
  4036. ["assetId"] = 916733101,
  4037. ["changedFX"] = false,
  4038. ["position"] =
  4039. {
  4040. ["y"] = 0,
  4041. ["x"] = 0,
  4042. ["z"] = 0
  4043. },
  4044. ["fx"] =
  4045. {
  4046. [1] = true,
  4047. [2] = true,
  4048. [3] = true,
  4049. [4] = true,
  4050. [5] = true
  4051. },
  4052. ["vrotation"] =
  4053. {
  4054. ["y"] = 0,
  4055. ["x"] = 0,
  4056. ["z"] = 0
  4057. },
  4058. ["vposition"] =
  4059. {
  4060. ["y"] = 0,
  4061. ["x"] = -0,
  4062. ["z"] = -0
  4063. }
  4064. }
  4065. },
  4066. ["description"] = "",
  4067. ["createdDate"] = 1000,
  4068. ["lowerDesc"] = "",
  4069. ["bodyColors"] =
  4070. {
  4071. ["HeadColor"] = Color3.new(1, 0, 0),
  4072. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4073. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4074. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4075. ["RightArmColor"] = Color3.new(1, 0, 0),
  4076. ["LeftLegColor"] = Color3.new(1, 0, 0)
  4077. },
  4078. ["scales"] =
  4079. {
  4080. ["LowerLegHeight"] = 5,
  4081. ["UpperTorsoWidth"] = 5,
  4082. ["UpperArmHeight"] = 5,
  4083. ["HandHeight"] = 5,
  4084. ["UpperLegWidth"] = -1,
  4085. ["LowerArmWidth"] = -1,
  4086. ["FootWidth"] = 5,
  4087. ["LowerArmHeight"] = -1,
  4088. ["UpperArmWidth"] = -1,
  4089. ["FootHeight"] = 5,
  4090. ["LowerTorsoWidth"] = -1,
  4091. ["UpperTorsoHeight"] = -1,
  4092. ["HandWidth"] = -1,
  4093. ["HeadScale"] = -1,
  4094. ["UpperLegHeight"] = -1,
  4095. ["LowerTorsoHeight"] = -1,
  4096. ["LowerLegWidth"] = -1
  4097. },
  4098. ["name"] = "",
  4099. ["outfitId"] = 1,
  4100. ["isOutfit"] = true,
  4101. ["collageSeed"] = 0,
  4102. ["lowerName"] = ""
  4103. }
  4104. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  4105. Event:FireServer(weird)
  4106. end)
  4107.  
  4108. GiantHead.Name = "GiantHead"
  4109. GiantHead.Parent = mainframe
  4110. GiantHead.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4111. GiantHead.BorderColor3 = Color3.new(0, 0, 0)
  4112. GiantHead.Position = UDim2.new(0.0531915426, 0, 0.371106654, 0)
  4113. GiantHead.Size = UDim2.new(0, 126, 0, 14)
  4114. GiantHead.Font = Enum.Font.SourceSans
  4115. GiantHead.Text = "Giant Head"
  4116. GiantHead.TextColor3 = Color3.new(0, 0, 0)
  4117. GiantHead.TextSize = 14
  4118. GiantHead.TextWrapped = true
  4119. GiantHead.MouseButton1Click:Connect(function()
  4120. --Brought to you by N3xul.
  4121. local OOF =
  4122. {
  4123. ["assets"] =
  4124. {
  4125. [1] =
  4126. {
  4127. ["drotation"] =
  4128. {
  4129. ["y"] = 90,
  4130. ["x"] = 90,
  4131. ["z"] = 90
  4132. },
  4133. ["dposition"] =
  4134. {
  4135. ["y"] = 200,
  4136. ["x"] = 200,
  4137. ["z"] = 200
  4138. },
  4139. ["scale"] =
  4140. {
  4141. ["y"] = 10000,
  4142. ["x"] = 10000,
  4143. ["z"] = 10000
  4144. },
  4145. ["dscale"] =
  4146. {
  4147. ["y"] = 500,
  4148. ["x"] = 500,
  4149. ["z"] = 500
  4150. },
  4151. ["vscale"] =
  4152. {
  4153. ["y"] = 1,
  4154. ["x"] = 1,
  4155. ["z"] = 1
  4156. },
  4157. ["rotation"] =
  4158. {
  4159. ["y"] = 0,
  4160. ["x"] = 0,
  4161. ["z"] = 0
  4162. },
  4163. ["assetId"] = 916733101,
  4164. ["changedFX"] = false,
  4165. ["position"] =
  4166. {
  4167. ["y"] = 0,
  4168. ["x"] = 0,
  4169. ["z"] = 0
  4170. },
  4171. ["fx"] =
  4172. {
  4173. [1] = true,
  4174. [2] = true,
  4175. [3] = true,
  4176. [4] = true,
  4177. [5] = true
  4178. },
  4179. ["vrotation"] =
  4180. {
  4181. ["y"] = 0,
  4182. ["x"] = 0,
  4183. ["z"] = 0
  4184. },
  4185. ["vposition"] =
  4186. {
  4187. ["y"] = 0,
  4188. ["x"] = -0,
  4189. ["z"] = -0
  4190. }
  4191. },
  4192. [2] =
  4193. {
  4194. ["drotation"] =
  4195. {
  4196. ["y"] = 90,
  4197. ["x"] = 90,
  4198. ["z"] = 90
  4199. },
  4200. ["dposition"] =
  4201. {
  4202. ["y"] = 20000,
  4203. ["x"] = 20000,
  4204. ["z"] = 20000
  4205. },
  4206. ["scale"] =
  4207. {
  4208. ["y"] = 100,
  4209. ["x"] = 100,
  4210. ["z"] = 100
  4211. },
  4212. ["dscale"] =
  4213. {
  4214. ["y"] = 500,
  4215. ["x"] = 500,
  4216. ["z"] = 500
  4217. },
  4218. ["vscale"] =
  4219. {
  4220. ["y"] = 1,
  4221. ["x"] = 1,
  4222. ["z"] = 1
  4223. },
  4224. ["rotation"] =
  4225. {
  4226. ["y"] = 0,
  4227. ["x"] = 0,
  4228. ["z"] = 0
  4229. },
  4230. ["assetId"] = 602599987,
  4231. ["changedFX"] = false,
  4232. ["position"] =
  4233. {
  4234. ["y"] = 0,
  4235. ["x"] = 0,
  4236. ["z"] = 0
  4237. },
  4238. ["fx"] =
  4239. {
  4240. [1] = true,
  4241. [2] = true,
  4242. [3] = true,
  4243. [4] = true,
  4244. [5] = true
  4245. },
  4246. ["vrotation"] =
  4247. {
  4248. ["y"] = 0,
  4249. ["x"] = 0,
  4250. ["z"] = 0
  4251. },
  4252. ["vposition"] =
  4253. {
  4254. ["y"] = 0,
  4255. ["x"] = -0,
  4256. ["z"] = -0
  4257. }
  4258. },
  4259. [3] =
  4260. {
  4261. ["drotation"] =
  4262. {
  4263. ["y"] = 90,
  4264. ["x"] = 90,
  4265. ["z"] = 90
  4266. },
  4267. ["dposition"] =
  4268. {
  4269. ["y"] = 200,
  4270. ["x"] = 200,
  4271. ["z"] = 200
  4272. },
  4273. ["scale"] =
  4274. {
  4275. ["y"] = 10000,
  4276. ["x"] = 10000,
  4277. ["z"] = 10000
  4278. },
  4279. ["dscale"] =
  4280. {
  4281. ["y"] = 500,
  4282. ["x"] = 500,
  4283. ["z"] = 500
  4284. },
  4285. ["vscale"] =
  4286. {
  4287. ["y"] = 1,
  4288. ["x"] = 1,
  4289. ["z"] = 1
  4290. },
  4291. ["rotation"] =
  4292. {
  4293. ["y"] = 0,
  4294. ["x"] = 0,
  4295. ["z"] = 0
  4296. },
  4297. ["assetId"] = 616980142,
  4298. ["changedFX"] = false,
  4299. ["position"] =
  4300. {
  4301. ["y"] = 0,
  4302. ["x"] = 0,
  4303. ["z"] = 0
  4304. },
  4305. ["fx"] =
  4306. {
  4307. [1] = true,
  4308. [2] = true,
  4309. [3] = true,
  4310. [4] = true,
  4311. [5] = true
  4312. },
  4313. ["vrotation"] =
  4314. {
  4315. ["y"] = 0,
  4316. ["x"] = 0,
  4317. ["z"] = 0
  4318. },
  4319. ["vposition"] =
  4320. {
  4321. ["y"] = 0,
  4322. ["x"] = -0,
  4323. ["z"] = -0
  4324. }
  4325. },
  4326. [4] =
  4327. {
  4328. ["drotation"] =
  4329. {
  4330. ["y"] = 180,
  4331. ["x"] = 90,
  4332. ["z"] = 90
  4333. },
  4334. ["dposition"] =
  4335. {
  4336. ["y"] = 100,
  4337. ["x"] = 200,
  4338. ["z"] = 200
  4339. },
  4340. ["scale"] =
  4341. {
  4342. ["y"] = 1250,
  4343. ["x"] = 1250,
  4344. ["z"] = 12500
  4345. },
  4346. ["dscale"] =
  4347. {
  4348. ["y"] = 750,
  4349. ["x"] = 750,
  4350. ["z"] = 750
  4351. },
  4352. ["vscale"] =
  4353. {
  4354. ["y"] = 1.25,
  4355. ["x"] = 1.25,
  4356. ["z"] = 1.25
  4357. },
  4358. ["rotation"] =
  4359. {
  4360. ["y"] = 0,
  4361. ["x"] = 0,
  4362. ["z"] = 0
  4363. },
  4364. ["assetId"] = 244159819,
  4365. ["changedFX"] = false,
  4366. ["position"] =
  4367. {
  4368. ["y"] = 0,
  4369. ["x"] = 0,
  4370. ["z"] = 0
  4371. },
  4372. ["fx"] =
  4373. {
  4374. [1] = true,
  4375. [2] = true,
  4376. [3] = true,
  4377. [4] = true,
  4378. [5] = true
  4379. },
  4380. ["vrotation"] =
  4381. {
  4382. ["y"] = 0,
  4383. ["x"] = 0,
  4384. ["z"] = 0
  4385. },
  4386. ["vposition"] =
  4387. {
  4388. ["y"] = 0,
  4389. ["x"] = -0,
  4390. ["z"] = -0
  4391. }
  4392. },
  4393. [5] =
  4394. {
  4395. ["drotation"] =
  4396. {
  4397. ["y"] = 90,
  4398. ["x"] = 90,
  4399. ["z"] = 90
  4400. },
  4401. ["dposition"] =
  4402. {
  4403. ["y"] = 200,
  4404. ["x"] = 200,
  4405. ["z"] = 200
  4406. },
  4407. ["scale"] =
  4408. {
  4409. ["y"] = 5000,
  4410. ["x"] = 5000,
  4411. ["z"] = 5000
  4412. },
  4413. ["dscale"] =
  4414. {
  4415. ["y"] = 5000,
  4416. ["x"] = 5000,
  4417. ["z"] = 5000
  4418. },
  4419. ["vscale"] =
  4420. {
  4421. ["y"] = 1,
  4422. ["x"] = 1,
  4423. ["z"] = 1
  4424. },
  4425. ["rotation"] =
  4426. {
  4427. ["y"] = 0,
  4428. ["x"] = 0,
  4429. ["z"] = 0
  4430. },
  4431. ["assetId"] = 7075502,
  4432. ["changedFX"] = false,
  4433. ["position"] =
  4434. {
  4435. ["y"] = 0,
  4436. ["x"] = 0,
  4437. ["z"] = 0
  4438. },
  4439. ["fx"] =
  4440. {
  4441. [1] = true,
  4442. [2] = true,
  4443. [3] = true,
  4444. [4] = true,
  4445. [5] = true
  4446. },
  4447. ["vrotation"] =
  4448. {
  4449. ["y"] = 0,
  4450. ["x"] = 0,
  4451. ["z"] = 0
  4452. },
  4453. ["vposition"] =
  4454. {
  4455. ["y"] = 0,
  4456. ["x"] = -0,
  4457. ["z"] = -0
  4458. }
  4459. }
  4460. },
  4461. ["description"] = "",
  4462. ["createdDate"] = 1000,
  4463. ["lowerDesc"] = "",
  4464. ["bodyColors"] =
  4465. {
  4466. ["HeadColor"] = Color3.new(1, 0, 0),
  4467. ["TorsoColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4468. ["LeftArmColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4469. ["RightLegColor"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4470. ["RightArmColor"] = Color3.new(1, 0, 0),
  4471. ["LeftLegColor"] = Color3.new(1, 0, 0)
  4472. },
  4473. ["scales"] =
  4474. {
  4475. ["LowerLegHeight"] = 1,
  4476. ["UpperTorsoWidth"] = 1,
  4477. ["UpperArmHeight"] = 1,
  4478. ["HandHeight"] = 1,
  4479. ["UpperLegWidth"] = 1,
  4480. ["LowerArmWidth"] = 1,
  4481. ["FootWidth"] = 1,
  4482. ["LowerArmHeight"] = 1,
  4483. ["UpperArmWidth"] = 1,
  4484. ["FootHeight"] = 1,
  4485. ["LowerTorsoWidth"] = 1,
  4486. ["UpperTorsoHeight"] = 1,
  4487. ["HandWidth"] = 1,
  4488. ["HeadScale"] = 500,
  4489. ["UpperLegHeight"] = 1,
  4490. ["LowerTorsoHeight"] = 1,
  4491. ["LowerLegWidth"] = 1
  4492. },
  4493. ["name"] = "GAY",
  4494. ["outfitId"] = 1,
  4495. ["isOutfit"] = true,
  4496. ["collageSeed"] = 0,
  4497. ["lowerName"] = ""
  4498. }
  4499. local Event = game:GetService("ReplicatedStorage").AvatarEditor.Remote.CommitCharacterAppearance
  4500. Event:FireServer(OOF)
  4501. end)
  4502.  
  4503. Rainbowchat.Name = "Rainbowchat"
  4504. Rainbowchat.Parent = mainframe
  4505. Rainbowchat.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4506. Rainbowchat.BorderColor3 = Color3.new(0, 0, 0)
  4507. Rainbowchat.Position = UDim2.new(0.0531915613, 0, 0.702809632, 0)
  4508. Rainbowchat.Size = UDim2.new(0, 126, 0, 14)
  4509. Rainbowchat.Font = Enum.Font.SourceSans
  4510. Rainbowchat.Text = "Rainbow Chat"
  4511. Rainbowchat.TextColor3 = Color3.new(0, 0, 0)
  4512. Rainbowchat.TextSize = 14
  4513. Rainbowchat.TextWrapped = true
  4514. Rainbowchat.MouseButton1Click:Connect(function()
  4515. while true do
  4516. wait()
  4517. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  4518. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  4519. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  4520. local color = Color3.new(r, g, b)
  4521. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  4522. Event:FireServer(color)
  4523. end
  4524. end)
  4525.  
  4526. Blackchat.Name = "Blackchat"
  4527. Blackchat.Parent = mainframe
  4528. Blackchat.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  4529. Blackchat.BorderColor3 = Color3.new(0, 0, 0)
  4530. Blackchat.Position = UDim2.new(0.0567375869, 0, 0.854838729, 0)
  4531. Blackchat.Size = UDim2.new(0, 126, 0, 12)
  4532. Blackchat.Font = Enum.Font.SourceSans
  4533. Blackchat.Text = "Black Chat"
  4534. Blackchat.TextColor3 = Color3.new(0, 0, 0)
  4535. Blackchat.TextSize = 14
  4536. Blackchat.TextWrapped = true
  4537. Blackchat.MouseButton1Click:Connect(function()
  4538. local color = Color3.new(0,0,0) --Color you want here!
  4539. local Event = game:GetService("ReplicatedStorage").ClientRequests.UpdateChatColorEvent
  4540. Event:FireServer(color)
  4541. end)
  4542.  
  4543. Creds.Name = "Creds"
  4544. Creds.Parent = topframe
  4545. Creds.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  4546. Creds.BorderColor3 = Color3.new(0, 0, 0)
  4547. Creds.BorderSizePixel = 0
  4548. Creds.Size = UDim2.new(0, 78, 0, 8)
  4549. Creds.Font = Enum.Font.SourceSans
  4550. Creds.Text = "Psykek#3180"
  4551. Creds.TextColor3 = Color3.new(0.729412, 0.396078, 0.0196078)
  4552. Creds.TextSize = 12
  4553. Creds.TextWrapped = true
  4554.  
  4555. Close.Name = "Close"
  4556. Close.Parent = topframe
  4557. Close.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  4558. Close.BorderColor3 = Color3.new(0, 0, 0)
  4559. Close.BorderSizePixel = 0
  4560. Close.Position = UDim2.new(0.929078043, 0, 0, 0)
  4561. Close.Size = UDim2.new(0, 10, 0, 8)
  4562. Close.Font = Enum.Font.SourceSans
  4563. Close.Text = "X"
  4564. Close.TextColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  4565. Close.TextSize = 14
  4566. Close.MouseButton1Click:Connect(function()
  4567.  
  4568. if topframe.Visible == false then
  4569. topframe.Visible = false
  4570. else
  4571. topframe.Visible = false
  4572. end
  4573.  
  4574. end)
  4575.  
  4576. Minimize.Name = "Minimize"
  4577. Minimize.Parent = topframe
  4578. Minimize.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  4579. Minimize.BorderColor3 = Color3.new(0, 0, 0)
  4580. Minimize.BorderSizePixel = 0
  4581. Minimize.Position = UDim2.new(0.858156085, 0, 0, 0)
  4582. Minimize.Size = UDim2.new(0, 10, 0, 8)
  4583. Minimize.Font = Enum.Font.SourceSans
  4584. Minimize.Text = "-"
  4585. Minimize.TextColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  4586. Minimize.TextSize = 14
  4587. Minimize.MouseButton1Click:Connect(function()
  4588.  
  4589. if mainframe.Visible == false then
  4590. mainframe.Visible = true
  4591. else
  4592. mainframe.Visible = false
  4593. end
  4594.  
  4595. end)
  4596. end)
  4597.  
  4598. Next.Name = "Next "
  4599. Next.Parent = GamesGUI
  4600. Next.BackgroundColor3 = Color3.new(1, 1, 1)
  4601. Next.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  4602. Next.BorderSizePixel = 0
  4603. Next.Position = UDim2.new(0.59799999, 0, 0.904999971, 0)
  4604. Next.Size = UDim2.new(0, 90, 0, 28)
  4605. Next.AutoButtonColor = false
  4606. Next.Font = Enum.Font.SciFi
  4607. Next.Text = "Next >"
  4608. Next.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  4609. Next.TextSize = 18
  4610. Next.TextWrapped = true
  4611. Next.MouseButton1Down:connect(function()
  4612. GamesGUI.Visible = false
  4613. Games2GUI.Visible = true
  4614. end)
  4615.  
  4616. Games4GUI.Name = "Games4GUI"
  4617. Games4GUI.Parent = Main
  4618. Games4GUI.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  4619. Games4GUI.BorderSizePixel = 0
  4620. Games4GUI.Position = UDim2.new(0.189415038, 0, 0, 0)
  4621. Games4GUI.Size = UDim2.new(0, 291, 0, 367)
  4622. Games4GUI.Visible = false
  4623.  
  4624. Previous4.Name = "Previous4"
  4625. Previous4.Parent = Games4GUI
  4626. Previous4.BackgroundColor3 = Color3.new(1, 1, 1)
  4627. Previous4.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  4628. Previous4.BorderSizePixel = 0
  4629. Previous4.Position = UDim2.new(0.0996563733, 0, 0.904632151, 0)
  4630. Previous4.Size = UDim2.new(0, 90, 0, 28)
  4631. Previous4.AutoButtonColor = false
  4632. Previous4.Font = Enum.Font.SciFi
  4633. Previous4.Text = "< Previous"
  4634. Previous4.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  4635. Previous4.TextSize = 18
  4636. Previous4.TextWrapped = true
  4637. Previous4.MouseButton1Down:connect(function()
  4638. Games4GUI.Visible = false
  4639. Games3GUI.Visible = true
  4640. end)
  4641.  
  4642. DoomspireBrickbattle.Name = "Doomspire-Brickbattle"
  4643. DoomspireBrickbattle.Parent = Games4GUI
  4644. DoomspireBrickbattle.BackgroundColor3 = Color3.new(1, 1, 1)
  4645. DoomspireBrickbattle.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  4646. DoomspireBrickbattle.BorderSizePixel = 0
  4647. DoomspireBrickbattle.Position = UDim2.new(0.044673562, 0, 0.0217983574, 0)
  4648. DoomspireBrickbattle.Size = UDim2.new(0, 265, 0, 50)
  4649. DoomspireBrickbattle.AutoButtonColor = false
  4650. DoomspireBrickbattle.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  4651. DoomspireBrickbattle.Font = Enum.Font.SciFi
  4652. DoomspireBrickbattle.Text = "Doomspire Brickbattle"
  4653. DoomspireBrickbattle.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  4654. DoomspireBrickbattle.TextSize = 20
  4655. DoomspireBrickbattle.TextWrapped = true
  4656. DoomspireBrickbattle.MouseButton1Down:connect(function()
  4657. getsenv(game.Players.LocalPlayer.Backpack.Slingshot.Client).VELOCITY = 1000
  4658. end)
  4659.  
  4660. Assasin.Name = "Assasin"
  4661. Assasin.Parent = Games4GUI
  4662. Assasin.BackgroundColor3 = Color3.new(1, 1, 1)
  4663. Assasin.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  4664. Assasin.BorderSizePixel = 0
  4665. Assasin.Position = UDim2.new(0.044673562, 0, 0.18528609, 0)
  4666. Assasin.Size = UDim2.new(0, 265, 0, 50)
  4667. Assasin.AutoButtonColor = false
  4668. Assasin.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  4669. Assasin.Font = Enum.Font.SciFi
  4670. Assasin.Text = "Assasin"
  4671. Assasin.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  4672. Assasin.TextSize = 20
  4673. Assasin.TextWrapped = true
  4674. Assasin.MouseButton1Down:connect(function()
  4675. loadstring(game:GetObjects("rbxassetid://2001359233")[1].Source)()
  4676. end)
  4677.  
  4678. MurderMystery2.Name = "Murder-Mystery2"
  4679. MurderMystery2.Parent = Games4GUI
  4680. MurderMystery2.BackgroundColor3 = Color3.new(1, 1, 1)
  4681. MurderMystery2.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  4682. MurderMystery2.BorderSizePixel = 0
  4683. MurderMystery2.Position = UDim2.new(0.044673562, 0, 0.35422343, 0)
  4684. MurderMystery2.Size = UDim2.new(0, 265, 0, 50)
  4685. MurderMystery2.AutoButtonColor = false
  4686. MurderMystery2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  4687. MurderMystery2.Font = Enum.Font.SciFi
  4688. MurderMystery2.Text = "Murder Mystery 2"
  4689. MurderMystery2.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  4690. MurderMystery2.TextSize = 20
  4691. MurderMystery2.TextWrapped = true
  4692. MurderMystery2.MouseButton1Down:connect(function()
  4693. if game.PlaceId == 142823291 then --Proofing just because ;)
  4694. --Note: Don't reset with godmode on or you will be stuck on a black screen for a reasonable amount of time
  4695. --Change to false if you dont like printing to console
  4696. local printvar = true
  4697. --Change to true if you want to see names instead of murderer, sheriff, and innocents with esp
  4698. local espnames = true
  4699. --Change keybinds to your liking
  4700. local coinkey = "c" --Coin grabber keybind
  4701. local MSkey = "m" --Murderer/Sheriff esp keybind
  4702. local playerskey = "n" --All players esp keybind
  4703. local espoffkey = "b" --Turn esp off keybind
  4704. local flykey = "f" --Fly keybind
  4705. local noclipkey = "r" --Noclip keybind
  4706. local godmodekey = "g" --Godmode keybind
  4707. local xrayonkey = "x" --Xray on keybind
  4708. local xrayoffkey = "z" --Xray off keybind
  4709. local bringgunkey = "t" --Teleport to gun keybind
  4710. local hideshowguikey = "p" --Show/Hide gui keybind
  4711. --End of easy customization options
  4712.  
  4713. --Gui Buttons and Status--
  4714. local MM2 = Instance.new("ScreenGui")
  4715. local Main = Instance.new("Frame")
  4716. local Title = Instance.new("TextLabel")
  4717. local Coin = Instance.new("TextButton")
  4718. local MSEsp = Instance.new("TextButton")
  4719. local MSESPActive = Instance.new("TextLabel")
  4720. local PlayersEsp = Instance.new("TextButton")
  4721. local PlayersEspActive = Instance.new("TextLabel")
  4722. local EspOff = Instance.new("TextButton")
  4723. local EspOffActive = Instance.new("TextLabel")
  4724. local Run = Instance.new("TextButton")
  4725. local RunActiveGui = Instance.new("TextLabel")
  4726. local Fly = Instance.new("TextButton")
  4727. local FlyActive = Instance.new("TextLabel")
  4728. local Noclip = Instance.new("TextButton")
  4729. local NoclipActive = Instance.new("TextLabel")
  4730. local GodMode = Instance.new("TextButton")
  4731. local GodModeActive = Instance.new("TextLabel")
  4732. local GuiXrayOn = Instance.new("TextButton")
  4733. local GuiXrayOnActive = Instance.new("TextLabel")
  4734. local GuiXrayOff = Instance.new("TextButton")
  4735. local GuiXrayOffActive = Instance.new("TextLabel")
  4736. local BringGun = Instance.new("TextButton")
  4737. local Keybinds = Instance.new("TextButton")
  4738. local KeybindsActive = Instance.new("TextLabel")
  4739. local Hide = Instance.new("TextButton")
  4740. local Show = Instance.new("TextButton")
  4741.  
  4742. --Other Variables
  4743. local runActive = false
  4744. local teamname = "None"
  4745. local murderer = "None"
  4746. local sheriff = "None"
  4747. local player = game:GetService("Players").LocalPlayer
  4748.  
  4749. local esp = false
  4750. local plresp
  4751. local track = false
  4752.  
  4753. local NClip = false
  4754. local char = game.Players.LocalPlayer.Character
  4755. local obj = game.workspace
  4756. local mouse=game.Players.LocalPlayer:GetMouse()
  4757. local LP = game:GetService("Players").LocalPlayer
  4758. local flyvar = false
  4759.  
  4760. local showvar = true
  4761. local inputcode = game:GetService("UserInputService")
  4762. local godmodevar = false
  4763. local keyOff = false
  4764. local NClip = false
  4765.  
  4766. --Start of Gui--
  4767. MM2.Name = "MM2"
  4768. MM2.Parent = game.CoreGui
  4769. MM2.ResetOnSpawn = false
  4770.  
  4771. Main.Name = "Main"
  4772. Main.Parent = MM2
  4773. Main.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  4774. Main.BorderColor3 = Color3.new(0, 0.607843, 1)
  4775. Main.BorderSizePixel = 5
  4776. Main.Draggable = true
  4777. Main.Position = UDim2.new(0.574999988, 0, 0.349999994, 0)
  4778. Main.Size = UDim2.new(0.2, 0, 0.4, 0)
  4779. Main.Visible = true
  4780. Main.Active = true
  4781.  
  4782. Title.Name = "Title"
  4783. Title.Parent = Main
  4784. Title.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  4785. Title.BorderColor3 = Color3.new(0, 0.607843, 1)
  4786. Title.BorderSizePixel = 5
  4787. Title.Draggable = true
  4788. Title.Size = UDim2.new(1.005, 0, 0.2, 0)
  4789. Title.ZIndex = 3
  4790. Title.Font = Enum.Font.SciFi
  4791. Title.FontSize = Enum.FontSize.Size24
  4792. Title.Text = "Murder Mystery 2"
  4793. Title.TextColor3 = Color3.new(0, 0.607843, 1)
  4794. Title.TextScaled = true
  4795. Title.TextSize = 20
  4796. Title.TextStrokeColor3 = Color3.new(0.129412, 0.54902, 1)
  4797. Title.TextWrapped = true
  4798.  
  4799. --Start of functions for buttons--
  4800. function Create(base, team, colors1, colors2, colors3, teamname) --For all esps
  4801. local bb = Instance.new("BillboardGui",player.PlayerGui)
  4802. bb.Adornee = base
  4803. bb.ExtentsOffset = Vector3.new(0,1,0)
  4804. bb.AlwaysOnTop = true
  4805. bb.Size = UDim2.new(0,5,0,5)
  4806. bb.StudsOffset = Vector3.new(0,1,0)
  4807. bb.Name = "tracker"
  4808. local frame = Instance.new("Frame",bb)
  4809. frame.ZIndex = 10
  4810. frame.BackgroundTransparency = 0.3
  4811. frame.Size = UDim2.new(1,0,1,0)
  4812. local txtlbl = Instance.new("TextLabel",bb)
  4813. txtlbl.ZIndex = 10
  4814. txtlbl.Text = teamname
  4815. txtlbl.BackgroundTransparency = 1
  4816. txtlbl.Position = UDim2.new(0,0,0,-35)
  4817. txtlbl.Size = UDim2.new(1,0,10,0)
  4818. txtlbl.Font = "ArialBold"
  4819. txtlbl.FontSize = "Size12"
  4820. txtlbl.TextStrokeTransparency = 0.5
  4821. if team then --For teams, left over from origianl but never removed
  4822. txtlbl.TextColor3 = Color3.new(0,0,255)
  4823. frame.BackgroundColor3 = Color3.new(0,0,255)
  4824. else
  4825. txtlbl.TextColor3 = Color3.new(colors1,colors2,colors3)
  4826. frame.BackgroundColor3 = Color3.new(colors1,colors2,colors3)
  4827. end
  4828. end
  4829.  
  4830. function findmurderer() --Find who the murderer is
  4831. local colors1 = 255
  4832. local colors2 = 0
  4833. local colors3 = 0
  4834. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4835. if v ~= game:GetService("Players").LocalPlayer then
  4836. for i,v in pairs(v.Backpack:GetChildren()) do --Checks backpack for knife
  4837. if v.Name == "Knife" then
  4838. if espnames == true then
  4839. local teamname = v.Parent.Parent.Name
  4840. if v.Parent.Parent.Character.Head ~= nil then
  4841. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  4842. else
  4843. if printvar == true then
  4844. print("Head missing from murderer!")
  4845. end
  4846. end
  4847. elseif espnames == false then
  4848. local teamname = "Murderer"
  4849. if v.Parent.Parent.Character.Head ~= nil then
  4850. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  4851. else
  4852. if printvar == true then
  4853. print("Head missing from murderer!")
  4854. end
  4855. end
  4856. end
  4857. murderer = v.Parent.Parent.Name
  4858. if printvar == true then
  4859. print(murderer.." is Murderer")
  4860. end
  4861. end
  4862. end
  4863. for i,v in pairs(v.Character:GetChildren()) do --Checks workspace player for knife (holding it)
  4864. if v.Name == "Knife" then
  4865. if espnames == true then
  4866. local teamname = v.Parent.Name
  4867. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  4868. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  4869. else
  4870. if printvar == true then
  4871. print("Head missing from murderer!")
  4872. end
  4873. end
  4874. elseif espnames == false then
  4875. local teamname = "Murderer"
  4876. if v.Parent.Head ~= nil then
  4877. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  4878. else
  4879. if printvar == true then
  4880. print("Head missing from murderer!")
  4881. end
  4882. end
  4883. end
  4884. murderer = v.Parent.Name
  4885. if printvar == true then --Tried to failproof to stop printing nil
  4886. local murderer1 = tostring(v.Parent.Name)
  4887. print(murderer1.." is Murderer")
  4888. end
  4889. end
  4890. end
  4891. end
  4892. end
  4893. end
  4894.  
  4895. function findsheriff() --Find who the sheriff is
  4896. local colors1 = 0
  4897. local colors2 = 0
  4898. local colors3 = 255
  4899. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4900. if v ~= game:GetService("Players").LocalPlayer then
  4901. for i,v in pairs(v.Backpack:GetChildren()) do
  4902. if v.Name == "Revolver" or v.Name == "Gun" then --Lazy to check if its revolver or gun and checks backpack for gun
  4903. if espnames == true then
  4904. local teamname = v.Parent.Parent.Name
  4905. if v.Parent.Parent.Character.Head ~= nil then --Tried to failproof to stop printing nil
  4906. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  4907. else
  4908. if printvar == true then
  4909. print("Head missing from sheriff!")
  4910. end
  4911. end
  4912. elseif espnames == false then
  4913. local teamname = "Sheriff"
  4914. if v.Parent.Parent.Character.Head ~= nil then --Tried to failproof to stop printing nil
  4915. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  4916. else
  4917. if printvar == true then
  4918. print("Head missing from sheriff!")
  4919. end
  4920. end
  4921. end
  4922. sheriff = v.Parent.Parent.Name
  4923. if printvar == true then
  4924. local sheriff1 = tostring(v.Parent.Parent.Name)
  4925. print(sheriff1.." is Sheriff")
  4926. end
  4927. end
  4928. end
  4929. for i,v in pairs(v.Character:GetChildren()) do
  4930. if v.Name == "Revolver" or v.Name == "Gun" then --Lazy to check if its revolver or gun and checks workspace player for gun (holding it)
  4931. if espnames == true then
  4932. local teamname = v.Parent.Name
  4933. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  4934. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  4935. else
  4936. if printvar == true then
  4937. print("Head missing from sheriff!")
  4938. end
  4939. end
  4940. elseif espnames == false then
  4941. local teamname = "Sheriff"
  4942. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  4943. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  4944. else
  4945. if printvar == true then
  4946. print("Head missing from sheriff!")
  4947. end
  4948. end
  4949. end
  4950. sheriff = v.Parent.Name
  4951. if printvar == true then
  4952. local sheriff1 = tostring(v.Parent.Name)
  4953. print(sheriff1.." is Sheriff")
  4954. end
  4955. end
  4956. end
  4957. end
  4958. end
  4959. end
  4960.  
  4961. function findplayers() --Find all players but local player
  4962. findmurderer() --Finds murderer
  4963. findsheriff() --Finds sheriff
  4964. local colors1 = 0
  4965. local colors2 = 255
  4966. local colors3 = 0
  4967. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  4968. if v ~= game:GetService("Players").LocalPlayer then --If not local player
  4969. if v.Name ~= murderer then --If not murderer
  4970. if v.Name ~= sheriff then --If not sheriff
  4971. if espnames == true then
  4972. local teamname = v.Name
  4973. if v.Character.Head ~= nil then --Tried to failproof to stop printing nil
  4974. Create(v.Character.Head, false, colors1 ,colors2, colors3, teamname)
  4975. else
  4976. if printvar == true then
  4977. print("Head missing from sheriff!")
  4978. end
  4979. end
  4980. elseif espnames == false then
  4981. local teamname = "Innocents"
  4982. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  4983. Create(v.Character.Head, false, colors1 ,colors2, colors3, teamname)
  4984. else
  4985. if printvar == true then
  4986. print("Head missing from sheriff!")
  4987. end
  4988. end
  4989. end
  4990. end
  4991. end
  4992. end
  4993. end
  4994. end
  4995.  
  4996. function Clear() --Clears all the esps
  4997. for _,v in pairs(player.PlayerGui:children()) do
  4998. if v.Name == "tracker" and v:isA("BillboardGui") then
  4999. v:Destroy()
  5000. end
  5001. end
  5002. end
  5003.  
  5004. function XrayOn(obj) --Enables xray
  5005. for _,v in pairs(obj:GetChildren()) do
  5006. if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then
  5007. v.LocalTransparencyModifier = 0.75
  5008. end
  5009. XrayOn(v)
  5010. end
  5011. end
  5012.  
  5013. function XrayOff(obj) --Disables xray
  5014. for _,v in pairs(obj:GetChildren()) do
  5015. if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then
  5016. v.LocalTransparencyModifier = 0
  5017. end XrayOff(v)
  5018. end
  5019. end
  5020.  
  5021. function sFLY() --Fly function
  5022. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('Torso') and LP.Character:FindFirstChild('Humanoid')
  5023. repeat wait() until mouse
  5024.  
  5025. local T = LP.Character.Torso
  5026. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  5027. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  5028. local SPEED = 0
  5029.  
  5030. local function FLY()
  5031. FLYING = true
  5032. local BG = Instance.new('BodyGyro', T)
  5033. local BV = Instance.new('BodyVelocity', T)
  5034. BG.P = 9e4
  5035. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  5036. BG.cframe = T.CFrame
  5037. BV.velocity = Vector3.new(0, 0.1, 0)
  5038. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  5039. spawn(function()
  5040. repeat wait()
  5041. LP.Character.Humanoid.PlatformStand = true
  5042. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  5043. SPEED = 50
  5044. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  5045. SPEED = 0
  5046. end
  5047. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  5048. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  5049. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  5050. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  5051. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  5052. else
  5053. BV.velocity = Vector3.new(0, 0.1, 0)
  5054. end
  5055. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  5056. until not FLYING
  5057. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  5058. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  5059. SPEED = 0
  5060. BG:destroy()
  5061. BV:destroy()
  5062. LP.Character.Humanoid.PlatformStand = false
  5063. end)
  5064. end
  5065.  
  5066. mouse.KeyDown:connect(function(KEY)
  5067. if KEY:lower() == 'w' then
  5068. CONTROL.F = 1
  5069. elseif KEY:lower() == 's' then
  5070. CONTROL.B = -1
  5071. elseif KEY:lower() == 'a' then
  5072. CONTROL.L = -1
  5073. elseif KEY:lower() == 'd' then
  5074. CONTROL.R = 1
  5075. end
  5076. end)
  5077.  
  5078. mouse.KeyUp:connect(function(KEY)
  5079. if KEY:lower() == 'w' then
  5080. CONTROL.F = 0
  5081. elseif KEY:lower() == 's' then
  5082. CONTROL.B = 0
  5083. elseif KEY:lower() == 'a' then
  5084. CONTROL.L = 0
  5085. elseif KEY:lower() == 'd' then
  5086. CONTROL.R = 0
  5087. end
  5088. end)
  5089. FLY()
  5090. end
  5091.  
  5092. function NOFLY() --Unfly function
  5093. FLYING = false
  5094. LP.Character.Humanoid.PlatformStand = false
  5095. end
  5096.  
  5097. local noclipcoro = coroutine.wrap(function() --Noclip function
  5098. while true do
  5099. if NClip == true then
  5100. if game.Players ~= nil then
  5101. if game.Players.LocalPlayer ~= nil then
  5102. if game.Players.LocalPlayer.Character ~= nil then
  5103. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") ~= nil then
  5104. if game.Players.LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  5105. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  5106. game.Players.LocalPlayer.Character.Head.CanCollide = false
  5107. end
  5108. end
  5109. end
  5110. end
  5111. end
  5112. end
  5113. game:service("RunService").Stepped:wait()
  5114. end
  5115. end)
  5116.  
  5117. noclipcoro() --For noclip to work
  5118.  
  5119. game:GetService("Players").LocalPlayer.CharacterAdded:connect(function(character) --Resets specific things for ease
  5120. flyvar = false
  5121. FlyActive.Text = "Inactive"
  5122. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  5123. godmodevar = false
  5124. GodModeActive.Text = "Inactive"
  5125. GodModeActive.TextColor3 = Color3.new(1, 0, 1)
  5126. Clear()
  5127. MSESPActive.Text = "Inactive"
  5128. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  5129. PlayersEspActive.Text = "Inactive"
  5130. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  5131. EspOffActive.Text = "Active"
  5132. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  5133. end)
  5134.  
  5135. mouse.KeyDown:connect(function(KeyDown) --If shift is held, run
  5136. if KeyDown == "0" and runActive == false and keyOff == false then
  5137. runActive = true
  5138. player.Character.Humanoid.WalkSpeed = 32
  5139. RunActiveGui.Text = "Active"
  5140. RunActiveGui.TextColor3 = Color3.new(0, 1, 0)
  5141. end
  5142. end)
  5143.  
  5144. mouse.KeyUp:connect(function(KeyUp) --If shift is released, walk
  5145. if KeyUp == "0" and runActive == true and keyOff == false then
  5146. runActive = false
  5147. player.Character.Humanoid.WalkSpeed = 16
  5148. RunActiveGui.Text = "Inactive"
  5149. RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  5150. end
  5151. end)
  5152.  
  5153. function coingrabberfunc() --Coin grabber function
  5154. local children = game.Workspace:GetChildren()
  5155. for _, child in pairs(children) do
  5156. for _, child in pairs(child:GetChildren()) do
  5157. table.insert(children, child)
  5158. end
  5159. if child:IsA("BasePart") and child.Name == "Coin" then
  5160. child.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5161. end
  5162. end
  5163. end
  5164.  
  5165. function godmodefunc() --Godmode function
  5166. local player = game.Players.LocalPlayer
  5167. if player.Character then
  5168. if player.Character:FindFirstChild("Humanoid") then
  5169. player.Character.Humanoid.Name = "1"
  5170. end
  5171. local l = player.Character["1"]:Clone()
  5172. l.Parent = player.Character
  5173. l.Name = "Humanoid"; wait(0.1)
  5174. player.Character["1"]:Destroy()
  5175. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  5176. player.Character.Animate.Disabled = true; wait(0.1)
  5177. player.Character.Animate.Disabled = false
  5178. end
  5179. end
  5180.  
  5181. --Coin Grabber--
  5182. Coin.Name = "CoinGrabber"
  5183. Coin.Parent = Main
  5184. Coin.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5185. Coin.BorderColor3 = Color3.new(0, 0.607843, 1)
  5186. Coin.BorderSizePixel = 5
  5187. Coin.Position = UDim2.new(0, 0, 0.215, 0)
  5188. Coin.Size = UDim2.new(1.005, 0, 0.08, 0)
  5189. Coin.ZIndex = 4
  5190. Coin.Font = Enum.Font.SciFi
  5191. Coin.FontSize = Enum.FontSize.Size24
  5192. Coin.Text = "Coin Grabber ["..string.upper(coinkey).."]"
  5193. Coin.TextColor3 = Color3.fromRGB(255, 255, 26)
  5194. Coin.TextSize = 20
  5195. Coin.TextWrapped = true
  5196. Coin.MouseButton1Down:connect(function(x, y)
  5197. coingrabberfunc()
  5198. end)
  5199.  
  5200. --Murderer/Sheriff Esp--
  5201. MSESPActive.Name = "MSEspActive"
  5202. MSESPActive.Parent = Main
  5203. MSESPActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5204. MSESPActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  5205. MSESPActive.BorderSizePixel = 5
  5206. MSESPActive.Position = UDim2.new(0.755, 0, 0.315, 0)
  5207. MSESPActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  5208. MSESPActive.ZIndex = 4
  5209. MSESPActive.Font = Enum.Font.SciFi
  5210. MSESPActive.FontSize = Enum.FontSize.Size24
  5211. MSESPActive.Text = "Inactive"
  5212. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  5213. MSESPActive.TextSize = 20
  5214. MSESPActive.TextWrapped = true
  5215.  
  5216. MSEsp.Name = "MSEsp"
  5217. MSEsp.Parent = Main
  5218. MSEsp.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5219. MSEsp.BorderColor3 = Color3.new(0, 0.607843, 1)
  5220. MSEsp.BorderSizePixel = 5
  5221. MSEsp.Position = UDim2.new(0, 0, 0.315, 0)
  5222. MSEsp.Size = UDim2.new(0.75, 0, 0.08, 0)
  5223. MSEsp.ZIndex = 4
  5224. MSEsp.Font = Enum.Font.SciFi
  5225. MSEsp.FontSize = Enum.FontSize.Size24
  5226. MSEsp.Text = "Murderer/Sheriff Esp ["..string.upper(MSkey).."]"
  5227. MSEsp.TextColor3 = Color3.fromRGB(255, 102, 255)
  5228. MSEsp.TextSize = 20
  5229. MSEsp.TextWrapped = true
  5230. MSEsp.MouseButton1Down:connect(function(x, y)
  5231. murderer = "None"
  5232. sheriff = "None"
  5233. Clear()
  5234. findmurderer()
  5235. findsheriff()
  5236. if printvar == true then
  5237. print("Murderer/Sheriff")
  5238. end
  5239. MSESPActive.Text = "Active"
  5240. MSESPActive.TextColor3 = Color3.new(0, 1, 0)
  5241. PlayersEspActive.Text = "Inactive"
  5242. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  5243. EspOffActive.Text = "Inactive"
  5244. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  5245. end)
  5246.  
  5247. --All Players Esp
  5248. PlayersEspActive.Name = "PlayersEspActive"
  5249. PlayersEspActive.Parent = Main
  5250. PlayersEspActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5251. PlayersEspActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  5252. PlayersEspActive.BorderSizePixel = 5
  5253. PlayersEspActive.Position = UDim2.new(0.755, 0, 0.415, 0)
  5254. PlayersEspActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  5255. PlayersEspActive.ZIndex = 4
  5256. PlayersEspActive.Font = Enum.Font.SciFi
  5257. PlayersEspActive.FontSize = Enum.FontSize.Size24
  5258. PlayersEspActive.Text = "Inactive"
  5259. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  5260. PlayersEspActive.TextSize = 20
  5261. PlayersEspActive.TextWrapped = true
  5262.  
  5263. PlayersEsp.Name = "PlayersEsp"
  5264. PlayersEsp.Parent = Main
  5265. PlayersEsp.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5266. PlayersEsp.BorderColor3 = Color3.new(0, 0.607843, 1)
  5267. PlayersEsp.BorderSizePixel = 5
  5268. PlayersEsp.Position = UDim2.new(0, 0, 0.415, 0)
  5269. PlayersEsp.Size = UDim2.new(0.75, 0, 0.08, 0)
  5270. PlayersEsp.ZIndex = 4
  5271. PlayersEsp.Font = Enum.Font.SciFi
  5272. PlayersEsp.FontSize = Enum.FontSize.Size24
  5273. PlayersEsp.Text = "All Players Esp ["..string.upper(playerskey).."]"
  5274. PlayersEsp.TextColor3 = Color3.fromRGB(102, 255, 51)
  5275. PlayersEsp.TextSize = 20
  5276. PlayersEsp.TextWrapped = true
  5277. PlayersEsp.MouseButton1Down:connect(function(x, y)
  5278. Clear()
  5279. if printvar == true then
  5280. print("Players Esp")
  5281. end
  5282. MSESPActive.Text = "Inactive"
  5283. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  5284. PlayersEspActive.Text = "Active"
  5285. PlayersEspActive.TextColor3 = Color3.new(0, 1, 0)
  5286. EspOffActive.Text = "Inactive"
  5287. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  5288. findplayers()
  5289. end)
  5290.  
  5291. --Esp Off
  5292. EspOffActive.Name = "EspOffActive"
  5293. EspOffActive.Parent = Main
  5294. EspOffActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5295. EspOffActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  5296. EspOffActive.BorderSizePixel = 5
  5297. EspOffActive.Position = UDim2.new(0.755, 0, 0.515, 0)
  5298. EspOffActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  5299. EspOffActive.ZIndex = 4
  5300. EspOffActive.Font = Enum.Font.SciFi
  5301. EspOffActive.FontSize = Enum.FontSize.Size24
  5302. EspOffActive.Text = "Active"
  5303. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  5304. EspOffActive.TextSize = 20
  5305. EspOffActive.TextWrapped = true
  5306.  
  5307. EspOff.Name = "EspOff"
  5308. EspOff.Parent = Main
  5309. EspOff.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5310. EspOff.BorderColor3 = Color3.new(0, 0.607843, 1)
  5311. EspOff.BorderSizePixel = 5
  5312. EspOff.Position = UDim2.new(0, 0, 0.515, 0)
  5313. EspOff.Size = UDim2.new(0.75, 0, 0.08, 0)
  5314. EspOff.ZIndex = 4
  5315. EspOff.Font = Enum.Font.SciFi
  5316. EspOff.FontSize = Enum.FontSize.Size24
  5317. EspOff.Text = "Esp Off ["..string.upper(espoffkey).."]"
  5318. EspOff.TextColor3 = Color3.fromRGB(255, 255, 255)
  5319. EspOff.TextSize = 20
  5320. EspOff.TextWrapped = true
  5321. EspOff.MouseButton1Down:connect(function(x, y)
  5322. Clear()
  5323. if printvar == true then
  5324. print("Esp Off")
  5325. end
  5326. MSESPActive.Text = "Inactive"
  5327. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  5328. PlayersEspActive.Text = "Inactive"
  5329. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  5330. EspOffActive.Text = "Active"
  5331. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  5332. end)
  5333.  
  5334. --Run
  5335. RunActiveGui.Name = "RunActiveGui"
  5336. RunActiveGui.Parent = Main
  5337. RunActiveGui.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5338. RunActiveGui.BorderColor3 = Color3.new(0, 0.607843, 1)
  5339. RunActiveGui.BorderSizePixel = 5
  5340. RunActiveGui.Position = UDim2.new(0.755, 0, 0.615, 0)
  5341. RunActiveGui.Size = UDim2.new(0.25, 0, 0.08, 0)
  5342. RunActiveGui.ZIndex = 4
  5343. RunActiveGui.Font = Enum.Font.SciFi
  5344. RunActiveGui.FontSize = Enum.FontSize.Size24
  5345. RunActiveGui.Text = "Inactive"
  5346. RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  5347. RunActiveGui.TextSize = 20
  5348. RunActiveGui.TextWrapped = true
  5349.  
  5350. Run.Name = "Run"
  5351. Run.Parent = Main
  5352. Run.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5353. Run.BorderColor3 = Color3.new(0, 0.607843, 1)
  5354. Run.BorderSizePixel = 5
  5355. Run.Position = UDim2.new(0, 0, 0.615, 0)
  5356. Run.Size = UDim2.new(0.75, 0, 0.08, 0)
  5357. Run.ZIndex = 4
  5358. Run.Font = Enum.Font.SciFi
  5359. Run.FontSize = Enum.FontSize.Size24
  5360. Run.Text = "Run [Shift]"
  5361. Run.TextColor3 = Color3.fromRGB(255, 51, 0)
  5362. Run.TextSize = 20
  5363. Run.TextWrapped = true
  5364. Run.MouseButton1Down:connect(function(x, y)
  5365. if runActive == false then
  5366. runActive = true
  5367. player.Character.Humanoid.WalkSpeed = 32
  5368. RunActiveGui.Text = "Active"
  5369. RunActiveGui.TextColor3 = Color3.new(0, 1, 0)
  5370. elseif runActive == true then
  5371. runActive = false
  5372. player.Character.Humanoid.WalkSpeed = 16
  5373. RunActiveGui.Text = "Inactive"
  5374. RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  5375. end
  5376. end)
  5377.  
  5378. --Fly
  5379. FlyActive.Name = "FlyActive"
  5380. FlyActive.Parent = Main
  5381. FlyActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5382. FlyActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  5383. FlyActive.BorderSizePixel = 5
  5384. FlyActive.Position = UDim2.new(0.755, 0, 0.715, 0)
  5385. FlyActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  5386. FlyActive.ZIndex = 4
  5387. FlyActive.Font = Enum.Font.SciFi
  5388. FlyActive.FontSize = Enum.FontSize.Size24
  5389. FlyActive.Text = "Inactive"
  5390. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  5391. FlyActive.TextSize = 20
  5392. FlyActive.TextWrapped = true
  5393.  
  5394. Fly.Name = "Fly"
  5395. Fly.Parent = Main
  5396. Fly.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5397. Fly.BorderColor3 = Color3.new(0, 0.607843, 1)
  5398. Fly.BorderSizePixel = 5
  5399. Fly.Position = UDim2.new(0, 0, 0.715, 0)
  5400. Fly.Size = UDim2.new(0.75, 0, 0.08, 0)
  5401. Fly.ZIndex = 4
  5402. Fly.Font = Enum.Font.SciFi
  5403. Fly.FontSize = Enum.FontSize.Size24
  5404. Fly.Text = "Fly ["..string.upper(flykey).."]"
  5405. Fly.TextColor3 = Color3.fromRGB(204, 255, 255)
  5406. Fly.TextSize = 20
  5407. Fly.TextWrapped = true
  5408. Fly.MouseButton1Down:connect(function(x, y)
  5409. if flyvar == false then
  5410. sFLY()
  5411. flyvar = true
  5412. FlyActive.Text = "Active"
  5413. FlyActive.TextColor3 = Color3.new(0, 1, 0)
  5414. elseif flyvar == true then
  5415. flyvar = false
  5416. NOFLY()
  5417. FlyActive.Text = "Inactive"
  5418. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  5419. end
  5420. end)
  5421.  
  5422. --Noclip
  5423. NoclipActive.Name = "NoclipActive"
  5424. NoclipActive.Parent = Main
  5425. NoclipActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5426. NoclipActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  5427. NoclipActive.BorderSizePixel = 5
  5428. NoclipActive.Position = UDim2.new(0.755, 0, 0.815, 0)
  5429. NoclipActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  5430. NoclipActive.ZIndex = 4
  5431. NoclipActive.Font = Enum.Font.SciFi
  5432. NoclipActive.FontSize = Enum.FontSize.Size24
  5433. NoclipActive.Text = "Inactive"
  5434. NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  5435. NoclipActive.TextSize = 20
  5436. NoclipActive.TextWrapped = true
  5437.  
  5438. Noclip.Name = "Noclip"
  5439. Noclip.Parent = Main
  5440. Noclip.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5441. Noclip.BorderColor3 = Color3.new(0, 0.607843, 1)
  5442. Noclip.BorderSizePixel = 5
  5443. Noclip.Position = UDim2.new(0, 0, 0.815, 0)
  5444. Noclip.Size = UDim2.new(0.75, 0, 0.08, 0)
  5445. Noclip.ZIndex = 4
  5446. Noclip.Font = Enum.Font.SciFi
  5447. Noclip.FontSize = Enum.FontSize.Size24
  5448. Noclip.Text = "Noclip ["..string.upper(noclipkey).."]"
  5449. Noclip.TextColor3 = Color3.fromRGB(0, 102, 255)
  5450. Noclip.TextSize = 20
  5451. Noclip.TextWrapped = true
  5452. Noclip.MouseButton1Down:connect(function(x, y)
  5453. if NClip == false then
  5454. NClip = true
  5455. if printvar == true then
  5456. print("Noclip Enabled")
  5457. end
  5458. NoclipActive.Text = "Active"
  5459. NoclipActive.TextColor3 = Color3.new(0, 1, 0)
  5460. elseif NClip == true then
  5461. NClip = false
  5462. if printvar == true then
  5463. print("Noclip Disabled")
  5464. end
  5465. NoclipActive.Text = "Inactive"
  5466. NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  5467. end
  5468. end)
  5469.  
  5470. --GodMode
  5471. GodModeActive.Name = "GodModeActive"
  5472. GodModeActive.Parent = Main
  5473. GodModeActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5474. GodModeActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  5475. GodModeActive.BorderSizePixel = 5
  5476. GodModeActive.Position = UDim2.new(0.755, 0, 0.915, 0)
  5477. GodModeActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  5478. GodModeActive.ZIndex = 4
  5479. GodModeActive.Font = Enum.Font.SciFi
  5480. GodModeActive.FontSize = Enum.FontSize.Size24
  5481. GodModeActive.Text = "Inactive"
  5482. GodModeActive.TextColor3 = Color3.new(1, 0, 1)
  5483. GodModeActive.TextSize = 20
  5484. GodModeActive.TextWrapped = true
  5485.  
  5486. GodMode.Name = "GodMode"
  5487. GodMode.Parent = Main
  5488. GodMode.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5489. GodMode.BorderColor3 = Color3.new(0, 0.607843, 1)
  5490. GodMode.BorderSizePixel = 5
  5491. GodMode.Position = UDim2.new(0, 0, 0.915, 0)
  5492. GodMode.Size = UDim2.new(0.75, 0, 0.08, 0)
  5493. GodMode.ZIndex = 4
  5494. GodMode.Font = Enum.Font.SciFi
  5495. GodMode.FontSize = Enum.FontSize.Size24
  5496. GodMode.Text = "God Mode ["..string.upper(godmodekey).."]"
  5497. GodMode.TextColor3 = Color3.fromRGB(255, 255, 255)
  5498. GodMode.TextSize = 20
  5499. GodMode.TextWrapped = true
  5500. GodMode.MouseButton1Down:connect(function(x, y)
  5501. if godmodevar == false then
  5502. GodModeActive.Text = "Active"
  5503. GodModeActive.TextColor3 = Color3.new(0, 1, 0)
  5504. godmodevar = true
  5505. godmodefunc()
  5506. end
  5507. end)
  5508.  
  5509. --Xray On
  5510. GuiXrayOnActive.Name = "GuiXrayOnActive"
  5511. GuiXrayOnActive.Parent = Main
  5512. GuiXrayOnActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5513. GuiXrayOnActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  5514. GuiXrayOnActive.BorderSizePixel = 5
  5515. GuiXrayOnActive.Position = UDim2.new(0.755, 0, 1.015, 0)
  5516. GuiXrayOnActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  5517. GuiXrayOnActive.ZIndex = 4
  5518. GuiXrayOnActive.Font = Enum.Font.SciFi
  5519. GuiXrayOnActive.FontSize = Enum.FontSize.Size24
  5520. GuiXrayOnActive.Text = "Inactive"
  5521. GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  5522. GuiXrayOnActive.TextSize = 20
  5523. GuiXrayOnActive.TextWrapped = true
  5524.  
  5525. GuiXrayOn.Name = "XrayOn"
  5526. GuiXrayOn.Parent = Main
  5527. GuiXrayOn.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5528. GuiXrayOn.BorderColor3 = Color3.new(0, 0.607843, 1)
  5529. GuiXrayOn.BorderSizePixel = 5
  5530. GuiXrayOn.Position = UDim2.new(0, 0, 1.015, 0)
  5531. GuiXrayOn.Size = UDim2.new(0.75, 0, 0.08, 0)
  5532. GuiXrayOn.ZIndex = 4
  5533. GuiXrayOn.Font = Enum.Font.SciFi
  5534. GuiXrayOn.FontSize = Enum.FontSize.Size24
  5535. GuiXrayOn.Text = "Xray On ["..string.upper(xrayonkey).."]"
  5536. GuiXrayOn.TextColor3 = Color3.fromRGB(255, 204, 102)
  5537. GuiXrayOn.TextSize = 20
  5538. GuiXrayOn.TextWrapped = true
  5539. GuiXrayOn.MouseButton1Down:connect(function(x, y)
  5540. GuiXrayOnActive.Text = "Active"
  5541. GuiXrayOnActive.TextColor3 = Color3.new(0, 1, 0)
  5542. GuiXrayOffActive.Text = "Inactive"
  5543. GuiXrayOffActive.TextColor3 = Color3.new(1, 0, 1)
  5544. XrayOn(obj)
  5545. end)
  5546.  
  5547. --Xray Off
  5548. GuiXrayOffActive.Name = "GuiXrayOffActive"
  5549. GuiXrayOffActive.Parent = Main
  5550. GuiXrayOffActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5551. GuiXrayOffActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  5552. GuiXrayOffActive.BorderSizePixel = 5
  5553. GuiXrayOffActive.Position = UDim2.new(0.755, 0, 1.115, 0)
  5554. GuiXrayOffActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  5555. GuiXrayOffActive.ZIndex = 4
  5556. GuiXrayOffActive.Font = Enum.Font.SciFi
  5557. GuiXrayOffActive.FontSize = Enum.FontSize.Size24
  5558. GuiXrayOffActive.Text = "Active"
  5559. GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  5560. GuiXrayOffActive.TextSize = 20
  5561. GuiXrayOffActive.TextWrapped = true
  5562.  
  5563. GuiXrayOff.Name = "XrayOff"
  5564. GuiXrayOff.Parent = Main
  5565. GuiXrayOff.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5566. GuiXrayOff.BorderColor3 = Color3.new(0, 0.607843, 1)
  5567. GuiXrayOff.BorderSizePixel = 5
  5568. GuiXrayOff.Position = UDim2.new(0, 0, 1.115, 0)
  5569. GuiXrayOff.Size = UDim2.new(0.75, 0, 0.08, 0)
  5570. GuiXrayOff.ZIndex = 4
  5571. GuiXrayOff.Font = Enum.Font.SciFi
  5572. GuiXrayOff.FontSize = Enum.FontSize.Size24
  5573. GuiXrayOff.Text = "Xray Off ["..string.upper(xrayoffkey).."]"
  5574. GuiXrayOff.TextColor3 = Color3.fromRGB(255, 153, 51)
  5575. GuiXrayOff.TextSize = 20
  5576. GuiXrayOff.TextWrapped = true
  5577. GuiXrayOff.MouseButton1Down:connect(function(x, y)
  5578. GuiXrayOnActive.Text = "Inactive"
  5579. GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  5580. GuiXrayOffActive.Text = "Active"
  5581. GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  5582. XrayOff(obj)
  5583. end)
  5584.  
  5585. --Bring Gun to You
  5586. BringGun.Name = "BringGun"
  5587. BringGun.Parent = Main
  5588. BringGun.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5589. BringGun.BorderColor3 = Color3.new(0, 0.607843, 1)
  5590. BringGun.BorderSizePixel = 5
  5591. BringGun.Position = UDim2.new(0, 0, 1.215, 0)
  5592. BringGun.Size = UDim2.new(1.005, 0, 0.08, 0)
  5593. BringGun.ZIndex = 4
  5594. BringGun.Font = Enum.Font.SciFi
  5595. BringGun.FontSize = Enum.FontSize.Size24
  5596. BringGun.Text = "Teleport Gun ["..string.upper(bringgunkey).."]"
  5597. BringGun.TextColor3 = Color3.fromRGB(0, 255, 0)
  5598. BringGun.TextSize = 20
  5599. BringGun.TextWrapped = true
  5600. BringGun.MouseButton1Down:connect(function(x, y)
  5601. if game.Workspace.GunDrop.CFrame ~= nil then
  5602. game.Workspace.GunDrop.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  5603. else
  5604. if printvar == true then
  5605. print("Gun not currently dropped")
  5606. end
  5607. end
  5608. end)
  5609.  
  5610. --Keybinds
  5611. KeybindsActive.Name = "KeybindsActive"
  5612. KeybindsActive.Parent = Main
  5613. KeybindsActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5614. KeybindsActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  5615. KeybindsActive.BorderSizePixel = 5
  5616. KeybindsActive.Position = UDim2.new(0.755, 0, 1.315, 0)
  5617. KeybindsActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  5618. KeybindsActive.ZIndex = 4
  5619. KeybindsActive.Font = Enum.Font.SciFi
  5620. KeybindsActive.FontSize = Enum.FontSize.Size24
  5621. KeybindsActive.Text = "Active"
  5622. KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  5623. KeybindsActive.TextSize = 20
  5624. KeybindsActive.TextWrapped = true
  5625.  
  5626. Keybinds.Name = "Keybinds"
  5627. Keybinds.Parent = Main
  5628. Keybinds.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5629. Keybinds.BorderColor3 = Color3.new(0, 0.607843, 1)
  5630. Keybinds.BorderSizePixel = 5
  5631. Keybinds.Position = UDim2.new(0, 0, 1.315, 0)
  5632. Keybinds.Size = UDim2.new(0.75, 0, 0.08, 0)
  5633. Keybinds.ZIndex = 4
  5634. Keybinds.Font = Enum.Font.SciFi
  5635. Keybinds.FontSize = Enum.FontSize.Size24
  5636. Keybinds.Text = "Keybinds [Ctrl]"
  5637. Keybinds.TextColor3 = Color3.fromRGB(255, 255, 255)
  5638. Keybinds.TextSize = 20
  5639. Keybinds.TextWrapped = true
  5640. Keybinds.MouseButton1Down:connect(function(x, y)
  5641. if keyOff == true then
  5642. keyOff = false
  5643. KeybindsActive.Text = "Active"
  5644. KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  5645. elseif keyOff == false then
  5646. keyOff = true
  5647. KeybindsActive.Text = "Inactive"
  5648. KeybindsActive.TextColor3 = Color3.new(1, 0, 1)
  5649. end
  5650. end)
  5651.  
  5652. Show.Name = "Show"
  5653. Show.Parent = MM2
  5654. Show.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5655. Show.BorderColor3 = Color3.new(0, 0.607843, 1)
  5656. Show.BorderSizePixel = 5
  5657. Show.Position = UDim2.new(0, 0, 0.85799998, 0)
  5658. Show.Size = UDim2.new(0.08, 0, 0.04, 0)
  5659. Show.ZIndex = 4
  5660. Show.Font = Enum.Font.SciFi
  5661. Show.FontSize = Enum.FontSize.Size24
  5662. Show.Text = "Show ["..string.upper(hideshowguikey).."]"
  5663. Show.TextColor3 = Color3.new(0, 0.333333, 1)
  5664. Show.TextSize = 20
  5665. Show.TextWrapped = true
  5666. Show.Visible = false
  5667.  
  5668. Hide.Name = "Hide"
  5669. Hide.Parent = Main
  5670. Hide.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  5671. Hide.BorderColor3 = Color3.new(0, 0.607843, 1)
  5672. Hide.BorderSizePixel = 5
  5673. Hide.Position = UDim2.new(0, 0, 1.415, 0)
  5674. Hide.Size = UDim2.new(1.005, 0, 0.08, 0)
  5675. Hide.ZIndex = 4
  5676. Hide.Font = Enum.Font.SciFi
  5677. Hide.FontSize = Enum.FontSize.Size24
  5678. Hide.Text = "Hide ["..string.upper(hideshowguikey).."]"
  5679. Hide.TextColor3 = Color3.new(0, 0.333333, 1)
  5680. Hide.TextSize = 20
  5681. Hide.TextWrapped = true
  5682.  
  5683. Hide.MouseButton1Down:connect(function(x, y)
  5684. if showvar == true then
  5685. showvar = false
  5686. Main.Visible = false
  5687. Show.Visible = true
  5688. if printvar == true then
  5689. print("Hidden")
  5690. end
  5691. end
  5692. end)
  5693.  
  5694. Show.MouseButton1Down:connect(function(x, y)
  5695. if showvar == false then
  5696. showvar = true
  5697. Show.Visible = false
  5698. Main.Visible = true
  5699. if printvar == true then
  5700. print("Shown")
  5701. end
  5702. end
  5703. end)
  5704.  
  5705. inputcode.InputBegan:connect(function(input)
  5706. if input.KeyCode == Enum.KeyCode.LeftControl then
  5707. if keyOff == true then
  5708. keyOff = false
  5709. KeybindsActive.Text = "Active"
  5710. KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  5711. elseif keyOff == false then
  5712. keyOff = true
  5713. KeybindsActive.Text = "Inactive"
  5714. KeybindsActive.TextColor3 = Color3.new(1, 0, 1)
  5715. end
  5716. end
  5717. end)
  5718.  
  5719. mouse.keyDown:connect(function(key)
  5720. if keyOff == false then
  5721. if key == coinkey then --Coin Grabber
  5722. coingrabberfunc()
  5723. elseif key == MSkey then --Murderer/Sheriff Esp On
  5724. murderer = "None"
  5725. sheriff = "None"
  5726. Clear()
  5727. findmurderer()
  5728. findsheriff()
  5729. if printvar == true then
  5730. print("Murderer/Sheriff")
  5731. end
  5732. MSESPActive.Text = "Active"
  5733. MSESPActive.TextColor3 = Color3.new(0, 1, 0)
  5734. PlayersEspActive.Text = "Inactive"
  5735. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  5736. EspOffActive.Text = "Inactive"
  5737. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  5738. elseif key == playerskey then --Player Esp On
  5739. Clear()
  5740. MSESPActive.Text = "Inactive"
  5741. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  5742. PlayersEspActive.Text = "Active"
  5743. PlayersEspActive.TextColor3 = Color3.new(0, 1, 0)
  5744. EspOffActive.Text = "Inactive"
  5745. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  5746. findplayers()
  5747. if printvar == true then
  5748. print("Players")
  5749. end
  5750. elseif key == espoffkey then --Esp off
  5751. Clear()
  5752. if printvar == true then
  5753. print("Esp Disabled")
  5754. end
  5755. MSESPActive.Text = "Inactive"
  5756. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  5757. PlayersEspActive.Text = "Inactive"
  5758. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  5759. EspOffActive.Text = "Active"
  5760. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  5761. elseif key == flykey then --Fly
  5762. if flyvar == false then
  5763. sFLY()
  5764. flyvar = true
  5765. FlyActive.Text = "Active"
  5766. FlyActive.TextColor3 = Color3.new(0, 1, 0)
  5767. elseif flyvar == true then
  5768. flyvar = false
  5769. NOFLY()
  5770. FlyActive.Text = "Inactive"
  5771. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  5772. end
  5773. elseif key == noclipkey then --Noclip toggle
  5774. if NClip == false then
  5775. NClip = true
  5776. if printvar == true then
  5777. print("Noclip Enabled")
  5778. end
  5779. NoclipActive.Text = "Active"
  5780. NoclipActive.TextColor3 = Color3.new(0, 1, 0)
  5781. elseif NClip == true then
  5782. NClip = false
  5783. if printvar == true then
  5784. print("Noclip Disabled")
  5785. end
  5786. NoclipActive.Text = "Inactive"
  5787. NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  5788. end
  5789. elseif key == godmodekey then --Godmode
  5790. if godmodevar == false then
  5791. godmodevar = true
  5792. godmodefunc()
  5793. GodModeActive.Text = "Active"
  5794. GodModeActive.TextColor3 = Color3.new(0, 1, 0)
  5795. end
  5796. elseif key == xrayonkey then --Xray On
  5797. GuiXrayOnActive.Text = "Active"
  5798. GuiXrayOnActive.TextColor3 = Color3.new(0, 1, 0)
  5799. GuiXrayOffActive.Text = "Inactive"
  5800. GuiXrayOffActive.TextColor3 = Color3.new(1, 0, 1)
  5801. XrayOn(obj)
  5802. elseif key == xrayoffkey then --Xray Off
  5803. GuiXrayOnActive.Text = "Inactive"
  5804. GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  5805. GuiXrayOffActive.Text = "Active"
  5806. GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  5807. XrayOff(obj)
  5808. elseif key == bringgunkey then --Teleport Gun to You
  5809. if game.Workspace.GunDrop.CFrame ~= nil then
  5810. game.Workspace.GunDrop.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  5811. else
  5812. if printvar == true then
  5813. print("Gun not currently dropped")
  5814. end
  5815. end
  5816. elseif key == hideshowguikey then --Show/Hide Gui
  5817. if showvar == false then
  5818. showvar = true
  5819. Show.Visible = false
  5820. Main.Visible = true
  5821. if printvar == true then
  5822. print("Shown")
  5823. end
  5824. elseif showvar == true then
  5825. showvar = false
  5826. Main.Visible = false
  5827. Show.Visible = true
  5828. if printvar == true then
  5829. print("Hidden")
  5830. end
  5831. end
  5832. end
  5833. end
  5834. end)
  5835. end
  5836. end)
  5837.  
  5838. Games3GUI.Name = "Games3GUI"
  5839. Games3GUI.Parent = Main
  5840. Games3GUI.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  5841. Games3GUI.BorderSizePixel = 0
  5842. Games3GUI.Position = UDim2.new(0.189726323, 0, 0.00110871391, 0)
  5843. Games3GUI.Size = UDim2.new(0, 291, 0, 367)
  5844. Games3GUI.Visible = false
  5845.  
  5846. Next3.Name = "Next3"
  5847. Next3.Parent = Games3GUI
  5848. Next3.BackgroundColor3 = Color3.new(1, 1, 1)
  5849. Next3.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  5850. Next3.BorderSizePixel = 0
  5851. Next3.Position = UDim2.new(0.59793818, 0, 0.904632151, 0)
  5852. Next3.Size = UDim2.new(0, 90, 0, 28)
  5853. Next3.AutoButtonColor = false
  5854. Next3.Font = Enum.Font.SciFi
  5855. Next3.Text = "Next >"
  5856. Next3.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  5857. Next3.TextSize = 18
  5858. Next3.TextWrapped = true
  5859. Next3.MouseButton1Down:connect(function()
  5860. Games3GUI.Visible = false
  5861. Games4GUI.Visible = true
  5862. end)
  5863.  
  5864. Previous3.Name = "Previous3"
  5865. Previous3.Parent = Games3GUI
  5866. Previous3.BackgroundColor3 = Color3.new(1, 1, 1)
  5867. Previous3.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  5868. Previous3.BorderSizePixel = 0
  5869. Previous3.Position = UDim2.new(0.0996563733, 0, 0.904632151, 0)
  5870. Previous3.Size = UDim2.new(0, 90, 0, 28)
  5871. Previous3.AutoButtonColor = false
  5872. Previous3.Font = Enum.Font.SciFi
  5873. Previous3.Text = "< Previous"
  5874. Previous3.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  5875. Previous3.TextSize = 18
  5876. Previous3.TextWrapped = true
  5877. Previous3.MouseButton1Down:connect(function()
  5878. Games2GUI.Visible = true
  5879. Games3GUI.Visible = false
  5880. end)
  5881.  
  5882. BoogaBooga.Name = "Booga-Booga"
  5883. BoogaBooga.Parent = Games3GUI
  5884. BoogaBooga.BackgroundColor3 = Color3.new(1, 1, 1)
  5885. BoogaBooga.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  5886. BoogaBooga.BorderSizePixel = 0
  5887. BoogaBooga.Position = UDim2.new(0.044673562, 0, 0.0217983574, 0)
  5888. BoogaBooga.Size = UDim2.new(0, 265, 0, 50)
  5889. BoogaBooga.AutoButtonColor = false
  5890. BoogaBooga.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  5891. BoogaBooga.Font = Enum.Font.SciFi
  5892. BoogaBooga.Text = "Booga Booga"
  5893. BoogaBooga.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  5894. BoogaBooga.TextSize = 20
  5895. BoogaBooga.TextWrapped = true
  5896. BoogaBooga.MouseButton1Down:connect(function()
  5897. --Deobfuscated and unminified by Polar Bear#8316
  5898. local i=Instance.new("ScreenGui")
  5899. local j=Instance.new("ImageLabel")
  5900. local L=Instance.new("Frame")
  5901. local M=Instance.new("TextButton")
  5902. local o=Instance.new("TextLabel")
  5903. local q=Instance.new("TextLabel")
  5904. local t=Instance.new("TextButton")
  5905. local P=Instance.new("Frame")
  5906. local B=Instance.new("TextButton")
  5907. local C=Instance.new("TextButton")
  5908. local I=Instance.new("TextButton")
  5909. local G=Instance.new("TextButton")
  5910. local H=Instance.new("TextButton")
  5911. local J=Instance.new("TextButton")
  5912. local D=Instance.new("TextButton")
  5913. local F=Instance.new("TextButton")
  5914. local l=Instance.new("Frame")
  5915. local m=Instance.new("TextButton")
  5916. local y=Instance.new("TextButton")
  5917. local N=Instance.new("Frame")
  5918. local p=Instance.new("TextLabel")
  5919. local A=Instance.new("TextButton")
  5920. local x=Instance.new("TextButton")
  5921. local r=Instance.new("TextLabel")
  5922. local z=Instance.new("TextButton")
  5923. local u=Instance.new("TextLabel")
  5924. local O=Instance.new("Frame")
  5925. local n=Instance.new("TextLabel")
  5926. local w=Instance.new("TextButton")
  5927. local E=Instance.new("TextButton")
  5928. local v=Instance.new("TextButton")
  5929. local s=Instance.new("TextLabel")
  5930. local K=Instance.new("TextBox")
  5931. i.Name="warper"
  5932. wait(1)
  5933. i.Parent=game.Players.LocalPlayer.PlayerGui
  5934. local b=game.Players.LocalPlayer.Character
  5935. local c=Instance.new("BodyForce")
  5936. c.force=Vector3.new(0,0,0)
  5937. c.Parent=b.HumanoidRootPart
  5938. O.Name="Misc"O.Parent=i
  5939. O.Active=true
  5940. O.AnchorPoint=Vector2.new(1,1)
  5941. O.BackgroundColor3=Color3.new(1,1,1)
  5942. O.BackgroundTransparency=0.40000000596046
  5943. O.BorderSizePixel=0
  5944. O.ClipsDescendants=true
  5945. O.Draggable=true
  5946. O.Position=UDim2.new(0.280194283,0,0.708171189,0)
  5947. O.Selectable=true
  5948. O.Size=UDim2.new(0,177,0,252)
  5949. n.Name="titlew"
  5950. n.Parent=O
  5951. n.BackgroundColor3=Color3.new(0,0,0)
  5952. n.BackgroundTransparency=0.5
  5953. n.BorderSizePixel=0
  5954. n.Size=UDim2.new(0,177,0,46)
  5955. n.ZIndex=3
  5956. n.Font=Enum.Font.SourceSans
  5957. n.Text="Misc"
  5958. n.TextColor3=Color3.new(1,1,1)
  5959. n.TextSize=24
  5960. w.Name="unstuck"
  5961. w.Parent=O
  5962. w.AnchorPoint=Vector2.new(0.5,0.5)
  5963. w.BackgroundColor3=Color3.new(1,0,0)
  5964. w.BackgroundTransparency=0.5
  5965. w.BorderColor3=Color3.new(0,0,0)
  5966. w.BorderSizePixel=0
  5967. w.Position=UDim2.new(0.5,0,0.295634925,0)
  5968. w.Size=UDim2.new(0,155,0,35)
  5969. w.ZIndex=5
  5970. w.AutoButtonColor=false
  5971. w.Font=Enum.Font.SourceSansBold
  5972. w.Text="Unstuck"
  5973. w.TextColor3=Color3.new(1,1,1)
  5974. w.TextSize=20
  5975. E.Name="autoeat"
  5976. E.Parent=O
  5977. E.AnchorPoint=Vector2.new(0.5,0.5)
  5978. E.BackgroundColor3=Color3.new(0,0,0)
  5979. E.BackgroundTransparency=0.80000001192093
  5980. E.BorderColor3=Color3.new(0,0,0)
  5981. E.BorderSizePixel=0
  5982. E.Position=UDim2.new(0.5,0,0.458333343,0)
  5983. E.Size=UDim2.new(0,155,0,35)
  5984. E.ZIndex=5
  5985. E.AutoButtonColor=false
  5986. E.Font=Enum.Font.SourceSansBold
  5987. E.Text="Player ESP"
  5988. E.TextColor3=Color3.new(1,1,1)
  5989. E.TextSize=20
  5990. v.Name="warpto"
  5991. v.Parent=O
  5992. v.AnchorPoint=Vector2.new(0.5,0.5)
  5993. v.BackgroundColor3=Color3.new(0,0,0)
  5994. v.BackgroundTransparency=0.80000001192093
  5995. v.BorderColor3=Color3.new(0,0,0)
  5996. v.BorderSizePixel=0
  5997. v.Position=UDim2.new(0.5,0,0.692460299,0)
  5998. v.Size=UDim2.new(0,155,0,35)
  5999. v.ZIndex=5
  6000. v.AutoButtonColor=false
  6001. v.Font=Enum.Font.SourceSansBold
  6002. v.Text="Warp to Player"
  6003. v.TextColor3=Color3.new(1,1,1)
  6004. v.TextSize=20
  6005. s.Name="separatormisc"
  6006. s.Parent=O
  6007. s.BackgroundColor3=Color3.new(0,0,0)
  6008. s.BackgroundTransparency=0.89999997615814
  6009. s.BorderSizePixel=0
  6010. s.Position=UDim2.new(0,0,0.56349206,0)
  6011. s.Size=UDim2.new(0,177,0,6)
  6012. s.ZIndex=9
  6013. s.Font=Enum.Font.SourceSans
  6014. s.Text=""
  6015. s.TextColor3=Color3.new(1,1,1)
  6016. s.TextSize=24
  6017. K.Name="textboxer"
  6018. K.Parent=O
  6019. K.BackgroundColor3=Color3.new(0,0,0)
  6020. K.BackgroundTransparency=0.5
  6021. K.BorderSizePixel=0
  6022. K.Position=UDim2.new(0.0621468909,0,0.789682567,0)
  6023. K.Selectable=false
  6024. K.Size=UDim2.new(0,155,0,43)
  6025. K.ZIndex=6
  6026. K.ClearTextOnFocus=false
  6027. K.Font=Enum.Font.SourceSans
  6028. K.PlaceholderColor3=Color3.new(0.615686,0.615686,0.615686)
  6029. K.PlaceholderText="asseater69"
  6030. K.ShowNativeInput=false
  6031. K.Text=""
  6032. K.TextColor3=Color3.new(1,1,1)
  6033. K.TextSize=16
  6034. y.Name="warpcancel"
  6035. y.Parent=L
  6036. y.AnchorPoint=Vector2.new(0.5,0.5)
  6037. y.BackgroundColor3=Color3.new(1,0,0.0156863)
  6038. y.BackgroundTransparency=0.60000002384186
  6039. y.BorderColor3=Color3.new(0,0,0)
  6040. y.BorderSizePixel=0
  6041. y.Position=UDim2.new(0.889277399,0,0.271825403,0)
  6042. y.Size=UDim2.new(0,69,0,33)
  6043. y.ZIndex=5
  6044. y.AutoButtonColor=false
  6045. y.Font=Enum.Font.SourceSansBold
  6046. y.Text="Cancel Warp"
  6047. y.TextColor3=Color3.new(1,1,1)
  6048. y.TextSize=14
  6049. L.Name="MFrame"
  6050. L.Parent=i
  6051. L.Active=true
  6052. L.AnchorPoint=Vector2.new(1,1)
  6053. L.BackgroundColor3=Color3.new(1,1,1)
  6054. L.BackgroundTransparency=0.40000000596046
  6055. L.BorderSizePixel=0
  6056. L.ClipsDescendants=true
  6057. L.Draggable=true
  6058. L.Position=UDim2.new(0.551980197,0,0.708171189,0)
  6059. L.Selectable=true
  6060. L.Size=UDim2.new(0,429,0,252)
  6061. M.Name="warp"
  6062. M.Parent=L
  6063. M.AnchorPoint=Vector2.new(0.5,0.5)
  6064. M.BackgroundColor3=Color3.new(1,0,0.0156863)
  6065. M.BackgroundTransparency=0.60000002384186
  6066. M.BorderColor3=Color3.new(0,0,0)
  6067. M.BorderSizePixel=0
  6068. M.Position=UDim2.new(0.40326339,0,0.271825403,0)
  6069. M.Size=UDim2.new(0,334,0,33)
  6070. M.ZIndex=5
  6071. M.AutoButtonColor=false
  6072. M.Font=Enum.Font.SourceSansBold
  6073. M.Text="Warp"
  6074. M.TextColor3=Color3.new(1,1,1)
  6075. M.TextSize=20
  6076. o.Name="title"
  6077. o.Parent=L
  6078. o.BackgroundColor3=Color3.new(0,0,0)
  6079. o.BackgroundTransparency=0.5
  6080. o.BorderSizePixel=0
  6081. o.Size=UDim2.new(0,429,0,46)
  6082. o.ZIndex=3
  6083. o.Font=Enum.Font.SourceSans
  6084. o.Text="azerty gui chunk by aze#4874 (discord)"
  6085. o.TextColor3=Color3.new(1,1,1)
  6086. o.TextSize=24
  6087. q.Name="seperator"
  6088. q.Parent=L
  6089. q.BackgroundColor3=Color3.new(0,0,0)
  6090. q.BackgroundTransparency=0.5
  6091. q.BorderSizePixel=0
  6092. q.Position=UDim2.new(0,0,0.36500001,0)
  6093. q.Size=UDim2.new(0,429,0,6)
  6094. q.ZIndex=3
  6095. q.Font=Enum.Font.SourceSans
  6096. q.Text=""
  6097. q.TextColor3=Color3.new(1,1,1)
  6098. q.TextSize=24
  6099. t.Name="close"
  6100. t.Parent=L
  6101. t.BackgroundColor3=Color3.new(1,1,1)
  6102. t.BackgroundTransparency=1
  6103. t.Position=UDim2.new(0.920745909,0,0.0238095243,0)
  6104. t.Size=UDim2.new(0,34,0,34)
  6105. t.ZIndex=999
  6106. t.Font=Enum.Font.SourceSansLight
  6107. t.Text=">"
  6108. t.TextColor3=Color3.new(1,1,1)
  6109. t.TextSize=28
  6110. t.TextStrokeColor3=Color3.new(1,1,1)
  6111. P.Name="Warps"
  6112. P.Parent=L
  6113. P.BackgroundColor3=Color3.new(1,1,1)
  6114. P.BackgroundTransparency=1
  6115. P.BorderSizePixel=0
  6116. P.Position=UDim2.new(0,0,0.388888896,0)
  6117. P.Size=UDim2.new(0,429,0,154)P.ZIndex=5
  6118. B.Name="waterfall"B.Parent=P
  6119. B.AnchorPoint=Vector2.new(0.5,0.5)
  6120. B.BackgroundColor3=Color3.new(0,0,0)
  6121. B.BackgroundTransparency=0.80000001192093
  6122. B.BorderColor3=Color3.new(0,0,0)
  6123. B.BorderSizePixel=0
  6124. B.Position=UDim2.new(0.272727281,0,0.207792208,0)
  6125. B.Size=UDim2.new(0,210,0,36)
  6126. B.ZIndex=5
  6127. B.AutoButtonColor=false
  6128. B.Font=Enum.Font.SourceSansBold
  6129. B.Text="Waterfall island & Crystals"
  6130. B.TextColor3=Color3.new(1,1,1)
  6131. B.TextSize=20
  6132. C.Name="adurite"
  6133. C.Parent=P
  6134. C.AnchorPoint=Vector2.new(0.5,0.5)
  6135. C.BackgroundColor3=Color3.new(0,0,0)
  6136. C.BackgroundTransparency=0.80000001192093
  6137. C.BorderColor3=Color3.new(0,0,0)
  6138. C.BorderSizePixel=0
  6139. C.Position=UDim2.new(0.754079282,0,0.207792208,0)
  6140. C.Size=UDim2.new(0,185,0,36)
  6141. C.ZIndex=5
  6142. C.AutoButtonColor=false
  6143. C.Font=Enum.Font.SourceSansBold
  6144. C.Text="Adurite cave & Old god"
  6145. C.TextColor3=Color3.new(1,1,1)
  6146. C.TextSize=20
  6147. I.Name="cave"
  6148. I.Parent=P
  6149. I.AnchorPoint=Vector2.new(0.5,0.5)
  6150. I.BackgroundColor3=Color3.new(0,0,0)
  6151. I.BackgroundTransparency=0.80000001192093
  6152. I.BorderColor3=Color3.new(0,0,0)
  6153. I.BorderSizePixel=0
  6154. I.Position=UDim2.new(0.209790215,0,0.493506491,0)
  6155. I.Size=UDim2.new(0,156,0,36)
  6156. I.ZIndex=5
  6157. I.AutoButtonColor=false
  6158. I.Font=Enum.Font.SourceSansBold
  6159. I.Text="Ancient cave & Gold"
  6160. I.TextColor3=Color3.new(1,1,1)
  6161. I.TextSize=20
  6162. G.Name="expisland"
  6163. G.Parent=P
  6164. G.AnchorPoint=Vector2.new(0.5,0.5)
  6165. G.BackgroundColor3=Color3.new(0,0,0)
  6166. G.BackgroundTransparency=0.80000001192093
  6167. G.BorderColor3=Color3.new(0,0,0)
  6168. G.BorderSizePixel=0
  6169. G.Position=UDim2.new(0.589743614,0,0.493506491,0)
  6170. G.Size=UDim2.new(0,150,0,36)
  6171. G.ZIndex=5 G.AutoButtonColor=false
  6172. G.Font=Enum.Font.SourceSansBold
  6173. G.Text="Ancient tree Island"
  6174. G.TextColor3=Color3.new(1,1,1)
  6175. G.TextSize=20
  6176. H.Name="mid"
  6177. H.Parent=P
  6178. H.AnchorPoint=Vector2.new(0.5,0.5)
  6179. H.BackgroundColor3=Color3.new(0,0,0)
  6180. H.BackgroundTransparency=0.80000001192093
  6181. H.BorderColor3=Color3.new(0,0,0)
  6182. H.BorderSizePixel=0
  6183. H.Position=UDim2.new(0.881118894,0,0.493506491,0)
  6184. H.Size=UDim2.new(0,76,0,36)
  6185. H.ZIndex=5
  6186. H.AutoButtonColor=false
  6187. H.Font=Enum.Font.SourceSansBold
  6188. H.Text="Mainland"
  6189. H.TextColor3=Color3.new(1,1,1)
  6190. H.TextSize=20
  6191. j.Name="supersecret"
  6192. j.Parent=O
  6193. j.BackgroundColor3=Color3.new(1,1,1)
  6194. j.Size=UDim2.new(0,177,0,248)
  6195. j.ZIndex=5
  6196. j.Image="rbxassetid://167258196"
  6197. j.Visible=false
  6198. J.Name="totem"
  6199. J.Parent=P
  6200. J.AnchorPoint=Vector2.new(0.5,0.5)
  6201. J.BackgroundColor3=Color3.new(0,0,0)
  6202. J.BackgroundTransparency=0.80000001192093
  6203. J.BorderColor3=Color3.new(0,0,0)
  6204. J.BorderSizePixel=0
  6205. J.Position=UDim2.new(0.151515156,0,0.772727311,0)
  6206. J.Size=UDim2.new(0,106,0,36)
  6207. J.ZIndex=5
  6208. J.AutoButtonColor=false
  6209. J.Font=Enum.Font.SourceSansBold
  6210. J.Text="Totem island"
  6211. J.TextColor3=Color3.new(1,1,1)
  6212. J.TextSize=20
  6213. D.Name="mag"
  6214. D.Parent=P
  6215. D.AnchorPoint=Vector2.new(0.5,0.5)
  6216. D.BackgroundColor3=Color3.new(0,0,0)
  6217. D.BackgroundTransparency=0.80000001192093
  6218. D.BorderColor3=Color3.new(0,0,0)
  6219. D.BorderSizePixel=0
  6220. D.Position=UDim2.new(0.487179488,0,0.772727311,0)
  6221. D.Size=UDim2.new(0,160,0,36)
  6222. D.ZIndex=5
  6223. D.AutoButtonColor=false
  6224. D.Font=Enum.Font.SourceSansBold
  6225. D.Text="Meteor (if spawned)"
  6226. D.TextColor3=Color3.new(1,1,1)
  6227. D.TextSize=20
  6228. F.Name="ice"
  6229. F.Parent=P
  6230. F.AnchorPoint=Vector2.new(0.5,0.5)
  6231. F.BackgroundColor3=Color3.new(0,0,0)
  6232. F.BackgroundTransparency=0.80000001192093
  6233. F.BorderColor3=Color3.new(0,0,0)
  6234. F.BorderSizePixel=0
  6235. F.Position=UDim2.new(0.832167804,0,0.772727311,0)
  6236. F.Size=UDim2.new(0,118,0,36)
  6237. F.ZIndex=5
  6238. F.AutoButtonColor=false
  6239. F.Font=Enum.Font.SourceSansBold
  6240. F.Text="Ice mainland"
  6241. F.TextColor3=Color3.new(1,1,1)
  6242. F.TextSize=20
  6243. l.Name="opener"
  6244. l.Parent=i
  6245. l.BackgroundColor3=Color3.new(1,1,1)
  6246. l.BackgroundTransparency=1
  6247. l.BorderSizePixel=0
  6248. l.Position=UDim2.new(1,50,0.5,-50)
  6249. l.Size=UDim2.new(0,100,0,100)
  6250. m.Parent=l
  6251. m.BackgroundColor3=Color3.new(1,1,1)
  6252. m.BackgroundTransparency=1
  6253. m.Size=UDim2.new(0,100,0,100)
  6254. m.Font=Enum.Font.SciFi
  6255. m.Text="<"
  6256. m.TextColor3=Color3.new(1,1,1)
  6257. m.TextSize=50
  6258. m.TextStrokeColor3=Color3.new(0.588235,0.588235,0.588235)
  6259. N.Name="Waypoint"
  6260. N.Parent=i
  6261. N.Active=true
  6262. N.AnchorPoint=Vector2.new(1,1)
  6263. N.BackgroundColor3=Color3.new(1,1,1)
  6264. N.BackgroundTransparency=0.40000000596046
  6265. N.BorderSizePixel=0
  6266. N.ClipsDescendants=true
  6267. N.Draggable=true
  6268. N.Position=UDim2.new(0.666460395,0,0.708171189,0)
  6269. N.Selectable=true
  6270. N.Size=UDim2.new(0,177,0,252)
  6271. p.Name="titlew"
  6272. p.Parent=N
  6273. p.BackgroundColor3=Color3.new(0,0,0)
  6274. p.BackgroundTransparency=0.5
  6275. p.BorderSizePixel=0
  6276. p.Size=UDim2.new(0,177,0,46)
  6277. p.ZIndex=3
  6278. p.Font=Enum.Font.SourceSans
  6279. p.Text="Waypoints"
  6280. p.TextColor3=Color3.new(1,1,1)
  6281. p.TextSize=24
  6282. A.Name="createw"
  6283. A.Parent=N
  6284. A.AnchorPoint=Vector2.new(0.5,0.5)
  6285. A.BackgroundColor3=Color3.new(0,0,0)
  6286. A.BackgroundTransparency=0.80000001192093
  6287. A.BorderColor3=Color3.new(0,0,0)
  6288. A.BorderSizePixel=0
  6289. A.Position=UDim2.new(0.5,0,0.295634925,0)
  6290. A.Size=UDim2.new(0,155,0,35)
  6291. A.ZIndex=5
  6292. A.AutoButtonColor=false
  6293. A.Font=Enum.Font.SourceSansBold
  6294. A.Text="Create Waypoint"
  6295. A.TextColor3=Color3.new(1,1,1)
  6296. A.TextSize=20
  6297. x.Name="deletew"
  6298. x.Parent=N
  6299. x.AnchorPoint=Vector2.new(0.5,0.5)
  6300. x.BackgroundColor3=Color3.new(0,0,0)
  6301. x.BackgroundTransparency=0.80000001192093
  6302. x.BorderColor3=Color3.new(0,0,0)
  6303. x.BorderSizePixel=0
  6304. x.Position=UDim2.new(0.5,0,0.458333343,0)
  6305. x.Size=UDim2.new(0,155,0,35)
  6306. x.ZIndex=5 x.AutoButtonColor=false
  6307. x.Font=Enum.Font.SourceSansBold
  6308. x.Text="Panic Button"
  6309. x.TextColor3=Color3.new(1,1,1)
  6310. x.TextSize=20
  6311. r.Name="separatorw"
  6312. r.Parent=N
  6313. r.BackgroundColor3=Color3.new(0,0,0)
  6314. r.BackgroundTransparency=0.5
  6315. r.BorderSizePixel=0
  6316. r.Position=UDim2.new(0,0,0.56349206,0)
  6317. r.Size=UDim2.new(0,177,0,6)
  6318. r.ZIndex=3
  6319. r.Font=Enum.Font.SourceSans
  6320. r.Text=""
  6321. r.TextColor3=Color3.new(1,1,1)
  6322. r.TextSize=24
  6323. z.Name="gotow"
  6324. z.Parent=N
  6325. z.AnchorPoint=Vector2.new(0.5,0.5)
  6326. z.BackgroundColor3=Color3.new(0,0,0)
  6327. z.BackgroundTransparency=0.80000001192093
  6328. z.BorderColor3=Color3.new(0,0,0)
  6329. z.BorderSizePixel=0
  6330. z.Position=UDim2.new(0.5,0,0.692460299,0)
  6331. z.Size=UDim2.new(0,155,0,35)
  6332. z.ZIndex=5 z.AutoButtonColor=false
  6333. z.Font=Enum.Font.SourceSansBold
  6334. z.Text="Warp to waypoint"
  6335. z.TextColor3=Color3.new(1,1,1)
  6336. z.TextSize=20
  6337. u.Name="titlew"
  6338. u.Parent=N
  6339. u.BackgroundColor3=Color3.new(0,0,0)
  6340. u.BackgroundTransparency=0.5
  6341. u.BorderSizePixel=0
  6342. u.Position=UDim2.new(0.0621468909,0,0.789682567,0)
  6343. u.Size=UDim2.new(0,155,0,43)
  6344. u.ZIndex=3
  6345. u.Font=Enum.Font.SourceSans
  6346. u.Text="0, 0, 0"
  6347. u.TextColor3=Color3.new(1,1,1)
  6348. u.TextSize=24
  6349. print"warper appears to have loaded successfully.. ?"
  6350. warn"if you got this gui anywhere else than from v3rmillion.net you got scammed!"
  6351. warn"if you got this gui from youtube, dislike their video because they're stealing my stuff claiming they made it themselves."
  6352. warn"my only discord is aze#4874, contact me if you want me to make you something :)"
  6353. k=0.01
  6354. Q=1.5
  6355.  
  6356. t.MouseButton1Click:connect(function()
  6357. local b=L
  6358. local a=N
  6359. local a=O
  6360. local
  6361. c=false
  6362. local
  6363. a=t.Position
  6364. if c==false then
  6365. c=true
  6366. b:TweenSize(UDim2.new(0,0,0,252),"Out","Quad",1.5)
  6367. N:TweenSize(UDim2.new(0,177,0,0),"Out","Quad",2)
  6368. O:TweenSize(UDim2.new(0,177,0,0),"Out","Quad",1)
  6369. c=true
  6370. l:TweenPosition(UDim2.new(1,-100,0.5,-50),"In","Quad",2)
  6371. end
  6372. end)
  6373.  
  6374. m.MouseButton1Click:connect(function()
  6375. local a=L
  6376. local b=O
  6377. N:TweenSize(UDim2.new(0,177,0,252),"In","Quad",1)
  6378. a:TweenSize(UDim2.new(0,429,0,252),"In","Quad",2)
  6379. b:TweenSize(UDim2.new(0,177,0,252),"In","Quad",1)
  6380. l:TweenPosition(UDim2.new(1,75,0.5,-50),"In","Quad",1)
  6381. end)
  6382.  
  6383. B.MouseButton1Click:connect(function()
  6384. local b=P:GetChildren()
  6385. for a=1,#b do
  6386. if b[a].Name~="waterfall" then
  6387. b[a].BackgroundColor3=Color3.fromRGB(0,0,0)
  6388. b[a].BackgroundTransparency=0.8
  6389. end
  6390. B.BackgroundColor3=Color3.fromRGB(0,255,0)
  6391. B.BackgroundTransparency=0.6
  6392. end
  6393. end)
  6394.  
  6395. C.MouseButton1Click:connect(function()
  6396. local b=P:GetChildren()
  6397. for a=1,#b do
  6398. if b[a].Name~="adurite" then
  6399. b[a].BackgroundColor3=Color3.fromRGB(0,0,0)
  6400. b[a].BackgroundTransparency=0.8
  6401. end
  6402. C.BackgroundColor3=Color3.fromRGB(0,255,0)
  6403. C.BackgroundTransparency=0.6
  6404. end
  6405. end)
  6406.  
  6407. I.MouseButton1Click:connect(function()
  6408. local b=P:GetChildren()
  6409. for a=1,#b do
  6410. if b[a].Name~="cave" then
  6411. b[a].BackgroundColor3=Color3.fromRGB(0,0,0)
  6412. b[a].BackgroundTransparency=0.8
  6413. end
  6414. I.BackgroundColor3=Color3.fromRGB(0,255,0)
  6415. I.BackgroundTransparency=0.6
  6416. end
  6417. end)
  6418.  
  6419. G.MouseButton1Click:connect(function()
  6420. local b=P:GetChildren()
  6421. for a=1,#b do
  6422. if b[a].Name~="expisland" then
  6423. b[a].BackgroundColor3=Color3.fromRGB(0,0,0)
  6424. b[a].BackgroundTransparency=0.8
  6425. end
  6426. G.BackgroundColor3=Color3.fromRGB(0,255,0)
  6427. G.BackgroundTransparency=0.6
  6428. end
  6429. end)
  6430.  
  6431. H.MouseButton1Click:connect(function()
  6432. local b=P:GetChildren()
  6433. for a=1,#b do
  6434. if b[a].Name~="mid" then
  6435. b[a].BackgroundColor3=Color3.fromRGB(0,0,0)
  6436. b[a].BackgroundTransparency=0.8
  6437. end
  6438. H.BackgroundColor3=Color3.fromRGB(0,255,0)
  6439. H.BackgroundTransparency=0.6
  6440. end
  6441. end)
  6442.  
  6443. D.MouseButton1Click:connect(function()
  6444. local b=P:GetChildren()
  6445. for a=1,#b do
  6446. if b[a].Name~="mag" then
  6447. b[a].BackgroundColor3=Color3.fromRGB(0,0,0)
  6448. b[a].BackgroundTransparency=0.8
  6449. end
  6450. D.BackgroundColor3=Color3.fromRGB(0,255,0)
  6451. D.BackgroundTransparency=0.6
  6452. end
  6453. end)
  6454. F.MouseButton1Click:connect(function()
  6455. local b=P:GetChildren()
  6456. for a=1,#b do
  6457. if b[a].Name~="ice"then
  6458. b[a].BackgroundColor3=Color3.fromRGB(0,0,0)
  6459. b[a].BackgroundTransparency=0.8
  6460. end
  6461. F.BackgroundColor3=Color3.fromRGB(0,255,0)
  6462. F.BackgroundTransparency=0.6
  6463. end
  6464. end)
  6465. J.MouseButton1Click:connect(function()
  6466. local b=P:GetChildren()
  6467. for a=1,#b do
  6468. if b[a].Name~="totem"then
  6469. b[a].BackgroundColor3=Color3.fromRGB(0,0,0)
  6470. b[a].BackgroundTransparency=0.8
  6471. end
  6472. J.BackgroundColor3=Color3.fromRGB(0,255,0)
  6473. J.BackgroundTransparency=0.6
  6474. end
  6475. end)
  6476. f=false
  6477. a=false
  6478. M.MouseButton1Click:connect(function()
  6479. if f==false then
  6480. f=true
  6481. M.BackgroundColor3=Color3.fromRGB(0,0,0)
  6482. local b=P:GetChildren()
  6483. for a=1,#b do
  6484. if b[a].BackgroundColor3==Color3.fromRGB(0,255,0)then
  6485. M.Text=("Warping to "..b[a].Text.."...")
  6486. wait(1)
  6487. if b[a].Name=="waterfall"then
  6488. local a=game.Players.LocalPlayer
  6489. local a=a.Character
  6490. local g=a.HumanoidRootPart
  6491. wait()
  6492. local b=Vector3.new(-213,600,-700)
  6493. local c=0.01
  6494. local e=1.5
  6495. local f=false
  6496. local a=b-g.Position
  6497. local d=a.magnitude
  6498. local b=CFrame.new(g.Position,b).lookVector
  6499. local function a()
  6500. if f then
  6501. return
  6502. end
  6503. f=true
  6504. for a=0,d,e do
  6505. g.Anchored=false
  6506. g.CFrame=g.CFrame+(b*e)
  6507. wait((c/d)*e)
  6508. end
  6509. f=false
  6510. g.Anchored=true
  6511. end
  6512. a()
  6513. wait()
  6514. for a=1,125 do
  6515. wait()
  6516. local a=game.Players.LocalPlayer
  6517. local b=a.Character
  6518. local a=b.HumanoidRootPart
  6519. a.Anchored=false
  6520. a.CFrame=CFrame.new(b.HumanoidRootPart.CFrame.x,b.HumanoidRootPart.CFrame.y+3,b.HumanoidRootPart.CFrame.z)
  6521. a.Anchored=true
  6522. end
  6523. g.Anchored=false
  6524. elseif b[a].Name=="adurite"then
  6525. local a=game.Players.LocalPlayer
  6526. local a=a.Character
  6527. local e=a.HumanoidRootPart
  6528. wait()
  6529. local b=Vector3.new(1226,-164,1315)
  6530. local d=false
  6531. local a=b-e.Position
  6532. local c=a.magnitude
  6533. local b=CFrame.new(e.Position,b).lookVector
  6534. local function a()
  6535. if d then
  6536. return
  6537. end
  6538. d=true
  6539. for a=0,c,Q do
  6540. e.Anchored=false
  6541. e.CFrame=e.CFrame+(b*Q)
  6542. wait((k/c)*Q)
  6543. end
  6544. d=false
  6545. e.Anchored=true
  6546. end
  6547. a()
  6548. wait()
  6549. for a=1,15 do
  6550. wait()
  6551. local a=game.Players.LocalPlayer
  6552. local b=a.Character
  6553. local a=b.HumanoidRootPart
  6554. a.Anchored=false
  6555. a.CFrame=CFrame.new(b.HumanoidRootPart.CFrame.x,b.HumanoidRootPart.CFrame.y+3,b.HumanoidRootPart.CFrame.z)
  6556. a.Anchored=true
  6557. end
  6558. e.Anchored=false
  6559. elseif
  6560. b[a].Name=="cave"then
  6561. local a=game.Players.LocalPlayer
  6562. local a=a.Character
  6563. local e=a.HumanoidRootPart
  6564. wait()
  6565. local b=Vector3.new(-1141,200,-813)
  6566. local d=false
  6567. local a=b-e.Position
  6568. local c=a.magnitude
  6569. local b=CFrame.new(e.Position,b).lookVector
  6570. local function a()
  6571. if d then
  6572. return
  6573. end
  6574. d=true
  6575. for a=0,c,Q do
  6576. e.Anchored=false
  6577. e.CFrame=e.CFrame+(b*Q)
  6578. wait((k/c)*Q)
  6579. end
  6580. d=false
  6581. e.Anchored=true
  6582. end
  6583. a()
  6584. wait()
  6585. for a=1,125 do
  6586. wait()
  6587. local a=game.Players.LocalPlayer
  6588. local b=a.Character
  6589. local a=b.HumanoidRootPart
  6590. a.Anchored=false
  6591. a.CFrame=CFrame.new(b.HumanoidRootPart.CFrame.x,b.HumanoidRootPart.CFrame.y+3,b.HumanoidRootPart.CFrame.z)
  6592. a.Anchored=true
  6593. end
  6594. e.Anchored=false
  6595. elseif b[a].Name=="expisland"then
  6596. local a=game.Players.LocalPlayer
  6597. local a=a.Character
  6598. local e=a.HumanoidRootPart
  6599. wait()
  6600. local b=Vector3.new(-546,611,-1187)
  6601. local d=false
  6602. local a=b-e.Position
  6603. local c=a.magnitude
  6604. local b=CFrame.new(e.Position,b).lookVector
  6605. local function a()
  6606. if d then
  6607. return
  6608. end
  6609. d=true
  6610. for a=0,c,Q do
  6611. e.Anchored=false
  6612. e.CFrame=e.CFrame+(b*Q)
  6613. wait((k/c)*Q)
  6614. end
  6615. d=false
  6616. e.Anchored=true
  6617. end
  6618. a()
  6619. for a=1,150 do
  6620. wait()
  6621. local a=game.Players.LocalPlayer
  6622. local b=a.Character
  6623. local a=b.HumanoidRootPart
  6624. a.Anchored=true
  6625. a.CFrame=CFrame.new(b.HumanoidRootPart.CFrame.x,b.HumanoidRootPart.CFrame.y+3,b.HumanoidRootPart.CFrame.z)
  6626. a.Anchored=false
  6627. end
  6628. e.Anchored=false
  6629. elseif b[a].Name=="mid"then
  6630. local a=game.Players.LocalPlayer
  6631. local a=a.Character
  6632. local e=a.HumanoidRootPart
  6633. wait()
  6634. local b=Vector3.new(-397,5,-544)
  6635. local d=false
  6636. local a=b-e.Position
  6637. local c=a.magnitude
  6638. local b=CFrame.new(e.Position,b).lookVector
  6639. local function a()
  6640. if d then
  6641. return
  6642. end
  6643. d=true
  6644. for a=0,c,Q do
  6645. e.Anchored=false
  6646. e.CFrame=e.CFrame+(b*Q)
  6647. wait((k/c)*Q)
  6648. end
  6649. d=false
  6650. e.Anchored=true
  6651. end
  6652. a()
  6653. for a=1,15 do
  6654. wait()
  6655. local a=game.Players.LocalPlayer
  6656. local b=a.Character
  6657. local a=b.HumanoidRootPart
  6658. a.Anchored=false
  6659. a.CFrame=CFrame.new(b.HumanoidRootPart.CFrame.x,b.HumanoidRootPart.CFrame.y+3,b.HumanoidRootPart.CFrame.z)
  6660. a.Anchored=true
  6661. end
  6662. e.Anchored=false
  6663. elseif b[a].Name=="totem"then
  6664. local a=game.Players.LocalPlayer
  6665. local a=a.Character
  6666. local e=a.HumanoidRootPart
  6667. wait()
  6668. local b=Vector3.new(-1130,500,-1255)
  6669. local d=false
  6670. local a=b-e.Position
  6671. local c=a.magnitude
  6672. local b=CFrame.new(e.Position,b).lookVector
  6673. local function a()
  6674. if d then
  6675. return
  6676. end
  6677. d=true
  6678. for a=0,c,Q do
  6679. e.Anchored=false
  6680. e.CFrame=e.CFrame+(b*Q)
  6681. wait((k/c)*Q)
  6682. end
  6683. d=false
  6684. e.Anchored=true
  6685. end
  6686. a()
  6687. for a=1,175 do
  6688. wait()
  6689. local a=game.Players.LocalPlayer
  6690. local b=a.Character
  6691. local a=b.HumanoidRootPart
  6692. a.Anchored=false
  6693. a.CFrame=CFrame.new(b.HumanoidRootPart.CFrame.x,b.HumanoidRootPart.CFrame.y+3,b.HumanoidRootPart.CFrame.z)
  6694. a.Anchored=true
  6695. end
  6696. e.Anchored=false
  6697. elseif b[a].Name=="mag"then
  6698. local a=game.Players.LocalPlayer
  6699. local a=a.Character
  6700. local e=a.HumanoidRootPart
  6701. wait()
  6702. local b=game.Workspace["Meteor Core"].Part.Position
  6703. local d=false
  6704. local a=b-e.Position
  6705. local c=a.magnitude
  6706. local b=CFrame.new(e.Position,b).lookVector
  6707. local function a()
  6708. if d then
  6709. return
  6710. end
  6711. d=true
  6712. for a=0,c,Q do
  6713. e.Anchored=false
  6714. e.CFrame=e.CFrame+(b*Q)
  6715. wait((k/c)*Q)
  6716. end
  6717. d=false
  6718. e.Anchored=true
  6719. end
  6720. a()
  6721. e.Anchored=false
  6722. elseif b[a].Name=="ice"then
  6723. local a=game.Players.LocalPlayer
  6724. local a=a.Character
  6725. local e=a.HumanoidRootPart
  6726. wait()
  6727. local b=game.Workspace["Ice Chunk"].Ice.Position
  6728. local d=false
  6729. local a=b-e.Position
  6730. local c=a.magnitude
  6731. local b=CFrame.new(e.Position,b).lookVector
  6732. local function a()
  6733. if d then
  6734. return
  6735. end d=true
  6736. for a=0,c,Q do
  6737. e.Anchored=false
  6738. e.CFrame=e.CFrame+(b*Q)
  6739. wait((k/c)*Q)
  6740. end
  6741. d=false
  6742. e.Anchored=true
  6743. end
  6744. a()
  6745. for a=1,10 do
  6746. wait()
  6747. local a=game.Players.LocalPlayer
  6748. local b=a.Character
  6749. local a=b.HumanoidRootPart
  6750. a.Anchored=false
  6751. a.CFrame=CFrame.new(b.HumanoidRootPart.CFrame.x,b.HumanoidRootPart.CFrame.y+3,b.HumanoidRootPart.CFrame.z)
  6752. a.Anchored=true
  6753. end
  6754. e.Anchored=false
  6755. end
  6756. end
  6757. M.BackgroundColor3=Color3.fromRGB(255,0,0)
  6758. M.Text="Warp"
  6759. f=false
  6760. end
  6761. else
  6762. warn"debounce !!!"
  6763. end
  6764. end)
  6765. y.MouseButton1Click:connect(function()
  6766. f=false
  6767. M.Text="Warp"
  6768. M.BackgroundColor3=Color3.fromRGB(255,0,0)
  6769. end)
  6770. local a=true
  6771. A.MouseButton1Click:connect(function()
  6772. if a==true then
  6773. a=false
  6774. local a=game.Players.LocalPlayer.Character
  6775. local d=a.HumanoidRootPart.Position
  6776. string.format("%0.f, %0.f, %0.f",d.X,d.Y,d.Z)
  6777. local a=math.floor(d.X)
  6778. local b=math.floor(d.Y)
  6779. local c=math.floor(d.Z)
  6780. u.Text=(a..", "..b..", "..c)
  6781. local a=Instance.new("Part")
  6782. a.Size=Vector3.new(3,3,3)
  6783. a.Anchored=true
  6784. a.CanCollide=false
  6785. a.Transparency=0.6
  6786. a.Material="Neon"
  6787. a.Parent=workspace
  6788. a.Position=Vector3.new(d.X,d.Y+5,d.Z)
  6789. a.Name="OMEGALUL"
  6790. else
  6791. local a=game.Players.LocalPlayer.Character
  6792. local d=a.HumanoidRootPart.Position
  6793. string.format("%0.f, %0.f, %0.f",d.X,d.Y,d.Z)
  6794. local c=math.floor(d.X)
  6795. local a=math.floor(d.Y)
  6796. local b=math.floor(d.Z)
  6797. u.Text=(c..", "..a..", "..b)
  6798. local a=Instance.new("Part")
  6799. a.Size=Vector3.new(3,3,3)
  6800. a.Anchored=true
  6801. a.CanCollide=false
  6802. a.Transparency=0.6
  6803. a.Material="Neon"
  6804. a.Parent=workspace
  6805. a.Position=Vector3.new(d.X,d.Y+5,d.Z)
  6806. a.Name="OMEGALUL"
  6807. workspace.OMEGALUL:remove()
  6808. end
  6809. end)
  6810. z.MouseButton1Click:connect(function()
  6811. local a=game.Players.LocalPlayer
  6812. local a=a.Character
  6813. local e=a.HumanoidRootPart
  6814. local b=game.Workspace.OMEGALUL.Position
  6815. local d=false
  6816. local a=b-e.Position
  6817. local c=a.magnitude
  6818. local b=CFrame.new(e.Position,b).lookVector
  6819. local function a()
  6820. if d then
  6821. return
  6822. end
  6823. d=true
  6824. for a=0,c,Q do
  6825. e.Anchored=false
  6826. e.CFrame=e.CFrame+(b*Q)
  6827. wait((k/c)*Q)
  6828. end
  6829. d=false
  6830. e.Anchored=true
  6831. end
  6832. a()
  6833. e.Anchored=false
  6834. end)
  6835. x.MouseButton1Click:connect(function()
  6836. for a=1,125 do
  6837. wait()
  6838. local a=game.Players.LocalPlayer
  6839. local b=a.Character
  6840. local a=b.HumanoidRootPart
  6841. a.Anchored=false
  6842. a.CFrame=CFrame.new(b.HumanoidRootPart.CFrame.x,b.HumanoidRootPart.CFrame.y+5,b.HumanoidRootPart.CFrame.z)
  6843. a.Anchored=true
  6844. end
  6845. local a=game.Players.LocalPlayer
  6846. local a=a.Character
  6847. local a=a.HumanoidRootPart
  6848. a.Anchored=false
  6849. end)
  6850. w.MouseButton1Click:connect(function()
  6851. local a=game.Players.LocalPlayer
  6852. local b=a.Character
  6853. local a=b.HumanoidRootPart
  6854. a.Anchored=true
  6855. a.CFrame=CFrame.new(b.HumanoidRootPart.CFrame.x,b.HumanoidRootPart.CFrame.y+35,b.HumanoidRootPart.CFrame.z)
  6856. a.Anchored=false
  6857. end)
  6858. local a=false
  6859. E.MouseButton1Click:connect(function()
  6860. if a==false then
  6861. a=true
  6862. E.BackgroundColor3=Color3.fromRGB(0,0,0)
  6863. E.BackgroundTransparency=0.3
  6864. local b=game.Players.LocalPlayer
  6865. function e(a)
  6866. for a,b in pairs(a:children())do
  6867. if b:IsA'BasePart'and b.Name~='HumanoidRootPart'then
  6868. local a=Instance.new('BoxHandleAdornment',b)
  6869. a.Adornee=b
  6870. a.Size=b.Name=='Head'and Vector3.new(1.25,1.25,1.25)or b.Size a.Color3=b.Name=='Head'and Color3.new(0,1,0)or b.Name=='Torso'and Color3.new(0,1,0)or Color3.new(0,1,0)
  6871. a.Transparency=.5
  6872. a.ZIndex=1
  6873. a.AlwaysOnTop=true
  6874. end
  6875. if#b:children()>0 then
  6876. e(b)
  6877. end
  6878. end
  6879. end
  6880. function g(a)
  6881. for a,a in pairs(a:children()) do
  6882. if a:IsA'BasePart'and a:findFirstChild'BoxHandleAdornment'then
  6883. a.BoxHandleAdornment:Destroy()
  6884. end
  6885. if#a:children()>0 then
  6886. g(a)
  6887. end
  6888. end
  6889. end
  6890. function d(c)
  6891. repeat wait()until c.Character
  6892. if c.TeamColor==b.TeamColor then
  6893. e(c.Character)
  6894. else
  6895. g(c.Character)
  6896. end
  6897. if c~=b then
  6898. c.Changed:connect(function(a)
  6899. if a=='TeamColor'then
  6900. if c.TeamColor==b.TeamColor then
  6901. g(c.Character)
  6902. e(c.Character)
  6903. else
  6904. g(c.Character)
  6905. end
  6906. end
  6907. end)
  6908. else
  6909. c.Changed:connect(function(a)
  6910. if a=='TeamColor'then
  6911. wait(.5)
  6912. for a,a in pairs(game.Players:GetPlayers())do
  6913. g(a)
  6914. if a.TeamColor==b.TeamColor then
  6915. e(a.Character)
  6916. end
  6917. end
  6918. end
  6919. end)
  6920. end
  6921. end
  6922. for a,a in pairs(game.Players:GetPlayers())do
  6923. a.CharacterAdded:connect(function()
  6924. d(a)
  6925. end)
  6926. d(a)
  6927. end
  6928. game.Players.PlayerAdded:connect(function(b)
  6929. b.CharacterAdded:connect(function(a)
  6930. d(b)
  6931. end)
  6932. end)
  6933. else
  6934. end
  6935. end)
  6936. v.MouseButton1Click:connect(function()
  6937. local a=game.Players.LocalPlayer
  6938. local a=a.Character
  6939. local e=a.HumanoidRootPart
  6940. wait()
  6941. local a=K.Text
  6942. if K.Text~=game.Players.LocalPlayer.Name then
  6943. local a=game.Workspace:findFirstChild(a).HumanoidRootPart
  6944. local b=a.Position
  6945. local d=false
  6946. local a=b-e.Position
  6947. local c=a.magnitude
  6948. local b=CFrame.new(e.Position,b).lookVector
  6949. local function a()
  6950. if d then
  6951. return
  6952. end
  6953. d=true
  6954. for a=0,c,Q do
  6955. e.Anchored=false
  6956. e.CFrame=e.CFrame+(b*Q)
  6957. wait((k/c)*Q)
  6958. end
  6959. d=false
  6960. e.Anchored=true
  6961. end
  6962. a()
  6963. e.Anchored=false
  6964. else
  6965. j.Visible=true
  6966. wait(1)
  6967. j.Visible=false
  6968. end
  6969. end)
  6970. local e=L
  6971. local b=N
  6972. local a=O
  6973. function h(a,b,c)
  6974. local a=a.BackgroundColor3
  6975. if b=='r'then
  6976. a=Color3.new(c,a.g,a.b)
  6977. end
  6978. if b=='g'then
  6979. a=Color3.new(a.r,c,a.b)
  6980. end
  6981. if b=='b'then
  6982. a=Color3.new(a.r,a.g,c)
  6983. end
  6984. return a
  6985. end
  6986. while true do
  6987. local d=({'r','g','b'})[math.random(3)]
  6988. if e.BackgroundColor3[d]<=0 then
  6989. for c=0,255,1 do
  6990. e.BackgroundColor3=h(e,d,c/255)
  6991. b.BackgroundColor3=h(e,d,c/255)
  6992. a.BackgroundColor3=h(e,d,c/255)
  6993. game:GetService("RunService").Stepped:Wait()
  6994. end
  6995. else
  6996. for c=255,0,-1 do
  6997. e.BackgroundColor3=h(e,d,c/255)
  6998. b.BackgroundColor3=h(e,d,c/255)
  6999. a.BackgroundColor3=h(e,d,c/255)
  7000. game:GetService("RunService").Stepped:Wait()
  7001. end
  7002. end
  7003. end
  7004. end)
  7005.  
  7006. RoCitizens.Name = "Ro-Citizens"
  7007. RoCitizens.Parent = Games3GUI
  7008. RoCitizens.BackgroundColor3 = Color3.new(1, 1, 1)
  7009. RoCitizens.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  7010. RoCitizens.BorderSizePixel = 0
  7011. RoCitizens.Position = UDim2.new(0.044673562, 0, 0.18528609, 0)
  7012. RoCitizens.Size = UDim2.new(0, 265, 0, 50)
  7013. RoCitizens.AutoButtonColor = false
  7014. RoCitizens.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  7015. RoCitizens.Font = Enum.Font.SciFi
  7016. RoCitizens.Text = "Ro-Citizens"
  7017. RoCitizens.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  7018. RoCitizens.TextSize = 20
  7019. RoCitizens.TextWrapped = true
  7020. RoCitizens.MouseButton1Down:connect(function()
  7021. -- Objects
  7022.  
  7023. local gui = Instance.new("ScreenGui")
  7024. local main = Instance.new("Frame")
  7025. local top = Instance.new("Frame")
  7026. local title = Instance.new("TextLabel")
  7027. local discord = Instance.new("TextLabel")
  7028. local gimmemoney = Instance.new("TextButton")
  7029. local invitecode = Instance.new("TextLabel")
  7030.  
  7031. -- Properties
  7032.  
  7033. gui.Name = "gui"
  7034. gui.Parent = game.StarterGui
  7035.  
  7036. main.Name = "main"
  7037. main.Parent = gui
  7038. main.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  7039. main.BorderSizePixel = 0
  7040. main.Position = UDim2.new(0.0179076344, 0, 0.612052739, 0)
  7041. main.Size = UDim2.new(0, 259, 0, 191)
  7042. main.Active = true
  7043. main.Draggable = true
  7044.  
  7045. top.Name = "top"
  7046. top.Parent = main
  7047. top.BackgroundColor3 = Color3.new(1, 1, 1)
  7048. top.Size = UDim2.new(0, 259, 0, 62)
  7049.  
  7050. title.Name = "title"
  7051. title.Parent = top
  7052. title.BackgroundColor3 = Color3.new(1, 1, 1)
  7053. title.BackgroundTransparency = 1
  7054. title.BorderSizePixel = 0
  7055. title.Position = UDim2.new(0.111969098, 0, 0.0928897262, 0)
  7056. title.Size = UDim2.new(0, 200, 0, 50)
  7057. title.Font = Enum.Font.Highway
  7058. title.Text = "RoCitizens Money GUI"
  7059. title.TextSize = 30
  7060.  
  7061. discord.Name = "discord"
  7062. discord.Parent = top
  7063. discord.BackgroundColor3 = Color3.new(1, 1, 1)
  7064. discord.BackgroundTransparency = 1
  7065. discord.BorderSizePixel = 0
  7066. discord.Position = UDim2.new(0.474903464, 0, 0.483870953, 0)
  7067. discord.Size = UDim2.new(0, 200, 0, 50)
  7068. discord.Font = Enum.Font.SourceSans
  7069. discord.Text = "Jimbo#9089"
  7070. discord.TextSize = 14
  7071.  
  7072. gimmemoney.Name = "gimmemoney"
  7073. gimmemoney.Parent = main
  7074. gimmemoney.BackgroundColor3 = Color3.new(1, 1, 1)
  7075. gimmemoney.BorderSizePixel = 0
  7076. gimmemoney.Position = UDim2.new(0.111969113, 0, 0.502617776, 0)
  7077. gimmemoney.Size = UDim2.new(0, 200, 0, 50)
  7078. gimmemoney.Font = Enum.Font.SourceSans
  7079. gimmemoney.Text = "Gimme Money"
  7080. gimmemoney.TextSize = 40
  7081.  
  7082. invitecode.Name = "invitecode"
  7083. invitecode.Parent = main
  7084. invitecode.BackgroundColor3 = Color3.new(1, 1, 1)
  7085. invitecode.BackgroundTransparency = 1
  7086. invitecode.BorderSizePixel = 0
  7087. invitecode.Position = UDim2.new(0, 0, 0.324607313, 0)
  7088. invitecode.Size = UDim2.new(0, 259, 0, 27)
  7089. invitecode.Font = Enum.Font.SourceSans
  7090. invitecode.Text = "https://discordapp.com/invite/CbNtdRJ"
  7091. invitecode.TextColor3 = Color3.new(1, 1, 1)
  7092. invitecode.TextScaled = true
  7093. invitecode.TextSize = 18
  7094. invitecode.TextWrapped = true
  7095.  
  7096. gimmemoney.MouseButton1Click:Connect(function()
  7097. game.Players.LocalPlayer.ChangeMoney:Fire(200000000)
  7098. end)
  7099. end)
  7100.  
  7101. AutoRapBattles.Name = "Auto-Rap-Battles"
  7102. AutoRapBattles.Parent = Games3GUI
  7103. AutoRapBattles.BackgroundColor3 = Color3.new(1, 1, 1)
  7104. AutoRapBattles.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  7105. AutoRapBattles.BorderSizePixel = 0
  7106. AutoRapBattles.Position = UDim2.new(0.044673562, 0, 0.35422343, 0)
  7107. AutoRapBattles.Size = UDim2.new(0, 265, 0, 50)
  7108. AutoRapBattles.AutoButtonColor = false
  7109. AutoRapBattles.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  7110. AutoRapBattles.Font = Enum.Font.SciFi
  7111. AutoRapBattles.Text = "Auto Rap Battles"
  7112. AutoRapBattles.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  7113. AutoRapBattles.TextSize = 20
  7114. AutoRapBattles.TextWrapped = true
  7115. AutoRapBattles.MouseButton1Down:connect(function()
  7116. ----- created by snakez#7611
  7117. ------- vouch appreciated if you going to give one!
  7118.  
  7119. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Auto Rap Battles GUI has successfully opened." ,"All")
  7120.  
  7121. -- Objects
  7122.  
  7123. local ScreenGui = Instance.new("ScreenGui")
  7124. local Frame = Instance.new("Frame")
  7125. local TextLabel = Instance.new("TextLabel")
  7126. local Stage = Instance.new("TextButton")
  7127. local VoteUI = Instance.new("TextButton")
  7128. local spamhats = Instance.new("TextButton")
  7129. local IY = Instance.new("TextButton")
  7130. local TextLabel_2 = Instance.new("TextLabel")
  7131.  
  7132. -- Properties
  7133.  
  7134. ScreenGui.Parent = game.CoreGui
  7135.  
  7136. Frame.Parent = ScreenGui
  7137. Frame.Active = true
  7138. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  7139. Frame.Position = UDim2.new(0, 613, 0, 132)
  7140. Frame.Selectable = true
  7141. Frame.Size = UDim2.new(0, 349, 0, 251)
  7142. Frame.Visible = true
  7143. Frame.Draggable = true
  7144.  
  7145. TextLabel.Parent = Frame
  7146. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  7147. TextLabel.BackgroundTransparency = 1
  7148. TextLabel.Size = UDim2.new(0, 349, 0, 59)
  7149. TextLabel.Text = "AUTO RAP BATTLES"
  7150. TextLabel.TextColor3 = Color3.new(0.231373, 1, 0)
  7151. TextLabel.TextSize = 14
  7152.  
  7153. Stage.Name = "Stage"
  7154. Stage.Parent = Frame
  7155. Stage.BackgroundColor3 = Color3.new(0, 0, 0)
  7156. Stage.BorderColor3 = Color3.new(0.266667, 1, 0)
  7157. Stage.Position = UDim2.new(0, 0, 0, 68)
  7158. Stage.Size = UDim2.new(0, 174, 0, 50)
  7159. Stage.Text = "Stage"
  7160. Stage.TextColor3 = Color3.new(0, 1, 0)
  7161. Stage.TextSize = 14
  7162. Stage.MouseButton1Click:connect(function()
  7163. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-88.145134, 60.9199867, -213.246567)
  7164. end)
  7165.  
  7166. VoteUI.Name = "VoteUI"
  7167. VoteUI.Parent = Frame
  7168. VoteUI.BackgroundColor3 = Color3.new(0, 0, 0)
  7169. VoteUI.BorderColor3 = Color3.new(0.266667, 1, 0)
  7170. VoteUI.Position = UDim2.new(0, 175, 0, 76)
  7171. VoteUI.Size = UDim2.new(0, 174, 0, 50)
  7172. VoteUI.Text = "Vote UI"
  7173. VoteUI.TextColor3 = Color3.new(0, 1, 0)
  7174. VoteUI.TextSize = 14
  7175. VoteUI.MouseButton1Click:connect(function()
  7176. loadstring(game:HttpGet(("https://pastebin.com/raw/a7jy3wwA"),true))()
  7177. end)
  7178.  
  7179. spamhats.Name = "spamhats"
  7180. spamhats.Parent = Frame
  7181. spamhats.BackgroundColor3 = Color3.new(0, 0, 0)
  7182. spamhats.BorderColor3 = Color3.new(0.266667, 1, 0)
  7183. spamhats.Position = UDim2.new(0, 0, 0, 134)
  7184. spamhats.Size = UDim2.new(0, 174, 0, 50)
  7185. spamhats.Text = "Spam Hats"
  7186. spamhats.TextColor3 = Color3.new(0, 1, 0)
  7187. spamhats.TextSize = 14
  7188. spamhats.MouseButton1Click:connect(function()
  7189. for i=1,500 do
  7190. print (i)
  7191. game.Workspace.Hats:FireServer("Dominus Empyreus'", 0)
  7192. wait(0.5)
  7193. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  7194. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  7195. if child.Handle:FindFirstChild("Mesh") then
  7196. child.Handle.Mesh.Parent = nil
  7197. child.Parent = game.Workspace
  7198. wait(0.25)
  7199. game.Workspace.Hats:FireServer("Backwards Baseball Cap", 0)
  7200. wait(0.5)
  7201. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  7202. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  7203. if child.Handle:FindFirstChild("Mesh") then
  7204. child.Handle.Mesh.Parent = nil
  7205. child.Parent = game.Workspace
  7206. wait(0.25)
  7207. game.Workspace.Hats:FireServer("Acheo's Pot", 0)
  7208. wait(0.5)
  7209. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  7210. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  7211. if child.Handle:FindFirstChild("Mesh") then
  7212. child.Handle.Mesh.Parent = nil
  7213. child.Parent = game.Workspace
  7214. wait(0.25)
  7215. game.Workspace.Hats:FireServer("Golden Headphones", 0)
  7216. wait(0.5)
  7217. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  7218. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  7219. if child.Handle:FindFirstChild("Mesh") then
  7220. child.Handle.Mesh.Parent = nil
  7221. child.Parent = game.Workspace
  7222. wait(0.25)
  7223. game.Workspace.Hats:FireServer("Black Fedora", 0)
  7224. wait(0.5)
  7225. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  7226. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  7227. if child.Handle:FindFirstChild("Mesh") then
  7228. child.Handle.Mesh.Parent = nil
  7229. child.Parent = game.Workspace
  7230. end
  7231. end
  7232. end
  7233. end
  7234. end
  7235. end
  7236. end
  7237. end
  7238. end
  7239. end
  7240. end
  7241. end
  7242. end
  7243. end
  7244. end
  7245. end
  7246. end)
  7247.  
  7248. IY.Name = "IY"
  7249. IY.Parent = Frame
  7250. IY.BackgroundColor3 = Color3.new(0, 0, 0)
  7251. IY.BorderColor3 = Color3.new(0.266667, 1, 0)
  7252. IY.Position = UDim2.new(0, 175, 0, 152)
  7253. IY.Size = UDim2.new(0, 174, 0, 50)
  7254. IY.Text = "Infinite Yield"
  7255. IY.TextColor3 = Color3.new(0, 1, 0)
  7256. IY.TextSize = 14
  7257. IY.MouseButton1Click:connect(function()
  7258. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  7259. end)
  7260.  
  7261. TextLabel_2.Parent = Frame
  7262. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  7263. TextLabel_2.BackgroundTransparency = 1
  7264. TextLabel_2.Position = UDim2.new(0, 0, 0, 224)
  7265. TextLabel_2.Size = UDim2.new(0, 349, 0, 27)
  7266. TextLabel_2.Text = "created by snakez#7611"
  7267. TextLabel_2.TextColor3 = Color3.new(0.231373, 1, 0)
  7268. TextLabel_2.TextSize = 14
  7269.  
  7270. end)
  7271.  
  7272. MinersHaven.Name = "Miners-Haven"
  7273. MinersHaven.Parent = Games3GUI
  7274. MinersHaven.BackgroundColor3 = Color3.new(1, 1, 1)
  7275. MinersHaven.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  7276. MinersHaven.BorderSizePixel = 0
  7277. MinersHaven.Position = UDim2.new(0.044673562, 0, 0.528610349, 0)
  7278. MinersHaven.Size = UDim2.new(0, 265, 0, 50)
  7279. MinersHaven.AutoButtonColor = false
  7280. MinersHaven.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  7281. MinersHaven.Font = Enum.Font.SciFi
  7282. MinersHaven.Text = "Miners Haven"
  7283. MinersHaven.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  7284. MinersHaven.TextSize = 20
  7285. MinersHaven.TextWrapped = true
  7286. MinersHaven.MouseButton1Down:connect(function()
  7287. local MinersHavenGui = Instance.new("ScreenGui")
  7288. local DecoFrame = Instance.new("Frame")
  7289. local CratesFrame = Instance.new("Frame")
  7290. local Deco = Instance.new("ImageLabel")
  7291. local NumberOfBoxes = Instance.new("TextLabel")
  7292. local TPCrates = Instance.new("TextButton")
  7293. local LoopTPCrates = Instance.new("TextButton")
  7294. local Deco_2 = Instance.new("ImageLabel")
  7295. local Deco_3 = Instance.new("ImageLabel")
  7296. local Deco_4 = Instance.new("ImageLabel")
  7297. local Loop = Instance.new("ImageLabel")
  7298. local MinesTPFrame = Instance.new("Frame")
  7299. local TextLabel = Instance.new("TextLabel")
  7300. local AmountToGive = Instance.new("TextBox")
  7301. local MineChanButton = Instance.new("ImageButton")
  7302. local Deco_5 = Instance.new("TextLabel")
  7303. local CloversTwitchCoinsFrame = Instance.new("Frame")
  7304. local PlusCloverButton = Instance.new("TextButton")
  7305. local PlusTwitchButton = Instance.new("TextButton")
  7306. local Toggleable = Instance.new("Frame")
  7307. local AutoInfernoBoxFrame = Instance.new("Frame")
  7308. local Deco_6 = Instance.new("TextLabel")
  7309. local AutoInfernoButton = Instance.new("TextButton")
  7310. local AutoRebirthFrame = Instance.new("Frame")
  7311. local Deco_7 = Instance.new("TextLabel")
  7312. local AutoRebirthButton = Instance.new("TextButton")
  7313. local AutoRegularBoxFrame = Instance.new("Frame")
  7314. local Deco_8 = Instance.new("TextLabel")
  7315. local AutoRegularButton = Instance.new("TextButton")
  7316. local AutoUnrealBoxFrame = Instance.new("Frame")
  7317. local Deco_9 = Instance.new("TextLabel")
  7318. local AutoUnrealButton = Instance.new("TextButton")
  7319. local ButtonClickerFrame = Instance.new("Frame")
  7320. local Deco_10 = Instance.new("TextLabel")
  7321. local ButtonClickerButton = Instance.new("TextButton")
  7322. local RemoteClickerFrame = Instance.new("Frame")
  7323. local Deco_11 = Instance.new("TextLabel")
  7324. local RemoteClickerButton = Instance.new("TextButton")
  7325. local AutoLoadoutFrame = Instance.new("Frame")
  7326. local Deco_12 = Instance.new("TextLabel")
  7327. local AutoLoadout1Button = Instance.new("TextButton")
  7328. local NotificationsFrame = Instance.new("Frame")
  7329. local Deco_13 = Instance.new("TextLabel")
  7330. local NotificationsButton = Instance.new("TextButton")
  7331.  
  7332. MinersHavenGui.Name = "MinersHavenGui"
  7333. MinersHavenGui.Parent = game.CoreGui
  7334.  
  7335. DecoFrame.Name = "DecoFrame"
  7336. DecoFrame.Parent = MinersHavenGui
  7337. DecoFrame.Active = true
  7338. DecoFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  7339. DecoFrame.BorderSizePixel = 0
  7340. DecoFrame.Draggable = true
  7341. DecoFrame.Position = UDim2.new(0.25, 0, 0.25, 0)
  7342. DecoFrame.Size = UDim2.new(0.300000012, 0, 0.5, 0)
  7343.  
  7344. CratesFrame.Name = "CratesFrame"
  7345. CratesFrame.Parent = DecoFrame
  7346. CratesFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  7347. CratesFrame.BorderSizePixel = 0
  7348. CratesFrame.Position = UDim2.new(0.449999988, 0, 0.100000001, 0)
  7349. CratesFrame.Size = UDim2.new(0.5, 0, 0.150000006, 0)
  7350.  
  7351. Deco.Name = "Deco"
  7352. Deco.Parent = CratesFrame
  7353. Deco.BackgroundColor3 = Color3.new(1, 1, 1)
  7354. Deco.BackgroundTransparency = 1
  7355. Deco.Size = UDim2.new(0.300000012, 0, 1, 0)
  7356. Deco.Image = "rbxassetid://853410753"
  7357.  
  7358. NumberOfBoxes.Name = "NumberOfBoxes"
  7359. NumberOfBoxes.Parent = Deco
  7360. NumberOfBoxes.BackgroundColor3 = Color3.new(1, 1, 1)
  7361. NumberOfBoxes.BackgroundTransparency = 1
  7362. NumberOfBoxes.Size = UDim2.new(1, 0, 1, 0)
  7363. NumberOfBoxes.Font = Enum.Font.SciFi
  7364. NumberOfBoxes.FontSize = Enum.FontSize.Size24
  7365. NumberOfBoxes.Text = "0"
  7366. NumberOfBoxes.TextColor3 = Color3.new(1, 1, 1)
  7367. NumberOfBoxes.TextSize = 24
  7368. NumberOfBoxes.TextStrokeTransparency = 0
  7369. NumberOfBoxes.TextWrapped = true
  7370.  
  7371. TPCrates.Name = "TPCrates"
  7372. TPCrates.Parent = CratesFrame
  7373. TPCrates.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  7374. TPCrates.BackgroundTransparency = 1
  7375. TPCrates.Position = UDim2.new(0.349999994, 0, 0, 0)
  7376. TPCrates.Size = UDim2.new(0.300000012, 0, 1, 0)
  7377. TPCrates.ZIndex = 2
  7378. TPCrates.Font = Enum.Font.SourceSans
  7379. TPCrates.FontSize = Enum.FontSize.Size14
  7380. TPCrates.Text = "TP Crates"
  7381. TPCrates.TextColor3 = Color3.new(1, 1, 1)
  7382. TPCrates.TextSize = 14
  7383. TPCrates.TextStrokeColor3 = Color3.new(1, 0.976471, 0.976471)
  7384. TPCrates.TextWrapped = true
  7385. TPCrates.TextYAlignment = Enum.TextYAlignment.Top
  7386.  
  7387. LoopTPCrates.Name = "LoopTPCrates"
  7388. LoopTPCrates.Parent = CratesFrame
  7389. LoopTPCrates.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  7390. LoopTPCrates.BackgroundTransparency = 1
  7391. LoopTPCrates.Position = UDim2.new(0.699999988, 0, 0, 0)
  7392. LoopTPCrates.Size = UDim2.new(0.300000012, 0, 1, 0)
  7393. LoopTPCrates.ZIndex = 2
  7394. LoopTPCrates.Font = Enum.Font.SourceSans
  7395. LoopTPCrates.FontSize = Enum.FontSize.Size14
  7396. LoopTPCrates.Text = "Loop TP Crates: OFF"
  7397. LoopTPCrates.TextColor3 = Color3.new(1, 1, 1)
  7398. LoopTPCrates.TextSize = 14
  7399. LoopTPCrates.TextWrapped = true
  7400. LoopTPCrates.TextYAlignment = Enum.TextYAlignment.Top
  7401.  
  7402. Deco_2.Name = "Deco"
  7403. Deco_2.Parent = CratesFrame
  7404. Deco_2.BackgroundColor3 = Color3.new(1, 1, 1)
  7405. Deco_2.BackgroundTransparency = 1
  7406. Deco_2.Position = UDim2.new(0.349999994, 0, 0, 0)
  7407. Deco_2.Size = UDim2.new(0.300000012, 0, 1, 0)
  7408. Deco_2.Image = "rbxassetid://853410753"
  7409.  
  7410. Deco_3.Name = "Deco"
  7411. Deco_3.Parent = Deco_2
  7412. Deco_3.BackgroundColor3 = Color3.new(1, 1, 1)
  7413. Deco_3.BackgroundTransparency = 1
  7414. Deco_3.Size = UDim2.new(1, 0, 1, 0)
  7415. Deco_3.Image = "rbxassetid://29563831"
  7416.  
  7417. Deco_4.Name = "Deco"
  7418. Deco_4.Parent = CratesFrame
  7419. Deco_4.BackgroundColor3 = Color3.new(1, 1, 1)
  7420. Deco_4.BackgroundTransparency = 1
  7421. Deco_4.Position = UDim2.new(0.699999988, 0, 0, 0)
  7422. Deco_4.Size = UDim2.new(0.300000012, 0, 1, 0)
  7423. Deco_4.Image = "rbxassetid://853410753"
  7424.  
  7425. Loop.Name = "Loop"
  7426. Loop.Parent = Deco_4
  7427. Loop.BackgroundColor3 = Color3.new(1, 1, 1)
  7428. Loop.BackgroundTransparency = 1
  7429. Loop.Size = UDim2.new(1, 0, 1, 0)
  7430. Loop.Image = "rbxassetid://169611736"
  7431. Loop.ImageColor3 = Color3.new(1, 0, 0)
  7432. Loop.ImageTransparency = 0.5
  7433.  
  7434. MinesTPFrame.Name = "MinesTPFrame"
  7435. MinesTPFrame.Parent = DecoFrame
  7436. MinesTPFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  7437. MinesTPFrame.BorderSizePixel = 0
  7438. MinesTPFrame.Position = UDim2.new(0.449999988, 0, 0.550000012, 0)
  7439. MinesTPFrame.Size = UDim2.new(0.5, 0, 0.400000006, 0)
  7440.  
  7441. TextLabel.Parent = MinesTPFrame
  7442. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  7443. TextLabel.BackgroundTransparency = 1
  7444. TextLabel.Size = UDim2.new(0.699999988, 0, 0.300000012, 0)
  7445. TextLabel.Font = Enum.Font.Highway
  7446. TextLabel.FontSize = Enum.FontSize.Size14
  7447. TextLabel.Text = "Amount to give:"
  7448. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  7449. TextLabel.TextSize = 14
  7450. TextLabel.TextWrapped = true
  7451.  
  7452. AmountToGive.Name = "AmountToGive"
  7453. AmountToGive.Parent = MinesTPFrame
  7454. AmountToGive.BackgroundColor3 = Color3.new(1, 1, 1)
  7455. AmountToGive.BackgroundTransparency = 1
  7456. AmountToGive.Position = UDim2.new(0.699999988, 0, 0, 0)
  7457. AmountToGive.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  7458. AmountToGive.Font = Enum.Font.SourceSans
  7459. AmountToGive.FontSize = Enum.FontSize.Size24
  7460. AmountToGive.Text = "10"
  7461. AmountToGive.TextColor3 = Color3.new(0, 0.886275, 1)
  7462. AmountToGive.TextScaled = true
  7463. AmountToGive.TextSize = 24
  7464. AmountToGive.TextWrapped = true
  7465.  
  7466. MineChanButton.Name = "MineChanButton"
  7467. MineChanButton.Parent = MinesTPFrame
  7468. MineChanButton.BackgroundColor3 = Color3.new(1, 1, 1)
  7469. MineChanButton.BorderSizePixel = 0
  7470. MineChanButton.Position = UDim2.new(0.330000013, 0, 0.400000006, 0)
  7471. MineChanButton.Size = UDim2.new(0.349999994, 0, 0.400000006, 0)
  7472. MineChanButton.Image = "rbxassetid://1407000502"
  7473.  
  7474. Deco_5.Name = "Deco"
  7475. Deco_5.Parent = MineChanButton
  7476. Deco_5.BackgroundColor3 = Color3.new(1, 1, 1)
  7477. Deco_5.BackgroundTransparency = 1
  7478. Deco_5.Size = UDim2.new(1, 0, 0.200000003, 0)
  7479. Deco_5.Font = Enum.Font.SourceSans
  7480. Deco_5.FontSize = Enum.FontSize.Size14
  7481. Deco_5.Text = "Iron Mine-Chan"
  7482. Deco_5.TextColor3 = Color3.new(1, 1, 1)
  7483. Deco_5.TextScaled = true
  7484. Deco_5.TextSize = 14
  7485. Deco_5.TextWrapped = true
  7486.  
  7487. CloversTwitchCoinsFrame.Name = "CloversTwitchCoinsFrame"
  7488. CloversTwitchCoinsFrame.Parent = DecoFrame
  7489. CloversTwitchCoinsFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  7490. CloversTwitchCoinsFrame.BorderSizePixel = 0
  7491. CloversTwitchCoinsFrame.Position = UDim2.new(0.449999988, 0, 0.349999994, 0)
  7492. CloversTwitchCoinsFrame.Size = UDim2.new(0.5, 0, 0.100000001, 0)
  7493.  
  7494. PlusCloverButton.Name = "PlusCloverButton"
  7495. PlusCloverButton.Parent = CloversTwitchCoinsFrame
  7496. PlusCloverButton.BackgroundColor3 = Color3.new(1, 1, 1)
  7497. PlusCloverButton.BorderSizePixel = 0
  7498. PlusCloverButton.Position = UDim2.new(0.0500000007, 0, 0.100000001, 0)
  7499. PlusCloverButton.Size = UDim2.new(0.899999976, 0, 0.400000006, 0)
  7500. PlusCloverButton.Font = Enum.Font.SourceSans
  7501. PlusCloverButton.FontSize = Enum.FontSize.Size14
  7502. PlusCloverButton.Text = "+1 Clover"
  7503. PlusCloverButton.TextColor3 = Color3.new(0, 0.294118, 0.0666667)
  7504. PlusCloverButton.TextSize = 14
  7505.  
  7506. PlusTwitchButton.Name = "PlusTwitchButton"
  7507. PlusTwitchButton.Parent = CloversTwitchCoinsFrame
  7508. PlusTwitchButton.BackgroundColor3 = Color3.new(1, 1, 1)
  7509. PlusTwitchButton.BorderSizePixel = 0
  7510. PlusTwitchButton.Position = UDim2.new(0.0500000007, 0, 0.5, 0)
  7511. PlusTwitchButton.Size = UDim2.new(0.899999976, 0, 0.400000006, 0)
  7512. PlusTwitchButton.Font = Enum.Font.SourceSans
  7513. PlusTwitchButton.FontSize = Enum.FontSize.Size14
  7514. PlusTwitchButton.Text = "+1 Twitch Coin"
  7515. PlusTwitchButton.TextColor3 = Color3.new(0.411765, 0, 0.427451)
  7516. PlusTwitchButton.TextSize = 14
  7517.  
  7518. Toggleable.Name = "Toggleable"
  7519. Toggleable.Parent = DecoFrame
  7520. Toggleable.BackgroundColor3 = Color3.new(1, 1, 1)
  7521. Toggleable.BackgroundTransparency = 1
  7522. Toggleable.Size = UDim2.new(0.400000006, 0, 1, 0)
  7523.  
  7524. AutoInfernoBoxFrame.Name = "AutoInfernoBoxFrame"
  7525. AutoInfernoBoxFrame.Parent = Toggleable
  7526. AutoInfernoBoxFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  7527. AutoInfernoBoxFrame.BorderSizePixel = 0
  7528. AutoInfernoBoxFrame.Position = UDim2.new(0.0500000007, 0, 0.600000024, 0)
  7529. AutoInfernoBoxFrame.Size = UDim2.new(0.899999976, 0, 0.075000003, 0)
  7530.  
  7531. Deco_6.Name = "Deco"
  7532. Deco_6.Parent = AutoInfernoBoxFrame
  7533. Deco_6.BackgroundColor3 = Color3.new(1, 1, 1)
  7534. Deco_6.BackgroundTransparency = 1
  7535. Deco_6.Size = UDim2.new(1, 0, 0.5, 0)
  7536. Deco_6.Font = Enum.Font.Highway
  7537. Deco_6.FontSize = Enum.FontSize.Size14
  7538. Deco_6.Text = "Auto open inferno boxes."
  7539. Deco_6.TextColor3 = Color3.new(1, 1, 1)
  7540. Deco_6.TextSize = 14
  7541.  
  7542. AutoInfernoButton.Name = "AutoInfernoButton"
  7543. AutoInfernoButton.Parent = AutoInfernoBoxFrame
  7544. AutoInfernoButton.BackgroundColor3 = Color3.new(1, 1, 1)
  7545. AutoInfernoButton.BorderSizePixel = 0
  7546. AutoInfernoButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  7547. AutoInfernoButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  7548. AutoInfernoButton.Font = Enum.Font.SourceSans
  7549. AutoInfernoButton.FontSize = Enum.FontSize.Size14
  7550. AutoInfernoButton.Text = "OFF"
  7551. AutoInfernoButton.TextColor3 = Color3.new(1, 0, 0)
  7552. AutoInfernoButton.TextSize = 14
  7553.  
  7554. AutoRebirthFrame.Name = "AutoRebirthFrame"
  7555. AutoRebirthFrame.Parent = Toggleable
  7556. AutoRebirthFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  7557. AutoRebirthFrame.BorderSizePixel = 0
  7558. AutoRebirthFrame.Position = UDim2.new(0.0500000007, 0, 0.0500000007, 0)
  7559. AutoRebirthFrame.Size = UDim2.new(0.899999976, 0, 0.075000003, 0)
  7560.  
  7561. Deco_7.Name = "Deco"
  7562. Deco_7.Parent = AutoRebirthFrame
  7563. Deco_7.BackgroundColor3 = Color3.new(1, 1, 1)
  7564. Deco_7.BackgroundTransparency = 1
  7565. Deco_7.Size = UDim2.new(1, 0, 0.5, 0)
  7566. Deco_7.Font = Enum.Font.Highway
  7567. Deco_7.FontSize = Enum.FontSize.Size14
  7568. Deco_7.Text = "Auto rebirth when possible."
  7569. Deco_7.TextColor3 = Color3.new(1, 1, 1)
  7570. Deco_7.TextSize = 14
  7571.  
  7572. AutoRebirthButton.Name = "AutoRebirthButton"
  7573. AutoRebirthButton.Parent = AutoRebirthFrame
  7574. AutoRebirthButton.BackgroundColor3 = Color3.new(1, 1, 1)
  7575. AutoRebirthButton.BorderSizePixel = 0
  7576. AutoRebirthButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  7577. AutoRebirthButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  7578. AutoRebirthButton.Font = Enum.Font.SourceSans
  7579. AutoRebirthButton.FontSize = Enum.FontSize.Size14
  7580. AutoRebirthButton.Text = "OFF"
  7581. AutoRebirthButton.TextColor3 = Color3.new(1, 0, 0)
  7582. AutoRebirthButton.TextSize = 14
  7583.  
  7584. AutoRegularBoxFrame.Name = "AutoRegularBoxFrame"
  7585. AutoRegularBoxFrame.Parent = Toggleable
  7586. AutoRegularBoxFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  7587. AutoRegularBoxFrame.BorderSizePixel = 0
  7588. AutoRegularBoxFrame.Position = UDim2.new(0.0500000007, 0, 0.400000006, 0)
  7589. AutoRegularBoxFrame.Size = UDim2.new(0.899999976, 0, 0.075000003, 0)
  7590.  
  7591. Deco_8.Name = "Deco"
  7592. Deco_8.Parent = AutoRegularBoxFrame
  7593. Deco_8.BackgroundColor3 = Color3.new(1, 1, 1)
  7594. Deco_8.BackgroundTransparency = 1
  7595. Deco_8.Size = UDim2.new(1, 0, 0.5, 0)
  7596. Deco_8.Font = Enum.Font.Highway
  7597. Deco_8.FontSize = Enum.FontSize.Size14
  7598. Deco_8.Text = "Auto open regular boxes."
  7599. Deco_8.TextColor3 = Color3.new(1, 1, 1)
  7600. Deco_8.TextSize = 14
  7601.  
  7602. AutoRegularButton.Name = "AutoRegularButton"
  7603. AutoRegularButton.Parent = AutoRegularBoxFrame
  7604. AutoRegularButton.BackgroundColor3 = Color3.new(1, 1, 1)
  7605. AutoRegularButton.BorderSizePixel = 0
  7606. AutoRegularButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  7607. AutoRegularButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  7608. AutoRegularButton.Font = Enum.Font.SourceSans
  7609. AutoRegularButton.FontSize = Enum.FontSize.Size14
  7610. AutoRegularButton.Text = "OFF"
  7611. AutoRegularButton.TextColor3 = Color3.new(1, 0, 0)
  7612. AutoRegularButton.TextSize = 14
  7613.  
  7614. AutoUnrealBoxFrame.Name = "AutoUnrealBoxFrame"
  7615. AutoUnrealBoxFrame.Parent = Toggleable
  7616. AutoUnrealBoxFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  7617. AutoUnrealBoxFrame.BorderSizePixel = 0
  7618. AutoUnrealBoxFrame.Position = UDim2.new(0.0500000007, 0, 0.5, 0)
  7619. AutoUnrealBoxFrame.Size = UDim2.new(0.899999976, 0, 0.075000003, 0)
  7620.  
  7621. Deco_9.Name = "Deco"
  7622. Deco_9.Parent = AutoUnrealBoxFrame
  7623. Deco_9.BackgroundColor3 = Color3.new(1, 1, 1)
  7624. Deco_9.BackgroundTransparency = 1
  7625. Deco_9.Size = UDim2.new(1, 0, 0.5, 0)
  7626. Deco_9.Font = Enum.Font.Highway
  7627. Deco_9.FontSize = Enum.FontSize.Size14
  7628. Deco_9.Text = "Auto open unreal boxes."
  7629. Deco_9.TextColor3 = Color3.new(1, 1, 1)
  7630. Deco_9.TextSize = 14
  7631.  
  7632. AutoUnrealButton.Name = "AutoUnrealButton"
  7633. AutoUnrealButton.Parent = AutoUnrealBoxFrame
  7634. AutoUnrealButton.BackgroundColor3 = Color3.new(1, 1, 1)
  7635. AutoUnrealButton.BorderSizePixel = 0
  7636. AutoUnrealButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  7637. AutoUnrealButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  7638. AutoUnrealButton.Font = Enum.Font.SourceSans
  7639. AutoUnrealButton.FontSize = Enum.FontSize.Size14
  7640. AutoUnrealButton.Text = "OFF"
  7641. AutoUnrealButton.TextColor3 = Color3.new(1, 0, 0)
  7642. AutoUnrealButton.TextSize = 14
  7643.  
  7644. ButtonClickerFrame.Name = "ButtonClickerFrame"
  7645. ButtonClickerFrame.Parent = Toggleable
  7646. ButtonClickerFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  7647. ButtonClickerFrame.BorderSizePixel = 0
  7648. ButtonClickerFrame.Position = UDim2.new(0.0500000007, 0, 0.25, 0)
  7649. ButtonClickerFrame.Size = UDim2.new(0.899999976, 0, 0.075000003, 0)
  7650.  
  7651. Deco_10.Name = "Deco"
  7652. Deco_10.Parent = ButtonClickerFrame
  7653. Deco_10.BackgroundColor3 = Color3.new(1, 1, 1)
  7654. Deco_10.BackgroundTransparency = 1
  7655. Deco_10.Size = UDim2.new(1, 0, 0.5, 0)
  7656. Deco_10.Font = Enum.Font.Highway
  7657. Deco_10.FontSize = Enum.FontSize.Size14
  7658. Deco_10.Text = "Autoclick the buttons."
  7659. Deco_10.TextColor3 = Color3.new(1, 1, 1)
  7660. Deco_10.TextSize = 14
  7661.  
  7662. ButtonClickerButton.Name = "ButtonClickerButton"
  7663. ButtonClickerButton.Parent = ButtonClickerFrame
  7664. ButtonClickerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  7665. ButtonClickerButton.BorderSizePixel = 0
  7666. ButtonClickerButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  7667. ButtonClickerButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  7668. ButtonClickerButton.Font = Enum.Font.SourceSans
  7669. ButtonClickerButton.FontSize = Enum.FontSize.Size14
  7670. ButtonClickerButton.Text = "OFF"
  7671. ButtonClickerButton.TextColor3 = Color3.new(1, 0, 0)
  7672. ButtonClickerButton.TextSize = 14
  7673.  
  7674. RemoteClickerFrame.Name = "RemoteClickerFrame"
  7675. RemoteClickerFrame.Parent = Toggleable
  7676. RemoteClickerFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  7677. RemoteClickerFrame.BorderSizePixel = 0
  7678. RemoteClickerFrame.Position = UDim2.new(0.0500000007, 0, 0.150000006, 0)
  7679. RemoteClickerFrame.Size = UDim2.new(0.899999976, 0, 0.075000003, 0)
  7680.  
  7681. Deco_11.Name = "Deco"
  7682. Deco_11.Parent = RemoteClickerFrame
  7683. Deco_11.BackgroundColor3 = Color3.new(1, 1, 1)
  7684. Deco_11.BackgroundTransparency = 1
  7685. Deco_11.Size = UDim2.new(1, 0, 0.5, 0)
  7686. Deco_11.Font = Enum.Font.Highway
  7687. Deco_11.FontSize = Enum.FontSize.Size14
  7688. Deco_11.Text = "Autoclick the remote."
  7689. Deco_11.TextColor3 = Color3.new(1, 1, 1)
  7690. Deco_11.TextSize = 14
  7691.  
  7692. RemoteClickerButton.Name = "RemoteClickerButton"
  7693. RemoteClickerButton.Parent = RemoteClickerFrame
  7694. RemoteClickerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  7695. RemoteClickerButton.BorderSizePixel = 0
  7696. RemoteClickerButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  7697. RemoteClickerButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  7698. RemoteClickerButton.Font = Enum.Font.SourceSans
  7699. RemoteClickerButton.FontSize = Enum.FontSize.Size14
  7700. RemoteClickerButton.Text = "OFF"
  7701. RemoteClickerButton.TextColor3 = Color3.new(1, 0, 0)
  7702. RemoteClickerButton.TextSize = 14
  7703.  
  7704. AutoLoadoutFrame.Name = "AutoLoadoutFrame"
  7705. AutoLoadoutFrame.Parent = Toggleable
  7706. AutoLoadoutFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  7707. AutoLoadoutFrame.BorderSizePixel = 0
  7708. AutoLoadoutFrame.Position = UDim2.new(0.0500000007, 0, 0.75, 0)
  7709. AutoLoadoutFrame.Size = UDim2.new(0.899999976, 0, 0.075000003, 0)
  7710.  
  7711. Deco_12.Name = "Deco"
  7712. Deco_12.Parent = AutoLoadoutFrame
  7713. Deco_12.BackgroundColor3 = Color3.new(1, 1, 1)
  7714. Deco_12.BackgroundTransparency = 1
  7715. Deco_12.Size = UDim2.new(1, 0, 0.5, 0)
  7716. Deco_12.Font = Enum.Font.Highway
  7717. Deco_12.FontSize = Enum.FontSize.Size14
  7718. Deco_12.Text = "Auto Load Loadout 1"
  7719. Deco_12.TextColor3 = Color3.new(1, 1, 1)
  7720. Deco_12.TextSize = 14
  7721.  
  7722. AutoLoadout1Button.Name = "AutoLoadout1Button"
  7723. AutoLoadout1Button.Parent = AutoLoadoutFrame
  7724. AutoLoadout1Button.BackgroundColor3 = Color3.new(1, 1, 1)
  7725. AutoLoadout1Button.BorderSizePixel = 0
  7726. AutoLoadout1Button.Position = UDim2.new(0.25, 0, 0.5, 0)
  7727. AutoLoadout1Button.Size = UDim2.new(0.5, 0, 0.5, 0)
  7728. AutoLoadout1Button.Font = Enum.Font.SourceSans
  7729. AutoLoadout1Button.FontSize = Enum.FontSize.Size14
  7730. AutoLoadout1Button.Text = "OFF"
  7731. AutoLoadout1Button.TextColor3 = Color3.new(1, 0, 0)
  7732. AutoLoadout1Button.TextSize = 14
  7733.  
  7734. NotificationsFrame.Name = "NotificationsFrame"
  7735. NotificationsFrame.Parent = Toggleable
  7736. NotificationsFrame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  7737. NotificationsFrame.BorderSizePixel = 0
  7738. NotificationsFrame.Position = UDim2.new(0.0500000007, 0, 0.850000024, 0)
  7739. NotificationsFrame.Size = UDim2.new(0.899999976, 0, 0.075000003, 0)
  7740.  
  7741. Deco_13.Name = "Deco"
  7742. Deco_13.Parent = NotificationsFrame
  7743. Deco_13.BackgroundColor3 = Color3.new(1, 1, 1)
  7744. Deco_13.BackgroundTransparency = 1
  7745. Deco_13.Size = UDim2.new(1, 0, 0.5, 0)
  7746. Deco_13.Font = Enum.Font.Highway
  7747. Deco_13.FontSize = Enum.FontSize.Size14
  7748. Deco_13.Text = "Notifications"
  7749. Deco_13.TextColor3 = Color3.new(1, 1, 1)
  7750. Deco_13.TextSize = 14
  7751.  
  7752. NotificationsButton.Name = "NotificationsButton"
  7753. NotificationsButton.Parent = NotificationsFrame
  7754. NotificationsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  7755. NotificationsButton.BorderSizePixel = 0
  7756. NotificationsButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  7757. NotificationsButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  7758. NotificationsButton.Font = Enum.Font.SourceSans
  7759. NotificationsButton.FontSize = Enum.FontSize.Size14
  7760. NotificationsButton.Text = "ON"
  7761. NotificationsButton.TextColor3 = Color3.new(0, 1, 0)
  7762. NotificationsButton.TextSize = 14
  7763.  
  7764. function CountBricks()
  7765. local c = 0
  7766. for i,v in pairs(workspace:GetChildren()) do
  7767. for x in string.gmatch(v.Name, "Crate") do
  7768. wait(0.2)
  7769. c = c + 1
  7770. end
  7771. end
  7772. return c
  7773. end
  7774.  
  7775. tpcratez = false
  7776.  
  7777. spawn (function()
  7778. while true do
  7779. wait()
  7780. NumberOfBoxes.Text = CountBricks()
  7781. if tpcratez == true then
  7782. local pos = Instance.new("Vector3Value")
  7783. pos.Value = game.Players.LocalPlayer.Character.Head.Position
  7784. local children = game.Workspace:GetChildren()
  7785. for i =1, #children do
  7786. wait(0.1)
  7787. if children[i] ~= nil then
  7788. for x in string.gmatch(children[i].Name, "Crate") do
  7789. if children[i].ClassName == "Part" then
  7790. game.Players.LocalPlayer.Character:MoveTo(children[i].Position)
  7791. wait(0.3)
  7792. end
  7793. end
  7794. end
  7795. end
  7796. wait(0.1)
  7797. game.Players.LocalPlayer.Character:MoveTo(pos.Value)
  7798. pos:remove()
  7799. end
  7800. end
  7801. end)
  7802.  
  7803. TPCrates.MouseButton1Down:connect(function()
  7804. local pos = Instance.new("Vector3Value")
  7805. pos.Value = game.Players.LocalPlayer.Character.Head.Position
  7806. local children = game.Workspace:GetChildren()
  7807. for i =1, #children do
  7808. wait(0.1)
  7809. if children[i] ~= nil then
  7810. for x in string.gmatch(children[i].Name, "Crate") do
  7811. if children[i].ClassName == "Part" then
  7812. game.Players.LocalPlayer.Character:MoveTo(children[i].Position)
  7813. wait(0.3)
  7814. end
  7815. end
  7816. end
  7817. end
  7818. wait(0.1)
  7819. game.Players.LocalPlayer.Character:MoveTo(pos.Value)
  7820. pos:remove()
  7821. end)
  7822.  
  7823. LoopTPCrates.MouseButton1Down:connect(function()
  7824. if tpcratez == true then
  7825. LoopTPCrates.Text = "Loop TP Crates: OFF"
  7826. Loop.ImageColor3 = Color3.fromRGB(255,0,0)
  7827. tpcratez = false else
  7828. LoopTPCrates.Text = "Loop TP Crates: ON"
  7829. Loop.ImageColor3 = Color3.fromRGB(0,255,0)
  7830. tpcratez = true
  7831. end
  7832. end)
  7833.  
  7834.  
  7835.  
  7836. local autoremote = false
  7837. RemoteClickerButton.MouseButton1Down:connect(function()
  7838. if autoremote == false then
  7839. autoremote = true
  7840. RemoteClickerButton.Text = "ON"
  7841. RemoteClickerButton.TextColor3 = Color3.fromRGB(0,255,0)
  7842. else
  7843. autoremote = false
  7844. RemoteClickerButton.Text = "OFF"
  7845. RemoteClickerButton.TextColor3 = Color3.fromRGB(255,0,0)
  7846. end
  7847. end)
  7848.  
  7849. local autobutton = false
  7850. ButtonClickerButton.MouseButton1Down:connect(function()
  7851. if autobutton == false then
  7852. autobutton = true
  7853. ButtonClickerButton.Text = "ON"
  7854. ButtonClickerButton.TextColor3 = Color3.fromRGB(0,255,0)
  7855. else
  7856. autobutton = false
  7857. ButtonClickerButton.Text = "OFF"
  7858. ButtonClickerButton.TextColor3 = Color3.fromRGB(255,0,0)
  7859. end
  7860. end)
  7861.  
  7862. local notificationstog = true
  7863. NotificationsButton.MouseButton1Down:connect(function()
  7864. if notificationstog == false then
  7865. notificationstog = true
  7866. NotificationsButton.Text = "ON"
  7867. NotificationsButton.TextColor3 = Color3.fromRGB(0,255,0)
  7868. else
  7869. notificationstog = false
  7870. NotificationsButton.Text = "OFF"
  7871. NotificationsButton.TextColor3 = Color3.fromRGB(255,0,0)
  7872. end
  7873. end)
  7874.  
  7875. local loadloadout1 = false
  7876. AutoLoadout1Button.MouseButton1Down:connect(function()
  7877. if loadloadout1 == false then
  7878. loadloadout1 = true
  7879. AutoLoadout1Button.Text = "ON"
  7880. AutoLoadout1Button.TextColor3 = Color3.fromRGB(0,255,0)
  7881. else
  7882. loadloadout1 = false
  7883. AutoLoadout1Button.Text = "OFF"
  7884. AutoLoadout1Button.TextColor3 = Color3.fromRGB(255,0,0)
  7885. end
  7886. end)
  7887.  
  7888. spawn (function()
  7889. while true do
  7890. wait()
  7891. if autoremote == true then
  7892. game.ReplicatedStorage.RemoteDrop:FireServer()
  7893. end
  7894. end
  7895. end)
  7896.  
  7897. spawn (function()
  7898. while true do
  7899. wait()
  7900. if notificationstog == true then
  7901. game.Players.LocalPlayer.PlayerGui.GUI.Notifications.Visible = true
  7902. else
  7903. game.Players.LocalPlayer.PlayerGui.GUI.Notifications.Visible = false
  7904. end
  7905. end
  7906. end)
  7907.  
  7908. spawn(function()
  7909. while true do
  7910. wait()
  7911. if loadloadout1 == true then
  7912. game.ReplicatedStorage.Layouts:InvokeServer("Load","Layout1")
  7913. end
  7914. end
  7915. end)
  7916.  
  7917.  
  7918. local factorys = workspace.Tycoons:GetChildren()
  7919. for i =1, #factorys do
  7920. if factorys[i].Owner.Value == game.Players.LocalPlayer.Name then
  7921. myfac = factorys[i]
  7922. end
  7923. end
  7924.  
  7925. spawn (function()
  7926. while true do
  7927. wait(0.1)
  7928. if autobutton == true then
  7929. local clickymines = myfac:GetChildren()
  7930. for i =1, #clickymines do
  7931. if clickymines[i].ClassName == "Model" then
  7932. if clickymines[i].Model:findFirstChild("Button") then
  7933. local de = clickymines[i].Model:GetChildren()
  7934. for i =1, #de do
  7935. if de[i].Name == "Button" then
  7936. game.ReplicatedStorage.Click:FireServer(de[i])
  7937. end
  7938. end
  7939. end
  7940. end
  7941. end
  7942. end
  7943. end
  7944. end)
  7945.  
  7946. spawn (function()
  7947. while true do
  7948. wait(0.5)
  7949. if workspace.Map:findFirstChild("Iron Mine-Chan") then
  7950. MineChanButton.Visible = true
  7951. else
  7952. MineChanButton.Visible = false
  7953. end
  7954. end
  7955. end)
  7956.  
  7957.  
  7958.  
  7959. MineChanButton.MouseButton1Down:connect(function()
  7960. for i = 1,AmountToGive.Text do
  7961. game:GetService("ReplicatedStorage").Click:FireServer(workspace.Map["Iron Mine-Chan"].Hitbox)
  7962. end
  7963. end)
  7964.  
  7965.  
  7966. PlusTwitchButton.MouseButton1Down:connect(function()
  7967. game.Players.LocalPlayer.TwitchPoints.Value = game.Players.LocalPlayer.TwitchPoints.Value+1
  7968. end)
  7969. PlusCloverButton.MouseButton1Down:connect(function()
  7970. game.Players.LocalPlayer.Clovers.Value = game.Players.LocalPlayer.Clovers.Value+1
  7971. end)
  7972.  
  7973. local reloop = false
  7974. AutoRegularButton.MouseButton1Down:connect(function()
  7975. if reloop == false then
  7976. reloop = true
  7977. AutoRegularButton.Text = "ON"
  7978. AutoRegularButton.TextColor3 = Color3.fromRGB(0,255,0)
  7979. else
  7980. reloop = false
  7981. AutoRegularButton.Text = "OFF"
  7982. AutoRegularButton.TextColor3 = Color3.fromRGB(255,0,0)
  7983. end
  7984. end)
  7985.  
  7986.  
  7987.  
  7988.  
  7989. local unloop = false
  7990. AutoUnrealButton.MouseButton1Down:connect(function()
  7991. if unloop == false then
  7992. unloop = true
  7993. AutoUnrealButton.Text = "ON"
  7994. AutoUnrealButton.TextColor3 = Color3.fromRGB(0,255,0)
  7995. else
  7996. unloop = false
  7997. AutoUnrealButton.Text = "OFF"
  7998. AutoUnrealButton.TextColor3 = Color3.fromRGB(255,0,0)
  7999. end
  8000. end)
  8001.  
  8002.  
  8003.  
  8004.  
  8005. local inloop = false
  8006. AutoInfernoButton.MouseButton1Down:connect(function()
  8007. if inloop == false then
  8008. inloop = true
  8009. AutoInfernoButton.Text = "ON"
  8010. AutoInfernoButton.TextColor3 = Color3.fromRGB(0,255,0)
  8011. else
  8012. inloop = false
  8013. AutoInfernoButton.Text = "OFF"
  8014. AutoInfernoButton.TextColor3 = Color3.fromRGB(255,0,0)
  8015. end
  8016. end)
  8017.  
  8018. spawn (function()
  8019. while true do
  8020. wait(0.1)
  8021. if reloop == true then
  8022. if 0 < game.Players.LocalPlayer.Crates.Regular.Value then
  8023. else
  8024. game.ReplicatedStorage.MysteryBox:InvokeServer("Regular")
  8025. end
  8026. end
  8027.  
  8028. if unloop == true then
  8029. if 0 < game.Players.LocalPlayer.Crates.Unreal.Value then
  8030. else
  8031. game.ReplicatedStorage.MysteryBox:InvokeServer("Unreal")
  8032. end
  8033. end
  8034.  
  8035. if inloop == true then
  8036. if 0 < game.Players.LocalPlayer.Crates.Inferno.Value then
  8037. else
  8038. game.ReplicatedStorage.MysteryBox:InvokeServer("Inferno")
  8039. end
  8040. end
  8041. end
  8042. end)
  8043.  
  8044.  
  8045.  
  8046. local autorebirth = false
  8047. AutoRebirthButton.MouseButton1Down:connect(function()
  8048. if autorebirth == false then
  8049. autorebirth = true
  8050. AutoRebirthButton.Text = "ON"
  8051. AutoRebirthButton.TextColor3 = Color3.fromRGB(0,255,0)
  8052. else
  8053. autorebirth = false
  8054. AutoRebirthButton.Text = "OFF"
  8055. AutoRebirthButton.TextColor3 = Color3.fromRGB(255,0,0)
  8056. end
  8057. end)
  8058.  
  8059. spawn (function()
  8060. while true do
  8061. wait(1)
  8062. if autorebirth == true then
  8063. game.ReplicatedStorage.Rebirth:InvokeServer()
  8064. end
  8065. end
  8066. end)
  8067. end)
  8068.  
  8069. FleeTheFacility.Name = "Flee-The-Facility"
  8070. FleeTheFacility.Parent = Games3GUI
  8071. FleeTheFacility.BackgroundColor3 = Color3.new(1, 1, 1)
  8072. FleeTheFacility.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  8073. FleeTheFacility.BorderSizePixel = 0
  8074. FleeTheFacility.Position = UDim2.new(0.044673562, 0, 0.705722094, 0)
  8075. FleeTheFacility.Size = UDim2.new(0, 265, 0, 50)
  8076. FleeTheFacility.AutoButtonColor = false
  8077. FleeTheFacility.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  8078. FleeTheFacility.Font = Enum.Font.SciFi
  8079. FleeTheFacility.Text = "Flee The Facility"
  8080. FleeTheFacility.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  8081. FleeTheFacility.TextSize = 20
  8082. FleeTheFacility.TextWrapped = true
  8083. FleeTheFacility.MouseButton1Down:connect(function()
  8084. local gui = Instance.new("ScreenGui") local holder = Instance.new("Frame") local welcome = Instance.new("TextLabel") local close = Instance.new("TextButton") local menu = Instance.new("Frame") local choosemap = Instance.new("TextLabel") local abandonedfacility = Instance.new("TextButton") local abandonedprison = Instance.new("TextButton") local facility0 = Instance.new("TextButton") local tptocomp = Instance.new("TextButton") local tpfrombeast = Instance.new("TextButton") local playername = Instance.new("TextBox") local tptoplayer = Instance.new("TextButton") local tptoexit = Instance.new("TextButton") local currentmap = Instance.new("TextLabel") local currentmapvalue = Instance.new("StringValue") local discord = Instance.new("TextLabel") gui.Name = "FleeTheFacilityGUI" gui.Parent = game.CoreGui holder.Name = "Holder" holder.Parent = gui holder.Active = true holder.Selectable = true holder.Draggable = true holder.BackgroundColor3 = Color3.fromRGB(49, 49, 49) holder.BorderSizePixel = 0 holder.Position = UDim2.new(0.032, 0, 0.504, 0) holder.Size = UDim2.new(0, 455, 0, 31) welcome.Name = "Welcome" welcome.Parent = holder welcome.BackgroundTransparency = 1 welcome.Position = UDim2.new(0.193, 0, 0, 0) welcome.Size = UDim2.new(0, 279, 0, 31) welcome.Font = Enum.Font.Highway welcome.Text = "Flee The Facility GUI" welcome.TextColor3 = Color3.fromRGB(255,255,255) welcome.TextSize = 26 welcome.TextStrokeTransparency = 0 welcome.TextWrapped = true close.Name = "Close" close.Parent = holder close.BackgroundColor3 = Color3.fromRGB(255, 0, 0) close.BorderSizePixel = 0 close.Position = UDim2.new(0.932, 0, 0, 0) close.Size = UDim2.new(0, 31, 0, 31) close.Font = Enum.Font.Highway close.Text = "X" close.TextColor3 = Color3.fromRGB(255,255,255) close.TextSize = 24 close.TextStrokeTransparency = 0 close.TextWrapped = true menu.Name = "Menu" menu.Parent = holder menu.BackgroundColor3 = Color3.fromRGB(102,102,102) menu.BackgroundTransparency = 0.2 menu.BorderSizePixel = 0 menu.Position = UDim2.new(0, 0, 1, 0) menu.Size = UDim2.new(0, 455, 0, 266) choosemap.Name = "ChooseMap" choosemap.Parent = menu choosemap.BackgroundTransparency = 1 choosemap.Position = UDim2.new(0.336, 0, 0.023, 0) choosemap.Size = UDim2.new(0, 149, 0, 25) choosemap.Font = Enum.Font.Highway choosemap.Text = "Choose the map:" choosemap.TextColor3 = Color3.fromRGB(255,255,255) choosemap.TextScaled = true choosemap.TextStrokeTransparency = 0 choosemap.TextWrapped = true abandonedfacility.Name = "AbandonedFacility" abandonedfacility.Parent = menu abandonedfacility.BackgroundColor3 = Color3.fromRGB(49,49,49) abandonedfacility.BorderSizePixel = 0 abandonedfacility.Position = UDim2.new(0.037, 0, 0.143, 0) abandonedfacility.Size = UDim2.new(0, 121, 0, 41) abandonedfacility.Font = Enum.Font.Highway abandonedfacility.Text = "Abandoned Facility" abandonedfacility.TextColor3 = Color3.fromRGB(255,255,255) abandonedfacility.TextSize = 20 abandonedfacility.TextStrokeTransparency = 0 abandonedfacility.TextWrapped = true abandonedprison.Name = "AbandonedPrison" abandonedprison.Parent = menu abandonedprison.BackgroundColor3 = Color3.fromRGB(49,49,49) abandonedprison.BorderSizePixel = 0 abandonedprison.Position = UDim2.new(0.367, 0, 0.143, 0) abandonedprison.Size = UDim2.new(0, 121, 0, 41) abandonedprison.Font = Enum.Font.Highway abandonedprison.Text = "Abandoned Prison" abandonedprison.TextColor3 = Color3.fromRGB(255,255,255) abandonedprison.TextSize = 20 abandonedprison.TextStrokeTransparency = 0 abandonedprison.TextWrapped = true facility0.Name = "AbandonedPrison" facility0.Parent = menu facility0.BackgroundColor3 = Color3.fromRGB(49,49,49) facility0.BorderSizePixel = 0 facility0.Position = UDim2.new(0.701, 0, 0.143, 0) facility0.Size = UDim2.new(0, 121, 0, 41) facility0.Font = Enum.Font.Highway facility0.Text = "Facility_0" facility0.TextColor3 = Color3.fromRGB(255,255,255) facility0.TextSize = 20 facility0.TextStrokeTransparency = 0 facility0.TextWrapped = true tptocomp.Name = "TpToComputer" tptocomp.Parent = menu tptocomp.BackgroundColor3 = Color3.fromRGB(49,49,49) tptocomp.BorderSizePixel = 0 tptocomp.Position = UDim2.new(0.053, 0, 0.483, 0) tptocomp.Size = UDim2.new(0, 164, 0, 23) tptocomp.Font = Enum.Font.Highway tptocomp.Text = "TP to the computer" tptocomp.TextColor3 = Color3.fromRGB(255,255,255) tptocomp.TextSize = 20 tptocomp.TextStrokeTransparency = 0 tptocomp.TextWrapped = true tpfrombeast.Name = "TpFromBeast" tpfrombeast.Parent = menu tpfrombeast.BackgroundColor3 = Color3.fromRGB(49,49,49) tpfrombeast.BorderSizePixel = 0 tpfrombeast.Position = UDim2.new(0.052, 0, 0.607, 0) tpfrombeast.Size = UDim2.new(0, 164, 0, 23) tpfrombeast.Font = Enum.Font.Highway tpfrombeast.Text = "TP from beast" tpfrombeast.TextColor3 = Color3.fromRGB(255,255,255) tpfrombeast.TextSize = 20 tpfrombeast.TextStrokeTransparency = 0 tpfrombeast.TextWrapped = true playername.Name = "PlayerName" playername.Parent = menu playername.BackgroundColor3 = Color3.fromRGB(49,49,49) playername.BorderSizePixel = 0 playername.Position = UDim2.new(0.589, 0, 0.483, 0) playername.Size = UDim2.new(0, 164, 0, 23) playername.Font = Enum.Font.Highway playername.Text = "Player Name" playername.TextColor3 = Color3.fromRGB(255,255,255) playername.TextSize = 20 playername.TextStrokeTransparency = 0 playername.TextWrapped = true tptoplayer.Name = "TpToPlayer" tptoplayer.Parent = menu tptoplayer.BackgroundColor3 = Color3.fromRGB(49,49,49) tptoplayer.BorderSizePixel = 0 tptoplayer.Position = UDim2.new(0.589, 0, 0.607, 0) tptoplayer.Size = UDim2.new(0, 164, 0, 23) tptoplayer.Font = Enum.Font.Highway tptoplayer.Text = "TP to player" tptoplayer.TextColor3 = Color3.fromRGB(255,255,255) tptoplayer.TextSize = 20 tptoplayer.TextStrokeTransparency = 0 tptoplayer.TextWrapped = true tptoexit.Name = "TpToExit" tptoexit.Parent = menu tptoexit.BackgroundColor3 = Color3.fromRGB(49,49,49) tptoexit.BorderSizePixel = 0 tptoexit.Position = UDim2.new(0.053, 0, 0.729, 0) tptoexit.Size = UDim2.new(0, 164, 0, 23) tptoexit.Font = Enum.Font.Highway tptoexit.Text = "TP to an exit" tptoexit.TextColor3 = Color3.fromRGB(255,255,255) tptoexit.TextSize = 20 tptoexit.TextStrokeTransparency = 0 tptoexit.TextWrapped = true currentmap.Name = "CurrentMap" currentmap.Parent = menu currentmap.BackgroundTransparency = 1 currentmap.Position = UDim2.new(0.303, 0, 0.883, 0) currentmap.Size = UDim2.new(0, 179, 0, 23) currentmap.Font = Enum.Font.Highway currentmap.Text = "Map: None" currentmap.TextColor3 = Color3.fromRGB(255,255,255) currentmap.TextScaled = true currentmap.TextStrokeTransparency = 0 currentmap.TextWrapped = true currentmapvalue.Name = "Map" currentmapvalue.Parent = currentmap discord.Name = "Discord" discord.Parent = menu discord.BackgroundTransparency = 1 discord.Position = UDim2.new(0.301, 0, 0.35, 0) discord.Size = UDim2.new(0, 179, 0, 23) discord.Font = Enum.Font.Highway discord.Text = "Hamburghini#6590" discord.TextColor3 = Color3.fromRGB(255,255,255) discord.TextScaled = true discord.TextStrokeTransparency = 0 discord.TextWrapped = true close.MouseButton1Down:connect(function() gui:Destroy() end) abandonedfacility.MouseButton1Down:connect(function() currentmapvalue.Value = "Abandoned Facility by iiGalaxyKoala, Vexhins, and cyrda" currentmap.Text = "Map: Abandoned Facility" end) abandonedprison.MouseButton1Down:connect(function() currentmapvalue.Value = "Abandoned Prison by AtomixKing and Duck_Ify" currentmap.Text = "Map: Abandoned Prison" end) facility0.MouseButton1Down:connect(function() currentmapvalue.Value = "Facility_0 by MrWindy" currentmap.Text = "Map: Facility_0" end) tptocomp.MouseButton1Down:connect(function() local pc = game.Workspace:FindFirstChild(currentmapvalue.Value):FindFirstChild("ComputerTable") if pc.Screen.BrickColor == BrickColor.new("Dark green") then pc.Name = "HackedPC" return end if pc.Screen.BrickColor == BrickColor.new("Bright blue") or pc.Screen.BrickColor == BrickColor.new("Bright red") then if currentmapvalue.Value == "Abandoned Facility by iiGalaxyKoala, Vexhins, and cyrda" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pc.BasePart.Position.X, pc.BasePart.Position.Y + 6, pc.BasePart.Position.Z) elseif currentmapvalue.Value == "Facility_0 by MrWindy" or currentmapvalue.Value == "Abandoned Prison by AtomixKing and Duck_Ify" then pc.ClearWall.CanCollide = false game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pc.BasePart.Position.X, pc.BasePart.Position.Y + 6, pc.BasePart.Position.Z) end end end) tpfrombeast.MouseButton1Down:connect(function() local collide = game.Workspace:FindFirstChild(currentmapvalue.Value):FindFirstChild("FreezePod"):GetChildren() local tp = game.Workspace:FindFirstChild(currentmapvalue.Value):FindFirstChild("FreezePod") collide.CanCollide = false game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(tp.BasePart.Position.X, tp.BasePart.Position.Y + 3, tp.BasePart.Position.Z) end) tptoexit.MouseButton1Down:connect(function() local exit = game.Workspace:FindFirstChild(currentmapvalue.Value):FindFirstChild("ExitDoor") local exdoorpos = exit.Light.Position local humrootpart = game.Players.LocalPlayer.Character.HumanoidRootPart humrootpart.CFrame = CFrame.new(exdoorpos.X, exdoorpos.Y - 4.5, exdoorpos.Z) end) tptoplayer.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Workspace:FindFirstChild(playername.Text).HumanoidRootPart.Position) end)
  8085. end)
  8086.  
  8087. Games2GUI.Name = "Games2GUI"
  8088. Games2GUI.Parent = Main
  8089. Games2GUI.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  8090. Games2GUI.BorderSizePixel = 0
  8091. Games2GUI.Position = UDim2.new(0.190086931, 0, 0.00128445029, 0)
  8092. Games2GUI.Size = UDim2.new(0, 291, 0, 367)
  8093. Games2GUI.Visible = false
  8094.  
  8095. VehicleSimulator.Name = "Vehicle-Simulator"
  8096. VehicleSimulator.Parent = Games2GUI
  8097. VehicleSimulator.BackgroundColor3 = Color3.new(1, 1, 1)
  8098. VehicleSimulator.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  8099. VehicleSimulator.BorderSizePixel = 0
  8100. VehicleSimulator.Position = UDim2.new(0.044673562, 0, 0.18528609, 0)
  8101. VehicleSimulator.Size = UDim2.new(0, 265, 0, 50)
  8102. VehicleSimulator.AutoButtonColor = false
  8103. VehicleSimulator.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  8104. VehicleSimulator.Font = Enum.Font.SciFi
  8105. VehicleSimulator.Text = "Vehicle Simulator"
  8106. VehicleSimulator.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  8107. VehicleSimulator.TextSize = 20
  8108. VehicleSimulator.TextWrapped = true
  8109. VehicleSimulator.MouseButton1Down:connect(function()
  8110. -- Objects
  8111.  
  8112. local gui = Instance.new("ScreenGui")
  8113. local frame = Instance.new("Frame")
  8114. local color = Instance.new("Frame")
  8115. local title = Instance.new("TextLabel")
  8116. local credits = Instance.new("TextLabel")
  8117. local createtp = Instance.new("TextButton")
  8118. local speed = Instance.new("TextButton")
  8119. local credits_2 = Instance.new("TextLabel")
  8120.  
  8121. -- Properties
  8122.  
  8123. gui.Name = "gui"
  8124. gui.Parent = game.CoreGui
  8125.  
  8126. frame.Name = "frame"
  8127. frame.Parent = gui
  8128. frame.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  8129. frame.BorderSizePixel = 0
  8130. frame.Position = UDim2.new(0.0113207549, 0, 0.355932206, 0)
  8131. frame.Size = UDim2.new(0, 271, 0, 203)
  8132. frame.Active = true
  8133.  
  8134. color.Name = "color"
  8135. color.Parent = frame
  8136. color.BackgroundColor3 = Color3.new(1, 1, 1)
  8137. color.BorderSizePixel = 0
  8138. color.Size = UDim2.new(0, 271, 0, 68)
  8139.  
  8140. title.Name = "title"
  8141. title.Parent = color
  8142. title.BackgroundColor3 = Color3.new(1, 1, 1)
  8143. title.BackgroundTransparency = 1
  8144. title.BorderSizePixel = 0
  8145. title.Position = UDim2.new(0.1291513, 0, 0, 0)
  8146. title.Size = UDim2.new(0, 200, 0, 50)
  8147. title.Font = Enum.Font.Highway
  8148. title.Text = "Vehicle simulator GUI"
  8149. title.TextSize = 30
  8150.  
  8151. credits.Name = "credits"
  8152. credits.Parent = color
  8153. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  8154. credits.BackgroundTransparency = 1
  8155. credits.BorderSizePixel = 0
  8156. credits.Position = UDim2.new(0.416974187, 0, 0.5, 0)
  8157. credits.Size = UDim2.new(0, 200, 0, 50)
  8158. credits.Font = Enum.Font.Highway
  8159. credits.Text = "Jimbo#9089"
  8160. credits.TextSize = 20
  8161.  
  8162. createtp.Name = "createtp"
  8163. createtp.Parent = frame
  8164. createtp.BackgroundColor3 = Color3.new(1, 1, 1)
  8165. createtp.BorderSizePixel = 0
  8166. createtp.Position = UDim2.new(0.0258302614, 0, 0.413793087, 0)
  8167. createtp.Size = UDim2.new(0, 114, 0, 67)
  8168. createtp.Font = Enum.Font.SourceSans
  8169. createtp.Text = "Crate TP"
  8170. createtp.TextSize = 30
  8171.  
  8172. speed.Name = "speed"
  8173. speed.Parent = frame
  8174. speed.BackgroundColor3 = Color3.new(1, 1, 1)
  8175. speed.BorderSizePixel = 0
  8176. speed.Position = UDim2.new(0.55350554, 0, 0.413793087, 0)
  8177. speed.Size = UDim2.new(0, 114, 0, 67)
  8178. speed.Font = Enum.Font.SourceSans
  8179. speed.Text = "Speed"
  8180. speed.TextSize = 30
  8181.  
  8182. credits_2.Name = "credits"
  8183. credits_2.Parent = frame
  8184. credits_2.BackgroundColor3 = Color3.new(1, 1, 1)
  8185. credits_2.BackgroundTransparency = 1
  8186. credits_2.BorderSizePixel = 0
  8187. credits_2.Position = UDim2.new(0.127306283, 0, 0.820197046, 0)
  8188. credits_2.Size = UDim2.new(0, 200, 0, 50)
  8189. credits_2.Font = Enum.Font.Highway
  8190. credits_2.Text = "As suggested by Demon#5038\n"
  8191. credits_2.TextColor3 = Color3.new(1, 1, 1)
  8192. credits_2.TextSize = 20
  8193.  
  8194. createtp.MouseButton1Down:connect(function()
  8195. print("Crate Script created by Demon#5038")
  8196.  
  8197. local plr = game.Players.LocalPlayer
  8198.  
  8199. hum = plr.Character.HumanoidRootPart
  8200. local descendants = game.Workspace:GetDescendants()
  8201.  
  8202.  
  8203. for index, descendant in pairs(descendants) do
  8204. if descendant:IsA("Model") and descendant.DataCost == 52 then
  8205. print(descendant)
  8206. if descendant.PrimaryPart:IsA("MeshPart") then
  8207. print(descendant.Parent.Parent.Name)
  8208. descendant.Name = "Lukki02RCrateScript"
  8209. end
  8210. end
  8211. end
  8212.  
  8213. wait(0.5)
  8214.  
  8215. hum.CFrame = game.Workspace.Lukki02RCrateScript.PrimaryPart.CFrame + Vector3.new(math.random(10,15), math.random(10,15), math.random(10,15))
  8216. end)
  8217.  
  8218. speed.MouseButton1Down:connect(function()
  8219. veh = nil
  8220. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  8221. if v:IsA("Model") then
  8222. if v.owner.Value == game.Players.LocalPlayer.Name then
  8223. veh = v
  8224. end
  8225. end
  8226. end
  8227.  
  8228. if veh then
  8229. han = veh.Handling
  8230. han.MaxSpeed.Value = 800
  8231. han.Torque.Value = 30000
  8232. han.SteeringRadiusConstant.Value = 3000
  8233. han.FrictionRoad.Value = 200
  8234. han.Gears.Value = 7
  8235. han.Nitro.NitroSpeed.Value = 500
  8236. han.Nitro.NitroForce.Value = 8000
  8237. else
  8238. print("Unable to find your vehicle!")
  8239. end
  8240. end)
  8241. end)
  8242.  
  8243. HiltonHotels.Name = "Hilton-Hotels"
  8244. HiltonHotels.Parent = Games2GUI
  8245. HiltonHotels.BackgroundColor3 = Color3.new(1, 1, 1)
  8246. HiltonHotels.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  8247. HiltonHotels.BorderSizePixel = 0
  8248. HiltonHotels.Position = UDim2.new(0.044673562, 0, 0.35422343, 0)
  8249. HiltonHotels.Size = UDim2.new(0, 265, 0, 50)
  8250. HiltonHotels.AutoButtonColor = false
  8251. HiltonHotels.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  8252. HiltonHotels.Font = Enum.Font.SciFi
  8253. HiltonHotels.Text = "Hilton Hotels"
  8254. HiltonHotels.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  8255. HiltonHotels.TextSize = 20
  8256. HiltonHotels.TextWrapped = true
  8257. HiltonHotels.MouseButton1Down:connect(function()
  8258. loadstring(game:GetObjects("rbxassetid://1383446739")[1].Source)()
  8259. end)
  8260.  
  8261. PhantomForces.Name = "Phantom-Forces"
  8262. PhantomForces.Parent = Games2GUI
  8263. PhantomForces.BackgroundColor3 = Color3.new(1, 1, 1)
  8264. PhantomForces.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  8265. PhantomForces.BorderSizePixel = 0
  8266. PhantomForces.Position = UDim2.new(0.044673562, 0, 0.528610349, 0)
  8267. PhantomForces.Size = UDim2.new(0, 265, 0, 50)
  8268. PhantomForces.AutoButtonColor = false
  8269. PhantomForces.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  8270. PhantomForces.Font = Enum.Font.SciFi
  8271. PhantomForces.Text = "Phantom Forces"
  8272. PhantomForces.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  8273. PhantomForces.TextSize = 20
  8274. PhantomForces.TextWrapped = true
  8275. PhantomForces.MouseButton1Down:connect(function()
  8276. --Updated aimbot it will now work!
  8277. ESP = true --Do you want ESP?
  8278. Aimbot = true --Do you want Aimbot?
  8279. IgnoreWalls = true --Do you want to shoot through walls?
  8280. _G.Legit = false --Do you always want to shoot headshots?
  8281. BeepEffect = true --Do you want it to make a sound when someone comes close to you from behind?
  8282. BeepSound = 138081500 --What sound do you want to play when someone comes behind you (BeepEffect must be enabled for it to work)
  8283. BeepSize = 8 --How large should the red dot be?
  8284. BeepVolume = 5 --Max volume for the SoundID(1 is max, 0 is nothing.)
  8285. TimeDelay = 6 --If you look at the person it won't beep again until the timedelay is up (BeepEffect must be enabled)
  8286. SoundDelay = 2 --Time before a new sound is played. (Useful if many people spawn on the same person so you won't hear 999 beeps)
  8287. DetectionTime = 1 --How long should you wait to make sure the person is looking at you to beep?
  8288. BehindDetectionTime = 3 --How long should you wait to check if the person is behind you?
  8289.  
  8290. Sniper = {"INTERVENTION", "REMINGTON 700", "AWS", "L115A3", "MOSIN NAGANT", "OBREZ"}
  8291. SpecialSniper = {"BFG 50", "SFG 50"}
  8292. WeakSniper = {"MK11", "SKS", "SCAR SSR", "DRAGUNOV SVU", "HENRY 45-70"}
  8293. SMG = {"SCAR-H", "AG-3", "M4A1", "G36C", "M4", "L22", "SCAR PDW", "SR-3M", "P90", "AUG A3 PARA", "AK12", "AN-94", "AS VAL", "SCAR-L", "AUG A1", "M16A4", "G36", "M16A3", "AUG A2", "FAMAS", "AK44", "AUG A3", "L85A2", "HONEY BADGER", "AK74", "AKM", "M231"}
  8294. WeakSMG = {"MP5K", "UMP45", "MP7", "MAC10", "MP5", "COLT SMG 635", "MP5SD", "MP10", "MP5/10", "KRISS VECTOR"}
  8295. ShotGun = {"REMINGTON 870", "KSG 12", "KS-23M", "SERBU SHOTGUN"}
  8296. LMG = {"COLT LMG", "M60", "AUG HBAR", "MG36", "L86 LSW", "RPK", "SCAR HAMR", "RPK74"}
  8297. Other = {"M9", "GLOCK 17", "M1911", "DEAGLE 44", "GLOCK 18", "M93R", "TEC9", "MP412 REX"}
  8298. Melee = {"KNIFE", "MACHETE"}
  8299.  
  8300. warn("Version: 1.0.0, Welcome To Project Bear's ESP, Report bugs to the Project Bear Discord.")
  8301.  
  8302.  
  8303. local camera = workspace.CurrentCamera
  8304. local ScreenX, ScreenY = workspace.CurrentCamera.ViewportSize.X, workspace.CurrentCamera.ViewportSize.Y
  8305. local inversePi = 1 / math.pi
  8306. _G.FOV = 9
  8307. local magic = _G.FOV*inversePi
  8308. _G.ignoreFOV = false
  8309. local aim_through_list = {nil, nil, nil}
  8310. local distance
  8311. local ignore
  8312. local distance2
  8313. Pixels = ScreenX * ScreenY
  8314. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  8315. Radius = math.sqrt(Pixels*magic)
  8316. local viable
  8317. local your_head = game:GetService("Players").LocalPlayer.Character:FindFirstChild("Head")
  8318. local ray_start
  8319. local vector
  8320. _G.ignoreWalls = true
  8321. _G.ShootingTeam = false
  8322. local enabled = false
  8323. local target
  8324.  
  8325.  
  8326. local function ReturnF(player, bone)
  8327. if not bone and player.Character:FindFirstChild(bone) then
  8328. return {_, false}
  8329. end
  8330. return camera:WorldToScreenPoint(player.Character[bone].Position)
  8331. end
  8332. local function checksight(player)
  8333. local screen_position, in_fov = ReturnF(player, "Head") -- end my life
  8334. if not (in_fov or _G.ignoreFOV) then
  8335. return false
  8336. else -- bug here with fov checks
  8337. if (not _G.ignoreFOV) and (_G.FOV~=-1) then
  8338. local distance2 = (Vector2.new(screen_position.X, screen_position.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  8339. if distance2<=Radius then
  8340. return player, screen_position
  8341. end
  8342. return false
  8343. else
  8344. return player, screen_position
  8345. end
  8346. end
  8347. end
  8348.  
  8349.  
  8350. local function ViableP()
  8351. aim_through_list[1] = game:GetService("Players").LocalPlayer.Character
  8352. local distance = 1000
  8353. local closest_distance = 1000
  8354. local most_viable_player = nil
  8355. for i, player_being_checked in pairs(game:GetService("Players"):GetPlayers()) do
  8356. local player_or_false, targets_coordinates = checksight(player_being_checked)
  8357. if (player_or_false) then
  8358. local char = player_being_checked.Character
  8359. local target_torso = char and char:FindFirstChild "Torso"
  8360. if (camera.Focus.p - camera.CoordinateFrame.p).magnitude <= 1 then
  8361. ray_start = your_head.Position + your_head.CFrame.lookVector * 16 + Vector3.new(0, 4, 0)
  8362. else
  8363. ray_start = your_head.Position + Vector3.new(0, 4, 0)
  8364. end
  8365. if not targets_coordinates then
  8366. distance = (Vector2.new(targets_coordinates.X, targets_coordinates.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  8367. else
  8368. distance = (Vector2.new(targets_coordinates.X, targets_coordinates.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  8369. end
  8370. vector = (target_torso.Position - ray_start)
  8371. if char:FindFirstChild("Head") then
  8372. if (not targets_coordinates) or (distance <= closest_distance) then
  8373. local new_ray = Ray.new(ray_start, vector.unit * 1000) -- "fire" ray and make sure to ignore our own character
  8374. local hit, position = workspace:FindPartOnRayWithIgnoreList(new_ray, aim_through_list) -- check if the ray hit anything and if it's a descendant of the target's character
  8375. if (hit and hit:isDescendantOf(char)) or _G.ignoreWalls then
  8376. if char.HumanoidRootPart:FindFirstChild("ESP") then
  8377. if char.HumanoidRootPart.ESP.Frame.BackgroundColor3 == Color3.new(1, 0.666667, 0) or char.HumanoidRootPart.ESP.Frame.BackgroundColor3 == Color3.new(0, 1, 0.498039) then
  8378. closest_distance = distance
  8379. most_viable_player = player_being_checked
  8380. target = player_being_checked
  8381. else
  8382. if IgnoreWalls == false then
  8383. most_viable_player = nil
  8384. target = nil
  8385. elseif IgnoreWalls == true then
  8386. closest_distance = distance
  8387. most_viable_player = player_being_checked
  8388. target = player_being_checked
  8389.  
  8390. end
  8391. end
  8392. else
  8393.  
  8394. if IgnoreWalls == false then
  8395. most_viable_player = nil
  8396. target = nil
  8397. elseif IgnoreWalls == true then
  8398. closest_distance = distance
  8399. most_viable_player = player_being_checked
  8400. target = player_being_checked
  8401.  
  8402. end
  8403.  
  8404. end
  8405. else
  8406. most_viable_player = nil
  8407. target = nil
  8408. end -- hit or ignore walls
  8409. end -- meets distance or no priority
  8410. end
  8411. end
  8412. end
  8413. return most_viable_player
  8414. end
  8415.  
  8416.  
  8417.  
  8418.  
  8419.  
  8420. game:GetService("RunService").Heartbeat:connect(function()
  8421.  
  8422.  
  8423.  
  8424.  
  8425.  
  8426. if Aimbot == true then
  8427. ViableP()
  8428. workspace.DeadBody:ClearAllChildren()
  8429. wep = nil
  8430. for i,v in pairs(workspace.Camera:GetChildren()) do
  8431. if v:FindFirstChild("Flame") then
  8432. wep = v
  8433. break
  8434. end
  8435. end
  8436. if wep and target ~= nil then
  8437. if target.TeamColor ~= game:GetService("Players").LocalPlayer.TeamColor then
  8438. wep.Flame.Size = Vector3.new(1,5,1)
  8439. wep.Flame.Anchored = true
  8440. if target.Character:FindFirstChild("Head") then
  8441. if _G.Legit == false then
  8442. wep.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,1.9) -- this is where the magic is
  8443. elseif _G.Legit == true then
  8444. wep = false
  8445. Type = nil
  8446.  
  8447. Current = nil
  8448. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  8449. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  8450. if v:IsA("Model") then
  8451. if v:FindFirstChild("Flame") then
  8452. Current = v
  8453. break
  8454. end
  8455. end
  8456. end
  8457. end
  8458.  
  8459. if wep == false then
  8460. for i = 1,#LMG do
  8461. if Current ~= nil then
  8462. if LMG[i] == Current.Name then
  8463. wep = true
  8464. Type = "LMG"
  8465. break
  8466. end
  8467. end
  8468. end
  8469. end
  8470.  
  8471. if wep == false then
  8472. for i = 1,#SMG do
  8473. if Current ~= nil then
  8474. if SMG[i] == Current.Name then
  8475. wep = true
  8476. Type = "SMG"
  8477. break
  8478. end
  8479. end
  8480. end
  8481. end
  8482.  
  8483. if wep == false then
  8484. for i = 1,#WeakSMG do
  8485. if Current ~= nil then
  8486. if WeakSMG[i] == Current.Name then
  8487. wep = true
  8488. Type = "WeakSMG"
  8489. break
  8490. end
  8491. end
  8492. end
  8493. end
  8494.  
  8495. if wep == false then
  8496. for i = 1,#Other do
  8497. if Current ~= nil then
  8498. if Other[i] == Current.Name then
  8499. wep = true
  8500. Type = "Other"
  8501. break
  8502. end
  8503. end
  8504. end
  8505. end
  8506.  
  8507. if wep == false then
  8508. for i = 1,#ShotGun do
  8509. if Current ~= nil then
  8510. if ShotGun[i] == Current.Name then
  8511. wep = true
  8512. Type = "ShotGun"
  8513. break
  8514. end
  8515. end
  8516. end
  8517. end
  8518. if Type == nil then
  8519. random = math.random(1,3)
  8520. if random == 1 then
  8521. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8522. end
  8523. if random >= 2 and random <= 3 then
  8524. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8525. end
  8526. elseif Type == "LMG" then
  8527. if ((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - target.Character.HumanoidRootPart.Position).magnitude) <= 150 then
  8528. random = math.random(1,6)
  8529. if random == 1 then
  8530. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8531. end
  8532. if random >= 2 and random <= 3 then
  8533. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8534. end
  8535. if random >= 4 and random <= 6 then
  8536. Current.Flame.CFrame = CFrame.new(0,0,0)
  8537. end
  8538. else
  8539. random = math.random(1,10)
  8540. if random == 1 then
  8541. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8542. end
  8543. if random >= 2 and random <= 3 then
  8544. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8545. end
  8546. if random >= 4 and random <= 10 then
  8547. Current.Flame.CFrame = CFrame.new(0,0,0)
  8548. end
  8549.  
  8550. end
  8551. elseif Type == "ShotGun" then
  8552. random = math.random(1,5)
  8553. if random == 1 then
  8554. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8555. end
  8556. if random >= 2 and random <= 3 then
  8557. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8558. end
  8559. if random >= 4 and random <= 5 then
  8560. Current.Flame.CFrame = CFrame.new(0,0,0)
  8561. end
  8562. elseif Type == "WeakSMG" or Type == "SMG" then
  8563. if ((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - target.Character.HumanoidRootPart.Position).magnitude) <= 125 then
  8564. random = math.random(1,6)
  8565. if random == 1 then
  8566. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8567. end
  8568. if random >= 2 and random <= 3 then
  8569. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8570. end
  8571. if random >= 4 and random <= 6 then
  8572. Current.Flame.CFrame = CFrame.new(0,0,0)
  8573. end
  8574. else
  8575. random = math.random(1,8)
  8576. if random == 1 then
  8577. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8578. end
  8579. if random >= 2 and random <= 3 then
  8580. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8581. end
  8582. if random >= 4 and random <= 8 then
  8583. Current.Flame.CFrame = CFrame.new(0,0,0)
  8584. end
  8585.  
  8586. end
  8587. elseif Type == "Other" then
  8588. random = math.random(1,6)
  8589. if random == 1 then
  8590. Current.Flame.CFrame = target.Character.Head.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8591. end
  8592. if random >= 2 and random <= 4 then
  8593. Current.Flame.CFrame = target.Character.Torso.CFrame*CFrame.new(0,0,0.1) -- this is where the magic is
  8594. end
  8595. if random >= 5 and random <= 6 then
  8596. Current.Flame.CFrame = CFrame.new(0,0,0)
  8597. end
  8598. end
  8599. end
  8600. end
  8601. end
  8602. end
  8603. end
  8604.  
  8605.  
  8606.  
  8607.  
  8608.  
  8609. if ESP == true then
  8610. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  8611. pass = false
  8612. if workspace:FindFirstChild(v.Name) then
  8613. if v.Team == game:GetService("Players").LocalPlayer.Team then
  8614. if v.Character:FindFirstChild("HumanoidRootPart") then
  8615. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  8616. v.Character.HumanoidRootPart.ESP:Destroy()
  8617. end
  8618. end
  8619. end
  8620. if v.Team ~= game:GetService("Players").LocalPlayer.Team then
  8621. if v.Character:FindFirstChild("HumanoidRootPart") then
  8622. for i,v in pairs(v.Character:GetChildren()) do
  8623. if v:IsA("Model") then
  8624. pass = true
  8625. break
  8626. end
  8627. end
  8628.  
  8629. shirt = nil
  8630. passer = false
  8631. for i,v in pairs(v.Character:GetChildren()) do
  8632. if v:IsA("Shirt") then
  8633. shirt = v
  8634. break
  8635. end
  8636. end
  8637.  
  8638. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  8639. if v:IsA("Shirt") then
  8640. if shirt ~= nil then
  8641. if v.Name ~= shirt.Name then
  8642. passer = true
  8643. break
  8644. end
  8645. end
  8646. end
  8647. end
  8648.  
  8649. if passer == true then
  8650. if v.Character:FindFirstChild("HumanoidRootPart") then
  8651. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  8652.  
  8653. v.Character.HumanoidRootPart.ESP.TextLabel.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  8654.  
  8655. hitting = false
  8656.  
  8657.  
  8658. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p, (v.Character.HumanoidRootPart.CFrame.p - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p).unit * 2000)
  8659. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  8660. if part then
  8661. if part.Parent == v.Character then
  8662. hitting = true
  8663. end
  8664. end
  8665. if hitting == false then
  8666. elseif hitting == true then
  8667. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  8668. end
  8669.  
  8670. if hitting == false then
  8671. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.Head.CFrame.p, (v.Character.Head.CFrame.p - game:GetService("Players").LocalPlayer.Character.Head.CFrame.p).unit * 2000)
  8672. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  8673. if part then
  8674. if part.Parent == v.Character then
  8675. hitting = true
  8676. end
  8677. end
  8678. if hitting == false then
  8679. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  8680. elseif hitting == true then
  8681. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  8682. end
  8683.  
  8684. if hitting == false then
  8685. elseif hitting == true then
  8686. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  8687. end
  8688.  
  8689.  
  8690.  
  8691.  
  8692.  
  8693.  
  8694.  
  8695.  
  8696.  
  8697.  
  8698.  
  8699. if hitting == false then
  8700. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p, (v.Character.HumanoidRootPart.CFrame.p - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p).unit * 2000)
  8701. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  8702. if part then
  8703. if part:IsA("BasePart") then
  8704.  
  8705. CurrentGun = nil
  8706. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  8707. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  8708. if v:IsA("Model") then
  8709. if v:FindFirstChild("Flame") then
  8710. CurrentGun = v
  8711. break
  8712. end
  8713. end
  8714. end
  8715. end
  8716.  
  8717. found = false
  8718.  
  8719. if found == false then
  8720. for i = 1,#Sniper do
  8721. if CurrentGun ~= nil then
  8722. if Sniper[i] == CurrentGun.Name then
  8723. found = true
  8724. Min = 2.75
  8725. Max = 3
  8726. break
  8727. end
  8728. end
  8729. end
  8730. end
  8731.  
  8732. if found == false then
  8733. for i = 1,#SpecialSniper do
  8734. if CurrentGun ~= nil then
  8735. if SpecialSniper[i] == CurrentGun.Name then
  8736. found = true
  8737. Min = 3.25
  8738. Max = 3.5
  8739. break
  8740. end
  8741. end
  8742. end
  8743. end
  8744.  
  8745. if found == false then
  8746. for i = 1,#WeakSniper do
  8747. if CurrentGun ~= nil then
  8748. if WeakSniper[i] == CurrentGun.Name then
  8749. found = true
  8750. Min = 2.75
  8751. Max = 3
  8752. break
  8753. end
  8754. end
  8755. end
  8756. end
  8757.  
  8758. if found == false then
  8759. for i = 1,#WeakSMG do
  8760. if CurrentGun ~= nil then
  8761. if WeakSMG[i] == CurrentGun.Name then
  8762. found = true
  8763. Min = 2.25
  8764. Max = 3
  8765. break
  8766. end
  8767. end
  8768. end
  8769. end
  8770.  
  8771. if found == false then
  8772. for i = 1,#SMG do
  8773. if CurrentGun ~= nil then
  8774. if SMG[i] == CurrentGun.Name then
  8775. found = true
  8776. Min = 2.5
  8777. Max = 3
  8778. break
  8779. end
  8780. end
  8781. end
  8782. end
  8783.  
  8784. if found == false then
  8785. for i = 1,#ShotGun do
  8786. if CurrentGun ~= nil then
  8787. if ShotGun[i] == CurrentGun.Name then
  8788. found = true
  8789. Min = 2.75
  8790. Max = 3
  8791. break
  8792. end
  8793. end
  8794. end
  8795. end
  8796.  
  8797. if found == false then
  8798. for i = 1,#LMG do
  8799. if CurrentGun ~= nil then
  8800. if LMG[i] == CurrentGun.Name then
  8801. found = true
  8802. Min = 2.5
  8803. Max = 3
  8804. break
  8805. end
  8806. end
  8807. end
  8808. end
  8809.  
  8810. if found == false then
  8811. for i = 1,#Other do
  8812. if CurrentGun ~= nil then
  8813. if Other[i] == CurrentGun.Name then
  8814. found = true
  8815. Min = 0
  8816. Max = 0
  8817. break
  8818. end
  8819. end
  8820. end
  8821. end
  8822.  
  8823. if found == false then
  8824. for i = 1,#Melee do
  8825. if CurrentGun ~= nil then
  8826. if Melee[i] == CurrentGun.Name then
  8827. found = true
  8828. Min = 0
  8829. Max = 0
  8830. break
  8831. end
  8832. end
  8833. end
  8834. end
  8835.  
  8836. if found == false then
  8837. Min = 0
  8838. Max = 0
  8839. end
  8840.  
  8841. if part.Parent.Name == "Map" then
  8842. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  8843. hitting = true
  8844. parter = part
  8845. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  8846. hitting = true
  8847. parter = part
  8848. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  8849. hitting = true
  8850. parter = part
  8851. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  8852. hitting = true
  8853. parter = part
  8854. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  8855. hitting = true
  8856. parter = part
  8857. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  8858. hitting = true
  8859. parter = part
  8860. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  8861. hitting = true
  8862. parter = part
  8863. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  8864. hitting = true
  8865. parter = part
  8866. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  8867. hitting = true
  8868. parter = part
  8869. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  8870. hitting = true
  8871. parter = part
  8872. end
  8873. end
  8874. end
  8875. end
  8876. if hitting == true then
  8877. hitting = false
  8878. part = parter
  8879. list = {}
  8880. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  8881. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  8882. Reg = Region3.new(pos1, pos2)
  8883. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  8884. o = 1
  8885. if TouchingParts ~= nil then
  8886. for i,v in pairs(TouchingParts) do
  8887. if v ~= parter then
  8888.  
  8889.  
  8890. part = v
  8891. if part.Parent.Name == "Map" then
  8892. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  8893. hitting = true
  8894. parter = part
  8895. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  8896. hitting = true
  8897. parter = part
  8898. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  8899. hitting = true
  8900. parter = part
  8901. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  8902. hitting = true
  8903. parter = part
  8904. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  8905. hitting = true
  8906. parter = part
  8907. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  8908. hitting = true
  8909. parter = part
  8910. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  8911. hitting = true
  8912. parter = part
  8913. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  8914. hitting = true
  8915. parter = part
  8916. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  8917. hitting = true
  8918. parter = part
  8919. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  8920. hitting = true
  8921. parter = part
  8922. end
  8923. end
  8924.  
  8925.  
  8926. if hitting == true then
  8927. table.insert(list, o, v)
  8928. o = o + 1
  8929. end
  8930. end
  8931. end
  8932. end
  8933.  
  8934. hitting = false
  8935.  
  8936. part = parter
  8937.  
  8938. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  8939. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  8940.  
  8941. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p, (v.Character.HumanoidRootPart.CFrame.p - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p).unit * 2000)
  8942. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  8943. if part then
  8944. if part.Parent == v.Character then
  8945. hitting = true
  8946. end
  8947. end
  8948. if hitting == false then
  8949. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  8950. elseif hitting == true then
  8951. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  8952. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  8953. else
  8954. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  8955. end
  8956. end
  8957.  
  8958. elseif hitting == false then
  8959. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  8960. end
  8961. end
  8962.  
  8963.  
  8964.  
  8965.  
  8966.  
  8967.  
  8968.  
  8969.  
  8970.  
  8971.  
  8972. if hitting == false then
  8973. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.Head.CFrame.p, (v.Character.Head.CFrame.p - game:GetService("Players").LocalPlayer.Character.Head.CFrame.p).unit * 2000)
  8974. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  8975. if part then
  8976. if part:IsA("BasePart") then
  8977.  
  8978. CurrentGun = nil
  8979. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  8980. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  8981. if v:IsA("Model") then
  8982. if v:FindFirstChild("Flame") then
  8983. CurrentGun = v
  8984. break
  8985. end
  8986. end
  8987. end
  8988. end
  8989.  
  8990. found = false
  8991.  
  8992. if found == false then
  8993. for i = 1,#Sniper do
  8994. if CurrentGun ~= nil then
  8995. if Sniper[i] == CurrentGun.Name then
  8996. found = true
  8997. Min = 2.75
  8998. Max = 3
  8999. break
  9000. end
  9001. end
  9002. end
  9003. end
  9004.  
  9005. if found == false then
  9006. for i = 1,#SpecialSniper do
  9007. if CurrentGun ~= nil then
  9008. if SpecialSniper[i] == CurrentGun.Name then
  9009. found = true
  9010. Min = 3.25
  9011. Max = 3.5
  9012. break
  9013. end
  9014. end
  9015. end
  9016. end
  9017.  
  9018. if found == false then
  9019. for i = 1,#WeakSniper do
  9020. if CurrentGun ~= nil then
  9021. if WeakSniper[i] == CurrentGun.Name then
  9022. found = true
  9023. Min = 2.75
  9024. Max = 3
  9025. break
  9026. end
  9027. end
  9028. end
  9029. end
  9030.  
  9031. if found == false then
  9032. for i = 1,#WeakSMG do
  9033. if CurrentGun ~= nil then
  9034. if WeakSMG[i] == CurrentGun.Name then
  9035. found = true
  9036. Min = 2.25
  9037. Max = 3
  9038. break
  9039. end
  9040. end
  9041. end
  9042. end
  9043.  
  9044. if found == false then
  9045. for i = 1,#SMG do
  9046. if CurrentGun ~= nil then
  9047. if SMG[i] == CurrentGun.Name then
  9048. found = true
  9049. Min = 2.5
  9050. Max = 3
  9051. break
  9052. end
  9053. end
  9054. end
  9055. end
  9056.  
  9057. if found == false then
  9058. for i = 1,#ShotGun do
  9059. if CurrentGun ~= nil then
  9060. if ShotGun[i] == CurrentGun.Name then
  9061. found = true
  9062. Min = 2.75
  9063. Max = 3
  9064. break
  9065. end
  9066. end
  9067. end
  9068. end
  9069.  
  9070. if found == false then
  9071. for i = 1,#LMG do
  9072. if CurrentGun ~= nil then
  9073. if LMG[i] == CurrentGun.Name then
  9074. found = true
  9075. Min = 2.5
  9076. Max = 3
  9077. break
  9078. end
  9079. end
  9080. end
  9081. end
  9082.  
  9083. if found == false then
  9084. for i = 1,#Other do
  9085. if CurrentGun ~= nil then
  9086. if Other[i] == CurrentGun.Name then
  9087. found = true
  9088. Min = 0
  9089. Max = 0
  9090. break
  9091. end
  9092. end
  9093. end
  9094. end
  9095.  
  9096. if found == false then
  9097. for i = 1,#Melee do
  9098. if CurrentGun ~= nil then
  9099. if Melee[i] == CurrentGun.Name then
  9100. found = true
  9101. Min = 0
  9102. Max = 0
  9103. break
  9104. end
  9105. end
  9106. end
  9107. end
  9108.  
  9109. if found == false then
  9110. Min = 0
  9111. Max = 0
  9112. end
  9113.  
  9114. if part.Parent.Name == "Map" then
  9115. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9116. hitting = true
  9117. parter = part
  9118. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  9119. hitting = true
  9120. parter = part
  9121. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  9122. hitting = true
  9123. parter = part
  9124. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  9125. hitting = true
  9126. parter = part
  9127. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  9128. hitting = true
  9129. parter = part
  9130. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  9131. hitting = true
  9132. parter = part
  9133. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  9134. hitting = true
  9135. parter = part
  9136. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  9137. hitting = true
  9138. parter = part
  9139. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9140. hitting = true
  9141. parter = part
  9142. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  9143. hitting = true
  9144. parter = part
  9145. end
  9146. end
  9147. end
  9148. end
  9149. if hitting == true then
  9150. hitting = false
  9151. part = parter
  9152. list = {}
  9153. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  9154. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  9155. Reg = Region3.new(pos1, pos2)
  9156. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  9157. o = 1
  9158. if TouchingParts ~= nil then
  9159. for i,v in pairs(TouchingParts) do
  9160. if v ~= parter then
  9161.  
  9162.  
  9163. part = v
  9164. if part.Parent.Name == "Map" then
  9165. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9166. hitting = true
  9167. parter = part
  9168. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  9169. hitting = true
  9170. parter = part
  9171. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  9172. hitting = true
  9173. parter = part
  9174. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  9175. hitting = true
  9176. parter = part
  9177. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  9178. hitting = true
  9179. parter = part
  9180. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  9181. hitting = true
  9182. parter = part
  9183. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  9184. hitting = true
  9185. parter = part
  9186. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  9187. hitting = true
  9188. parter = part
  9189. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9190. hitting = true
  9191. parter = part
  9192. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  9193. hitting = true
  9194. parter = part
  9195. end
  9196. end
  9197.  
  9198.  
  9199. if hitting == true then
  9200. table.insert(list, o, v)
  9201. o = o + 1
  9202. end
  9203. end
  9204. end
  9205. end
  9206.  
  9207. hitting = false
  9208.  
  9209. part = parter
  9210.  
  9211. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  9212. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  9213.  
  9214. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.Head.CFrame.p, (v.Character.Head.CFrame.p - game:GetService("Players").LocalPlayer.Character.Head.CFrame.p).unit * 2000)
  9215. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  9216. if part then
  9217. if part.Parent == v.Character then
  9218. hitting = true
  9219. end
  9220. end
  9221. if hitting == false then
  9222. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9223. elseif hitting == true then
  9224. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  9225. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  9226. else
  9227. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9228. end
  9229. end
  9230.  
  9231. elseif hitting == false then
  9232. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9233. end
  9234. end
  9235. end
  9236.  
  9237.  
  9238.  
  9239. elseif pass == true then
  9240. local ESP = Instance.new("BillboardGui",v.Character.HumanoidRootPart)
  9241. ESP.Name = "ESP"
  9242. ESP.Size = UDim2.new(6, 0, 8, 0)
  9243. ESP.StudsOffset = Vector3.new(0, 0.75, 0)
  9244. ESP.AlwaysOnTop = true
  9245. local Frame = Instance.new("Frame",ESP)
  9246. Frame.ZIndex = 1000
  9247. Frame.Size = UDim2.new(0.6, 0, 0.8, 0)
  9248. Frame.Position = UDim2.new(0.2, 0, 0.3, 0)
  9249. Frame.BorderSizePixel = 3
  9250. Frame.BackgroundTransparency = 0.3
  9251. Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  9252. Label = Instance.new("TextLabel", ESP)
  9253. Label.Position = UDim2.new(0, 0, -0.1, 0)
  9254. Label.Size = UDim2.new(1, 0, 0.3, 0)
  9255. Label.Font = "SourceSansLight"
  9256. Label.TextColor3 = Color3.new(1,1,1)
  9257. Label.TextStrokeColor3 = Color3.new(0,0,0)
  9258. Label.TextStrokeTransparency = 0
  9259. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  9260. Label.TextScaled = true
  9261. Label.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  9262. Label.BackgroundTransparency = 1
  9263. end
  9264. end
  9265. end
  9266. end
  9267. end
  9268. end
  9269. end
  9270. end
  9271. end)
  9272. end)
  9273.  
  9274. Next2.Name = "Next2"
  9275. Next2.Parent = Games2GUI
  9276. Next2.BackgroundColor3 = Color3.new(1, 1, 1)
  9277. Next2.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  9278. Next2.BorderSizePixel = 0
  9279. Next2.Position = UDim2.new(0.59793818, 0, 0.904632151, 0)
  9280. Next2.Size = UDim2.new(0, 90, 0, 28)
  9281. Next2.AutoButtonColor = false
  9282. Next2.Font = Enum.Font.SciFi
  9283. Next2.Text = "Next >"
  9284. Next2.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9285. Next2.TextSize = 18
  9286. Next2.TextWrapped = true
  9287. Next2.MouseButton1Down:connect(function()
  9288. Games2GUI.Visible = false
  9289. Games3GUI.Visible = true
  9290. end)
  9291.  
  9292. Previous2.Name = "Previous2"
  9293. Previous2.Parent = Games2GUI
  9294. Previous2.BackgroundColor3 = Color3.new(1, 1, 1)
  9295. Previous2.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  9296. Previous2.BorderSizePixel = 0
  9297. Previous2.Position = UDim2.new(0.0996563733, 0, 0.904632151, 0)
  9298. Previous2.Size = UDim2.new(0, 90, 0, 27)
  9299. Previous2.AutoButtonColor = false
  9300. Previous2.Font = Enum.Font.SciFi
  9301. Previous2.Text = "< Previous"
  9302. Previous2.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9303. Previous2.TextSize = 18
  9304. Previous2.TextWrapped = true
  9305. Previous2.MouseButton1Down:connect(function()
  9306. Games2GUI.Visible = false
  9307. GamesGUI.Visible = true
  9308. end)
  9309.  
  9310. BreakingPoint.Name = "Breaking-Point"
  9311. BreakingPoint.Parent = Games2GUI
  9312. BreakingPoint.BackgroundColor3 = Color3.new(1, 1, 1)
  9313. BreakingPoint.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  9314. BreakingPoint.BorderSizePixel = 0
  9315. BreakingPoint.Position = UDim2.new(0.0446735397, 0, 0.705722094, 0)
  9316. BreakingPoint.Size = UDim2.new(0, 265, 0, 50)
  9317. BreakingPoint.AutoButtonColor = false
  9318. BreakingPoint.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  9319. BreakingPoint.Font = Enum.Font.SciFi
  9320. BreakingPoint.Text = "Breaking Point"
  9321. BreakingPoint.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9322. BreakingPoint.TextSize = 20
  9323. BreakingPoint.TextWrapped = true
  9324. BreakingPoint.MouseButton1Down:connect(function()
  9325. loadstring(game:GetObjects("rbxassetid://1014703659")[1].Source)()
  9326. end)
  9327.  
  9328. EpicMinigames.Name = "Epic-Minigames"
  9329. EpicMinigames.Parent = Games2GUI
  9330. EpicMinigames.BackgroundColor3 = Color3.new(1, 1, 1)
  9331. EpicMinigames.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  9332. EpicMinigames.BorderSizePixel = 0
  9333. EpicMinigames.Position = UDim2.new(0.044673562, 0, 0.0217983574, 0)
  9334. EpicMinigames.Size = UDim2.new(0, 265, 0, 50)
  9335. EpicMinigames.AutoButtonColor = false
  9336. EpicMinigames.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  9337. EpicMinigames.Font = Enum.Font.SciFi
  9338. EpicMinigames.Text = "Epic Minigames"
  9339. EpicMinigames.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9340. EpicMinigames.TextSize = 20
  9341. EpicMinigames.TextWrapped = true
  9342. EpicMinigames.MouseButton1Down:connect(function()
  9343. local Player = game.Players.LocalPlayer--Don't change this since it works on only the localplayer
  9344.  
  9345. local guip = Player.PlayerGui
  9346. local Mouse = Player:GetMouse()
  9347. local RoundCorner = "rbxassetid://864843300"
  9348. local Sprinting = false
  9349. local SprintSpeed = 24
  9350. local Flying = false
  9351. local FlySpeed = 100
  9352. local Pathing = false
  9353. local XZPathSize = 10
  9354. local vDown = false
  9355.  
  9356.  
  9357. local function MakeGui()
  9358. local g = Instance.new("ScreenGui",guip)
  9359. local SingleMinigamesFrame = Instance.new("Frame",g)
  9360. local OpenButton = Instance.new("TextButton",g)
  9361. local TileTakeover = Instance.new("TextButton",SingleMinigamesFrame)
  9362. local OrbCollection = Instance.new("TextButton",SingleMinigamesFrame)
  9363. local ManicMining = Instance.new("TextButton",SingleMinigamesFrame)
  9364. local BulletEvasion = Instance.new("TextButton",SingleMinigamesFrame)
  9365. local BounceOut = Instance.new("TextButton",SingleMinigamesFrame)
  9366. local AztecAdventure = Instance.new("TextButton",SingleMinigamesFrame)
  9367. local JustJump = Instance.new("TextButton",SingleMinigamesFrame)
  9368. local SlipperySledding = Instance.new("TextButton",SingleMinigamesFrame)
  9369. local TheCrusher = Instance.new("TextButton",SingleMinigamesFrame)
  9370. local TheSweeper = Instance.new("TextButton",SingleMinigamesFrame)
  9371. local TrialTravsersing = Instance.new("TextButton",SingleMinigamesFrame)
  9372. local BlowDryerBattle = Instance.new("TextButton",SingleMinigamesFrame)
  9373. local BulletBound = Instance.new("TextButton",SingleMinigamesFrame)
  9374. local DownHillRoll = Instance.new("TextButton",SingleMinigamesFrame)
  9375. local LaneJumping = Instance.new("TextButton",SingleMinigamesFrame)
  9376. local LaserGuidance = Instance.new("TextButton",SingleMinigamesFrame)
  9377. local HauntedHallways = Instance.new("TextButton",SingleMinigamesFrame)
  9378. local HedgeWayOut = Instance.new("TextButton",SingleMinigamesFrame)
  9379. local HighRolling = Instance.new("TextButton",SingleMinigamesFrame)
  9380. local HardPressed = Instance.new("TextButton",SingleMinigamesFrame)
  9381. local CannonCooldownRed = Instance.new("TextButton",SingleMinigamesFrame)
  9382. local CannonCooldownBlue = Instance.new("TextButton",SingleMinigamesFrame)
  9383. local AllSingleMinigamesButtons = SingleMinigamesFrame:GetChildren()
  9384. --Done Creating The SingleMinigamesFrame Components
  9385. g.ResetOnSpawn = false
  9386. SingleMinigamesFrame.Position = UDim2.new(-0.23, 0,0.105, 0)
  9387. SingleMinigamesFrame.Size = UDim2.new(0.16, 100,0.632, 100)
  9388. SingleMinigamesFrame.BorderSizePixel = 0
  9389. SingleMinigamesFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  9390. OpenButton.Position = UDim2.new(0.004, 0,0.41, 0)
  9391. OpenButton.Size = UDim2.new(-0.045, 130,0.042, 35)
  9392. OpenButton.TextSize = 50
  9393. OpenButton.Style = Enum.ButtonStyle.RobloxRoundButton
  9394. OpenButton.Text = ">"
  9395. --Button Setup
  9396. OpenButton.MouseButton1Click:connect(function()
  9397. if OpenButton.Text == ">" then
  9398. OpenButton:TweenPosition(UDim2.new(0.234, 0,0.41, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.5)
  9399. SingleMinigamesFrame:TweenPosition(UDim2.new(-0, 0,0.105, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.5)
  9400. OpenButton.Text = "<"
  9401. elseif OpenButton.Text == "<" then
  9402. OpenButton:TweenPosition(UDim2.new(0.004, 0,0.41, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.5)
  9403. SingleMinigamesFrame:TweenPosition(UDim2.new(-0.23, 0,0.105, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.5)
  9404. OpenButton.Text = ">"
  9405. end
  9406. end)
  9407. --End
  9408.  
  9409. --Button Setup
  9410. TileTakeover.Position = UDim2.new(0, 0,0, 0)
  9411. TileTakeover.Size = UDim2.new(0, 130 , 0, 35)
  9412. TileTakeover.TextSize = 10
  9413. TileTakeover.Style = Enum.ButtonStyle.RobloxRoundButton
  9414. TileTakeover.Text = "Tile Takeover"
  9415. TileTakeover.MouseButton1Click:connect(function()
  9416. local rt = 0
  9417. repeat
  9418. wait(1)
  9419. rt = rt + 1
  9420. local tilez = game.Workspace["Tile Takeover"].tiles:GetChildren()
  9421. for i, v in pairs (tilez)do
  9422. v.CanCollide = false
  9423. v.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame - Vector3.new(0,3.3,0)
  9424. end
  9425. until rt == 50
  9426. end)
  9427. --End
  9428.  
  9429. --Button Setup
  9430. OrbCollection.Position = UDim2.new(0.408, 0,-0.001, 0)
  9431. OrbCollection.Size = UDim2.new(0, 130 , 0, 35)
  9432. OrbCollection.TextSize = 10
  9433. OrbCollection.Style = Enum.ButtonStyle.RobloxRoundButton
  9434. OrbCollection.Text = "Orb Collection"
  9435. OrbCollection.MouseButton1Click:connect(function()
  9436. local rt = 0
  9437. repeat
  9438. wait(1)
  9439. local orbz = game.Workspace["Orb Collection"].tiles:GetChildren()
  9440. for i, v in pairs (orbz) do
  9441. v.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  9442. end
  9443. until rt == 50
  9444. end)
  9445. --End
  9446.  
  9447. --Button Setup
  9448. ManicMining.Position = UDim2.new(0, 0,0.069, 0)
  9449. ManicMining.Size = UDim2.new(0, 130 , 0, 35)
  9450. ManicMining.TextSize = 10
  9451. ManicMining.Style = Enum.ButtonStyle.RobloxRoundButton
  9452. ManicMining.Text = "Manic Mining"
  9453. ManicMining.MouseButton1Click:connect(function()
  9454. game.Workspace["Manic Mining"].emerald.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(2,2,2)
  9455. end)
  9456. --End
  9457.  
  9458. --Button Setup
  9459. BounceOut.Position = UDim2.new(0.408, 0,0.069, 0)
  9460. BounceOut.Size = UDim2.new(0, 130 , 0, 35)
  9461. BounceOut.TextSize = 10
  9462. BounceOut.Style = Enum.ButtonStyle.RobloxRoundButton
  9463. BounceOut.Text = "Bounce Out"
  9464. BounceOut.MouseButton1Click:connect(function()
  9465. game.Workspace["Bounce Out"].Goal.Goal.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  9466. end)
  9467. --End
  9468.  
  9469. --Button Setup
  9470. BulletEvasion.Position = UDim2.new(0, 0,0.138, 0)
  9471. BulletEvasion.Size = UDim2.new(0, 130 , 0, 35)
  9472. BulletEvasion.TextSize = 10
  9473. BulletEvasion.Style = Enum.ButtonStyle.RobloxRoundButton
  9474. BulletEvasion.Text = "Bullet Evasion"
  9475. BulletEvasion.MouseButton1Click:connect(function()
  9476. game.Workspace["Bullet Evasion"].bullets:Destroy()
  9477. end)
  9478. --End
  9479.  
  9480. --Button Setup
  9481. AztecAdventure.Position = UDim2.new(0.408, 0,0.138, 0)
  9482. AztecAdventure.Size = UDim2.new(0, 130 , 0, 35)
  9483. AztecAdventure.TextSize = 10
  9484. AztecAdventure.Style = Enum.ButtonStyle.RobloxRoundButton
  9485. AztecAdventure.Text = "Aztec Adventure"
  9486. AztecAdventure.MouseButton1Click:connect(function()
  9487. game.Workspace["Aztec Adventure"].Goal.Goal.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  9488. end)
  9489. --End
  9490.  
  9491. --Button Setup
  9492. JustJump.Position = UDim2.new(0, 0,0.208, 0)
  9493. JustJump.Size = UDim2.new(0, 130 , 0, 35)
  9494. JustJump.TextSize = 10
  9495. JustJump.Style = Enum.ButtonStyle.RobloxRoundButton
  9496. JustJump.Text = "Just Jump"
  9497. JustJump.MouseButton1Click:connect(function()
  9498. game.Workspace["Just Jump"].map.rope:Destroy()
  9499. end)
  9500. --End
  9501.  
  9502. --Button Setup
  9503. SlipperySledding.Position = UDim2.new(0.408, 0,0.207, 0)
  9504. SlipperySledding.Size = UDim2.new(0, 130 , 0, 35)
  9505. SlipperySledding.TextSize = 10
  9506. SlipperySledding.Style = Enum.ButtonStyle.RobloxRoundButton
  9507. SlipperySledding.Text = "Slippery Sledding"
  9508. SlipperySledding.MouseButton1Click:connect(function()
  9509. game.Workspace["Slippery Sledding"].Goal.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  9510. end)
  9511. --End
  9512.  
  9513. --Button Setup
  9514. TheCrusher.Position = UDim2.new(0, 0,0.277, 0)
  9515. TheCrusher.Size = UDim2.new(0, 130 , 0, 35)
  9516. TheCrusher.TextSize = 10
  9517. TheCrusher.Style = Enum.ButtonStyle.RobloxRoundButton
  9518. TheCrusher.Text = "The Crusher"
  9519. TheCrusher.MouseButton1Click:connect(function()
  9520. game.Workspace["The Crusher"].Goal.Goal.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  9521. end)
  9522. --End
  9523.  
  9524. --Button Setup
  9525. TheSweeper.Position = UDim2.new(0.408, 0,0.276, 0)
  9526. TheSweeper.Size = UDim2.new(0, 130 , 0, 35)
  9527. TheSweeper.TextSize = 10
  9528. TheSweeper.Style = Enum.ButtonStyle.RobloxRoundButton
  9529. TheSweeper.Text = "The Sweeper"
  9530. TheSweeper.MouseButton1Click:connect(function()
  9531. game.Workspace["The Sweeper"].sweeper:Destroy()
  9532. end)
  9533. --End
  9534.  
  9535. --Button Setup
  9536. TrialTravsersing.Position = UDim2.new(0, 0,0.346, 0)
  9537. TrialTravsersing.Size = UDim2.new(0, 130 , 0, 35)
  9538. TrialTravsersing.TextSize = 10
  9539. TrialTravsersing.Style = Enum.ButtonStyle.RobloxRoundButton
  9540. TrialTravsersing.Text = "Trial Travsersing"
  9541. TrialTravsersing.MouseButton1Click:connect(function()
  9542. game.Workspace["Trial Traversing"].Goal.Goal.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  9543. end)
  9544. --End
  9545.  
  9546. --Button Setup
  9547. BlowDryerBattle.Position = UDim2.new(0.408, 0,0.346, 0)
  9548. BlowDryerBattle.Size = UDim2.new(0, 130 , 0, 35)
  9549. BlowDryerBattle.TextSize = 10
  9550. BlowDryerBattle.Style = Enum.ButtonStyle.RobloxRoundButton
  9551. BlowDryerBattle.Text = "BlowDryer Battle"
  9552. BlowDryerBattle.MouseButton1Click:connect(function()
  9553. game.Players.LocalPlayer.Character.Torso.Anchored = true
  9554. wait(60)
  9555. game.Players.LocalPlayer.Character.Torso.Anchored = false
  9556. end)
  9557. --End
  9558.  
  9559. --Button Setup
  9560. BulletBound.Position = UDim2.new(0, 0,0.415, 0)
  9561. BulletBound.Size = UDim2.new(0, 130 , 0, 35)
  9562. BulletBound.TextSize = 10
  9563. BulletBound.Style = Enum.ButtonStyle.RobloxRoundButton
  9564. BulletBound.Text = "Bullet Bound"
  9565. BulletBound.MouseButton1Click:connect(function()
  9566. game.Players.LocalPlayer.Character.Toros.CFrame = game.Workspace["Bullet Bound"].Goal.Goal.CFrame
  9567. end)
  9568. --End
  9569.  
  9570. --Button Setup
  9571. DownHillRoll.Position = UDim2.new(0.408, 0,0.415, 0)
  9572. DownHillRoll.Size = UDim2.new(0, 130 , 0, 35)
  9573. DownHillRoll.TextSize = 10
  9574. DownHillRoll.Style = Enum.ButtonStyle.RobloxRoundButton
  9575. DownHillRoll.Text = "DownHill Roll"
  9576. DownHillRoll.MouseButton1Click:connect(function()
  9577. game.Workspace["Downhill Roll"].Goal.Goal.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  9578. end)
  9579. --End
  9580.  
  9581. --Button Setup
  9582. LaserGuidance.Position = UDim2.new(0.408, 0,0.484, 0)
  9583. LaserGuidance.Size = UDim2.new(0, 130 , 0, 35)
  9584. LaserGuidance.TextSize = 10
  9585. LaserGuidance.Style = Enum.ButtonStyle.RobloxRoundButton
  9586. LaserGuidance.Text = "Laser Guidance"
  9587. LaserGuidance.MouseButton1Click:connect(function()
  9588. game.Workspace["Laser Guidance"].vlaser:Destroy()
  9589. game.Workspace["Laser Guidance"].hlaser:Destroy()
  9590. end)
  9591. --End
  9592.  
  9593. --Button Setup
  9594. LaneJumping.Position = UDim2.new(0, 0,0.485, 0)
  9595. LaneJumping.Size = UDim2.new(0, 130 , 0, 35)
  9596. LaneJumping.TextSize = 10
  9597. LaneJumping.Style = Enum.ButtonStyle.RobloxRoundButton
  9598. LaneJumping.Text = "Lane Jumping"
  9599. LaneJumping.MouseButton1Click:connect(function()
  9600. game.Workspace["Lane Jumping"].Goal.Goal.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  9601. end)
  9602. --End
  9603.  
  9604. --Button Setup
  9605. HauntedHallways.Position = UDim2.new(0, 0,0.554, 0)
  9606. HauntedHallways.Size = UDim2.new(0, 130 , 0, 35)
  9607. HauntedHallways.TextSize = 10
  9608. HauntedHallways.Style = Enum.ButtonStyle.RobloxRoundButton
  9609. HauntedHallways.Text = "Haunted Hallways"
  9610. HauntedHallways.MouseButton1Click:connect(function()
  9611. game.Workspace["Haunted Hallways"].Goal.Goal.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  9612. end)
  9613. --End
  9614.  
  9615. --Button Setup
  9616. HedgeWayOut.Position = UDim2.new(0.408, 0,0.555, 0)
  9617. HedgeWayOut.Size = UDim2.new(0, 130 , 0, 35)
  9618. HedgeWayOut.TextSize = 10
  9619. HedgeWayOut.Style = Enum.ButtonStyle.RobloxRoundButton
  9620. HedgeWayOut.Text = "Hedge Way Out"
  9621. HedgeWayOut.MouseButton1Click:connect(function()
  9622. game.Workspace["Hedge Way Out"].hedges:Destroy()
  9623. end)
  9624. --End
  9625.  
  9626. --Button Setup
  9627. HighRolling.Position = UDim2.new(0, 0,0.625, 0)
  9628. HighRolling.Size = UDim2.new(0, 130 , 0, 35)
  9629. HighRolling.TextSize = 10
  9630. HighRolling.Style = Enum.ButtonStyle.RobloxRoundButton
  9631. HighRolling.Text = "High Rolling"
  9632. HighRolling.MouseButton1Click:connect(function()
  9633. game.Workspace["High-Rolling"].Goal.Goal.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  9634. end)
  9635. --End
  9636.  
  9637. --Button Setup
  9638. HardPressed.Position = UDim2.new(0.408, 0,0.624, 0)
  9639. HardPressed.Size = UDim2.new(0, 130 , 0, 35)
  9640. HardPressed.TextSize = 10
  9641. HardPressed.Style = Enum.ButtonStyle.RobloxRoundButton
  9642. HardPressed.Text = "Hard Pressed"
  9643. HardPressed.MouseButton1Click:connect(function()
  9644. game.Workspace["Hard-Pressed"].map.presses:Destroy()
  9645. end)
  9646. --End
  9647.  
  9648. --Button Setup
  9649. CannonCooldownRed.Position = UDim2.new(0, 0,0.694, 0)
  9650. CannonCooldownRed.Size = UDim2.new(0, 130 , 0, 35)
  9651. CannonCooldownRed.TextSize = 7
  9652. CannonCooldownRed.Style = Enum.ButtonStyle.RobloxRoundButton
  9653. CannonCooldownRed.Text = "Cannon Cooldown Red"
  9654. CannonCooldownRed.MouseButton1Click:connect(function()
  9655. local rt = 0
  9656. repeat
  9657. local rp = game.Workspace["Cannon Cooldown"].trpads:GetChildren()
  9658. wait (0.1)
  9659. for i, v in pairs(rp) do
  9660. v.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  9661. end
  9662. until rt == 10
  9663. end)
  9664. --End
  9665.  
  9666. --Button Setup
  9667. CannonCooldownBlue.Position = UDim2.new(0.408, 0,0.694, 0)
  9668. CannonCooldownBlue.Size = UDim2.new(0, 130 , 0, 35)
  9669. CannonCooldownBlue.TextSize = 7
  9670. CannonCooldownBlue.Style = Enum.ButtonStyle.RobloxRoundButton
  9671. CannonCooldownBlue.Text = "Cannon Cooldown Blue"
  9672. CannonCooldownBlue.MouseButton1Click:connect(function()
  9673. local rt = 0
  9674. repeat
  9675. local rp = game.Workspace["Cannon Cooldown"].tbpads:GetChildren()
  9676. wait (0.1)
  9677. for i, v in pairs(rp) do
  9678. v.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  9679. end
  9680. until rt == 10
  9681. end)
  9682. --End
  9683. end
  9684. MakeGui()
  9685.  
  9686. Mouse.KeyDown:connect(function(Key)
  9687. if Key == "z" then
  9688. Sprinting = true
  9689. repeat
  9690. wait()
  9691. Player.Character.Torso.Velocity = Player.Character.Torso.CFrame.lookVector * SprintSpeed * 2
  9692. until Sprinting == false
  9693. end
  9694. if Key == "x" then
  9695. Flying = true
  9696. repeat
  9697. wait()
  9698. Player.Character.Torso.Velocity = Vector3.new(0,FlySpeed,0)
  9699. until Flying == false
  9700. end
  9701. if Key == "p" then
  9702. local Path = Instance.new("Part",game.Workspace)
  9703. Path.Size = Vector3.new(XZPathSize,1,XZPathSize)
  9704. Path.Anchored = true
  9705. Path.CFrame = Player.Character.Torso.CFrame - Vector3.new(0,3.5,0)
  9706. end
  9707. if Key == "v" then
  9708. vDown = true
  9709. end
  9710. end)
  9711. Mouse.KeyUp:connect(function(Key)
  9712. if Key == "z" then
  9713. Sprinting = false
  9714. end
  9715. if Key == "x" then
  9716. Flying = false
  9717. end
  9718. if Key == "p" then
  9719. Pathing = false
  9720. end
  9721. if Key == "v" then
  9722. vDown = false
  9723. end
  9724. end)
  9725. Mouse.Button1Down:connect(function()
  9726. if vDown == true then
  9727. Mouse.Target:Destroy()
  9728. end
  9729. end)
  9730. end)
  9731.  
  9732. GUIS.Name = "GUIS"
  9733. GUIS.Parent = Main
  9734. GUIS.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  9735. GUIS.BorderSizePixel = 0
  9736. GUIS.Position = UDim2.new(0.189431921, 0, -0.000388741493, 0)
  9737. GUIS.Size = UDim2.new(0, 291, 0, 367)
  9738. GUIS.Visible = false
  9739.  
  9740. OPFinality.Name = "OPFinality"
  9741. OPFinality.Parent = GUIS
  9742. OPFinality.BackgroundColor3 = Color3.new(1, 1, 1)
  9743. OPFinality.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  9744. OPFinality.BorderSizePixel = 0
  9745. OPFinality.Position = UDim2.new(0.0446735397, 0, 0.0217983648, 0)
  9746. OPFinality.Size = UDim2.new(0, 265, 0, 50)
  9747. OPFinality.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  9748. OPFinality.AutoButtonColor = false
  9749. OPFinality.Font = Enum.Font.SciFi
  9750. OPFinality.Text = "OP Finality"
  9751. OPFinality.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9752. OPFinality.TextSize = 20
  9753. OPFinality.TextWrapped = true
  9754. OPFinality.MouseButton1Down:connect(function()
  9755. loadstring(game:HttpGet(('https://pastebin.com/raw/bP38pFHu'),true))()
  9756. end)
  9757.  
  9758. Explorer.Name = "Explorer"
  9759. Explorer.Parent = GUIS
  9760. Explorer.BackgroundColor3 = Color3.new(1, 1, 1)
  9761. Explorer.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  9762. Explorer.BorderSizePixel = 0
  9763. Explorer.Position = UDim2.new(0.0446735397, 0, 0.198910087, 0)
  9764. Explorer.Size = UDim2.new(0, 265, 0, 50)
  9765. Explorer.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  9766. Explorer.AutoButtonColor = false
  9767. Explorer.Font = Enum.Font.SciFi
  9768. Explorer.Text = "Explorer"
  9769. Explorer.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9770. Explorer.TextSize = 20
  9771. Explorer.TextWrapped =
  9772. Explorer.MouseButton1Down:connect(function()
  9773. loadstring(game:HttpGet(('https://pastebin.com/raw/V09FGKv6'),true))()
  9774. end)
  9775.  
  9776. RevizAdmin.Name = "RevizAdmin"
  9777. RevizAdmin.Parent = GUIS
  9778. RevizAdmin.BackgroundColor3 = Color3.new(1, 1, 1)
  9779. RevizAdmin.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  9780. RevizAdmin.BorderSizePixel = 0
  9781. RevizAdmin.Position = UDim2.new(0.0446735397, 0, 0.373297006, 0)
  9782. RevizAdmin.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  9783. RevizAdmin.Size = UDim2.new(0, 265, 0, 50)
  9784. RevizAdmin.AutoButtonColor = false
  9785. RevizAdmin.Font = Enum.Font.SciFi
  9786. RevizAdmin.Text = "Reviz Admin"
  9787. RevizAdmin.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9788. RevizAdmin.TextSize = 20
  9789. RevizAdmin.TextWrapped = true
  9790. RevizAdmin.MouseButton1Down:connect(function()
  9791. loadstring(game:HttpGet(('https://pastebin.com/raw/fLjxdqW5'),true))()
  9792. end)
  9793.  
  9794. RoseHub.Name = "RoseHub"
  9795. RoseHub.Parent = GUIS
  9796. RoseHub.BackgroundColor3 = Color3.new(1, 1, 1)
  9797. RoseHub.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  9798. RoseHub.BorderSizePixel = 0
  9799. RoseHub.Position = UDim2.new(0.044673562, 0, 0.550408721, 0)
  9800. RoseHub.Size = UDim2.new(0, 265, 0, 50)
  9801. RoseHub.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  9802. RoseHub.AutoButtonColor = false
  9803. RoseHub.Font = Enum.Font.SciFi
  9804. RoseHub.Text = "Rose Hub"
  9805. RoseHub.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9806. RoseHub.TextSize = 20
  9807. RoseHub.TextWrapped = true
  9808. RoseHub.MouseButton1Down:connect(function()
  9809. loadstring(game:HttpGet(('https://pastebin.com/raw/QF9EE5e3'),true))()
  9810. end)
  9811.  
  9812. RoXploit.Name = "Ro-Xploit"
  9813. RoXploit.Parent = GUIS
  9814. RoXploit.BackgroundColor3 = Color3.new(1, 1, 1)
  9815. RoXploit.BorderColor3 = Color3.new(0.415686, 0.65098, 0.815686)
  9816. RoXploit.BorderSizePixel = 0
  9817. RoXploit.Position = UDim2.new(0.0446735397, 0, 0.727520406, 0)
  9818. RoXploit.Size = UDim2.new(0, 265, 0, 50)
  9819. RoXploit.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  9820. RoXploit.AutoButtonColor = false
  9821. RoXploit.Font = Enum.Font.SciFi
  9822. RoXploit.Text = "Ro-Xploit 6.0"
  9823. RoXploit.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9824. RoXploit.TextSize = 20
  9825. RoXploit.TextWrapped = true
  9826. RoXploit.MouseButton1Down:connect(function()
  9827. loadstring(game:HttpGet(('https://pastebin.com/raw/em7JXkt3'),true))()
  9828. end)
  9829.  
  9830. CreditsGUI.Name = "CreditsGUI"
  9831. CreditsGUI.Parent = Main
  9832. CreditsGUI.BackgroundColor3 = Color3.new(0.498039, 0, 0.709804)
  9833. CreditsGUI.BorderSizePixel = 0
  9834. CreditsGUI.Position = UDim2.new(0.18924585, 0, -0.000423252583, 0)
  9835. CreditsGUI.Size = UDim2.new(0, 291, 0, 367)
  9836. CreditsGUI.Visible = false
  9837.  
  9838. Owners.Name = "Owners"
  9839. Owners.Parent = CreditsGUI
  9840. Owners.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  9841. Owners.BorderSizePixel = 0
  9842. Owners.Position = UDim2.new(0, 0, 0.027247956, 0)
  9843. Owners.Size = UDim2.new(0, 285, 0, 54)
  9844. Owners.AutoButtonColor = false
  9845. Owners.Font = Enum.Font.SciFi
  9846. Owners.Text = "Owner: kkghost99YT#3601"
  9847. Owners.TextColor3 = Color3.new(0, 0, 0)
  9848. Owners.TextSize = 22
  9849. Owners.TextWrapped = true
  9850.  
  9851. CoOwner.Name = "Co-Owner"
  9852. CoOwner.Parent = CreditsGUI
  9853. CoOwner.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  9854. CoOwner.BorderSizePixel = 0
  9855. CoOwner.Position = UDim2.new(0, 0, 0.329700261, 0)
  9856. CoOwner.Size = UDim2.new(0, 285, 0, 40)
  9857. CoOwner.AutoButtonColor = false
  9858. CoOwner.Font = Enum.Font.SciFi
  9859. CoOwner.Text = "CO-OWNER: Digitaly#5209"
  9860. CoOwner.TextColor3 = Color3.new(0, 0, 0)
  9861. CoOwner.TextSize = 22
  9862. CoOwner.TextWrapped = true
  9863.  
  9864. UI.Name = "UI"
  9865. UI.Parent = CreditsGUI
  9866. UI.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  9867. UI.BorderSizePixel = 0
  9868. UI.Position = UDim2.new(0, 0, 0.806539536, 0)
  9869. UI.Size = UDim2.new(0, 285, 0, 62)
  9870. UI.AutoButtonColor = false
  9871. UI.Font = Enum.Font.SciFi
  9872. UI.Text = "GUI: Ochaco"
  9873. UI.TextColor3 = Color3.new(0, 0, 0)
  9874. UI.TextSize = 30
  9875. UI.TextWrapped = true
  9876.  
  9877. UI_2.Name = "UI"
  9878. UI_2.Parent = CreditsGUI
  9879. UI_2.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  9880. UI_2.BorderSizePixel = 0
  9881. UI_2.Position = UDim2.new(0, 0, 0.743869185, 0)
  9882. UI_2.Size = UDim2.new(0, 285, 0, 17)
  9883. UI_2.AutoButtonColor = false
  9884. UI_2.Font = Enum.Font.SciFi
  9885. UI_2.Text = "Thanks Kaneki#0001 for help"
  9886. UI_2.TextColor3 = Color3.new(0, 0, 0)
  9887. UI_2.TextSize = 15
  9888. UI_2.TextWrapped = true
  9889.  
  9890. AnimGUI.Name = "AnimGUI"
  9891. AnimGUI.Parent = Main
  9892. AnimGUI.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  9893. AnimGUI.BorderSizePixel = 0
  9894. AnimGUI.Position = UDim2.new(0.189944968, 0, -0.000166833401, 0)
  9895. AnimGUI.Size = UDim2.new(0, 291, 0, 367)
  9896. AnimGUI.Visible = false
  9897.  
  9898. ArmDetach.Name = "Arm Detach"
  9899. ArmDetach.Parent = AnimGUI
  9900. ArmDetach.BackgroundColor3 = Color3.new(1, 1, 1)
  9901. ArmDetach.BorderSizePixel = 0
  9902. ArmDetach.Position = UDim2.new(0.0446735397, 0, 0.0217983648, 0)
  9903. ArmDetach.Size = UDim2.new(0, 46, 0, 51)
  9904. ArmDetach.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  9905. ArmDetach.Font = Enum.Font.SciFi
  9906. ArmDetach.Text = "Arm Detach"
  9907. ArmDetach.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9908. ArmDetach.TextSize = 13
  9909. ArmDetach.TextWrapped = true
  9910. ArmDetach.MouseButton1Down:connect(function()
  9911. AnimationId = "33169583"
  9912. local Anim = Instance.new("Animation")
  9913. Anim.AnimationId = "rbxassetid://"..AnimationId
  9914. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  9915. k:Play()
  9916. k:AdjustSpeed(1)
  9917. end)
  9918.  
  9919. ArmFlap.Name = "Arm Flap"
  9920. ArmFlap.Parent = AnimGUI
  9921. ArmFlap.BackgroundColor3 = Color3.new(1, 1, 1)
  9922. ArmFlap.BorderSizePixel = 0
  9923. ArmFlap.Position = UDim2.new(0.228163257, 0, 0.0217983648, 0)
  9924. ArmFlap.Size = UDim2.new(0, 46, 0, 51)
  9925. ArmFlap.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  9926. ArmFlap.Font = Enum.Font.SciFi
  9927. ArmFlap.Text = "Arm Flap"
  9928. ArmFlap.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9929. ArmFlap.TextSize = 13
  9930. ArmFlap.TextWrapped = true
  9931.  
  9932.  
  9933. ArmTurbine.Name = "Arm Turbine"
  9934. ArmTurbine.Parent = AnimGUI
  9935. ArmTurbine.BackgroundColor3 = Color3.new(1, 1, 1)
  9936. ArmTurbine.BorderSizePixel = 0
  9937. ArmTurbine.Position = UDim2.new(0.415051013, 0, 0.0217983648, 0)
  9938. ArmTurbine.Size = UDim2.new(0, 46, 0, 51)
  9939. ArmTurbine.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  9940. ArmTurbine.Font = Enum.Font.SciFi
  9941. ArmTurbine.Text = "Arm Turbine"
  9942. ArmTurbine.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9943. ArmTurbine.TextSize = 13
  9944. ArmTurbine.TextWrapped = true
  9945. ArmTurbine.MouseButton1Down:connect(function()
  9946. AnimationId = "259438880"
  9947. local Anim = Instance.new("Animation")
  9948. Anim.AnimationId = "rbxassetid://"..AnimationId
  9949. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  9950. k:Play()
  9951. k:AdjustSpeed(100)
  9952. end)
  9953.  
  9954. BarrelRoll.Name = "Barrel Roll"
  9955. BarrelRoll.Parent = AnimGUI
  9956. BarrelRoll.BackgroundColor3 = Color3.new(1, 1, 1)
  9957. BarrelRoll.BorderSizePixel = 0
  9958. BarrelRoll.Position = UDim2.new(0.608734667, 0, 0.0217983648, 0)
  9959. BarrelRoll.Size = UDim2.new(0, 46, 0, 51)
  9960. BarrelRoll.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  9961. BarrelRoll.Font = Enum.Font.SciFi
  9962. BarrelRoll.Text = "Barrel Roll"
  9963. BarrelRoll.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9964. BarrelRoll.TextSize = 13
  9965. BarrelRoll.TextWrapped = true
  9966. BarrelRoll.MouseButton1Down:connect(function()
  9967. AnimationId = "136801964"
  9968. local Anim = Instance.new("Animation")
  9969. Anim.AnimationId = "rbxassetid://"..AnimationId
  9970. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  9971. k:Play()
  9972. k:AdjustSpeed(1)
  9973. end)
  9974.  
  9975. BowDown.Name = "Bow Down"
  9976. BowDown.Parent = AnimGUI
  9977. BowDown.BackgroundColor3 = Color3.new(1, 1, 1)
  9978. BowDown.BorderSizePixel = 0
  9979. BowDown.Position = UDim2.new(0.795622408, 0, 0.0217983648, 0)
  9980. BowDown.Size = UDim2.new(0, 46, 0, 51)
  9981. BowDown.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  9982. BowDown.Font = Enum.Font.SciFi
  9983. BowDown.Text = "Bow Down"
  9984. BowDown.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9985. BowDown.TextSize = 13
  9986. BowDown.TextWrapped = true
  9987. BowDown.MouseButton1Down:connect(function()
  9988. AnimationId = "204292303"
  9989. local Anim = Instance.new("Animation")
  9990. Anim.AnimationId = "rbxassetid://"..AnimationId
  9991. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  9992. k:Play()
  9993. k:AdjustSpeed(1)
  9994. end)
  9995.  
  9996. Chop.Name = "Chop"
  9997. Chop.Parent = AnimGUI
  9998. Chop.BackgroundColor3 = Color3.new(1, 1, 1)
  9999. Chop.BorderSizePixel = 0
  10000. Chop.Position = UDim2.new(0.0446735397, 0, 0.188010901, 0)
  10001. Chop.Size = UDim2.new(0, 46, 0, 51)
  10002. Chop.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10003. Chop.Font = Enum.Font.SciFi
  10004. Chop.Text = "Chop"
  10005. Chop.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10006. Chop.TextSize = 13
  10007. Chop.TextWrapped = true
  10008. Chop.MouseButton1Down:connect(function()
  10009. AnimationId = "33169596"
  10010. local Anim = Instance.new("Animation")
  10011. Anim.AnimationId = "rbxassetid://"..AnimationId
  10012. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10013. k:Play()
  10014. k:AdjustSpeed(1)
  10015. end)
  10016.  
  10017. Clone.Name = "Clone"
  10018. Clone.Parent = AnimGUI
  10019. Clone.BackgroundColor3 = Color3.new(1, 1, 1)
  10020. Clone.BorderSizePixel = 0
  10021. Clone.Position = UDim2.new(0.228163257, 0, 0.188010901, 0)
  10022. Clone.Size = UDim2.new(0, 46, 0, 51)
  10023. Clone.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10024. Clone.Font = Enum.Font.SciFi
  10025. Clone.Text = "Clone"
  10026. Clone.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10027. Clone.TextSize = 13
  10028. Clone.TextWrapped = true
  10029. Clone.MouseButton1Down:connect(function()
  10030. AnimationId = "215384594"
  10031. local Anim = Instance.new("Animation")
  10032. Anim.AnimationId = "rbxassetid://"..AnimationId
  10033. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10034. k:Play()
  10035. k:AdjustSpeed(100)
  10036. end)
  10037.  
  10038. CockSucking.Name = "Cock Sucking"
  10039. CockSucking.Parent = AnimGUI
  10040. CockSucking.BackgroundColor3 = Color3.new(1, 1, 1)
  10041. CockSucking.BorderSizePixel = 0
  10042. CockSucking.Position = UDim2.new(0.415051013, 0, 0.188010901, 0)
  10043. CockSucking.Size = UDim2.new(0, 46, 0, 51)
  10044. CockSucking.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10045. CockSucking.Font = Enum.Font.SciFi
  10046. CockSucking.Text = "Cock Sucking"
  10047. CockSucking.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10048. CockSucking.TextSize = 13
  10049. CockSucking.TextWrapped = true
  10050. CockSucking.MouseButton1Down:connect(function()
  10051. AnimationId = "45036843"
  10052. local Anim = Instance.new("Animation")
  10053. Anim.AnimationId = "rbxassetid://"..AnimationId
  10054. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  10055. Anim:Play()
  10056. Anim:AdjustSpeed(1)
  10057. end)
  10058.  
  10059. Crawl.Name = "Crawl"
  10060. Crawl.Parent = AnimGUI
  10061. Crawl.BackgroundColor3 = Color3.new(1, 1, 1)
  10062. Crawl.BorderSizePixel = 0
  10063. Crawl.Position = UDim2.new(0.608734667, 0, 0.188010901, 0)
  10064. Crawl.Size = UDim2.new(0, 46, 0, 51)
  10065. Crawl.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10066. Crawl.Font = Enum.Font.SciFi
  10067. Crawl.Text = "Crawl"
  10068. Crawl.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10069. Crawl.TextSize = 13
  10070. Crawl.TextWrapped = true
  10071. Crawl.MouseButton1Down:connect(function()
  10072. AnimationId = "282574440"
  10073. local Anim = Instance.new("Animation")
  10074. Anim.AnimationId = "rbxassetid://"..AnimationId
  10075. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10076. k:Play()
  10077. k:AdjustSpeed(1)
  10078. end)
  10079.  
  10080. Crouch.Name = "Crouch"
  10081. Crouch.Parent = AnimGUI
  10082. Crouch.BackgroundColor3 = Color3.new(1, 1, 1)
  10083. Crouch.BorderSizePixel = 0
  10084. Crouch.Position = UDim2.new(0.795622408, 0, 0.188010901, 0)
  10085. Crouch.Size = UDim2.new(0, 46, 0, 51)
  10086. Crouch.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10087. Crouch.Font = Enum.Font.SciFi
  10088. Crouch.Text = "Crouch"
  10089. Crouch.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10090. Crouch.TextSize = 13
  10091. Crouch.TextWrapped = true
  10092. Crouch.MouseButton1Down:connect(function()
  10093. AnimationId = "182724289"
  10094. local Anim = Instance.new("Animation")
  10095. Anim.AnimationId = "rbxassetid://"..AnimationId
  10096. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10097. k:Play()
  10098. k:AdjustSpeed(1)
  10099. end)
  10100.  
  10101. Dab.Name = "Dab"
  10102. Dab.Parent = AnimGUI
  10103. Dab.BackgroundColor3 = Color3.new(1, 1, 1)
  10104. Dab.BorderSizePixel = 0
  10105. Dab.Position = UDim2.new(0.0446735397, 0, 0.35422343, 0)
  10106. Dab.Size = UDim2.new(0, 46, 0, 51)
  10107. Dab.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10108. Dab.Font = Enum.Font.SciFi
  10109. Dab.Text = "Dab"
  10110. Dab.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10111. Dab.TextSize = 13
  10112. Dab.TextWrapped = true
  10113. Dab.MouseButton1Down:connect(function()
  10114. AnimationId = "248263260"
  10115. local Anim = Instance.new("Animation")
  10116. Anim.AnimationId = "rbxassetid://"..AnimationId
  10117. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10118. k:Play()
  10119. k:AdjustSpeed(1)
  10120. end)
  10121.  
  10122. Faint.Name = "Faint"
  10123. Faint.Parent = AnimGUI
  10124. Faint.BackgroundColor3 = Color3.new(1, 1, 1)
  10125. Faint.BorderSizePixel = 0
  10126. Faint.Position = UDim2.new(0.228163257, 0, 0.35422343, 0)
  10127. Faint.Size = UDim2.new(0, 46, 0, 51)
  10128. Faint.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10129. Faint.Font = Enum.Font.SciFi
  10130. Faint.Text = "Faint"
  10131. Faint.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10132. Faint.TextSize = 13
  10133. Faint.TextWrapped = true
  10134. Faint.MouseButton1Down:connect(function()
  10135. AnimationId = "181525546"
  10136. local Anim = Instance.new("Animation")
  10137. Anim.AnimationId = "rbxassetid://"..AnimationId
  10138. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10139. k:Play()
  10140. k:AdjustSpeed(1)
  10141. end)
  10142.  
  10143. FloatingHead.Name = "Floating Head"
  10144. FloatingHead.Parent = AnimGUI
  10145. FloatingHead.BackgroundColor3 = Color3.new(1, 1, 1)
  10146. FloatingHead.BorderSizePixel = 0
  10147. FloatingHead.Position = UDim2.new(0.415051013, 0, 0.35422343, 0)
  10148. FloatingHead.Size = UDim2.new(0, 46, 0, 51)
  10149. FloatingHead.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10150. FloatingHead.Font = Enum.Font.SciFi
  10151. FloatingHead.Text = "Floating Head"
  10152. FloatingHead.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10153. FloatingHead.TextSize = 13
  10154. FloatingHead.TextWrapped = true
  10155. FloatingHead.MouseButton1Down:connect(function()
  10156. AnimationId = "121572214"
  10157. local Anim = Instance.new("Animation")
  10158. Anim.AnimationId = "rbxassetid://"..AnimationId
  10159. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10160. k:Play(0)
  10161. k:AdjustSpeed(1)
  10162. end)
  10163.  
  10164. SpinAttack.Name = "Spin Attack"
  10165. SpinAttack.Parent = AnimGUI
  10166. SpinAttack.BackgroundColor3 = Color3.new(1, 1, 1)
  10167. SpinAttack.BorderSizePixel = 0
  10168. SpinAttack.Position = UDim2.new(0.608734667, 0, 0.697547674, 0)
  10169. SpinAttack.Size = UDim2.new(0, 46, 0, 51)
  10170. SpinAttack.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10171. SpinAttack.Font = Enum.Font.SciFi
  10172. SpinAttack.Text = "Spin Attack"
  10173. SpinAttack.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10174. SpinAttack.TextSize = 13
  10175. SpinAttack.TextWrapped = true
  10176. SpinAttack.MouseButton1Down:connect(function()
  10177. AnimationId = "429730430"
  10178. local Anim = Instance.new("Animation")
  10179. Anim.AnimationId = "rbxassetid://"..AnimationId
  10180. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10181. k:Play()
  10182. k:AdjustSpeed(1)
  10183. end)
  10184.  
  10185. Loophead.Name = "Loophead"
  10186. Loophead.Parent = AnimGUI
  10187. Loophead.BackgroundColor3 = Color3.new(1, 1, 1)
  10188. Loophead.BorderSizePixel = 0
  10189. Loophead.Position = UDim2.new(0.608734667, 0, 0.35422343, 0)
  10190. Loophead.Size = UDim2.new(0, 46, 0, 51)
  10191. Loophead.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10192. Loophead.Font = Enum.Font.SciFi
  10193. Loophead.Text = "Loophead"
  10194. Loophead.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10195. Loophead.TextSize = 13
  10196. Loophead.TextWrapped = true
  10197. Loophead.MouseButton1Down:connect(function()
  10198. AnimationId = "35154961"
  10199. local Anim = Instance.new("Animation")
  10200. Anim.AnimationId = "rbxassetid://"..AnimationId
  10201. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10202. k:Play()
  10203. k:AdjustSpeed(25)
  10204. end)
  10205.  
  10206. Sword.Name = "Sword"
  10207. Sword.Parent = AnimGUI
  10208. Sword.BackgroundColor3 = Color3.new(1, 1, 1)
  10209. Sword.BorderSizePixel = 0
  10210. Sword.Position = UDim2.new(0.795622408, 0, 0.35422343, 0)
  10211. Sword.Size = UDim2.new(0, 46, 0, 51)
  10212. Sword.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10213. Sword.Font = Enum.Font.SciFi
  10214. Sword.Text = "Sword"
  10215. Sword.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10216. Sword.TextSize = 13
  10217. Sword.TextWrapped = true
  10218. Sword.MouseButton1Down:connect(function()
  10219. AnimationId = "33169583"
  10220. local Anim = Instance.new("Animation")
  10221. Anim.AnimationId = "rbxassetid://"..AnimationId
  10222. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10223. k:Play()
  10224. k:AdjustSpeed(25)
  10225. end)
  10226.  
  10227. Insane.Name = "Insane"
  10228. Insane.Parent = AnimGUI
  10229. Insane.BackgroundColor3 = Color3.new(1, 1, 1)
  10230. Insane.BorderSizePixel = 0
  10231. Insane.Position = UDim2.new(0.795622408, 0, 0.525885582, 0)
  10232. Insane.Size = UDim2.new(0, 46, 0, 51)
  10233. Insane.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10234. Insane.Font = Enum.Font.SciFi
  10235. Insane.Text = "Insane"
  10236. Insane.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10237. Insane.TextSize = 13
  10238. Insane.TextWrapped = true
  10239. Insane.MouseButton1Down:connect(function()
  10240. AnimationId = "33796059"
  10241. local Anim = Instance.new("Animation")
  10242. Anim.AnimationId = "rbxassetid://"..AnimationId
  10243. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10244. k:Play()
  10245. k:AdjustSpeed(25)
  10246. end)
  10247.  
  10248. FloatingSit.Name = "Floating Sit"
  10249. FloatingSit.Parent = AnimGUI
  10250. FloatingSit.BackgroundColor3 = Color3.new(1, 1, 1)
  10251. FloatingSit.BorderSizePixel = 0
  10252. FloatingSit.Position = UDim2.new(0.0446735397, 0, 0.525885582, 0)
  10253. FloatingSit.Size = UDim2.new(0, 46, 0, 51)
  10254. FloatingSit.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10255. FloatingSit.Font = Enum.Font.SciFi
  10256. FloatingSit.Text = "Floating Sit"
  10257. FloatingSit.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10258. FloatingSit.TextSize = 13
  10259. FloatingSit.TextWrapped = true
  10260. FloatingSit.MouseButton1Down:connect(function()
  10261. AnimationId = "179224234"
  10262. local Anim = Instance.new("Animation")
  10263. Anim.AnimationId = "rbxassetid://"..AnimationId
  10264. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10265. k:Play()
  10266. k:AdjustSpeed(1)
  10267. end)
  10268.  
  10269. IGotHit.Name = "I Got Hit"
  10270. IGotHit.Parent = AnimGUI
  10271. IGotHit.BackgroundColor3 = Color3.new(1, 1, 1)
  10272. IGotHit.BorderSizePixel = 0
  10273. IGotHit.Position = UDim2.new(0.608734667, 0, 0.525885582, 0)
  10274. IGotHit.Size = UDim2.new(0, 46, 0, 51)
  10275. IGotHit.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10276. IGotHit.Font = Enum.Font.SciFi
  10277. IGotHit.Text = "I Got Hit"
  10278. IGotHit.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10279. IGotHit.TextSize = 13
  10280. IGotHit.TextWrapped = true
  10281. IGotHit.MouseButton1Down:connect(function()
  10282. AnimationId = "33855276"
  10283. local Anim = Instance.new("Animation")
  10284. Anim.AnimationId = "rbxassetid://"..AnimationId
  10285. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10286. k:Play()
  10287. k:AdjustSpeed(1)
  10288. end)
  10289.  
  10290. HeadThrow.Name = "Head Throw"
  10291. HeadThrow.Parent = AnimGUI
  10292. HeadThrow.BackgroundColor3 = Color3.new(1, 1, 1)
  10293. HeadThrow.BorderSizePixel = 0
  10294. HeadThrow.Position = UDim2.new(0.415051013, 0, 0.525885582, 0)
  10295. HeadThrow.Size = UDim2.new(0, 46, 0, 51)
  10296. HeadThrow.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10297. HeadThrow.Font = Enum.Font.SciFi
  10298. HeadThrow.Text = "Head Throw"
  10299. HeadThrow.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10300. HeadThrow.TextSize = 13
  10301. HeadThrow.TextWrapped = true
  10302. HeadThrow.MouseButton1Down:connect(function()
  10303. AnimationId = "35154961"
  10304. local Anim = Instance.new("Animation")
  10305. Anim.AnimationId = "rbxassetid://"..AnimationId
  10306. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10307. k:Play(0)
  10308. k:AdjustSpeed(1)
  10309. end)
  10310.  
  10311. HappyDance.Name = "Happy Dance"
  10312. HappyDance.Parent = AnimGUI
  10313. HappyDance.BackgroundColor3 = Color3.new(1, 1, 1)
  10314. HappyDance.BorderSizePixel = 0
  10315. HappyDance.Position = UDim2.new(0.228163257, 0, 0.525885582, 0)
  10316. HappyDance.Size = UDim2.new(0, 46, 0, 51)
  10317. HappyDance.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10318. HappyDance.Font = Enum.Font.SciFi
  10319. HappyDance.Text = "Happy Dance"
  10320. HappyDance.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10321. HappyDance.TextSize = 13
  10322. HappyDance.TextWrapped = true
  10323. HappyDance.MouseButton1Down:connect(function()
  10324. AnimationId = "45834924"
  10325. local Anim = Instance.new("Animation")
  10326. Anim.AnimationId = "rbxassetid://"..AnimationId
  10327. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10328. k:Play()
  10329. k:AdjustSpeed(1)
  10330. end)
  10331.  
  10332. JumpLand.Name = "Jump Land"
  10333. JumpLand.Parent = AnimGUI
  10334. JumpLand.BackgroundColor3 = Color3.new(1, 1, 1)
  10335. JumpLand.BorderSizePixel = 0
  10336. JumpLand.Position = UDim2.new(0.0446735397, 0, 0.697547674, 0)
  10337. JumpLand.Size = UDim2.new(0, 46, 0, 51)
  10338. JumpLand.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10339. JumpLand.Font = Enum.Font.SciFi
  10340. JumpLand.Text = "Jump Land"
  10341. JumpLand.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10342. JumpLand.TextSize = 13
  10343. JumpLand.TextWrapped = true
  10344. JumpLand.MouseButton1Down:connect(function()
  10345. AnimationId = "184574340"
  10346. local Anim = Instance.new("Animation")
  10347. Anim.AnimationId = "rbxassetid://"..AnimationId
  10348. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10349. k:Play()
  10350. k:AdjustSpeed(1)
  10351. end)
  10352.  
  10353. Levitate.Name = "Levitate"
  10354. Levitate.Parent = AnimGUI
  10355. Levitate.BackgroundColor3 = Color3.new(1, 1, 1)
  10356. Levitate.BorderSizePixel = 0
  10357. Levitate.Position = UDim2.new(0.415051013, 0, 0.697547674, 0)
  10358. Levitate.Size = UDim2.new(0, 46, 0, 51)
  10359. Levitate.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10360. Levitate.Font = Enum.Font.SciFi
  10361. Levitate.Text = "Levitate"
  10362. Levitate.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10363. Levitate.TextSize = 13
  10364. Levitate.TextWrapped = true
  10365. Levitate.MouseButton1Down:connect(function()
  10366. AnimationId = "313762630"
  10367. local Anim = Instance.new("Animation")
  10368. Anim.AnimationId = "rbxassetid://"..AnimationId
  10369. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10370. k:Play()
  10371. k:AdjustSpeed(1)
  10372. end)
  10373.  
  10374. Kick.Name = "Kick"
  10375. Kick.Parent = AnimGUI
  10376. Kick.BackgroundColor3 = Color3.new(1, 1, 1)
  10377. Kick.BorderSizePixel = 0
  10378. Kick.Position = UDim2.new(0.228163257, 0, 0.697547674, 0)
  10379. Kick.Size = UDim2.new(0, 46, 0, 51)
  10380. Kick.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10381. Kick.Font = Enum.Font.SciFi
  10382. Kick.Text = "Kick"
  10383. Kick.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10384. Kick.TextSize = 13
  10385. Kick.TextWrapped = true
  10386. Kick.MouseButton1Down:connect(function()
  10387. AnimationId = "45737360"
  10388. local Anim = Instance.new("Animation")
  10389. Anim.AnimationId = "rbxassetid://"..AnimationId
  10390. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  10391. k:Play()
  10392. k:AdjustSpeed(1)
  10393. end)
  10394.  
  10395. Open.Name = "Open"
  10396. Open.Parent = ExoticGUI
  10397. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  10398. Open.Position = UDim2.new(-0.00400000019, 0, 0.605000019, 0)
  10399. Open.Size = UDim2.new(0, 130, 0, 54)
  10400. Open.Visible = false
  10401. Open.AutoButtonColor = false
  10402. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  10403. Open.Font = Enum.Font.SciFi
  10404. Open.Text = "Open"
  10405. Open.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  10406. Open.TextSize = 20
  10407. Open.MouseButton1Down:connect(function()
  10408. Main.Visible = true
  10409. end)
  10410.  
  10411. Entry.Name = "Entry"
  10412. Entry.Parent = ExoticGUI
  10413. Entry.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  10414. Entry.BorderSizePixel = 0
  10415. Entry.Position = UDim2.new(0.416153252, 0, 0.279130489, 0)
  10416. Entry.Size = UDim2.new(0, 229, 0, 293)
  10417.  
  10418. Enter.Name = "Enter"
  10419. Enter.Parent = Entry
  10420. Enter.BackgroundColor3 = Color3.new(0.498039, 0, 0.709804)
  10421. Enter.BorderColor3 = Color3.new(1, 1, 1)
  10422. Enter.BorderSizePixel = 0
  10423. Enter.Position = UDim2.new(0.305676848, 0, 0.815699697, 0)
  10424. Enter.Size = UDim2.new(0, 90, 0, 34)
  10425. Enter.Font = Enum.Font.SciFi
  10426. Enter.Text = "Enter"
  10427. Enter.TextColor3 = Color3.new(1, 1, 1)
  10428. Enter.TextSize = 14
  10429. Enter.MouseButton1Down:connect(function()
  10430. if LoginEnter.Text == "Exotic" and PasswordEnter.Text == "Weeb" then
  10431. Entry.Visible = false
  10432. Enter.Visible = false
  10433. Open.Visible = true
  10434. end
  10435. end)
  10436.  
  10437. PasswordEnter.Name = "PasswordEnter"
  10438. PasswordEnter.Parent = Entry
  10439. PasswordEnter.BackgroundColor3 = Color3.new(0.498039, 0, 0.709804)
  10440. PasswordEnter.BorderSizePixel = 0
  10441. PasswordEnter.Position = UDim2.new(0.327510923, 0, 0.300341308, 0)
  10442. PasswordEnter.Size = UDim2.new(0, 154, 0, 39)
  10443. PasswordEnter.Font = Enum.Font.SourceSans
  10444. PasswordEnter.Text = ""
  10445. PasswordEnter.TextColor3 = Color3.new(1, 1, 1)
  10446. PasswordEnter.TextSize = 20
  10447. PasswordEnter.TextWrapped = true
  10448.  
  10449. Password.Name = "Password"
  10450. Password.Parent = PasswordEnter
  10451. Password.Active = false
  10452. Password.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  10453. Password.BorderSizePixel = 0
  10454. Password.Position = UDim2.new(-0.448051959, 0, 0, 0)
  10455. Password.Selectable = false
  10456. Password.Size = UDim2.new(0, 64, 0, 39)
  10457. Password.AutoButtonColor = false
  10458. Password.Font = Enum.Font.SciFi
  10459. Password.Text = "Password:"
  10460. Password.TextColor3 = Color3.new(1, 1, 1)
  10461. Password.TextSize = 14
  10462.  
  10463. LoginEnter.Name = "LoginEnter"
  10464. LoginEnter.Parent = Entry
  10465. LoginEnter.Active = false
  10466. LoginEnter.BackgroundColor3 = Color3.new(0.498039, 0, 0.709804)
  10467. LoginEnter.BorderSizePixel = 0
  10468. LoginEnter.Position = UDim2.new(0.327510923, 0, 0.0819112659, 0)
  10469. LoginEnter.Size = UDim2.new(0, 154, 0, 39)
  10470. LoginEnter.Font = Enum.Font.SourceSans
  10471. LoginEnter.Text = ""
  10472. LoginEnter.TextColor3 = Color3.new(1, 1, 1)
  10473. LoginEnter.TextSize = 20
  10474. LoginEnter.TextWrapped = true
  10475.  
  10476. Login.Name = "Login"
  10477. Login.Parent = LoginEnter
  10478. Login.Active = false
  10479. Login.BackgroundColor3 = Color3.new(0.431373, 0, 0.603922)
  10480. Login.BorderSizePixel = 0
  10481. Login.Position = UDim2.new(-0.324675322, 0, 0, 0)
  10482. Login.Selectable = false
  10483. Login.Size = UDim2.new(0, 50, 0, 39)
  10484. Login.AutoButtonColor = false
  10485. Login.Font = Enum.Font.SciFi
  10486. Login.Text = "Login:"
  10487. Login.TextColor3 = Color3.new(1, 1, 1)
  10488. Login.TextSize = 14
  10489.  
  10490. Down_2.Name = "Down"
  10491. Down_2.Parent = Entry
  10492. Down_2.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  10493. Down_2.BorderSizePixel = 0
  10494. Down_2.Position = UDim2.new(0, 0, 0.979522169, 0)
  10495. Down_2.Size = UDim2.new(0, 229, 0, 6)
Add Comment
Please, Sign In to add comment