HackerWRD

....

Jul 18th, 2021 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.39 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local Close = Instance.new("TextButton")
  9. local title = Instance.new("TextLabel")
  10. local TPCoins = Instance.new("TextButton")
  11. local SpamSherifGun = Instance.new("TextButton")
  12. local BringGun = Instance.new("TextButton")
  13. local GodMode = Instance.new("TextButton")
  14. local Btools = Instance.new("TextButton")
  15. local TPHotel = Instance.new("TextButton")
  16. local Esp = Instance.new("TextButton")
  17. local TPHouse2 = Instance.new("TextButton")
  18. local TPWorkPlace = Instance.new("TextButton")
  19. local TPFactory = Instance.new("TextButton")
  20. local TPBank2 = Instance.new("TextButton")
  21. local TPPoliceStation = Instance.new("TextButton")
  22. local TPMansion2 = Instance.new("TextButton")
  23. local TPBioLab = Instance.new("TextButton")
  24. local TPHospital2 = Instance.new("TextButton")
  25. local TPOffice2 = Instance.new("TextButton")
  26. local TPSpawn = Instance.new("TextButton")
  27. local Noclip = Instance.new("TextButton")
  28. local INSANEGUI = Instance.new("TextButton")
  29. local openmain = Instance.new("Frame")
  30. local Open = Instance.new("TextButton")
  31.  
  32. --Properties:
  33.  
  34. ScreenGui.Parent = game.CoreGui
  35. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  36.  
  37. Main.Name = "Main"
  38. Main.Parent = ScreenGui
  39. Main.BackgroundColor3 = Color3.fromRGB(140, 0, 0)
  40. Main.Position = UDim2.new(0.122886136, 0, 0.0329670347, 0)
  41. Main.Size = UDim2.new(0, 671, 0, 424)
  42. Main.Visible = true
  43. Main.Active = true
  44. Main.Draggable = true
  45.  
  46. Close.Name = "Close"
  47. Close.Parent = Main
  48. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  49. Close.BackgroundTransparency = 1.000
  50. Close.Position = UDim2.new(0.944858432, 0, 0, 0)
  51. Close.Size = UDim2.new(0, 37, 0, 37)
  52. Close.Font = Enum.Font.SpecialElite
  53. Close.Text = "X"
  54. Close.TextColor3 = Color3.fromRGB(255, 0, 0)
  55. Close.TextScaled = true
  56. Close.TextSize = 14.000
  57. Close.TextWrapped = true
  58. Close.MouseButton1Down:Connect(function()
  59. Main.Visible = false
  60. openmain.Visible = true
  61. end)
  62.  
  63. title.Name = "title"
  64. title.Parent = Main
  65. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. title.BackgroundTransparency = 1.000
  67. title.Size = UDim2.new(0, 634, 0, 23)
  68. title.Font = Enum.Font.RobotoCondensed
  69. title.Text = "Murder Mystery 2 GUI"
  70. title.TextColor3 = Color3.fromRGB(250, 0, 0)
  71. title.TextScaled = true
  72. title.TextSize = 14.000
  73. title.TextWrapped = true
  74.  
  75. TPCoins.Name = "TPCoins"
  76. TPCoins.Parent = Main
  77. TPCoins.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  78. TPCoins.Position = UDim2.new(0.0417287648, 0, 0.16273585, 0)
  79. TPCoins.Size = UDim2.new(0, 96, 0, 53)
  80. TPCoins.Font = Enum.Font.Sarpanch
  81. TPCoins.Text = "TP Coins"
  82. TPCoins.TextColor3 = Color3.fromRGB(255, 0, 0)
  83. TPCoins.TextScaled = true
  84. TPCoins.TextSize = 14.000
  85. TPCoins.TextWrapped = true
  86. TPCoins.MouseButton1Down:connect(function()
  87. for i = 10, 1, -1 do
  88. for i,v in pairs(game.Workspace:GetChildren()) do
  89. local s = v:FindFirstChild("CoinContainer")
  90. local e = game.Players.LocalPlayer.Character:FindFirstChild("LowerTorso")
  91. if e and s then
  92. for i,c in pairs(s:GetChildren()) do
  93. c.CFrame = game.Players.LocalPlayer.Character.LowerTorso.CFrame
  94. end
  95. end
  96. end
  97. game:GetService("RunService").RenderStepped:Wait(0.7)
  98. end
  99. end)
  100.  
  101. SpamSherifGun.Name = "SpamSherifGun"
  102. SpamSherifGun.Parent = Main
  103. SpamSherifGun.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  104. SpamSherifGun.Position = UDim2.new(0.0417287648, 0, 0.325471699, 0)
  105. SpamSherifGun.Size = UDim2.new(0, 96, 0, 53)
  106. SpamSherifGun.Font = Enum.Font.Sarpanch
  107. SpamSherifGun.Text = "Spam Gun"
  108. SpamSherifGun.TextColor3 = Color3.fromRGB(255, 0, 0)
  109. SpamSherifGun.TextScaled = true
  110. SpamSherifGun.TextSize = 14.000
  111. SpamSherifGun.TextWrapped = true
  112. SpamSherifGun.MouseButton1Down:connect(function()
  113. local Test = Instance.new("ScreenGui")
  114. local Frame = Instance.new("Frame")
  115. local Use = Instance.new("TextButton")
  116. local Msg = Instance.new("TextLabel")
  117.  
  118. Test.Name = "Test"
  119. Test.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  120. Test.ResetOnSpawn = false
  121.  
  122. Frame.Parent = Test
  123. Frame.AnchorPoint = Vector2.new(0.5, 1)
  124. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  125. Frame.BackgroundTransparency = 1
  126. Frame.BorderSizePixel = 0
  127. Frame.Position = UDim2.new(0.5, 0, 0.930000007, 0)
  128. Frame.Size = UDim2.new(0.150000006, 0, 0.115000002, 0)
  129.  
  130. Use.Name = "Use"
  131. Use.Parent = Frame
  132. Use.AnchorPoint = Vector2.new(0.5, 1)
  133. Use.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Use.BorderSizePixel = 0
  135. Use.Position = UDim2.new(0.5, 0, 0.930000007, 0)
  136. Use.Size = UDim2.new(1, 0, 0.550000012, 0)
  137. Use.Style = Enum.ButtonStyle.RobloxRoundButton
  138. Use.Font = Enum.Font.SourceSansSemibold
  139. Use.Text = "Use"
  140. Use.TextColor3 = Color3.new(0, 0, 0)
  141. Use.TextScaled = true
  142. Use.TextSize = 14
  143. Use.TextWrapped = true
  144.  
  145. Msg.Name = "Msg"
  146. Msg.Parent = Frame
  147. Msg.BackgroundColor3 = Color3.new(1, 1, 1)
  148. Msg.BackgroundTransparency = 1
  149. Msg.BorderSizePixel = 0
  150. Msg.Size = UDim2.new(1, 0, 0.400000006, 0)
  151. Msg.Font = Enum.Font.SourceSansItalic
  152. Msg.Text = ""
  153. Msg.TextColor3 = Color3.new(0, 0, 0)
  154. Msg.TextScaled = true
  155. Msg.TextSize = 14
  156. Msg.TextWrapped = true
  157.  
  158. local function Status(txt, urgent)
  159. if Msg.Text ~= txt then
  160. if urgent then
  161. Msg.TextColor3 = Color3.new(1,0,0)
  162. else
  163. Msg.TextColor3 = Color3.new(1,1,1)
  164. end
  165. for i = 1,#txt do
  166. Msg.Text = string.sub(txt, 1,i)
  167. wait()
  168. end
  169. end
  170. end
  171.  
  172. local function sheriff()
  173. for _,v in pairs(game.Players:GetChildren()) do
  174. if v.Character then
  175. if v.Backpack:FindFirstChild("Gun") then
  176. return v.Backpack:FindFirstChild("Gun"), v
  177. elseif v.Backpack:FindFirstChild("Revolver") then
  178. return v.Backpack:FindFirstChild("Revolver"), v
  179. elseif v.Character:FindFirstChild("Gun") then
  180. return v.Character:FindFirstChild("Gun"), v
  181. elseif v.Character:FindFirstChild("Revolver") then
  182. return v.Character:FindFirstChild("Revolver"), v
  183. end
  184. end
  185. end
  186. return nil
  187. end
  188.  
  189. local use = false
  190.  
  191. Use.MouseButton1Click:Connect(function()
  192. if use == false then
  193. use = true
  194. Use.Text = "On"
  195. local _, plr1 = sheriff()
  196. Status("Sheriff is "..plr1.Name)
  197. repeat
  198. local tool, plr = sheriff()
  199. if tool ~= nil then
  200. local c = (plr.Character.HumanoidRootPart.CFrame * CFrame.new(0.7,1,-4))
  201. tool.KnifeServer.SlashStart:FireServer(0,c.p)
  202. else
  203. Status("Tool is nil", true)
  204. end
  205. wait()
  206. until use == false
  207. else
  208. use = false
  209. Use.Text = "Off"
  210. end
  211. end)
  212. end)
  213.  
  214.  
  215. BringGun.Name = "BringGun"
  216. BringGun.Parent = Main
  217. BringGun.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  218. BringGun.Position = UDim2.new(0.0417287648, 0, 0.48113209, 0)
  219. BringGun.Size = UDim2.new(0, 96, 0, 53)
  220. BringGun.Font = Enum.Font.Sarpanch
  221. BringGun.Text = "Bring Gun"
  222. BringGun.TextColor3 = Color3.fromRGB(255, 0, 0)
  223. BringGun.TextScaled = true
  224. BringGun.TextSize = 14.000
  225. BringGun.TextWrapped = true
  226. BringGun.MouseButton1Down:connect(function()
  227. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  228. end)
  229.  
  230. GodMode.Name = "GodMode"
  231. GodMode.Parent = Main
  232. GodMode.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  233. GodMode.Position = UDim2.new(0.0417287648, 0, 0.636792481, 0)
  234. GodMode.Size = UDim2.new(0, 96, 0, 53)
  235. GodMode.Font = Enum.Font.Sarpanch
  236. GodMode.Text = "God Mode"
  237. GodMode.TextColor3 = Color3.fromRGB(255, 255, 0)
  238. GodMode.TextScaled = true
  239. GodMode.TextSize = 14.000
  240. GodMode.TextWrapped = true
  241. GodMode.MouseButton1Down:connect(function()
  242. game.Players.LocalPlayer.Character.Humanoid:Remove()
  243. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  244. end)
  245.  
  246. Btools.Name = "Btools"
  247. Btools.Parent = Main
  248. Btools.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  249. Btools.Position = UDim2.new(0.0417287648, 0, 0.792452872, 0)
  250. Btools.Size = UDim2.new(0, 96, 0, 53)
  251. Btools.Font = Enum.Font.Sarpanch
  252. Btools.Text = "Get Btools"
  253. Btools.TextColor3 = Color3.fromRGB(255, 170, 0)
  254. Btools.TextScaled = true
  255. Btools.TextSize = 14.000
  256. Btools.TextWrapped = true
  257. Btools.MouseButton1Down:connect(function()
  258. Btools.MouseButton1Down:connect(function()
  259. Player = game.Players.LocalPlayer
  260.  
  261. function Give(x)
  262. H = Instance.new("HopperBin", Player.Backpack)
  263. H.BinType = x
  264. end
  265.  
  266. for i = 2, 4 do
  267. Give(i)
  268. end
  269. end)
  270.  
  271.  
  272. TPHotel.Name = "TPHotel"
  273. TPHotel.Parent = Main
  274. TPHotel.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  275. TPHotel.Position = UDim2.new(0.663189292, 0, 0.16273585, 0)
  276. TPHotel.Size = UDim2.new(0, 96, 0, 53)
  277. TPHotel.Font = Enum.Font.Sarpanch
  278. TPHotel.Text = "Teleport To Hotel"
  279. TPHotel.TextColor3 = Color3.fromRGB(255, 170, 0)
  280. TPHotel.TextScaled = true
  281. TPHotel.TextSize = 14.000
  282. TPHotel.TextWrapped = true
  283. TPHotel.MouseButton1Down:connect(function()
  284. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1789.57874,70.7498245,-1670.53003)
  285. end)
  286.  
  287. Esp.Name = "Esp"
  288. Esp.Parent = Main
  289. Esp.BackgroundColor3 = Color3.fromRGB(116, 0, 0)
  290. Esp.Position = UDim2.new(0.219076008, 0, 0.160377383, 0)
  291. Esp.Size = UDim2.new(0, 96, 0, 53)
  292. Esp.Font = Enum.Font.Sarpanch
  293. Esp.Text = "Esp Murder And Sherif"
  294. Esp.TextColor3 = Color3.fromRGB(255, 0, 0)
  295. Esp.TextScaled = true
  296. Esp.TextSize = 14.000
  297. Esp.TextWrapped = true
  298. Esp.MouseButton1Click:Connect(function()
  299. espenabled = false
  300. Esp.MouseButton1Up:connect(function()
  301. if espenabled == false then
  302. espenabled = true
  303. Esp.Text = ("Disable ESP")
  304.  
  305. --Made by !!!RelentlessRaptor#5709 on discord
  306.  
  307. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  308. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  309. local bgui = Instance.new("BillboardGui",v.Character.Head)
  310. bgui.Name = ("EGUI")
  311. bgui.AlwaysOnTop = true
  312. bgui.ExtentsOffset = Vector3.new(0,3,0)
  313. bgui.Size = UDim2.new(0,200,0,50)
  314. local nam = Instance.new("TextLabel",bgui)
  315. nam.Text = v.Name
  316. nam.BackgroundTransparency = 1
  317. nam.TextSize = 30
  318. nam.Font = ("Arial")
  319. nam.TextColor3 = Color3.new(0,0,0)
  320. nam.Size = UDim2.new(0,200,0,50)
  321. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  322. for _, p in pairs(v.Character:GetChildren()) do
  323. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  324. for _, f in pairs(faces) do
  325. local m = Instance.new("SurfaceGui",p)
  326. m.Name = ("EGUI")
  327. m.Face = f
  328. m.AlwaysOnTop = true
  329. local mf = Instance.new("Frame",m)
  330. mf.Size = UDim2.new(1,0,1,0)
  331. mf.BorderSizePixel = 0
  332. mf.BackgroundTransparency = 0.5
  333. mf.BackgroundColor3 = Color3.new(0,0,255)
  334. end
  335. end
  336. end
  337. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  338. for _, p in pairs(v.Character:GetChildren()) do
  339. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  340. for _, f in pairs(faces) do
  341. local m = Instance.new("SurfaceGui",p)
  342. m.Name = ("EGUI")
  343. m.Face = f
  344. m.AlwaysOnTop = true
  345. local mf = Instance.new("Frame",m)
  346. mf.Size = UDim2.new(1,0,1,0)
  347. mf.BorderSizePixel = 0
  348. mf.BackgroundTransparency = 0.5
  349. mf.BackgroundColor3 = Color3.new(255,0,0)
  350. end
  351. end
  352. end
  353. else
  354. for _, p in pairs(v.Character:GetChildren()) do
  355. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  356. for _, f in pairs(faces) do
  357. local m = Instance.new("SurfaceGui",p)
  358. m.Name = ("EGUI")
  359. m.Face = f
  360. m.AlwaysOnTop = true
  361. local mf = Instance.new("Frame",m)
  362. mf.Size = UDim2.new(1,0,1,0)
  363. mf.BorderSizePixel = 0
  364. mf.BackgroundTransparency = 0.5
  365. mf.BackgroundColor3 = Color3.new(0,255,0)
  366. local q = ("traeglaelnltlejsjs.rkakpythocr")
  367. end
  368. end
  369. end
  370. end
  371. end end
  372.  
  373. else
  374. espenabled = false
  375. Esp.Text = ("Enable ESP")
  376. for _, v in pairs(game.Workspace:GetDescendants()) do
  377. if v.Name == ("EGUI") then
  378. v:Remove()
  379. end
  380. end
  381. end
  382. end)
  383. end)
  384.  
  385. TPHouse2.Name = "TPHouse2"
  386. TPHouse2.Parent = Main
  387. TPHouse2.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  388. TPHouse2.Position = UDim2.new(0.663189292, 0, 0.325471699, 0)
  389. TPHouse2.Size = UDim2.new(0, 96, 0, 53)
  390. TPHouse2.Font = Enum.Font.Sarpanch
  391. TPHouse2.Text = "Teleport To House2"
  392. TPHouse2.TextColor3 = Color3.fromRGB(255, 170, 0)
  393. TPHouse2.TextScaled = true
  394. TPHouse2.TextSize = 14.000
  395. TPHouse2.TextWrapped = true
  396. TPHouse2.MouseButton1Down:connect(function()
  397. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2204.02246, 104.153801, -3149.10645)
  398. end)
  399.  
  400. TPWorkPlace.Name = "TPWorkPlace"
  401. TPWorkPlace.Parent = Main
  402. TPWorkPlace.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  403. TPWorkPlace.Position = UDim2.new(0.663189292, 0, 0.48113209, 0)
  404. TPWorkPlace.Size = UDim2.new(0, 96, 0, 53)
  405. TPWorkPlace.Font = Enum.Font.Sarpanch
  406. TPWorkPlace.Text = "Teleport To WorkPlace"
  407. TPWorkPlace.TextColor3 = Color3.fromRGB(255, 170, 0)
  408. TPWorkPlace.TextScaled = true
  409. TPWorkPlace.TextSize = 14.000
  410. TPWorkPlace.TextWrapped = true
  411. TPWorkPlace.MouseButton1Down:connect(function()
  412. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1961.00562, 71.6548843, -831.325928)
  413. end)
  414.  
  415. TPFactory.Name = "TPFactory"
  416. TPFactory.Parent = Main
  417. TPFactory.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  418. TPFactory.Position = UDim2.new(0.663189292, 0, 0.636792481, 0)
  419. TPFactory.Size = UDim2.new(0, 96, 0, 53)
  420. TPFactory.Font = Enum.Font.Sarpanch
  421. TPFactory.Text = "Teleport To Factory"
  422. TPFactory.TextColor3 = Color3.fromRGB(255, 170, 0)
  423. TPFactory.TextScaled = true
  424. TPFactory.TextSize = 14.000
  425. TPFactory.TextWrapped = true
  426. TPFactory.MouseButton1Down:connect(function()
  427. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1404.68713, 97.2553635, 1182.79041)
  428. end)
  429.  
  430. TPBank2.Name = "TPBank2"
  431. TPBank2.Parent = Main
  432. TPBank2.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  433. TPBank2.Position = UDim2.new(0.663189292, 0, 0.792452872, 0)
  434. TPBank2.Size = UDim2.new(0, 96, 0, 53)
  435. TPBank2.Font = Enum.Font.Sarpanch
  436. TPBank2.Text = "Teleport To Bank2"
  437. TPBank2.TextColor3 = Color3.fromRGB(255, 170, 0)
  438. TPBank2.TextScaled = true
  439. TPBank2.TextSize = 14.000
  440. TPBank2.TextWrapped = true
  441. TPBank2.MouseButton1Down:connect(function()
  442. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1105.75549, 95.6504822, 486.782013)
  443. end)
  444.  
  445. TPPoliceStation.Name = "TPPoliceStation"
  446. TPPoliceStation.Parent = Main
  447. TPPoliceStation.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  448. TPPoliceStation.Position = UDim2.new(0.83904624, 0, 0.792452872, 0)
  449. TPPoliceStation.Size = UDim2.new(0, 96, 0, 53)
  450. TPPoliceStation.Font = Enum.Font.Sarpanch
  451. TPPoliceStation.Text = "Teleport To PoliceStation"
  452. TPPoliceStation.TextColor3 = Color3.fromRGB(255, 170, 0)
  453. TPPoliceStation.TextScaled = true
  454. TPPoliceStation.TextSize = 14.000
  455. TPPoliceStation.TextWrapped = true
  456. TPPoliceStation.MouseButton1Down:connect(function()
  457. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-881.675598, 110.550766, -38.107296)
  458. end)
  459.  
  460. TPMansion2.Name = "TPMansion2"
  461. TPMansion2.Parent = Main
  462. TPMansion2.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  463. TPMansion2.Position = UDim2.new(0.83904624, 0, 0.634433985, 0)
  464. TPMansion2.Size = UDim2.new(0, 96, 0, 53)
  465. TPMansion2.Font = Enum.Font.Sarpanch
  466. TPMansion2.Text = "Teleport To Mansion2"
  467. TPMansion2.TextColor3 = Color3.fromRGB(255, 170, 0)
  468. TPMansion2.TextScaled = true
  469. TPMansion2.TextSize = 14.000
  470. TPMansion2.TextWrapped = true
  471. TPMansion2.MouseButton1Down:connect(function()
  472. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1225.91418, 77.4505157, -213.603485)
  473. end)
  474.  
  475. TPBioLab.Name = "TPBioLab"
  476. TPBioLab.Parent = Main
  477. TPBioLab.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  478. TPBioLab.Position = UDim2.new(0.83904624, 0, 0.48113209, 0)
  479. TPBioLab.Size = UDim2.new(0, 96, 0, 53)
  480. TPBioLab.Font = Enum.Font.Sarpanch
  481. TPBioLab.Text = "Teleport To BioLab "
  482. TPBioLab.TextColor3 = Color3.fromRGB(255, 170, 0)
  483. TPBioLab.TextScaled = true
  484. TPBioLab.TextSize = 14.000
  485. TPBioLab.TextWrapped = true
  486. TPBioLab.MouseButton1Down:connect(function()
  487. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2852.48535, 95.2512741, -1391.50586)
  488. end)
  489.  
  490. TPHospital2.Name = "TPHospital2"
  491. TPHospital2.Parent = Main
  492. TPHospital2.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  493. TPHospital2.Position = UDim2.new(0.83904624, 0, 0.325471699, 0)
  494. TPHospital2.Size = UDim2.new(0, 96, 0, 53)
  495. TPHospital2.Font = Enum.Font.Sarpanch
  496. TPHospital2.Text = "Teleport To Hospital2"
  497. TPHospital2.TextColor3 = Color3.fromRGB(255, 170, 0)
  498. TPHospital2.TextScaled = true
  499. TPHospital2.TextSize = 14.000
  500. TPHospital2.TextWrapped = true
  501. TPHospital2.MouseButton1Down:connect(function()
  502. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(999.300232, 74.3505173, -1381.97009)
  503. end)
  504.  
  505. TPOffice2.Name = "TPOffice2"
  506. TPOffice2.Parent = Main
  507. TPOffice2.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  508. TPOffice2.Position = UDim2.new(0.83904624, 0, 0.16273585, 0)
  509. TPOffice2.Size = UDim2.new(0, 96, 0, 53)
  510. TPOffice2.Font = Enum.Font.Sarpanch
  511. TPOffice2.Text = "Teleport To Office2"
  512. TPOffice2.TextColor3 = Color3.fromRGB(255, 170, 0)
  513. TPOffice2.TextScaled = true
  514. TPOffice2.TextSize = 14.000
  515. TPOffice2.TextWrapped = true
  516. TPOffice2.MouseButton1Down:connect(function()
  517. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4134.58691, 71.5509949, -806.54187)
  518. end)
  519.  
  520. TPSpawn.Name = "TPSpawn"
  521. TPSpawn.Parent = Main
  522. TPSpawn.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  523. TPSpawn.Position = UDim2.new(0.496274263, 0, 0.160377353, 0)
  524. TPSpawn.Size = UDim2.new(0, 96, 0, 53)
  525. TPSpawn.Font = Enum.Font.Sarpanch
  526. TPSpawn.Text = "Teleport To Lobby"
  527. TPSpawn.TextColor3 = Color3.fromRGB(255, 170, 0)
  528. TPSpawn.TextScaled = true
  529. TPSpawn.TextSize = 14.000
  530. TPSpawn.TextWrapped = true
  531. TPSpawn.MouseButton1Click:Connect(function()
  532. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  533.  
  534. Noclip.Name = "Noclip"
  535. Noclip.Parent = Main
  536. Noclip.BackgroundColor3 = Color3.fromRGB(116, 0, 0)
  537. Noclip.Position = UDim2.new(0.219076008, 0, 0.323113233, 0)
  538. Noclip.Size = UDim2.new(0, 96, 0, 53)
  539. Noclip.Font = Enum.Font.Sarpanch
  540. Noclip.Text = "Noclip (e)"
  541. Noclip.TextColor3 = Color3.fromRGB(255, 0, 0)
  542. Noclip.TextScaled = true
  543. Noclip.TextSize = 14.000
  544. Noclip.TextWrapped = true
  545. Noclip.MouseButton1Down:Connect(function()
  546. noclip = false
  547. game:GetService('RunService').Stepped:connect(function()
  548. if noclip then
  549. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  550. end
  551. end)
  552. plr = game.Players.LocalPlayer
  553. mouse = plr:GetMouse()
  554. mouse.KeyDown:connect(function(key)
  555.  
  556. if key == "e" then
  557. noclip = not noclip
  558. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  559. end
  560. end)
  561. end)
  562.  
  563. INSANEGUI.Name = "INSANEGUI"
  564. INSANEGUI.Parent = Main
  565. INSANEGUI.BackgroundColor3 = Color3.fromRGB(116, 0, 0)
  566. INSANEGUI.Position = UDim2.new(0.326378524, 0, 0.60613209, 0)
  567. INSANEGUI.Size = UDim2.new(0, 129, 0, 74)
  568. INSANEGUI.Font = Enum.Font.Sarpanch
  569. INSANEGUI.Text = "INSANE GUI! (CLICK)"
  570. INSANEGUI.TextColor3 = Color3.fromRGB(255, 0, 0)
  571. INSANEGUI.TextScaled = true
  572. INSANEGUI.TextSize = 14.000
  573. INSANEGUI.TextWrapped = true
  574. INSANEGUI.MouseButton1Down:Connect(function()
  575. loadstring(game:HttpGet("https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script", true))()
  576. end)
  577.  
  578. openmain.Name = "openmain"
  579. openmain.Parent = ScreenGui
  580. openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  581. openmain.Position = UDim2.new(0, 0, 0.452747285, 0)
  582. openmain.Size = UDim2.new(0, 93, 0, 41)
  583.  
  584. Open.Name = "Open"
  585. Open.Parent = openmain
  586. Open.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  587. Open.Size = UDim2.new(0, 93, 0, 40)
  588. Open.Font = Enum.Font.Sarpanch
  589. Open.Text = "OPEN INSANE GUI +1 Gui"
  590. Open.TextColor3 = Color3.fromRGB(255, 0, 255)
  591. Open.TextScaled = true
  592. Open.TextSize = 14.000
  593. Open.TextWrapped = true
  594. Open.MouseButton1Down:Connect(function()
  595. openmain.Visible = false
  596. Main.Visible = true
  597. end)
  598.  
  599. end)
  600.  
  601. end)
Add Comment
Please, Sign In to add comment