Gear Giver Script Fe NOT MADE BY ME - Pastebin.com (2024)

  1. print("NOT MADE BY ME")

  2. -- Made by shmek#4622 DONT DM ME UNLESS ITS A QUESTION --

  3. -- Credits to MinecraftSteve for the Script--

  4. local ScreenGui = Instance.new("ScreenGui")

  5. local MainFrame = Instance.new("Frame")

  6. local ID = Instance.new("TextBox")

  7. local Title = Instance.new("TextLabel")

  8. local GetGear = Instance.new("TextButton")

  9. local Packs = Instance.new("TextButton")

  10. local NoticeButton = Instance.new("TextButton")

  11. local MainClose = Instance.new("TextButton")

  12. local Notice = Instance.new("Frame")

  13. local NoticeTitle = Instance.new("TextLabel")

  14. local NoticeLabel = Instance.new("TextLabel")

  15. local NoticeClose = Instance.new("TextButton")

  16. local Open = Instance.new("TextButton")

  17. local GearFrame = Instance.new("Frame")

  18. local PackTitle = Instance.new("TextLabel")

  19. local TrollingPack = Instance.new("TextButton")

  20. local PackClose = Instance.new("TextButton")

  21. local GunPack = Instance.new("TextButton")

  22. local ExtraStuffPack = Instance.new("TextButton")

  23. local SwordPack = Instance.new("TextButton")

  24. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

  25. MainFrame.Name = "MainFrame"

  26. MainFrame.Parent = ScreenGui

  27. MainFrame.Active = true

  28. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)

  29. MainFrame.BorderColor3 = Color3.new(0.333333, 0, 0)

  30. MainFrame.BorderSizePixel = 2

  31. MainFrame.Position = UDim2.new(0.358974367, 0, 0.233201578, 0)

  32. MainFrame.Size = UDim2.new(0, 239, 0, 244)

  33. MainFrame.Draggable = true

  34. ID.Name = "ID"

  35. ID.Parent = MainFrame

  36. ID.BackgroundColor3 = Color3.new(0, 0, 0)

  37. ID.BorderColor3 = Color3.new(0.333333, 0, 0)

  38. ID.BorderSizePixel = 2

  39. ID.Position = UDim2.new(0.0370368473, 0, 0.231132075, 0)

  40. ID.Size = UDim2.new(0, 222, 0, 50)

  41. ID.Font = Enum.Font.SourceSansBold

  42. ID.Text = "GearIDHere"

  43. ID.TextColor3 = Color3.new(1, 1, 1)

  44. ID.TextScaled = true

  45. ID.TextSize = 14

  46. ID.TextStrokeColor3 = Color3.new(1, 1, 1)

  47. ID.TextWrapped = true

  48. Title.Name = "Title"

  49. Title.Parent = MainFrame

  50. Title.Active = true

  51. Title.BackgroundColor3 = Color3.new(0, 0, 0)

  52. Title.BorderColor3 = Color3.new(0.333333, 0, 0)

  53. Title.BorderSizePixel = 2

  54. Title.Size = UDim2.new(0, 200, 0, 33)

  55. Title.Font = Enum.Font.SourceSansBold

  56. Title.Text = "FE Gear GUI"

  57. Title.TextColor3 = Color3.new(1, 1, 1)

  58. Title.TextScaled = true

  59. Title.TextSize = 14

  60. Title.TextStrokeColor3 = Color3.new(1, 1, 1)

  61. Title.TextWrapped = true

  62. GetGear.Name = "GetGear"

  63. GetGear.Parent = MainFrame

  64. GetGear.BackgroundColor3 = Color3.new(0, 0, 0)

  65. GetGear.BorderColor3 = Color3.new(0.333333, 0, 0)

  66. GetGear.BorderSizePixel = 2

  67. GetGear.Position = UDim2.new(0.200139463, 0, 0.505954206, 0)

  68. GetGear.Size = UDim2.new(0, 144, 0, 38)

  69. GetGear.Font = Enum.Font.SourceSansBold

  70. GetGear.Text = "Get Gear"

  71. GetGear.TextColor3 = Color3.new(1, 1, 1)

  72. GetGear.TextScaled = true

  73. GetGear.TextSize = 14

  74. GetGear.TextStrokeColor3 = Color3.new(1, 1, 1)

  75. GetGear.TextWrapped = true

  76. GetGear.MouseButton1Click:connect(function()

  77. game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", ID.Text)

  78. end)

  79. Packs.Name = "Packs"

  80. Packs.Parent = MainFrame

  81. Packs.BackgroundColor3 = Color3.new(0, 0, 0)

  82. Packs.BorderColor3 = Color3.new(0.333333, 0, 0)

  83. Packs.BorderSizePixel = 2

  84. Packs.Position = UDim2.new(0.0788780451, 0, 0.714970589, 0)

  85. Packs.Size = UDim2.new(0, 200, 0, 38)

  86. Packs.Font = Enum.Font.SourceSansBold

  87. Packs.Text = "Gear Packs"

  88. Packs.TextColor3 = Color3.new(1, 1, 1)

  89. Packs.TextScaled = true

  90. Packs.TextSize = 14

  91. Packs.TextStrokeColor3 = Color3.new(1, 1, 1)

  92. Packs.TextWrapped = true

  93. Packs.MouseButton1Click:connect(function()

  94. GearFrame.Visible = true

  95. end)

  96. NoticeButton.Name = "NoticeButton"

  97. NoticeButton.Parent = MainFrame

  98. NoticeButton.BackgroundColor3 = Color3.new(0, 0, 0)

  99. NoticeButton.BorderColor3 = Color3.new(0.333333, 0, 0)

  100. NoticeButton.BorderSizePixel = 2

  101. NoticeButton.Position = UDim2.new(-0.000620055886, 0, 0.928085327, 0)

  102. NoticeButton.Size = UDim2.new(0, 239, 0, 24)

  103. NoticeButton.Font = Enum.Font.SourceSansBold

  104. NoticeButton.Text = "Notice"

  105. NoticeButton.TextColor3 = Color3.new(1, 1, 1)

  106. NoticeButton.TextScaled = true

  107. NoticeButton.TextSize = 14

  108. NoticeButton.TextStrokeColor3 = Color3.new(1, 1, 1)

  109. NoticeButton.TextWrapped = true

  110. NoticeButton.MouseButton1Click:connect(function()

  111. Notice.Visible = true

  112. end)

  113. MainClose.Name = "MainClose"

  114. MainClose.Parent = MainFrame

  115. MainClose.BackgroundColor3 = Color3.new(0, 0, 0)

  116. MainClose.BorderColor3 = Color3.new(0.333333, 0, 0)

  117. MainClose.BorderSizePixel = 2

  118. MainClose.Position = UDim2.new(0.837917328, 0, 0, 0)

  119. MainClose.Size = UDim2.new(0, 38, 0, 33)

  120. MainClose.Font = Enum.Font.SourceSansBold

  121. MainClose.Text = "X"

  122. MainClose.TextColor3 = Color3.new(1, 1, 1)

  123. MainClose.TextScaled = true

  124. MainClose.TextSize = 14

  125. MainClose.TextStrokeColor3 = Color3.new(1, 1, 1)

  126. MainClose.TextWrapped = true

  127. MainClose.MouseButton1Click:connect(function()

  128. MainFrame.Visible = false

  129. GearFrame.Visible = false

  130. Notice.Visible = false

  131. Open.Visible = true

  132. end)

  133. Notice.Name = "Notice"

  134. Notice.Parent = ScreenGui

  135. Notice.Active = true

  136. Notice.BackgroundColor3 = Color3.new(0, 0, 0)

  137. Notice.BorderColor3 = Color3.new(0.333333, 0, 0)

  138. Notice.BorderSizePixel = 2

  139. Notice.Position = UDim2.new(0.594017088, 0, 0.233201578, 0)

  140. Notice.Size = UDim2.new(0, 212, 0, 204)

  141. Notice.Visible = false

  142. Notice.Draggable = true

  143. NoticeTitle.Name = "NoticeTitle"

  144. NoticeTitle.Parent = Notice

  145. NoticeTitle.Active = true

  146. NoticeTitle.BackgroundColor3 = Color3.new(0, 0, 0)

  147. NoticeTitle.BorderColor3 = Color3.new(0.333333, 0, 0)

  148. NoticeTitle.BorderSizePixel = 2

  149. NoticeTitle.Size = UDim2.new(0, 212, 0, 33)

  150. NoticeTitle.Font = Enum.Font.SourceSansBold

  151. NoticeTitle.Text = "Notice"

  152. NoticeTitle.TextColor3 = Color3.new(1, 1, 1)

  153. NoticeTitle.TextScaled = true

  154. NoticeTitle.TextSize = 14

  155. NoticeTitle.TextStrokeColor3 = Color3.new(1, 1, 1)

  156. NoticeTitle.TextWrapped = true

  157. NoticeLabel.Name = "NoticeLabel"

  158. NoticeLabel.Parent = Notice

  159. NoticeLabel.Active = true

  160. NoticeLabel.BackgroundColor3 = Color3.new(0, 0, 0)

  161. NoticeLabel.BorderSizePixel = 0

  162. NoticeLabel.Position = UDim2.new(0, 0, 0.196078435, 0)

  163. NoticeLabel.Size = UDim2.new(0, 212, 0, 164)

  164. NoticeLabel.Font = Enum.Font.SourceSansBold

  165. NoticeLabel.Text = "This only works for ROBLOX Hospital!"

  166. NoticeLabel.TextColor3 = Color3.new(1, 1, 1)

  167. NoticeLabel.TextScaled = true

  168. NoticeLabel.TextSize = 14

  169. NoticeLabel.TextStrokeColor3 = Color3.new(1, 1, 1)

  170. NoticeLabel.TextWrapped = true

  171. NoticeClose.Name = "NoticeClose"

  172. NoticeClose.Parent = Notice

  173. NoticeClose.BackgroundColor3 = Color3.new(0, 0, 0)

  174. NoticeClose.BorderColor3 = Color3.new(0.333333, 0, 0)

  175. NoticeClose.BorderSizePixel = 2

  176. NoticeClose.Position = UDim2.new(0.81944418, 0, 0, 0)

  177. NoticeClose.Size = UDim2.new(0, 38, 0, 33)

  178. NoticeClose.Font = Enum.Font.SourceSansBold

  179. NoticeClose.Text = "X"

  180. NoticeClose.TextColor3 = Color3.new(1, 1, 1)

  181. NoticeClose.TextScaled = true

  182. NoticeClose.TextSize = 14

  183. NoticeClose.TextStrokeColor3 = Color3.new(1, 1, 1)

  184. NoticeClose.TextWrapped = true

  185. NoticeClose.MouseButton1Click:connect(function()

  186. Notice.Visible = false

  187. end)

  188. Open.Name = "Open"

  189. Open.Parent = ScreenGui

  190. Open.BackgroundColor3 = Color3.new(0, 0, 0)

  191. Open.BorderColor3 = Color3.new(0.333333, 0, 0)

  192. Open.BorderSizePixel = 2

  193. Open.Position = UDim2.new(0.0148404241, 0, 0.839920998, 0)

  194. Open.Size = UDim2.new(0, 81, 0, 33)

  195. Open.Visible = false

  196. Open.Font = Enum.Font.SourceSansBold

  197. Open.Text = "Open"

  198. Open.TextColor3 = Color3.new(1, 1, 1)

  199. Open.TextScaled = true

  200. Open.TextSize = 14

  201. Open.TextStrokeColor3 = Color3.new(1, 1, 1)

  202. Open.TextWrapped = true

  203. Open.MouseButton1Click:connect(function()

  204. Open.Visible = false

  205. MainFrame.Visible = true

  206. end)

  207. GearFrame.Name = "GearFrame"

  208. GearFrame.Parent = ScreenGui

  209. GearFrame.Active = true

  210. GearFrame.BackgroundColor3 = Color3.new(0, 0, 0)

  211. GearFrame.BorderColor3 = Color3.new(0.333333, 0, 0)

  212. GearFrame.BorderSizePixel = 2

  213. GearFrame.Position = UDim2.new(0.647008598, 0, 0.258893281, 0)

  214. GearFrame.Size = UDim2.new(0, 348, 0, 138)

  215. GearFrame.Visible = false

  216. GearFrame.Draggable = true

  217. PackTitle.Name = "PackTitle"

  218. PackTitle.Parent = GearFrame

  219. PackTitle.Active = true

  220. PackTitle.BackgroundColor3 = Color3.new(0, 0, 0)

  221. PackTitle.BorderColor3 = Color3.new(0.333333, 0, 0)

  222. PackTitle.BorderSizePixel = 2

  223. PackTitle.Size = UDim2.new(0, 320, 0, 33)

  224. PackTitle.Font = Enum.Font.SourceSansBold

  225. PackTitle.Text = "Gear Packs"

  226. PackTitle.TextColor3 = Color3.new(1, 1, 1)

  227. PackTitle.TextScaled = true

  228. PackTitle.TextSize = 14

  229. PackTitle.TextStrokeColor3 = Color3.new(1, 1, 1)

  230. PackTitle.TextWrapped = true

  231. TrollingPack.Name = "TrollingPack"

  232. TrollingPack.Parent = GearFrame

  233. TrollingPack.BackgroundColor3 = Color3.new(0, 0, 0)

  234. TrollingPack.BorderColor3 = Color3.new(0.333333, 0, 0)

  235. TrollingPack.BorderSizePixel = 2

  236. TrollingPack.Position = UDim2.new(0.0269551128, 0, 0.312076688, 0)

  237. TrollingPack.Size = UDim2.new(0, 144, 0, 38)

  238. TrollingPack.Font = Enum.Font.SourceSansBold

  239. TrollingPack.Text = "Trolling Pack"

  240. TrollingPack.TextColor3 = Color3.new(1, 1, 1)

  241. TrollingPack.TextScaled = true

  242. TrollingPack.TextSize = 14

  243. TrollingPack.TextStrokeColor3 = Color3.new(1, 1, 1)

  244. TrollingPack.TextWrapped = true

  245. TrollingPack.MouseButton1Click:connect(function()

  246. local things = {78730532, 212296936, 18474459, 30392263, 11999247, 172246820}

  247. for i,v in pairs(things) do

  248. game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", v)

  249. end

  250. end)

  251. PackClose.Name = "PackClose"

  252. PackClose.Parent = GearFrame

  253. PackClose.BackgroundColor3 = Color3.new(0, 0, 0)

  254. PackClose.BorderColor3 = Color3.new(0.333333, 0, 0)

  255. PackClose.BorderSizePixel = 2

  256. PackClose.Position = UDim2.new(0.888036132, 0, 0, 0)

  257. PackClose.Size = UDim2.new(0, 38, 0, 33)

  258. PackClose.Font = Enum.Font.SourceSansBold

  259. PackClose.Text = "X"

  260. PackClose.TextColor3 = Color3.new(1, 1, 1)

  261. PackClose.TextScaled = true

  262. PackClose.TextSize = 14

  263. PackClose.TextStrokeColor3 = Color3.new(1, 1, 1)

  264. PackClose.TextWrapped = true

  265. PackClose.MouseButton1Click:connect(function()

  266. GearFrame.Visible = false

  267. end)

  268. GunPack.Name = "GunPack"

  269. GunPack.Parent = GearFrame

  270. GunPack.BackgroundColor3 = Color3.new(0, 0, 0)

  271. GunPack.BorderColor3 = Color3.new(0.333333, 0, 0)

  272. GunPack.BorderSizePixel = 2

  273. GunPack.Position = UDim2.new(0.555690765, 0, 0.312076688, 0)

  274. GunPack.Size = UDim2.new(0, 144, 0, 38)

  275. GunPack.Font = Enum.Font.SourceSansBold

  276. GunPack.Text = "Gun Pack"

  277. GunPack.TextColor3 = Color3.new(1, 1, 1)

  278. GunPack.TextScaled = true

  279. GunPack.TextSize = 14

  280. GunPack.TextStrokeColor3 = Color3.new(1, 1, 1)

  281. GunPack.TextWrapped = true

  282. GunPack.MouseButton1Click:connect(function()

  283. local things = {116693764, 94233286, 97885552, 97885508, 95354288, 94233344}

  284. for i,v in pairs(things) do

  285. game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", v)

  286. end

  287. end)

  288. ExtraStuffPack.Name = "ExtraStuffPack"

  289. ExtraStuffPack.Parent = GearFrame

  290. ExtraStuffPack.BackgroundColor3 = Color3.new(0, 0, 0)

  291. ExtraStuffPack.BorderColor3 = Color3.new(0.333333, 0, 0)

  292. ExtraStuffPack.BorderSizePixel = 2

  293. ExtraStuffPack.Position = UDim2.new(0.555690765, 0, 0.64881134, 0)

  294. ExtraStuffPack.Size = UDim2.new(0, 144, 0, 38)

  295. ExtraStuffPack.Font = Enum.Font.SourceSansBold

  296. ExtraStuffPack.Text = "Extra Stuff Pack"

  297. ExtraStuffPack.TextColor3 = Color3.new(1, 1, 1)

  298. ExtraStuffPack.TextScaled = true

  299. ExtraStuffPack.TextSize = 14

  300. ExtraStuffPack.TextStrokeColor3 = Color3.new(1, 1, 1)

  301. ExtraStuffPack.TextWrapped = true

  302. ExtraStuffPack.MouseButton1Click:connect(function()

  303. local things = {16688968, 212641536, 223785473, 257810065, 225921000, 477911027}

  304. for i,v in pairs(things) do

  305. game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", v)

  306. end

  307. end)

  308. SwordPack.Name = "SwordPack"

  309. SwordPack.Parent = GearFrame

  310. SwordPack.BackgroundColor3 = Color3.new(0, 0, 0)

  311. SwordPack.BorderColor3 = Color3.new(0.333333, 0, 0)

  312. SwordPack.BorderSizePixel = 2

  313. SwordPack.Position = UDim2.new(0.0269551128, 0, 0.64881134, 0)

  314. SwordPack.Size = UDim2.new(0, 144, 0, 38)

  315. SwordPack.Font = Enum.Font.SourceSansBold

  316. SwordPack.Text = "Sword Pack"

  317. SwordPack.TextColor3 = Color3.new(1, 1, 1)

  318. SwordPack.TextScaled = true

  319. SwordPack.TextSize = 14

  320. SwordPack.TextStrokeColor3 = Color3.new(1, 1, 1)

  321. SwordPack.TextWrapped = true

  322. SwordPack.MouseButton1Click:connect(function()

  323. local things = {159229806, 108149175, 139578136, 416846710}

  324. for i,v in pairs(things) do

  325. game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", v)

  326. end

  327. end)

Gear Giver Script Fe NOT MADE BY ME - Pastebin.com (2024)
Top Articles
Latest Posts
Article information

Author: Ray Christiansen

Last Updated:

Views: 6182

Rating: 4.9 / 5 (69 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Ray Christiansen

Birthday: 1998-05-04

Address: Apt. 814 34339 Sauer Islands, Hirtheville, GA 02446-8771

Phone: +337636892828

Job: Lead Hospitality Designer

Hobby: Urban exploration, Tai chi, Lockpicking, Fashion, Gunsmithing, Pottery, Geocaching

Introduction: My name is Ray Christiansen, I am a fair, good, cute, gentle, vast, glamorous, excited person who loves writing and wants to share my knowledge and understanding with you.