Advertisement
Upscalefanatic3

FE Gear GUI

Nov 17th, 2018
14,260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.24 KB | None | 0 0
  1. —- Game Link: https://www.roblox.com/games/1084777863/ROBLOX-Hospital
  2.  
  3.  
  4.  
  5. -- Made by shmek#4622 DONT DM ME UNLESS ITS A QUESTION --
  6. -- Credits to MinecraftSteve for the Script--
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local MainFrame = Instance.new("Frame")
  9. local ID = Instance.new("TextBox")
  10. local Title = Instance.new("TextLabel")
  11. local GetGear = Instance.new("TextButton")
  12. local Packs = Instance.new("TextButton")
  13. local NoticeButton = Instance.new("TextButton")
  14. local MainClose = Instance.new("TextButton")
  15. local Notice = Instance.new("Frame")
  16. local NoticeTitle = Instance.new("TextLabel")
  17. local NoticeLabel = Instance.new("TextLabel")
  18. local NoticeClose = Instance.new("TextButton")
  19. local Open = Instance.new("TextButton")
  20. local GearFrame = Instance.new("Frame")
  21. local PackTitle = Instance.new("TextLabel")
  22. local TrollingPack = Instance.new("TextButton")
  23. local PackClose = Instance.new("TextButton")
  24. local GunPack = Instance.new("TextButton")
  25. local ExtraStuffPack = Instance.new("TextButton")
  26. local SwordPack = Instance.new("TextButton")
  27.  
  28. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  29.  
  30. MainFrame.Name = "MainFrame"
  31. MainFrame.Parent = ScreenGui
  32. MainFrame.Active = true
  33. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  34. MainFrame.BorderColor3 = Color3.new(0.333333, 0, 0)
  35. MainFrame.BorderSizePixel = 2
  36. MainFrame.Position = UDim2.new(0.358974367, 0, 0.233201578, 0)
  37. MainFrame.Size = UDim2.new(0, 239, 0, 244)
  38. MainFrame.Draggable = true
  39.  
  40. ID.Name = "ID"
  41. ID.Parent = MainFrame
  42. ID.BackgroundColor3 = Color3.new(0, 0, 0)
  43. ID.BorderColor3 = Color3.new(0.333333, 0, 0)
  44. ID.BorderSizePixel = 2
  45. ID.Position = UDim2.new(0.0370368473, 0, 0.231132075, 0)
  46. ID.Size = UDim2.new(0, 222, 0, 50)
  47. ID.Font = Enum.Font.SourceSansBold
  48. ID.Text = "GearIDHere"
  49. ID.TextColor3 = Color3.new(1, 1, 1)
  50. ID.TextScaled = true
  51. ID.TextSize = 14
  52. ID.TextStrokeColor3 = Color3.new(1, 1, 1)
  53. ID.TextWrapped = true
  54.  
  55. Title.Name = "Title"
  56. Title.Parent = MainFrame
  57. Title.Active = true
  58. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  59. Title.BorderColor3 = Color3.new(0.333333, 0, 0)
  60. Title.BorderSizePixel = 2
  61. Title.Size = UDim2.new(0, 200, 0, 33)
  62. Title.Font = Enum.Font.SourceSansBold
  63. Title.Text = "FE Gear GUI"
  64. Title.TextColor3 = Color3.new(1, 1, 1)
  65. Title.TextScaled = true
  66. Title.TextSize = 14
  67. Title.TextStrokeColor3 = Color3.new(1, 1, 1)
  68. Title.TextWrapped = true
  69.  
  70. GetGear.Name = "GetGear"
  71. GetGear.Parent = MainFrame
  72. GetGear.BackgroundColor3 = Color3.new(0, 0, 0)
  73. GetGear.BorderColor3 = Color3.new(0.333333, 0, 0)
  74. GetGear.BorderSizePixel = 2
  75. GetGear.Position = UDim2.new(0.200139463, 0, 0.505954206, 0)
  76. GetGear.Size = UDim2.new(0, 144, 0, 38)
  77. GetGear.Font = Enum.Font.SourceSansBold
  78. GetGear.Text = "Get Gear"
  79. GetGear.TextColor3 = Color3.new(1, 1, 1)
  80. GetGear.TextScaled = true
  81. GetGear.TextSize = 14
  82. GetGear.TextStrokeColor3 = Color3.new(1, 1, 1)
  83. GetGear.TextWrapped = true
  84. GetGear.MouseButton1Click:connect(function()
  85. game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", ID.Text)
  86. end)
  87.  
  88. Packs.Name = "Packs"
  89. Packs.Parent = MainFrame
  90. Packs.BackgroundColor3 = Color3.new(0, 0, 0)
  91. Packs.BorderColor3 = Color3.new(0.333333, 0, 0)
  92. Packs.BorderSizePixel = 2
  93. Packs.Position = UDim2.new(0.0788780451, 0, 0.714970589, 0)
  94. Packs.Size = UDim2.new(0, 200, 0, 38)
  95. Packs.Font = Enum.Font.SourceSansBold
  96. Packs.Text = "Gear Packs"
  97. Packs.TextColor3 = Color3.new(1, 1, 1)
  98. Packs.TextScaled = true
  99. Packs.TextSize = 14
  100. Packs.TextStrokeColor3 = Color3.new(1, 1, 1)
  101. Packs.TextWrapped = true
  102. Packs.MouseButton1Click:connect(function()
  103. GearFrame.Visible = true
  104. end)
  105.  
  106. NoticeButton.Name = "NoticeButton"
  107. NoticeButton.Parent = MainFrame
  108. NoticeButton.BackgroundColor3 = Color3.new(0, 0, 0)
  109. NoticeButton.BorderColor3 = Color3.new(0.333333, 0, 0)
  110. NoticeButton.BorderSizePixel = 2
  111. NoticeButton.Position = UDim2.new(-0.000620055886, 0, 0.928085327, 0)
  112. NoticeButton.Size = UDim2.new(0, 239, 0, 24)
  113. NoticeButton.Font = Enum.Font.SourceSansBold
  114. NoticeButton.Text = "Notice"
  115. NoticeButton.TextColor3 = Color3.new(1, 1, 1)
  116. NoticeButton.TextScaled = true
  117. NoticeButton.TextSize = 14
  118. NoticeButton.TextStrokeColor3 = Color3.new(1, 1, 1)
  119. NoticeButton.TextWrapped = true
  120. NoticeButton.MouseButton1Click:connect(function()
  121. Notice.Visible = true
  122. end)
  123.  
  124. MainClose.Name = "MainClose"
  125. MainClose.Parent = MainFrame
  126. MainClose.BackgroundColor3 = Color3.new(0, 0, 0)
  127. MainClose.BorderColor3 = Color3.new(0.333333, 0, 0)
  128. MainClose.BorderSizePixel = 2
  129. MainClose.Position = UDim2.new(0.837917328, 0, 0, 0)
  130. MainClose.Size = UDim2.new(0, 38, 0, 33)
  131. MainClose.Font = Enum.Font.SourceSansBold
  132. MainClose.Text = "X"
  133. MainClose.TextColor3 = Color3.new(1, 1, 1)
  134. MainClose.TextScaled = true
  135. MainClose.TextSize = 14
  136. MainClose.TextStrokeColor3 = Color3.new(1, 1, 1)
  137. MainClose.TextWrapped = true
  138. MainClose.MouseButton1Click:connect(function()
  139. MainFrame.Visible = false
  140. GearFrame.Visible = false
  141. Notice.Visible = false
  142. Open.Visible = true
  143. end)
  144.  
  145. Notice.Name = "Notice"
  146. Notice.Parent = ScreenGui
  147. Notice.Active = true
  148. Notice.BackgroundColor3 = Color3.new(0, 0, 0)
  149. Notice.BorderColor3 = Color3.new(0.333333, 0, 0)
  150. Notice.BorderSizePixel = 2
  151. Notice.Position = UDim2.new(0.594017088, 0, 0.233201578, 0)
  152. Notice.Size = UDim2.new(0, 212, 0, 204)
  153. Notice.Visible = false
  154. Notice.Draggable = true
  155.  
  156. NoticeTitle.Name = "NoticeTitle"
  157. NoticeTitle.Parent = Notice
  158. NoticeTitle.Active = true
  159. NoticeTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  160. NoticeTitle.BorderColor3 = Color3.new(0.333333, 0, 0)
  161. NoticeTitle.BorderSizePixel = 2
  162. NoticeTitle.Size = UDim2.new(0, 212, 0, 33)
  163. NoticeTitle.Font = Enum.Font.SourceSansBold
  164. NoticeTitle.Text = "Notice"
  165. NoticeTitle.TextColor3 = Color3.new(1, 1, 1)
  166. NoticeTitle.TextScaled = true
  167. NoticeTitle.TextSize = 14
  168. NoticeTitle.TextStrokeColor3 = Color3.new(1, 1, 1)
  169. NoticeTitle.TextWrapped = true
  170.  
  171. NoticeLabel.Name = "NoticeLabel"
  172. NoticeLabel.Parent = Notice
  173. NoticeLabel.Active = true
  174. NoticeLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  175. NoticeLabel.BorderSizePixel = 0
  176. NoticeLabel.Position = UDim2.new(0, 0, 0.196078435, 0)
  177. NoticeLabel.Size = UDim2.new(0, 212, 0, 164)
  178. NoticeLabel.Font = Enum.Font.SourceSansBold
  179. NoticeLabel.Text = "This only works for ROBLOX Hospital!"
  180. NoticeLabel.TextColor3 = Color3.new(1, 1, 1)
  181. NoticeLabel.TextScaled = true
  182. NoticeLabel.TextSize = 14
  183. NoticeLabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  184. NoticeLabel.TextWrapped = true
  185.  
  186. NoticeClose.Name = "NoticeClose"
  187. NoticeClose.Parent = Notice
  188. NoticeClose.BackgroundColor3 = Color3.new(0, 0, 0)
  189. NoticeClose.BorderColor3 = Color3.new(0.333333, 0, 0)
  190. NoticeClose.BorderSizePixel = 2
  191. NoticeClose.Position = UDim2.new(0.81944418, 0, 0, 0)
  192. NoticeClose.Size = UDim2.new(0, 38, 0, 33)
  193. NoticeClose.Font = Enum.Font.SourceSansBold
  194. NoticeClose.Text = "X"
  195. NoticeClose.TextColor3 = Color3.new(1, 1, 1)
  196. NoticeClose.TextScaled = true
  197. NoticeClose.TextSize = 14
  198. NoticeClose.TextStrokeColor3 = Color3.new(1, 1, 1)
  199. NoticeClose.TextWrapped = true
  200. NoticeClose.MouseButton1Click:connect(function()
  201. Notice.Visible = false
  202. end)
  203.  
  204. Open.Name = "Open"
  205. Open.Parent = ScreenGui
  206. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  207. Open.BorderColor3 = Color3.new(0.333333, 0, 0)
  208. Open.BorderSizePixel = 2
  209. Open.Position = UDim2.new(0.0148404241, 0, 0.839920998, 0)
  210. Open.Size = UDim2.new(0, 81, 0, 33)
  211. Open.Visible = false
  212. Open.Font = Enum.Font.SourceSansBold
  213. Open.Text = "Open"
  214. Open.TextColor3 = Color3.new(1, 1, 1)
  215. Open.TextScaled = true
  216. Open.TextSize = 14
  217. Open.TextStrokeColor3 = Color3.new(1, 1, 1)
  218. Open.TextWrapped = true
  219. Open.MouseButton1Click:connect(function()
  220. Open.Visible = false
  221. MainFrame.Visible = true
  222. end)
  223.  
  224. GearFrame.Name = "GearFrame"
  225. GearFrame.Parent = ScreenGui
  226. GearFrame.Active = true
  227. GearFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  228. GearFrame.BorderColor3 = Color3.new(0.333333, 0, 0)
  229. GearFrame.BorderSizePixel = 2
  230. GearFrame.Position = UDim2.new(0.647008598, 0, 0.258893281, 0)
  231. GearFrame.Size = UDim2.new(0, 348, 0, 138)
  232. GearFrame.Visible = false
  233. GearFrame.Draggable = true
  234.  
  235. PackTitle.Name = "PackTitle"
  236. PackTitle.Parent = GearFrame
  237. PackTitle.Active = true
  238. PackTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  239. PackTitle.BorderColor3 = Color3.new(0.333333, 0, 0)
  240. PackTitle.BorderSizePixel = 2
  241. PackTitle.Size = UDim2.new(0, 320, 0, 33)
  242. PackTitle.Font = Enum.Font.SourceSansBold
  243. PackTitle.Text = "Gear Packs"
  244. PackTitle.TextColor3 = Color3.new(1, 1, 1)
  245. PackTitle.TextScaled = true
  246. PackTitle.TextSize = 14
  247. PackTitle.TextStrokeColor3 = Color3.new(1, 1, 1)
  248. PackTitle.TextWrapped = true
  249.  
  250. TrollingPack.Name = "TrollingPack"
  251. TrollingPack.Parent = GearFrame
  252. TrollingPack.BackgroundColor3 = Color3.new(0, 0, 0)
  253. TrollingPack.BorderColor3 = Color3.new(0.333333, 0, 0)
  254. TrollingPack.BorderSizePixel = 2
  255. TrollingPack.Position = UDim2.new(0.0269551128, 0, 0.312076688, 0)
  256. TrollingPack.Size = UDim2.new(0, 144, 0, 38)
  257. TrollingPack.Font = Enum.Font.SourceSansBold
  258. TrollingPack.Text = "Trolling Pack"
  259. TrollingPack.TextColor3 = Color3.new(1, 1, 1)
  260. TrollingPack.TextScaled = true
  261. TrollingPack.TextSize = 14
  262. TrollingPack.TextStrokeColor3 = Color3.new(1, 1, 1)
  263. TrollingPack.TextWrapped = true
  264. TrollingPack.MouseButton1Click:connect(function()
  265. local things = {78730532, 212296936, 18474459, 30392263, 11999247, 172246820}
  266. for i,v in pairs(things) do
  267. game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", v)
  268. end
  269. end)
  270.  
  271. PackClose.Name = "PackClose"
  272. PackClose.Parent = GearFrame
  273. PackClose.BackgroundColor3 = Color3.new(0, 0, 0)
  274. PackClose.BorderColor3 = Color3.new(0.333333, 0, 0)
  275. PackClose.BorderSizePixel = 2
  276. PackClose.Position = UDim2.new(0.888036132, 0, 0, 0)
  277. PackClose.Size = UDim2.new(0, 38, 0, 33)
  278. PackClose.Font = Enum.Font.SourceSansBold
  279. PackClose.Text = "X"
  280. PackClose.TextColor3 = Color3.new(1, 1, 1)
  281. PackClose.TextScaled = true
  282. PackClose.TextSize = 14
  283. PackClose.TextStrokeColor3 = Color3.new(1, 1, 1)
  284. PackClose.TextWrapped = true
  285. PackClose.MouseButton1Click:connect(function()
  286. GearFrame.Visible = false
  287. end)
  288.  
  289. GunPack.Name = "GunPack"
  290. GunPack.Parent = GearFrame
  291. GunPack.BackgroundColor3 = Color3.new(0, 0, 0)
  292. GunPack.BorderColor3 = Color3.new(0.333333, 0, 0)
  293. GunPack.BorderSizePixel = 2
  294. GunPack.Position = UDim2.new(0.555690765, 0, 0.312076688, 0)
  295. GunPack.Size = UDim2.new(0, 144, 0, 38)
  296. GunPack.Font = Enum.Font.SourceSansBold
  297. GunPack.Text = "Gun Pack"
  298. GunPack.TextColor3 = Color3.new(1, 1, 1)
  299. GunPack.TextScaled = true
  300. GunPack.TextSize = 14
  301. GunPack.TextStrokeColor3 = Color3.new(1, 1, 1)
  302. GunPack.TextWrapped = true
  303. GunPack.MouseButton1Click:connect(function()
  304. local things = {116693764, 94233286, 97885552, 97885508, 95354288, 94233344}
  305. for i,v in pairs(things) do
  306. game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", v)
  307. end
  308. end)
  309.  
  310. ExtraStuffPack.Name = "ExtraStuffPack"
  311. ExtraStuffPack.Parent = GearFrame
  312. ExtraStuffPack.BackgroundColor3 = Color3.new(0, 0, 0)
  313. ExtraStuffPack.BorderColor3 = Color3.new(0.333333, 0, 0)
  314. ExtraStuffPack.BorderSizePixel = 2
  315. ExtraStuffPack.Position = UDim2.new(0.555690765, 0, 0.64881134, 0)
  316. ExtraStuffPack.Size = UDim2.new(0, 144, 0, 38)
  317. ExtraStuffPack.Font = Enum.Font.SourceSansBold
  318. ExtraStuffPack.Text = "Extra Stuff Pack"
  319. ExtraStuffPack.TextColor3 = Color3.new(1, 1, 1)
  320. ExtraStuffPack.TextScaled = true
  321. ExtraStuffPack.TextSize = 14
  322. ExtraStuffPack.TextStrokeColor3 = Color3.new(1, 1, 1)
  323. ExtraStuffPack.TextWrapped = true
  324. ExtraStuffPack.MouseButton1Click:connect(function()
  325. local things = {16688968, 212641536, 223785473, 257810065, 225921000, 477911027}
  326. for i,v in pairs(things) do
  327. game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", v)
  328. end
  329. end)
  330.  
  331. SwordPack.Name = "SwordPack"
  332. SwordPack.Parent = GearFrame
  333. SwordPack.BackgroundColor3 = Color3.new(0, 0, 0)
  334. SwordPack.BorderColor3 = Color3.new(0.333333, 0, 0)
  335. SwordPack.BorderSizePixel = 2
  336. SwordPack.Position = UDim2.new(0.0269551128, 0, 0.64881134, 0)
  337. SwordPack.Size = UDim2.new(0, 144, 0, 38)
  338. SwordPack.Font = Enum.Font.SourceSansBold
  339. SwordPack.Text = "Sword Pack"
  340. SwordPack.TextColor3 = Color3.new(1, 1, 1)
  341. SwordPack.TextScaled = true
  342. SwordPack.TextSize = 14
  343. SwordPack.TextStrokeColor3 = Color3.new(1, 1, 1)
  344. SwordPack.TextWrapped = true
  345. SwordPack.MouseButton1Click:connect(function()
  346. local things = {159229806, 108149175, 139578136, 416846710}
  347. for i,v in pairs(things) do
  348. game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", v)
  349. end
  350. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement