Advertisement
Guest User

Untitled

a guest
Dec 31st, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local GuestWorldV1 = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Hide = Instance.new("TextLabel")
  4. local Show = Instance.new("TextLabel")
  5. local Gun1 = Instance.new("TextLabel")
  6. local Gun2 = Instance.new("TextLabel")
  7. local Gun3 = Instance.new("TextLabel")
  8. local Gun4 = Instance.new("TextLabel")
  9. local Gun5 = Instance.new("TextLabel")
  10. local Survivor = Instance.new("TextLabel")
  11. local Gun6 = Instance.new("TextLabel")
  12. local HowUse = Instance.new("TextLabel")
  13. local Text = Instance.new("TextLabel")
  14. local Main2 = Instance.new("Frame")
  15. local ESP = Instance.new("TextLabel")
  16. local Bacon = Instance.new("TextLabel")
  17. local GunText = Instance.new("TextLabel")
  18. local EspText = Instance.new("TextLabel")
  19. local GuestWorld = Instance.new("ImageLabel")
  20. local Made = Instance.new("TextLabel")
  21. local Scripting = Instance.new("TextLabel")
  22. local Edit = Instance.new("TextLabel")
  23.  
  24. GuestWorldV1.Name = "GuestWorldV1"
  25. GuestWorldV1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. GuestWorldV1.ResetOnSpawn = false
  27.  
  28. Main.Name = "Main"
  29. Main.Parent = GuestWorldV1
  30. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  31. Main.BorderSizePixel = 0
  32. Main.Position = UDim2.new(0, 0, 0.0813953504, 0)
  33. Main.Size = UDim2.new(0, 120, 0, 300)
  34.  
  35. Hide.Name = "Hide"
  36. Hide.Parent = Main
  37. Hide.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Hide.BackgroundTransparency = 1
  39. Hide.BorderSizePixel = 0
  40. Hide.Position = UDim2.new(0, 0, 0.122661255, 0)
  41. Hide.Size = UDim2.new(0, 120, 0, 31)
  42. Hide.Font = Enum.Font.Code
  43. Hide.Text = "/e Hide"
  44. Hide.TextColor3 = Color3.new(0, 0, 0)
  45. Hide.TextSize = 24
  46. Hide.TextXAlignment = Enum.TextXAlignment.Left
  47.  
  48. Show.Name = "Show"
  49. Show.Parent = Main
  50. Show.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Show.BackgroundTransparency = 1
  52. Show.BorderSizePixel = 0
  53. Show.Position = UDim2.new(0, 0, 0.224870458, 0)
  54. Show.Size = UDim2.new(0, 120, 0, 34)
  55. Show.Font = Enum.Font.Code
  56. Show.Text = "/e Show"
  57. Show.TextColor3 = Color3.new(0, 0, 0)
  58. Show.TextSize = 24
  59. Show.TextXAlignment = Enum.TextXAlignment.Left
  60.  
  61. Gun1.Name = "Gun1"
  62. Gun1.Parent = Main
  63. Gun1.BackgroundColor3 = Color3.new(1, 1, 1)
  64. Gun1.BackgroundTransparency = 1
  65. Gun1.BorderSizePixel = 0
  66. Gun1.Position = UDim2.new(0, 0, 0.338494599, 0)
  67. Gun1.Size = UDim2.new(0, 120, 0, 35)
  68. Gun1.Font = Enum.Font.Code
  69. Gun1.Text = "/e Gun1"
  70. Gun1.TextColor3 = Color3.new(0, 0, 0)
  71. Gun1.TextSize = 24
  72. Gun1.TextXAlignment = Enum.TextXAlignment.Left
  73.  
  74. Gun2.Name = "Gun2"
  75. Gun2.Parent = Main
  76. Gun2.BackgroundColor3 = Color3.new(1, 1, 1)
  77. Gun2.BackgroundTransparency = 1
  78. Gun2.BorderSizePixel = 0
  79. Gun2.Position = UDim2.new(0, 0, 0.456005603, 0)
  80. Gun2.Size = UDim2.new(0, 120, 0, 35)
  81. Gun2.Font = Enum.Font.Code
  82. Gun2.Text = "/e Gun2"
  83. Gun2.TextColor3 = Color3.new(0, 0, 0)
  84. Gun2.TextSize = 24
  85. Gun2.TextXAlignment = Enum.TextXAlignment.Left
  86.  
  87. Gun3.Name = "Gun3"
  88. Gun3.Parent = Main
  89. Gun3.BackgroundColor3 = Color3.new(1, 1, 1)
  90. Gun3.BackgroundTransparency = 1
  91. Gun3.BorderSizePixel = 0
  92. Gun3.Position = UDim2.new(0, 0, 0.573465168, 0)
  93. Gun3.Size = UDim2.new(0, 120, 0, 35)
  94. Gun3.Font = Enum.Font.Code
  95. Gun3.Text = "/e Gun3"
  96. Gun3.TextColor3 = Color3.new(0, 0, 0)
  97. Gun3.TextSize = 24
  98. Gun3.TextXAlignment = Enum.TextXAlignment.Left
  99.  
  100. Gun4.Name = "Gun4"
  101. Gun4.Parent = Main
  102. Gun4.BackgroundColor3 = Color3.new(1, 1, 1)
  103. Gun4.BackgroundTransparency = 1
  104. Gun4.BorderSizePixel = 0
  105. Gun4.Position = UDim2.new(0, 0, 0.687591493, 0)
  106. Gun4.Size = UDim2.new(0, 120, 0, 35)
  107. Gun4.Font = Enum.Font.Code
  108. Gun4.Text = "/e Gun4"
  109. Gun4.TextColor3 = Color3.new(0, 0, 0)
  110. Gun4.TextSize = 24
  111. Gun4.TextXAlignment = Enum.TextXAlignment.Left
  112.  
  113. Gun5.Name = "Gun5"
  114. Gun5.Parent = Main
  115. Gun5.BackgroundColor3 = Color3.new(1, 1, 1)
  116. Gun5.BackgroundTransparency = 1
  117. Gun5.BorderSizePixel = 0
  118. Gun5.Position = UDim2.new(0, 0, 0.825318635, 0)
  119. Gun5.Size = UDim2.new(0, 120, 0, 16)
  120. Gun5.Font = Enum.Font.Code
  121. Gun5.Text = "/e Gun5"
  122. Gun5.TextColor3 = Color3.new(0, 0, 0)
  123. Gun5.TextSize = 24
  124. Gun5.TextXAlignment = Enum.TextXAlignment.Left
  125.  
  126. Survivor.Name = "Survivor"
  127. Survivor.Parent = Main
  128. Survivor.BackgroundColor3 = Color3.new(0.105882, 0.509804, 0.670588)
  129. Survivor.BorderSizePixel = 0
  130. Survivor.Size = UDim2.new(0, 120, 0, 37)
  131. Survivor.Font = Enum.Font.Arcade
  132. Survivor.Text = "Survivor"
  133. Survivor.TextColor3 = Color3.new(0.188235, 0.713726, 0.831373)
  134. Survivor.TextSize = 24
  135.  
  136. Gun6.Name = "Gun6"
  137. Gun6.Parent = Main
  138. Gun6.BackgroundColor3 = Color3.new(1, 1, 1)
  139. Gun6.BackgroundTransparency = 1
  140. Gun6.BorderSizePixel = 0
  141. Gun6.Position = UDim2.new(0, 0, 0.932176888, 0)
  142. Gun6.Size = UDim2.new(0, 120, 0, 16)
  143. Gun6.Font = Enum.Font.Code
  144. Gun6.Text = "/e Gun6"
  145. Gun6.TextColor3 = Color3.new(0, 0, 0)
  146. Gun6.TextSize = 24
  147. Gun6.TextXAlignment = Enum.TextXAlignment.Left
  148.  
  149. HowUse.Name = "HowUse"
  150. HowUse.Parent = GuestWorldV1
  151. HowUse.BackgroundColor3 = Color3.new(0.67451, 0.403922, 0.223529)
  152. HowUse.BorderSizePixel = 0
  153. HowUse.Position = UDim2.new(0.2772277, 0, 0, 0)
  154. HowUse.Size = UDim2.new(0, 743, 0, 49)
  155. HowUse.Font = Enum.Font.Antique
  156. HowUse.Text = "First The Game Is Started, And Say Bacon Soldier Coming, And Have Times, The You Will Say /e Hide It Will Help You Win, Say /e Show Will Teleport You Back, And Say /e Gun1-5 Will Teleport You To Gun Chest"
  157. HowUse.TextColor3 = Color3.new(0.0823529, 0.360784, 0.603922)
  158. HowUse.TextScaled = true
  159. HowUse.TextSize = 20
  160. HowUse.TextWrapped = true
  161.  
  162. Text.Name = "Text"
  163. Text.Parent = GuestWorldV1
  164. Text.BackgroundColor3 = Color3.new(0.67451, 0.403922, 0.223529)
  165. Text.BackgroundTransparency = 1
  166. Text.BorderSizePixel = 0
  167. Text.Size = UDim2.new(0, 365, 0, 56)
  168. Text.Font = Enum.Font.Highway
  169. Text.Text = "Guest World Orphanage"
  170. Text.TextColor3 = Color3.new(0.0823529, 0.360784, 0.603922)
  171. Text.TextScaled = true
  172. Text.TextSize = 20
  173. Text.TextWrapped = true
  174.  
  175. Main2.Name = "Main2"
  176. Main2.Parent = GuestWorldV1
  177. Main2.BackgroundColor3 = Color3.new(1, 1, 1)
  178. Main2.BorderSizePixel = 0
  179. Main2.Position = UDim2.new(0.118811883, 0, 0.0813953504, 0)
  180. Main2.Size = UDim2.new(0, 127, 0, 300)
  181.  
  182. ESP.Name = "ESP"
  183. ESP.Parent = Main2
  184. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  185. ESP.BackgroundTransparency = 1
  186. ESP.BorderSizePixel = 0
  187. ESP.Position = UDim2.new(0, 0, 0.119531989, 0)
  188. ESP.Size = UDim2.new(0, 127, 0, 31)
  189. ESP.Font = Enum.Font.Code
  190. ESP.Text = "/e Esp"
  191. ESP.TextColor3 = Color3.new(0, 0, 0)
  192. ESP.TextSize = 24
  193. ESP.TextXAlignment = Enum.TextXAlignment.Left
  194.  
  195. Bacon.Name = "Bacon"
  196. Bacon.Parent = Main2
  197. Bacon.BackgroundColor3 = Color3.new(0.45098, 0.329412, 0.137255)
  198. Bacon.BorderSizePixel = 0
  199. Bacon.Size = UDim2.new(0, 127, 0, 37)
  200. Bacon.Font = Enum.Font.Arcade
  201. Bacon.Text = "Bacon"
  202. Bacon.TextColor3 = Color3.new(0.313726, 0.196078, 0.113725)
  203. Bacon.TextSize = 24
  204.  
  205. GunText.Name = "GunText"
  206. GunText.Parent = GuestWorldV1
  207. GunText.BackgroundColor3 = Color3.new(0.360784, 1, 0.572549)
  208. GunText.BorderSizePixel = 0
  209. GunText.Position = UDim2.new(0.2772277, 0, 0.0988371819, 0)
  210. GunText.Size = UDim2.new(0, 179, 0, 49)
  211. GunText.Font = Enum.Font.Antique
  212. GunText.Text = "Gun Open Will Be 2 : 45!"
  213. GunText.TextColor3 = Color3.new(0.196078, 0.247059, 0.470588)
  214. GunText.TextScaled = true
  215. GunText.TextSize = 20
  216. GunText.TextWrapped = true
  217.  
  218. EspText.Name = "EspText"
  219. EspText.Parent = GuestWorldV1
  220. EspText.BackgroundColor3 = Color3.new(0.47451, 0.301961, 0.160784)
  221. EspText.BorderSizePixel = 0
  222. EspText.Position = UDim2.new(0.2772277, 0, 0.0494185761, 0)
  223. EspText.Size = UDim2.new(0, 277, 0, 49)
  224. EspText.Font = Enum.Font.Antique
  225. EspText.Text = "Say /e Esp Can See Any Survivors!"
  226. EspText.TextColor3 = Color3.new(0.854902, 0.505882, 0.27451)
  227. EspText.TextSize = 28
  228. EspText.TextWrapped = true
  229.  
  230. GuestWorld.Name = "GuestWorld"
  231. GuestWorld.Parent = GuestWorldV1
  232. GuestWorld.BackgroundColor3 = Color3.new(1, 1, 1)
  233. GuestWorld.BackgroundTransparency = 1
  234. GuestWorld.BorderSizePixel = 0
  235. GuestWorld.Position = UDim2.new(0, 0, 0.463662773, 0)
  236. GuestWorld.Size = UDim2.new(0, 100, 0, 100)
  237. GuestWorld.Image = "rbxassetid://2496430968"
  238.  
  239. Made.Name = "Made"
  240. Made.Parent = GuestWorld
  241. Made.BackgroundColor3 = Color3.new(1, 1, 1)
  242. Made.BackgroundTransparency = 1
  243. Made.BorderSizePixel = 0
  244. Made.Position = UDim2.new(0, 0, 1, 0)
  245. Made.Size = UDim2.new(0, 100, 0, 20)
  246. Made.Font = Enum.Font.Antique
  247. Made.Text = "Made by baldiwrds"
  248. Made.TextColor3 = Color3.new(0.227451, 0.270588, 0.545098)
  249. Made.TextScaled = true
  250. Made.TextSize = 18
  251. Made.TextWrapped = true
  252.  
  253. Scripting.Name = "Scripting"
  254. Scripting.Parent = GuestWorld
  255. Scripting.BackgroundColor3 = Color3.new(1, 1, 1)
  256. Scripting.BackgroundTransparency = 1
  257. Scripting.BorderSizePixel = 0
  258. Scripting.Position = UDim2.new(0, 0, 1.20000005, 0)
  259. Scripting.Size = UDim2.new(0, 100, 0, 20)
  260. Scripting.Font = Enum.Font.Antique
  261. Scripting.Text = "Scripting by baldiwrds"
  262. Scripting.TextColor3 = Color3.new(0.988235, 1, 0.145098)
  263. Scripting.TextScaled = true
  264. Scripting.TextSize = 18
  265. Scripting.TextWrapped = true
  266.  
  267. Edit.Name = "Edit"
  268. Edit.Parent = GuestWorld
  269. Edit.BackgroundColor3 = Color3.new(1, 1, 1)
  270. Edit.BackgroundTransparency = 1
  271. Edit.BorderSizePixel = 0
  272. Edit.Position = UDim2.new(0, 0, 1.4000001, 0)
  273. Edit.Size = UDim2.new(0, 100, 0, 20)
  274. Edit.Font = Enum.Font.Antique
  275. Edit.Text = "Edit by baldiwrds"
  276. Edit.TextColor3 = Color3.new(0.188235, 0.552941, 0.74902)
  277. Edit.TextScaled = true
  278. Edit.TextSize = 18
  279. Edit.TextWrapped = true
  280.  
  281. function SCRIPT_BFLZ81_FAKESCRIPT()
  282. local script = Instance.new('LocalScript')
  283. script.Parent = Main
  284. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  285.  
  286. counter = 0
  287.  
  288. while wait(0.1)do
  289. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  290.  
  291. counter = counter + 0.01
  292. end
  293.  
  294. end
  295. coroutine.resume(coroutine.create(SCRIPT_BFLZ81_FAKESCRIPT))
  296. function SCRIPT_JJUT86_FAKESCRIPT()
  297. local script = Instance.new('LocalScript')
  298. script.Parent = Main2
  299. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  300.  
  301. counter = 0
  302.  
  303. while wait(0.1)do
  304. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  305.  
  306. counter = counter + 0.01
  307. end
  308.  
  309. end
  310. coroutine.resume(coroutine.create(SCRIPT_JJUT86_FAKESCRIPT))
  311.  
  312. local Player = game.Players.LocalPlayer
  313. Char = Player.Character
  314. Hum = Char.Humanoid
  315.  
  316. Player.Chatted:connect(function(cht)
  317. if cht:match("/e Hide") then
  318. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-828, 22, 1374)
  319. elseif cht:match("/e Show") then
  320. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-772, 3, 1442)
  321. elseif cht:match("/e Gun1") then
  322. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-768, 3, 1454)
  323. elseif cht:match("/e Gun2") then
  324. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-751, -11, 1542)
  325. elseif cht:match("/e Gun3") then
  326. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-876, 16, 1463)
  327. elseif cht:match("/e Gun4") then
  328. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-835, 16, 1531)
  329. elseif cht:match("/e Gun5") then
  330. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-865, 30, 1478)
  331. elseif cht:match("/e Gun6") then
  332. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-873, 4, 1521)
  333. elseif cht:match("/e Esp") then
  334. -- Made by Clifford from Intriga Discord -- Edited by Foxxy#2439 --
  335.  
  336. local localPlayer=game.Players.LocalPlayer
  337.  
  338. function highlightModel(objObject)
  339. for i,v in pairs(objObject:children())do
  340. if v:IsA'BasePart'and v.Name~='HumanoidRootPart'then
  341. local bHA=Instance.new('BoxHandleAdornment',v)
  342. bHA.Adornee=v
  343. bHA.Size= v.Name=='Head' and Vector3.new(1.25,1.25,1.25) or v.Size
  344. bHA.Color3=v.Name=='Head'and Color3.new(1,0,0)or v.Name=='Torso'and Color3.new(0,1,0)or Color3.new(0,0,1)
  345. bHA.Transparency=.5
  346. bHA.ZIndex=1
  347. bHA.AlwaysOnTop=true
  348. end
  349. if #v:children()>0 then
  350. highlightModel(v)
  351. end
  352. end
  353. end
  354.  
  355. function unHighlightModel(objObject)
  356. for i,v in pairs(objObject:children())do
  357. if v:IsA'BasePart' and v:findFirstChild'BoxHandleAdornment' then
  358. v.BoxHandleAdornment:Destroy()
  359. end
  360. if #v:children()>0 then
  361. unHighlightModel(v)
  362. end
  363. end
  364. end
  365.  
  366. function sortTeamHighlights(objPlayer)
  367. repeat wait() until objPlayer.Character
  368. if objPlayer.TeamColor~=localPlayer.TeamColor then
  369. highlightModel(objPlayer.Character)
  370. else
  371. unHighlightModel(objPlayer.Character)
  372. end
  373. if objPlayer~=localPlayer then
  374. objPlayer.Changed:connect(function(strProp)
  375. if strProp=='TeamColor'then
  376. if objPlayer.TeamColor~=localPlayer.TeamColor then
  377. unHighlightModel(objPlayer.Character)
  378. highlightModel(objPlayer.Character)
  379. else
  380. unHighlightModel(objPlayer.Character)
  381. end
  382. end
  383. end)
  384. else
  385. objPlayer.Changed:connect(function(strProp)
  386. if strProp=='TeamColor'then
  387. wait(.5)
  388. for i,v in pairs(game.Players:GetPlayers())do
  389. unHighlightModel(v)
  390. if v.TeamColor~=localPlayer.TeamColor then
  391. highlightModel(v.Character)
  392. end
  393. end
  394. end
  395. end)
  396. end
  397. end
  398.  
  399. for i,v in pairs(game.Players:GetPlayers())do
  400. v.CharacterAdded:connect(function()
  401. sortTeamHighlights(v)
  402. end)
  403. sortTeamHighlights(v)
  404. end
  405. game.Players.PlayerAdded:connect(function(objPlayer)
  406. objPlayer.CharacterAdded:connect(function(objChar)
  407. sortTeamHighlights(objPlayer)
  408. end)
  409. end)
  410. end
  411. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement