vaux19

adadadad

Jan 22nd, 2021 (edited)
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.28 KB | None | 0 0
  1. --test
  2.  
  3. -- Gui to Lua
  4. -- Version: 3.2
  5.  
  6. -- Instances:
  7.  
  8. local ScreenGui = Instance.new("ScreenGui")
  9. local Frame = Instance.new("Frame")
  10. local Frame_2 = Instance.new("Frame")
  11. local Open = Instance.new("TextButton")
  12. local HACK = Instance.new("Frame")
  13. local dadada = Instance.new("Frame")
  14. local Spam = Instance.new("TextButton")
  15. local OffOn = Instance.new("TextLabel")
  16. local YTschoka = Instance.new("TextLabel")
  17. local ImageLabel = Instance.new("ImageLabel")
  18. local KillPlayer = Instance.new("TextBox")
  19. local Close = Instance.new("TextButton")
  20. local Kill = Instance.new("TextButton")
  21. local ImageLabel_2 = Instance.new("ImageLabel")
  22. local OffOn1 = Instance.new("TextLabel")
  23. local Crash = Instance.new("TextButton")
  24. local OffOn2 = Instance.new("TextLabel")
  25. local ImageLabel_3 = Instance.new("ImageLabel")
  26. local Gears = Instance.new("TextButton")
  27. local ImageLabel_4 = Instance.new("ImageLabel")
  28. local OffOn3 = Instance.new("TextLabel")
  29. local TextLabel = Instance.new("TextLabel")
  30. local Frame1 = Instance.new("Frame")
  31. local Frame_3 = Instance.new("Frame")
  32. local Open_2 = Instance.new("TextButton")
  33. local MORE = Instance.new("Frame")
  34. local dadada_2 = Instance.new("Frame")
  35. local Arrest = Instance.new("TextButton")
  36. local OffOn4 = Instance.new("TextLabel")
  37. local YTschoka_2 = Instance.new("TextLabel")
  38. local ImageLabel_5 = Instance.new("ImageLabel")
  39. local ArrestPlayer = Instance.new("TextBox")
  40. local Close1 = Instance.new("TextButton")
  41. local Team = Instance.new("TextButton")
  42. local ImageLabel_6 = Instance.new("ImageLabel")
  43. local OffOn5 = Instance.new("TextLabel")
  44. local Stuck = Instance.new("TextButton")
  45. local OffOn6 = Instance.new("TextLabel")
  46. local ImageLabel_7 = Instance.new("ImageLabel")
  47. local StuckPlayer = Instance.new("TextBox")
  48. local Coming = Instance.new("TextButton")
  49. local TextLabel_2 = Instance.new("TextLabel")
  50.  
  51. --Properties:
  52.  
  53. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  54. ScreenGui.Parent = game.CoreGui
  55.  
  56. Frame.Parent = ScreenGui
  57. Frame.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  58. Frame.BorderSizePixel = 0
  59. Frame.Position = UDim2.new(0.0937692821, 0, 0.157330155, 0)
  60. Frame.Size = UDim2.new(0, 139, 0, 38)
  61.  
  62. Frame_2.Parent = Frame
  63. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  64. Frame_2.BorderSizePixel = 0
  65. Frame_2.Position = UDim2.new(0, 0, 0.842105269, 0)
  66. Frame_2.Size = UDim2.new(0, 139, 0, 6)
  67.  
  68. Open.Name = "Open"
  69. Open.Parent = Frame
  70. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. Open.BackgroundTransparency = 1.000
  72. Open.Position = UDim2.new(0.755395651, 0, -0.342105269, 0)
  73. Open.Size = UDim2.new(0, 40, 0, 45)
  74. Open.Font = Enum.Font.Cartoon
  75. Open.Text = "+"
  76. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  77. Open.TextScaled = true
  78. Open.TextSize = 25.000
  79. Open.TextWrapped = true
  80. Open.MouseButton1Click:connect(function()
  81. HACK.Visible = true
  82. end)
  83.  
  84. HACK.Name = "HACK"
  85. HACK.Parent = Frame
  86. HACK.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  87. HACK.BorderSizePixel = 0
  88. HACK.Position = UDim2.new(0, 0, 1.65789473, 0)
  89. HACK.Size = UDim2.new(0, 139, 0, 388)
  90. HACK.Draggable = true
  91. HACK.Active = true
  92. HACK.Visible = false
  93.  
  94. dadada.Name = "dadada"
  95. dadada.Parent = HACK
  96. dadada.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  97. dadada.BorderSizePixel = 0
  98. dadada.Position = UDim2.new(0, 0, 0.998687506, 0)
  99. dadada.Size = UDim2.new(0, 139, 0, 6)
  100.  
  101. Spam.Name = "Spam"
  102. Spam.Parent = HACK
  103. Spam.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  104. Spam.BorderSizePixel = 0
  105. Spam.Position = UDim2.new(0.0431654677, 0, 0.0942408368, 0)
  106. Spam.Size = UDim2.new(0, 80, 0, 34)
  107. Spam.Font = Enum.Font.Cartoon
  108. Spam.Text = "Spam"
  109. Spam.TextColor3 = Color3.fromRGB(255, 255, 255)
  110. Spam.TextSize = 25.000
  111. Spam.TextWrapped = true
  112. Spam.MouseButton1Click:connect(function()
  113. OffOn.Text = "Off"
  114. wait(1)
  115. OffOn.Text = "On"
  116.  
  117. local A_1 = "Hat"
  118. local A_2 = "151784320"
  119. local A_3 = "Add"
  120. local Event = game:GetService("ReplicatedStorage").Remotes.AvatarChange
  121. Event:FireServer(A_1, A_2, A_3)
  122.  
  123.  
  124. --Credits:Invisible_ (Fe bomb master)
  125. local player = game.Players.LocalPlayer
  126. local mouse = player:GetMouse()
  127. spawn(function()
  128. while true do
  129. wait()
  130. if game.Players.LocalPlayer.Character:FindFirstChild("4026550685") ~= nil then
  131. game.Players.LocalPlayer.Character:WaitForChild("4026550685").Parent = workspace
  132. end
  133. end
  134. end)
  135. mouse.KeyDown:connect(function(key)
  136. if key == "e" then
  137. game.ReplicatedStorage.Remotes.EquipEvent:FireServer("Equip","Hats",01055299.0)
  138. end
  139. end)
  140.  
  141. --Credits:Invisible_ (Fe bomb master)
  142. local player = game.Players.LocalPlayer
  143. local mouse = player:GetMouse()
  144. spawn(function()
  145. while true do
  146. wait()
  147. if game.Players.LocalPlayer.Character:FindFirstChild("3715951162") ~= nil then
  148. game.Players.LocalPlayer.Character:WaitForChild("3715951162").Parent = workspace
  149. end
  150. end
  151. end)
  152. mouse.KeyDown:connect(function(key)
  153. if key == "e" then
  154. game.ReplicatedStorage.Remotes.EquipEvent:FireServer("Equip","Hats",01055299.0)
  155. end
  156. end)
  157.  
  158. --Credits:Invisible_ (Fe bomb master)
  159. local player = game.Players.LocalPlayer
  160. local mouse = player:GetMouse()
  161. spawn(function()
  162. while true do
  163. wait()
  164. if game.Players.LocalPlayer.Character:FindFirstChild("151784320") ~= nil then
  165. game.Players.LocalPlayer.Character:WaitForChild("151784320").Parent = workspace
  166. end
  167. end
  168. end)
  169. mouse.KeyDown:connect(function(key)
  170. if key == "e" then
  171. game.ReplicatedStorage.Remotes.EquipEvent:FireServer("Equip","Hats",01055299.0)
  172. end
  173. end)
  174. end)
  175. OffOn.Name = "Off/On"
  176. OffOn.Parent = HACK
  177. OffOn.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  178. OffOn.BackgroundTransparency = 1.000
  179. OffOn.Position = UDim2.new(0.618705034, 0, 0.0942408368, 0)
  180. OffOn.Size = UDim2.new(0, 53, 0, 34)
  181. OffOn.Font = Enum.Font.Cartoon
  182. OffOn.Text = "Off"
  183. OffOn.TextColor3 = Color3.fromRGB(255, 255, 255)
  184. OffOn.TextSize = 20.000
  185.  
  186. YTschoka.Name = "YTschoka"
  187. YTschoka.Parent = HACK
  188. YTschoka.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  189. YTschoka.BackgroundTransparency = 1.000
  190. YTschoka.Position = UDim2.new(0.050359726, 0, 0.868070066, 0)
  191. YTschoka.Size = UDim2.new(0, 124, 0, 34)
  192. YTschoka.Font = Enum.Font.Cartoon
  193. YTschoka.Text = "YTschoka"
  194. YTschoka.TextColor3 = Color3.fromRGB(255, 255, 255)
  195. YTschoka.TextSize = 25.000
  196.  
  197. ImageLabel.Parent = HACK
  198. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  199. ImageLabel.BackgroundTransparency = 1.000
  200. ImageLabel.Position = UDim2.new(0.618705034, 0, 0.0705843344, 0)
  201. ImageLabel.Size = UDim2.new(0, 53, 0, 52)
  202. ImageLabel.Image = "http://www.roblox.com/asset/?id=6264280559"
  203. ImageLabel.ImageColor3 = Color3.fromRGB(255, 170, 0)
  204.  
  205. KillPlayer.Name = "KillPlayer"
  206. KillPlayer.Parent = HACK
  207. KillPlayer.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  208. KillPlayer.BorderSizePixel = 0
  209. KillPlayer.Position = UDim2.new(0.0499999523, 0, 0.375134051, 0)
  210. KillPlayer.Size = UDim2.new(0, 124, 0, 34)
  211. KillPlayer.Font = Enum.Font.Cartoon
  212. KillPlayer.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  213. KillPlayer.PlaceholderText = "Kill"
  214. KillPlayer.Text = ""
  215. KillPlayer.TextColor3 = Color3.fromRGB(255, 255, 255)
  216. KillPlayer.TextSize = 25.000
  217.  
  218. Close.Name = "Close"
  219. Close.Parent = HACK
  220. Close.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  221. Close.BorderSizePixel = 0
  222. Close.Position = UDim2.new(0.359712064, 0, 0.778841376, 0)
  223. Close.Size = UDim2.new(0, 80, 0, 34)
  224. Close.Font = Enum.Font.Cartoon
  225. Close.Text = "Close Gui"
  226. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  227. Close.TextSize = 25.000
  228. Close.TextWrapped = true
  229. Close.MouseButton1Click:connect(function()
  230. HACK.Visible = false
  231. end)
  232.  
  233. Kill.Name = "Kill"
  234. Kill.Parent = HACK
  235. Kill.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  236. Kill.BorderSizePixel = 0
  237. Kill.Position = UDim2.new(0.0431654677, 0, 0.222611964, 0)
  238. Kill.Size = UDim2.new(0, 80, 0, 34)
  239. Kill.Font = Enum.Font.Cartoon
  240. Kill.Text = "Kill"
  241. Kill.TextColor3 = Color3.fromRGB(255, 255, 255)
  242. Kill.TextSize = 25.000
  243. Kill.TextWrapped = true
  244. Kill.MouseButton1Click:connect(function()
  245. OffOn1.Text = "Off"
  246. wait(1)
  247. OffOn1.Text = "On"
  248. local Victim = KillPlayer.Text
  249. while true do
  250. wait()
  251. local A_1 = game:GetService("Workspace")[Victim]
  252. local A_2 = "RIDE"
  253. local Event = game:GetService("ReplicatedStorage").Remotes.Ride
  254. Event:FireServer(A_1, A_2)
  255.  
  256. local A_2 = "OFF"
  257. local Event = game:GetService("ReplicatedStorage").Remotes.Ride
  258. Event:FireServer(A_2)
  259. wait(0.3)
  260. game.Players.LocalPlayer.Character['Head']:Remove()
  261. end
  262. end)
  263. ImageLabel_2.Parent = HACK
  264. ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  265. ImageLabel_2.BackgroundTransparency = 1.000
  266. ImageLabel_2.Position = UDim2.new(0.618705094, 0, 0.198955476, 0)
  267. ImageLabel_2.Size = UDim2.new(0, 53, 0, 52)
  268. ImageLabel_2.Image = "http://www.roblox.com/asset/?id=6264280559"
  269. ImageLabel_2.ImageColor3 = Color3.fromRGB(255, 170, 0)
  270.  
  271. OffOn1.Name = "Off/On1"
  272. OffOn1.Parent = HACK
  273. OffOn1.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  274. OffOn1.BackgroundTransparency = 1.000
  275. OffOn1.Position = UDim2.new(0.618705034, 0, 0.222611964, 0)
  276. OffOn1.Size = UDim2.new(0, 53, 0, 34)
  277. OffOn1.Font = Enum.Font.Cartoon
  278. OffOn1.Text = "Off"
  279. OffOn1.TextColor3 = Color3.fromRGB(255, 255, 255)
  280. OffOn1.TextSize = 20.000
  281.  
  282. Crash.Name = "Crash"
  283. Crash.Parent = HACK
  284. Crash.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  285. Crash.BorderSizePixel = 0
  286. Crash.Position = UDim2.new(0.0431654677, 0, 0.519003749, 0)
  287. Crash.Size = UDim2.new(0, 80, 0, 34)
  288. Crash.Font = Enum.Font.Cartoon
  289. Crash.Text = "Crash"
  290. Crash.TextColor3 = Color3.fromRGB(255, 255, 255)
  291. Crash.TextSize = 25.000
  292. Crash.TextWrapped = true
  293. Crash.MouseButton1Click:connect(function()
  294. OffOn2.Text = "Off"
  295. wait(1)
  296. OffOn2.Text = "On"
  297. while true do
  298. wait()
  299. local A_1 = "131929576"
  300. local Event = game:GetService("ReplicatedStorage").Remotes.BundlePack
  301. Event:FireServer(A_1)
  302. end
  303. end)
  304. OffOn2.Name = "Off/On2"
  305. OffOn2.Parent = HACK
  306. OffOn2.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  307. OffOn2.BackgroundTransparency = 1.000
  308. OffOn2.Position = UDim2.new(0.618705034, 0, 0.519003749, 0)
  309. OffOn2.Size = UDim2.new(0, 53, 0, 34)
  310. OffOn2.Font = Enum.Font.Cartoon
  311. OffOn2.Text = "Off"
  312. OffOn2.TextColor3 = Color3.fromRGB(255, 255, 255)
  313. OffOn2.TextSize = 20.000
  314.  
  315. ImageLabel_3.Parent = HACK
  316. ImageLabel_3.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  317. ImageLabel_3.BackgroundTransparency = 1.000
  318. ImageLabel_3.Position = UDim2.new(0.618705094, 0, 0.495347232, 0)
  319. ImageLabel_3.Size = UDim2.new(0, 53, 0, 52)
  320. ImageLabel_3.Image = "http://www.roblox.com/asset/?id=6264280559"
  321. ImageLabel_3.ImageColor3 = Color3.fromRGB(255, 170, 0)
  322.  
  323. Gears.Name = "Gears"
  324. Gears.Parent = HACK
  325. Gears.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  326. Gears.BorderSizePixel = 0
  327. Gears.Position = UDim2.new(0.0431654677, 0, 0.650447071, 0)
  328. Gears.Size = UDim2.new(0, 80, 0, 34)
  329. Gears.Font = Enum.Font.Cartoon
  330. Gears.Text = "Gears"
  331. Gears.TextColor3 = Color3.fromRGB(255, 255, 255)
  332. Gears.TextSize = 25.000
  333. Gears.TextWrapped = true
  334.  
  335. ImageLabel_4.Parent = HACK
  336. ImageLabel_4.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  337. ImageLabel_4.BackgroundTransparency = 1.000
  338. ImageLabel_4.Position = UDim2.new(0.618705094, 0, 0.629367828, 0)
  339. ImageLabel_4.Size = UDim2.new(0, 53, 0, 52)
  340. ImageLabel_4.Image = "http://www.roblox.com/asset/?id=6264280559"
  341. ImageLabel_4.ImageColor3 = Color3.fromRGB(255, 170, 0)
  342.  
  343. OffOn3.Name = "Off/On3"
  344. OffOn3.Parent = HACK
  345. OffOn3.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  346. OffOn3.BackgroundTransparency = 1.000
  347. OffOn3.Position = UDim2.new(0.618705034, 0, 0.650447071, 0)
  348. OffOn3.Size = UDim2.new(0, 53, 0, 34)
  349. OffOn3.Font = Enum.Font.Cartoon
  350. OffOn3.Text = "Off"
  351. OffOn3.TextColor3 = Color3.fromRGB(255, 255, 255)
  352. OffOn3.TextSize = 20.000
  353.  
  354. TextLabel.Parent = Frame
  355. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  356. TextLabel.BackgroundTransparency = 1.000
  357. TextLabel.Size = UDim2.new(0, 139, 0, 32)
  358. TextLabel.Font = Enum.Font.Cartoon
  359. TextLabel.Text = "Hospital"
  360. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  361. TextLabel.TextSize = 25.000
  362. TextLabel.TextWrapped = true
  363.  
  364. Frame1.Name = "Frame1"
  365. Frame1.Parent = ScreenGui
  366. Frame1.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  367. Frame1.BorderSizePixel = 0
  368. Frame1.Position = UDim2.new(0.217149913, 0, 0.157330155, 0)
  369. Frame1.Size = UDim2.new(0, 139, 0, 38)
  370.  
  371. Frame_3.Parent = Frame1
  372. Frame_3.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  373. Frame_3.BorderSizePixel = 0
  374. Frame_3.Position = UDim2.new(0, 0, 0.842105269, 0)
  375. Frame_3.Size = UDim2.new(0, 139, 0, 6)
  376.  
  377. Open_2.Name = "Open"
  378. Open_2.Parent = Frame1
  379. Open_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  380. Open_2.BackgroundTransparency = 1.000
  381. Open_2.Position = UDim2.new(0.755395651, 0, -0.342105269, 0)
  382. Open_2.Size = UDim2.new(0, 40, 0, 45)
  383. Open_2.Font = Enum.Font.Cartoon
  384. Open_2.Text = "+"
  385. Open_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  386. Open_2.TextScaled = true
  387. Open_2.TextSize = 25.000
  388. Open_2.TextWrapped = true
  389. Open_2.MouseButton1Click:connect(function()
  390. MORE.Visible = true
  391. end)
  392.  
  393. MORE.Name = "MORE"
  394. MORE.Parent = Frame1
  395. MORE.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  396. MORE.BorderSizePixel = 0
  397. MORE.Position = UDim2.new(0, 0, 1.65789473, 0)
  398. MORE.Size = UDim2.new(0, 139, 0, 419)
  399. MORE.Draggable = true
  400. MORE.Active = true
  401. MORE.Visible = false
  402.  
  403. dadada_2.Name = "dadada"
  404. dadada_2.Parent = MORE
  405. dadada_2.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  406. dadada_2.BorderSizePixel = 0
  407. dadada_2.Position = UDim2.new(0, 0, 0.998687506, 0)
  408. dadada_2.Size = UDim2.new(0, 139, 0, 6)
  409.  
  410. Arrest.Name = "Arrest"
  411. Arrest.Parent = MORE
  412. Arrest.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  413. Arrest.BorderSizePixel = 0
  414. Arrest.Position = UDim2.new(0.0503597111, 0, 0.0942408368, 0)
  415. Arrest.Size = UDim2.new(0, 80, 0, 34)
  416. Arrest.Font = Enum.Font.Cartoon
  417. Arrest.Text = "Arrest"
  418. Arrest.TextColor3 = Color3.fromRGB(255, 255, 255)
  419. Arrest.TextSize = 25.000
  420. Arrest.TextWrapped = true
  421. Arrest.MouseButton1Click:connect(function()
  422. OffOn4.Text = "Off"
  423. wait(1)
  424. OffOn4.Text = "On"
  425. local Victim = ArrestPlayer.Text
  426. wait()
  427. local A_1 = game:GetService("Workspace")[Victim]
  428. local A_2 = "RIDE"
  429. local Event = game:GetService("ReplicatedStorage").Remotes.Ride
  430. Event:FireServer(A_1, A_2)
  431.  
  432. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.1492691, 7.5, -203.174347)
  433. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.1492691, 7.5, -203.174347)
  434. wait(0.1)
  435. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.1492691, 7.5, -203.174347)
  436. wait(0.1)
  437. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.1492691, 7.5, -203.174347)
  438. wait(0.1)
  439. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.1492691, 7.5, -203.174347)
  440. wait(0.1)
  441. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.1492691, 7.5, -203.174347)
  442. wait(0.1)
  443. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.1492691, 7.5, -203.174347)
  444. wait(0.1)
  445. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(230.49942, 7.5, -286.320221)
  446. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.1492691, 7.5, -203.174347)
  447. wait(0.1)
  448. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.1492691, 7.5, -203.174347)
  449. wait(0.1)
  450. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.1492691, 7.5, -203.174347)
  451. wait(0.1)
  452. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.1492691, 7.5, -203.174347)
  453. wait(0.1)
  454. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.1492691, 7.5, -203.174347)
  455. wait(0.1)
  456. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.1492691, 7.5, -203.174347)
  457. wait(1)
  458. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(230.49942, 7.5, -286.320221)
  459. wait(0.1)
  460. local A_2 = "OFF"
  461. local Event = game:GetService("ReplicatedStorage").Remotes.Ride
  462. Event:FireServer(A_2)
  463. wait(0.1)
  464.  
  465. end)
  466. OffOn4.Name = "Off/On4"
  467. OffOn4.Parent = MORE
  468. OffOn4.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  469. OffOn4.BackgroundTransparency = 1.000
  470. OffOn4.Position = UDim2.new(0.625899255, 0, 0.0942408368, 0)
  471. OffOn4.Size = UDim2.new(0, 53, 0, 34)
  472. OffOn4.Font = Enum.Font.Cartoon
  473. OffOn4.Text = "Off"
  474. OffOn4.TextColor3 = Color3.fromRGB(255, 255, 255)
  475. OffOn4.TextSize = 20.000
  476.  
  477. YTschoka_2.Name = "YTschoka"
  478. YTschoka_2.Parent = MORE
  479. YTschoka_2.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  480. YTschoka_2.BackgroundTransparency = 1.000
  481. YTschoka_2.Position = UDim2.new(0.050359726, 0, 0.868070066, 0)
  482. YTschoka_2.Size = UDim2.new(0, 124, 0, 34)
  483. YTschoka_2.Font = Enum.Font.Cartoon
  484. YTschoka_2.Text = "YTschoka"
  485. YTschoka_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  486. YTschoka_2.TextSize = 25.000
  487.  
  488. ImageLabel_5.Parent = MORE
  489. ImageLabel_5.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  490. ImageLabel_5.BackgroundTransparency = 1.000
  491. ImageLabel_5.Position = UDim2.new(0.625899434, 0, 0.0705843344, 0)
  492. ImageLabel_5.Size = UDim2.new(0, 53, 0, 52)
  493. ImageLabel_5.Image = "http://www.roblox.com/asset/?id=6264280559"
  494. ImageLabel_5.ImageColor3 = Color3.fromRGB(255, 170, 0)
  495.  
  496. ArrestPlayer.Name = "ArrestPlayer"
  497. ArrestPlayer.Parent = MORE
  498. ArrestPlayer.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  499. ArrestPlayer.BorderSizePixel = 0
  500. ArrestPlayer.Position = UDim2.new(0.0500000343, 0, 0.457891226, 0)
  501. ArrestPlayer.Size = UDim2.new(0, 124, 0, 34)
  502. ArrestPlayer.Font = Enum.Font.Cartoon
  503. ArrestPlayer.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  504. ArrestPlayer.PlaceholderText = "Arrest"
  505. ArrestPlayer.Text = ""
  506. ArrestPlayer.TextColor3 = Color3.fromRGB(255, 255, 255)
  507. ArrestPlayer.TextSize = 25.000
  508.  
  509. Close1.Name = "Close1"
  510. Close1.Parent = MORE
  511. Close1.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  512. Close1.BorderSizePixel = 0
  513. Close1.Position = UDim2.new(0.359712064, 0, 0.778841376, 0)
  514. Close1.Size = UDim2.new(0, 80, 0, 34)
  515. Close1.Font = Enum.Font.Cartoon
  516. Close1.Text = "Close Gui"
  517. Close1.TextColor3 = Color3.fromRGB(255, 255, 255)
  518. Close1.TextSize = 25.000
  519. Close1.TextWrapped = true
  520. Close1.MouseButton1Click:connect(function()
  521. MORE.Visible = false
  522. end)
  523.  
  524. Team.Name = "Team"
  525. Team.Parent = MORE
  526. Team.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  527. Team.BorderSizePixel = 0
  528. Team.Position = UDim2.new(0.0503597111, 0, 0.205905512, 0)
  529. Team.Size = UDim2.new(0, 80, 0, 34)
  530. Team.Font = Enum.Font.Cartoon
  531. Team.Text = "Team"
  532. Team.TextColor3 = Color3.fromRGB(255, 255, 255)
  533. Team.TextSize = 25.000
  534. Team.TextWrapped = true
  535. Team.MouseButton1Click:connect(function()
  536. OffOn5.Text = "Off"
  537. wait(1)
  538. OffOn5.Text = "On"
  539. while true do
  540. wait()
  541. local A_1 = "Hospital Staff"
  542. local Event = game:GetService("ReplicatedStorage").Functions.Start
  543. Event:FireServer(A_1)
  544. wait(0.5)
  545. local A_1 = "Patients"
  546. local Event = game:GetService("ReplicatedStorage").Functions.Start
  547. Event:FireServer(A_1)
  548. wait(0.5)
  549. local A_1 = "Citizens"
  550. local Event = game:GetService("ReplicatedStorage").Functions.Start
  551. Event:FireServer(A_1)
  552. end
  553. end)
  554.  
  555. ImageLabel_6.Parent = MORE
  556. ImageLabel_6.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  557. ImageLabel_6.BackgroundTransparency = 1.000
  558. ImageLabel_6.Position = UDim2.new(0.625899315, 0, 0.184635669, 0)
  559. ImageLabel_6.Size = UDim2.new(0, 53, 0, 52)
  560. ImageLabel_6.Image = "http://www.roblox.com/asset/?id=6264280559"
  561. ImageLabel_6.ImageColor3 = Color3.fromRGB(255, 170, 0)
  562.  
  563. OffOn5.Name = "Off/On5"
  564. OffOn5.Parent = MORE
  565. OffOn5.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  566. OffOn5.BackgroundTransparency = 1.000
  567. OffOn5.Position = UDim2.new(0.625899255, 0, 0.205905527, 0)
  568. OffOn5.Size = UDim2.new(0, 53, 0, 34)
  569. OffOn5.Font = Enum.Font.Cartoon
  570. OffOn5.Text = "Off"
  571. OffOn5.TextColor3 = Color3.fromRGB(255, 255, 255)
  572. OffOn5.TextSize = 20.000
  573.  
  574. Stuck.Name = "Stuck"
  575. Stuck.Parent = MORE
  576. Stuck.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  577. Stuck.BorderSizePixel = 0
  578. Stuck.Position = UDim2.new(0.0431654751, 0, 0.346034199, 0)
  579. Stuck.Size = UDim2.new(0, 80, 0, 34)
  580. Stuck.Font = Enum.Font.Cartoon
  581. Stuck.Text = "Stuck"
  582. Stuck.TextColor3 = Color3.fromRGB(255, 255, 255)
  583. Stuck.TextSize = 25.000
  584. Stuck.TextWrapped = true
  585. Stuck.MouseButton1Click:connect(function()
  586. OffOn6.Text = "Off"
  587. wait(1)
  588. OffOn6.Text = "On"
  589. local Victim = StuckPlayer.Text
  590. while true do
  591. wait()
  592. local A_1 = game:GetService("Workspace")[Victim]
  593. local A_2 = "RIDE"
  594. local Event = game:GetService("ReplicatedStorage").Remotes.Ride
  595. Event:FireServer(A_1, A_2)
  596.  
  597. local A_2 = "OFF"
  598. local Event = game:GetService("ReplicatedStorage").Remotes.Ride
  599. Event:FireServer(A_2)
  600. end
  601. end)
  602. OffOn6.Name = "Off/On6"
  603. OffOn6.Parent = MORE
  604. OffOn6.BackgroundColor3 = Color3.fromRGB(190, 63, 0)
  605. OffOn6.BackgroundTransparency = 1.000
  606. OffOn6.Position = UDim2.new(0.611510813, 0, 0.346034199, 0)
  607. OffOn6.Size = UDim2.new(0, 53, 0, 34)
  608. OffOn6.Font = Enum.Font.Cartoon
  609. OffOn6.Text = "Off"
  610. OffOn6.TextColor3 = Color3.fromRGB(255, 255, 255)
  611. OffOn6.TextSize = 20.000
  612.  
  613. ImageLabel_7.Parent = MORE
  614. ImageLabel_7.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  615. ImageLabel_7.BackgroundTransparency = 1.000
  616. ImageLabel_7.Position = UDim2.new(0.611510873, 0, 0.322377682, 0)
  617. ImageLabel_7.Size = UDim2.new(0, 53, 0, 52)
  618. ImageLabel_7.Image = "http://www.roblox.com/asset/?id=6264280559"
  619. ImageLabel_7.ImageColor3 = Color3.fromRGB(255, 170, 0)
  620.  
  621. StuckPlayer.Name = "StuckPlayer"
  622. StuckPlayer.Parent = MORE
  623. StuckPlayer.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  624. StuckPlayer.BorderSizePixel = 0
  625. StuckPlayer.Position = UDim2.new(0.0500000343, 0, 0.561556041, 0)
  626. StuckPlayer.Size = UDim2.new(0, 124, 0, 34)
  627. StuckPlayer.Font = Enum.Font.Cartoon
  628. StuckPlayer.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  629. StuckPlayer.PlaceholderText = "Stuck"
  630. StuckPlayer.Text = ""
  631. StuckPlayer.TextColor3 = Color3.fromRGB(255, 255, 255)
  632. StuckPlayer.TextSize = 25.000
  633.  
  634. Coming.Name = "Coming"
  635. Coming.Parent = MORE
  636. Coming.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  637. Coming.BorderSizePixel = 0
  638. Coming.Position = UDim2.new(0.0503597111, 0, 0.683375955, 0)
  639. Coming.Size = UDim2.new(0, 122, 0, 34)
  640. Coming.Font = Enum.Font.Cartoon
  641. Coming.Text = "Coming Soon"
  642. Coming.TextColor3 = Color3.fromRGB(255, 255, 255)
  643. Coming.TextSize = 25.000
  644. Coming.TextWrapped = true
  645.  
  646. TextLabel_2.Parent = Frame1
  647. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  648. TextLabel_2.BackgroundTransparency = 1.000
  649. TextLabel_2.Position = UDim2.new(-0.00719428062, 0, 0, 0)
  650. TextLabel_2.Size = UDim2.new(0, 139, 0, 32)
  651. TextLabel_2.Font = Enum.Font.Cartoon
  652. TextLabel_2.Text = "More"
  653. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  654. TextLabel_2.TextSize = 25.000
  655. TextLabel_2.TextWrapped = true
Add Comment
Please, Sign In to add comment