Advertisement
gulbejohnmark

Ghost simulator GUI new update

May 16th, 2019
5,929
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.52 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local closebutton = Instance.new("TextButton")
  8. local ghostsimulator = Instance.new("TextButton")
  9. local cridetbutton = Instance.new("TextButton")
  10. local cridetsgui = Instance.new("Frame")
  11. local cridettitle = Instance.new("TextLabel")
  12. local nothing = Instance.new("TextLabel")
  13. local me = Instance.new("TextLabel")
  14. local johnpual = Instance.new("TextLabel")
  15. local argie = Instance.new("TextLabel")
  16. local backbutton = Instance.new("TextButton")
  17. --Properties:
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. main.Name = "main"
  22. main.Parent = ScreenGui
  23. main.Active = true
  24. main.BackgroundColor3 = Color3.new(1, 1, 1)
  25. main.Position = UDim2.new(-0.000942471088, 0, 0.414715707, 0)
  26. main.Size = UDim2.new(0, 220, 0, 306)
  27. main.Style = Enum.FrameStyle.DropShadow
  28. main.Draggable = true
  29.  
  30. title.Name = "title"
  31. title.Parent = main
  32. title.BackgroundColor3 = Color3.new(0, 0, 0)
  33. title.BackgroundTransparency = 5
  34. title.Position = UDim2.new(0.103663564, 0, 0.0175300837, 0)
  35. title.Size = UDim2.new(0, 153, 0, 33)
  36. title.Font = Enum.Font.SourceSans
  37. title.Text = "MAKHACKs"
  38. title.TextColor3 = Color3.new(1, 0.333333, 0)
  39. title.TextScaled = true
  40. title.TextSize = 14
  41. title.TextWrapped = true
  42.  
  43. closebutton.Name = "closebutton"
  44. closebutton.Parent = main
  45. closebutton.BackgroundColor3 = Color3.new(1, 1, 1)
  46. closebutton.BackgroundTransparency = 5
  47. closebutton.Position = UDim2.new(0.910856247, 0, -0.00408590026, 0)
  48. closebutton.Size = UDim2.new(0, 20, 0, 19)
  49. closebutton.Font = Enum.Font.SourceSans
  50. closebutton.Text = "X"
  51. closebutton.TextColor3 = Color3.new(1, 0, 0)
  52. closebutton.TextScaled = true
  53. closebutton.TextSize = 14
  54. closebutton.TextWrapped = true
  55. closebutton.MouseButton1Down:connect(function()
  56. main.Visible = false
  57. end)
  58.  
  59. ghostsimulator.Name = "ghost simulator"
  60. ghostsimulator.Parent = main
  61. ghostsimulator.BackgroundColor3 = Color3.new(0, 0, 0)
  62. ghostsimulator.BackgroundTransparency = 5
  63. ghostsimulator.Position = UDim2.new(0.0964462608, 0, 0.412110835, 0)
  64. ghostsimulator.Size = UDim2.new(0, 155, 0, 50)
  65. ghostsimulator.Font = Enum.Font.SourceSans
  66. ghostsimulator.Text = "Gost Smulator"
  67. ghostsimulator.TextColor3 = Color3.new(1, 1, 1)
  68. ghostsimulator.TextScaled = true
  69. ghostsimulator.TextSize = 14
  70. ghostsimulator.TextWrapped = true
  71. ghostsimulator.MouseButton1Down:connect(function()
  72. local GhostATrash = Instance.new("ScreenGui")
  73. local Open = Instance.new("TextButton")
  74. local SecondGUI = Instance.new("Frame")
  75. local TextLabel = Instance.new("TextLabel")
  76. local Board = Instance.new("TextButton")
  77. local Magnet = Instance.new("TextButton")
  78. local Unbox = Instance.new("TextButton")
  79. local Drops = Instance.new("TextButton")
  80. local Start = Instance.new("TextButton")
  81. local TextLabel_2 = Instance.new("TextLabel")
  82. local TextLabel_3 = Instance.new("TextLabel")
  83. local TextLabel_4 = Instance.new("TextLabel")
  84. local Board_2 = Instance.new("TextButton")
  85.  
  86. GhostATrash.Name = "GhostATrash"
  87. GhostATrash.Parent = game.CoreGui
  88. GhostATrash.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  89.  
  90. Open.Name = "Open"
  91. Open.Parent = GhostATrash
  92. Open.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  93. Open.BorderSizePixel = 0
  94. Open.Position = UDim2.new(0.0617298745, 0, 0.964695036, 0)
  95. Open.Size = UDim2.new(0, 95, 0, 37)
  96. Open.Visible = false
  97. Open.Font = Enum.Font.Cartoon
  98. Open.Text = "Open"
  99. Open.TextColor3 = Color3.new(1, 1, 1)
  100. Open.TextSize = 20
  101. Open.MouseButton1Click:connect (function ()
  102. SecondGUI.Visible = true
  103. Open.Visible = false
  104. end)
  105.  
  106. SecondGUI.Name = "Second GUI"
  107. SecondGUI.Parent = GhostATrash
  108. SecondGUI.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  109. SecondGUI.BorderSizePixel = 0
  110. SecondGUI.Position = UDim2.new(0.407031059, 0, 0.211302206, 0)
  111. SecondGUI.Size = UDim2.new(0, 142, 0, 305)
  112. SecondGUI.Active = true
  113. SecondGUI.Draggable = true
  114.  
  115. TextLabel.Parent = SecondGUI
  116. TextLabel.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  117. TextLabel.BackgroundTransparency = 0.03999999910593
  118. TextLabel.BorderSizePixel = 0
  119. TextLabel.Position = UDim2.new(-0.0733053759, 0, -0.0242610741, 0)
  120. TextLabel.Size = UDim2.new(0, 161, 0, 33)
  121. TextLabel.Font = Enum.Font.Cartoon
  122. TextLabel.Text = "Ghost-A-Trash"
  123. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  124. TextLabel.TextSize = 20
  125.  
  126. Board.Name = "Board"
  127. Board.Parent = SecondGUI
  128. Board.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  129. Board.BorderSizePixel = 0
  130. Board.Position = UDim2.new(0, 0, 0.193508998, 0)
  131. Board.Size = UDim2.new(0, 142, 0, 29)
  132. Board.Font = Enum.Font.Cartoon
  133. Board.Text = "Unlock Board"
  134. Board.TextColor3 = Color3.new(1, 1, 1)
  135. Board.TextSize = 17
  136. Board.MouseButton1Click:connect (function ()
  137. game.Players.LocalPlayer.Stats.BoardsUnlocked.Value = true
  138. end)
  139.  
  140. Magnet.Name = "Magnet"
  141. Magnet.Parent = SecondGUI
  142. Magnet.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  143. Magnet.BorderSizePixel = 0
  144. Magnet.Position = UDim2.new(0, 0, 0.285865158, 0)
  145. Magnet.Size = UDim2.new(0, 142, 0, 29)
  146. Magnet.Font = Enum.Font.Cartoon
  147. Magnet.Text = "Unlock Magnet"
  148. Magnet.TextColor3 = Color3.new(1, 1, 1)
  149. Magnet.TextSize = 17
  150. Magnet.MouseButton1Click:connect (function ()
  151. game.Players.LocalPlayer.Stats.MagnetismUnlocked.Value = true
  152. end)
  153.  
  154. Unbox.Name = "Unbox"
  155. Unbox.Parent = SecondGUI
  156. Unbox.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  157. Unbox.BorderSizePixel = 0
  158. Unbox.Position = UDim2.new(0, 0, 0.391336083, 0)
  159. Unbox.Size = UDim2.new(0, 142, 0, 29)
  160. Unbox.Font = Enum.Font.Cartoon
  161. Unbox.Text = "Quick Unbox"
  162. Unbox.TextColor3 = Color3.new(1, 1, 1)
  163. Unbox.TextSize = 17
  164. Unbox.MouseButton1Click:connect (function ()
  165. game.Players.LocalPlayer.Stats.AppliedPasses.QuickUnbox.Value = true
  166. end)
  167.  
  168. Drops.Name = "Drops"
  169. Drops.Parent = SecondGUI
  170. Drops.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  171. Drops.BorderSizePixel = 0
  172. Drops.Position = UDim2.new(0, 0, 0.483692259, 0)
  173. Drops.Size = UDim2.new(0, 142, 0, 29)
  174. Drops.Font = Enum.Font.Cartoon
  175. Drops.Text = "100% Drops"
  176. Drops.TextColor3 = Color3.new(1, 1, 1)
  177. Drops.TextSize = 17
  178. Drops.MouseButton1Click:connect (function ()
  179. game.Players.LocalPlayer.Stats.GemDropFactor.Value = 9999999999999999999
  180. end)
  181.  
  182. Start.Name = "Start"
  183. Start.Parent = SecondGUI
  184. Start.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  185. Start.BorderSizePixel = 0
  186. Start.Position = UDim2.new(0, 0, 0.751962721, 0)
  187. Start.Size = UDim2.new(0, 142, 0, 29)
  188. Start.Font = Enum.Font.Cartoon
  189. Start.Text = "Start"
  190. Start.TextColor3 = Color3.new(1, 1, 1)
  191. Start.TextSize = 17
  192. Start.MouseButton1Click:connect (function ()
  193. _G.Farm = true
  194. while _G.Farm == true do
  195. wait()
  196. local tbl_main =
  197. {
  198. }
  199. game:GetService("ReplicatedStorage").Network.ToServer.Requests.StartUseVacuum:FireServer(unpack(tbl_main))
  200.  
  201. for _,v in pairs(game:GetService("Workspace").Ghosts:GetChildren()) do
  202.  
  203. if v:FindFirstChild("Body") ~= nil and (v.Body.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude < 100 then
  204. for _,c in pairs(game:GetService("ReplicatedStorage").GhostEntries:GetDescendants()) do
  205. if c.Name == 'GhostName' then
  206. if c.Value == v.Name then
  207. if c.Parent.Parent.Stats.AntennaLevel.Value <= game.Players.LocalPlayer.Stats.AntennaLevel.Value then
  208.  
  209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Body.CFrame
  210. wait(.2)
  211. local A_1 = v
  212. local Event = game:GetService("ReplicatedStorage").Network.ToServer.Requests.VacuumEnemy
  213. Event:FireServer(A_1)
  214. repeat
  215. wait()
  216. game.Workspace.ScriptParts.EctoplasmConverters.Converter.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  217. for _,v in pairs(game.Workspace.Drops:GetChildren()) do
  218. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  219. end
  220. until v:FindFirstChild("Body") == nil
  221. end;end;end;end;end;end;end
  222. end)
  223.  
  224. TextLabel_2.Parent = SecondGUI
  225. TextLabel_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  226. TextLabel_2.BackgroundTransparency = 99
  227. TextLabel_2.BorderSizePixel = 0
  228. TextLabel_2.Position = UDim2.new(0, 0, 0.0839356482, 0)
  229. TextLabel_2.Size = UDim2.new(0, 140, 0, 33)
  230. TextLabel_2.Font = Enum.Font.Cartoon
  231. TextLabel_2.Text = "Functions"
  232. TextLabel_2.TextColor3 = Color3.new(1, 0.780392, 0.419608)
  233. TextLabel_2.TextSize = 19
  234.  
  235. TextLabel_3.Parent = SecondGUI
  236. TextLabel_3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  237. TextLabel_3.BackgroundTransparency = 99
  238. TextLabel_3.BorderSizePixel = 0
  239. TextLabel_3.Position = UDim2.new(0, 0, 0.641312659, 0)
  240. TextLabel_3.Size = UDim2.new(0, 140, 0, 33)
  241. TextLabel_3.Font = Enum.Font.Cartoon
  242. TextLabel_3.Text = "Auto-Farm"
  243. TextLabel_3.TextColor3 = Color3.new(1, 0.780392, 0.419608)
  244. TextLabel_3.TextSize = 19
  245.  
  246. TextLabel_4.Parent = SecondGUI
  247. TextLabel_4.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  248. TextLabel_4.BackgroundTransparency = 99
  249. TextLabel_4.BorderSizePixel = 0
  250. TextLabel_4.Position = UDim2.new(0, 0, 0.84459132, 0)
  251. TextLabel_4.Size = UDim2.new(0, 140, 0, 33)
  252. TextLabel_4.Font = Enum.Font.Cartoon
  253. TextLabel_4.Text = "Attacks Monsters in your area!"
  254. TextLabel_4.TextColor3 = Color3.new(0.670588, 1, 0.945098)
  255. TextLabel_4.TextSize = 15
  256. TextLabel_4.TextWrapped = true
  257.  
  258. Board_2.Name = "Board"
  259. Board_2.Parent = SecondGUI
  260. Board_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  261. Board_2.BorderSizePixel = 0
  262. Board_2.Position = UDim2.new(0, 0, 0.973836899, 0)
  263. Board_2.Size = UDim2.new(0, 142, 0, 14)
  264. Board_2.Font = Enum.Font.Cartoon
  265. Board_2.Text = "Close"
  266. Board_2.TextColor3 = Color3.new(1, 1, 1)
  267. Board_2.TextSize = 15
  268. Board_2.MouseButton1Click:connect (function()
  269. SecondGUI.Visible = false
  270. Open.Visible = true
  271. end)
  272. end)
  273.  
  274. cridetbutton.Name = "cridet button"
  275. cridetbutton.Parent = main
  276. cridetbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  277. cridetbutton.BackgroundTransparency = 5
  278. cridetbutton.Position = UDim2.new(0.249899328, 0, 0.713303983, 0)
  279. cridetbutton.Size = UDim2.new(0, 101, 0, 48)
  280. cridetbutton.Font = Enum.Font.SourceSans
  281. cridetbutton.Text = "Cridets"
  282. cridetbutton.TextColor3 = Color3.new(0, 0, 0)
  283. cridetbutton.TextScaled = true
  284. cridetbutton.TextSize = 14
  285. cridetbutton.TextWrapped = true
  286. cridetbutton.MouseButton1Down:connect(function()
  287. cridetsgui.Visible = true
  288. main.Visible = false
  289. end)
  290.  
  291. cridetsgui.Name = "cridets gui'"
  292. cridetsgui.Parent = ScreenGui
  293. cridetsgui.Active = true
  294. cridetsgui.BackgroundColor3 = Color3.new(1, 1, 1)
  295. cridetsgui.Position = UDim2.new(0.389255404, 0, 0.287625402, 0)
  296. cridetsgui.Size = UDim2.new(0, 348, 0, 307)
  297. cridetsgui.Visible = false
  298. cridetsgui.Style = Enum.FrameStyle.DropShadow
  299.  
  300. cridettitle.Name = "cridet title"
  301. cridettitle.Parent = cridetsgui
  302. cridettitle.BackgroundColor3 = Color3.new(1, 1, 1)
  303. cridettitle.BackgroundTransparency = 5
  304. cridettitle.Position = UDim2.new(0.267961502, 0, 0.00114068016, 0)
  305. cridettitle.Size = UDim2.new(0, 154, 0, 52)
  306. cridettitle.Font = Enum.Font.SourceSans
  307. cridettitle.Text = "Cridets"
  308. cridettitle.TextColor3 = Color3.new(0.333333, 1, 1)
  309. cridettitle.TextScaled = true
  310. cridettitle.TextSize = 14
  311. cridettitle.TextWrapped = true
  312.  
  313. nothing.Name = "nothing"
  314. nothing.Parent = cridetsgui
  315. nothing.BackgroundColor3 = Color3.new(1, 1, 1)
  316. nothing.Position = UDim2.new(0.0213801935, 0, 0.31096679, 0)
  317. nothing.Size = UDim2.new(0, 318, 0, 192)
  318. nothing.Font = Enum.Font.SourceSans
  319. nothing.Text = ""
  320. nothing.TextColor3 = Color3.new(0, 0, 0)
  321. nothing.TextSize = 14
  322.  
  323. me.Name = "me"
  324. me.Parent = cridetsgui
  325. me.BackgroundColor3 = Color3.new(1, 1, 1)
  326. me.BackgroundTransparency = 5
  327. me.Position = UDim2.new(0.215418145, 0, 0.35377568, 0)
  328. me.Size = UDim2.new(0, 183, 0, 50)
  329. me.Font = Enum.Font.SourceSans
  330. me.Text = "Johnmark GULBE"
  331. me.TextColor3 = Color3.new(0, 0, 0)
  332. me.TextScaled = true
  333. me.TextSize = 14
  334. me.TextWrapped = true
  335.  
  336. johnpual.Name = "johnpual"
  337. johnpual.Parent = cridetsgui
  338. johnpual.BackgroundColor3 = Color3.new(1, 1, 1)
  339. johnpual.BackgroundTransparency = 5
  340. johnpual.Position = UDim2.new(0.215418145, 0, 0.542700768, 0)
  341. johnpual.Size = UDim2.new(0, 183, 0, 50)
  342. johnpual.Font = Enum.Font.SourceSans
  343. johnpual.Text = "johnpaul"
  344. johnpual.TextColor3 = Color3.new(0, 0, 0)
  345. johnpual.TextScaled = true
  346. johnpual.TextSize = 14
  347. johnpual.TextWrapped = true
  348.  
  349. argie.Name = "argie"
  350. argie.Parent = cridetsgui
  351. argie.BackgroundColor3 = Color3.new(1, 1, 1)
  352. argie.BackgroundTransparency = 5
  353. argie.Position = UDim2.new(0.22116527, 0, 0.744655132, 0)
  354. argie.Size = UDim2.new(0, 183, 0, 50)
  355. argie.Font = Enum.Font.SourceSans
  356. argie.Text = "argie"
  357. argie.TextColor3 = Color3.new(0, 0, 0)
  358. argie.TextScaled = true
  359. argie.TextSize = 14
  360. argie.TextWrapped = true
  361.  
  362. backbutton.Name = "back button"
  363. backbutton.Parent = cridetsgui
  364. backbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  365. backbutton.BackgroundTransparency = 5
  366. backbutton.Position = UDim2.new(-0.0018120259, 0, -0.00575996935, 0)
  367. backbutton.Size = UDim2.new(0, 58, 0, 24)
  368. backbutton.Font = Enum.Font.SourceSans
  369. backbutton.Text = "Back"
  370. backbutton.TextColor3 = Color3.new(0.666667, 0, 0)
  371. backbutton.TextScaled = true
  372. backbutton.TextSize = 14
  373. backbutton.TextWrapped = true
  374. backbutton.MouseButton1Down:connect(function()
  375. main.Visible = true
  376. cridetsgui.Visible = false
  377. end)
  378.  
  379. function SCRIPT_HSAM73_FAKESCRIPT() -- title.Script
  380. local script = Instance.new('Script')
  381. script.Parent = title
  382. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  383.  
  384. counter = 0
  385.  
  386. while wait(0.1)do
  387. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  388.  
  389. counter = counter + 0.01
  390.  
  391. end
  392.  
  393. end
  394. coroutine.resume(coroutine.create(SCRIPT_HSAM73_FAKESCRIPT))
  395. function SCRIPT_UMZR75_FAKESCRIPT() -- ghostsimulator.Script
  396. local script = Instance.new('Script')
  397. script.Parent = ghostsimulator
  398. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  399.  
  400. counter = 0
  401.  
  402. while wait(0.1)do
  403. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  404.  
  405. counter = counter + 0.01
  406.  
  407. end
  408.  
  409. end
  410. coroutine.resume(coroutine.create(SCRIPT_UMZR75_FAKESCRIPT))
  411. function SCRIPT_PWYV77_FAKESCRIPT() -- cridetbutton.Script
  412. local script = Instance.new('Script')
  413. script.Parent = cridetbutton
  414. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  415.  
  416. counter = 0
  417.  
  418. while wait(0.1)do
  419. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  420.  
  421. counter = counter + 0.01
  422.  
  423. end
  424.  
  425. end
  426. coroutine.resume(coroutine.create(SCRIPT_PWYV77_FAKESCRIPT))
  427. function SCRIPT_QTPL72_FAKESCRIPT() -- cridettitle.Script
  428. local script = Instance.new('Script')
  429. script.Parent = cridettitle
  430. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  431.  
  432. counter = 0
  433.  
  434. while wait(0.1)do
  435. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  436.  
  437. counter = counter + 0.01
  438.  
  439. end
  440.  
  441. end
  442. coroutine.resume(coroutine.create(SCRIPT_QTPL72_FAKESCRIPT))
  443. function SCRIPT_GUGE67_FAKESCRIPT() -- nothing.Script
  444. local script = Instance.new('Script')
  445. script.Parent = nothing
  446. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  447.  
  448. counter = 0
  449.  
  450. while wait(0.1)do
  451. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  452.  
  453. counter = counter + 0.01
  454.  
  455. end
  456.  
  457. end
  458. coroutine.resume(coroutine.create(SCRIPT_GUGE67_FAKESCRIPT))
  459. function SCRIPT_FJBP70_FAKESCRIPT() -- backbutton.Script
  460. local script = Instance.new('Script')
  461. script.Parent = backbutton
  462. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  463.  
  464. counter = 0
  465.  
  466. while wait(0.1)do
  467. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  468.  
  469. counter = counter + 0.01
  470.  
  471. end
  472.  
  473. end
  474. coroutine.resume(coroutine.create(SCRIPT_FJBP70_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement