Advertisement
JasonHacks

Gray

Apr 19th, 2020
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.20 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Gray = Instance.new("ScreenGui")
  7. local Bar = Instance.new("Frame")
  8. local Bar2 = Instance.new("Frame")
  9. local HeroinAFrame = Instance.new("Frame")
  10. local WSSET = Instance.new("TextButton")
  11. local WSNUMB = Instance.new("TextBox")
  12. local Click2TP = Instance.new("TextButton")
  13. local SpinDeath = Instance.new("TextButton")
  14. local HeroinLISTFrame = Instance.new("Frame")
  15. local SpeedSimButton = Instance.new("TextButton")
  16. local ItemLabel = Instance.new("TextLabel")
  17. local CreditsButt = Instance.new("TextButton")
  18. local MovementButton = Instance.new("TextButton")
  19. local Bar2LIST = Instance.new("Frame")
  20. local HeroinSpeedSimulator = Instance.new("Frame")
  21. local AutoFarmStart = Instance.new("TextButton")
  22. local OpenList = Instance.new("TextButton")
  23. local DestroyGUI = Instance.new("TextButton")
  24. local Title = Instance.new("TextLabel")
  25.  
  26. --Properties:
  27.  
  28. Gray.Name = "Gray"
  29. Gray.Parent = game.CoreGui
  30. Gray.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31.  
  32. Bar.Name = "Bar"
  33. Bar.Parent = Gray
  34. Bar.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
  35. Bar.BorderSizePixel = 0
  36. Bar.Position = UDim2.new(0.196556926, 0, 0.395622551, 0)
  37. Bar.Size = UDim2.new(0, 250, 0, 31)
  38.  
  39. Bar2.Name = "Bar2"
  40. Bar2.Parent = Bar
  41. Bar2.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  42. Bar2.BorderSizePixel = 0
  43. Bar2.Position = UDim2.new(0, 0, 1, 0)
  44. Bar2.Size = UDim2.new(0, 250, 0, 11)
  45.  
  46. HeroinAFrame.Name = "HeroinAFrame"
  47. HeroinAFrame.Parent = Bar2
  48. HeroinAFrame.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  49. HeroinAFrame.BorderSizePixel = 0
  50. HeroinAFrame.Position = UDim2.new(0, 0, 0.99609375, 0)
  51. HeroinAFrame.Size = UDim2.new(0, 250, 0, 143)
  52.  
  53. WSSET.Name = "WSSET"
  54. WSSET.Parent = HeroinAFrame
  55. WSSET.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  56. WSSET.BorderSizePixel = 0
  57. WSSET.Position = UDim2.new(0.532000005, 0, 0.479409158, 0)
  58. WSSET.Size = UDim2.new(0, 100, 0, 23)
  59. WSSET.Font = Enum.Font.SourceSansBold
  60. WSSET.Text = "Set Walkspeed"
  61. WSSET.TextColor3 = Color3.fromRGB(255, 255, 255)
  62. WSSET.TextScaled = true
  63. WSSET.TextSize = 14.000
  64. WSSET.TextWrapped = true
  65.  
  66. WSNUMB.Name = "WSNUMB"
  67. WSNUMB.Parent = HeroinAFrame
  68. WSNUMB.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  69. WSNUMB.BorderSizePixel = 0
  70. WSNUMB.Position = UDim2.new(0.0720000044, 0, 0.154184997, 0)
  71. WSNUMB.Size = UDim2.new(0, 215, 0, 28)
  72. WSNUMB.Font = Enum.Font.SourceSans
  73. WSNUMB.Text = "Number Here"
  74. WSNUMB.TextColor3 = Color3.fromRGB(255, 255, 255)
  75. WSNUMB.TextScaled = true
  76. WSNUMB.TextSize = 14.000
  77. WSNUMB.TextWrapped = true
  78.  
  79. Click2TP.Name = "Click2 TP"
  80. Click2TP.Parent = HeroinAFrame
  81. Click2TP.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  82. Click2TP.BorderSizePixel = 0
  83. Click2TP.Position = UDim2.new(0.0720000044, 0, 0.479409099, 0)
  84. Click2TP.Size = UDim2.new(0, 100, 0, 23)
  85. Click2TP.Font = Enum.Font.SourceSansBold
  86. Click2TP.Text = "MouseTP [E]"
  87. Click2TP.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. Click2TP.TextScaled = true
  89. Click2TP.TextSize = 14.000
  90. Click2TP.TextWrapped = true
  91.  
  92. SpinDeath.Name = "SpinDeath"
  93. SpinDeath.Parent = HeroinAFrame
  94. SpinDeath.BackgroundColor3 = Color3.fromRGB(67, 67, 67)
  95. SpinDeath.BorderSizePixel = 0
  96. SpinDeath.Position = UDim2.new(0.0960000008, 0, 0.74125874, 0)
  97. SpinDeath.Size = UDim2.new(0, 200, 0, 23)
  98. SpinDeath.Font = Enum.Font.GothamBold
  99. SpinDeath.Text = "Spin Hack"
  100. SpinDeath.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. SpinDeath.TextScaled = true
  102. SpinDeath.TextSize = 14.000
  103. SpinDeath.TextWrapped = true
  104.  
  105. HeroinLISTFrame.Name = "HeroinLISTFrame"
  106. HeroinLISTFrame.Parent = Bar2
  107. HeroinLISTFrame.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  108. HeroinLISTFrame.BorderSizePixel = 0
  109. HeroinLISTFrame.Position = UDim2.new(-0.519999981, 0, -2.81818175, 0)
  110. HeroinLISTFrame.Size = UDim2.new(0, 130, 0, 227)
  111. HeroinLISTFrame.Visible = false
  112.  
  113. SpeedSimButton.Name = "SpeedSimButton"
  114. SpeedSimButton.Parent = HeroinLISTFrame
  115. SpeedSimButton.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  116. SpeedSimButton.BorderSizePixel = 0
  117. SpeedSimButton.Position = UDim2.new(0, 0, 0.378715903, 0)
  118. SpeedSimButton.Size = UDim2.new(0, 130, 0, 25)
  119. SpeedSimButton.Font = Enum.Font.SourceSans
  120. SpeedSimButton.Text = "Speed Simulator"
  121. SpeedSimButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  122. SpeedSimButton.TextScaled = true
  123. SpeedSimButton.TextSize = 14.000
  124. SpeedSimButton.TextWrapped = true
  125.  
  126. ItemLabel.Name = "ItemLabel"
  127. ItemLabel.Parent = HeroinLISTFrame
  128. ItemLabel.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
  129. ItemLabel.BorderSizePixel = 0
  130. ItemLabel.Size = UDim2.new(0, 130, 0, 31)
  131. ItemLabel.Font = Enum.Font.SourceSans
  132. ItemLabel.Text = "Items:"
  133. ItemLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  134. ItemLabel.TextScaled = true
  135. ItemLabel.TextSize = 14.000
  136. ItemLabel.TextWrapped = true
  137.  
  138. CreditsButt.Name = "CreditsButt"
  139. CreditsButt.Parent = HeroinLISTFrame
  140. CreditsButt.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  141. CreditsButt.BorderSizePixel = 0
  142. CreditsButt.Position = UDim2.new(0, 0, 0.817632794, 0)
  143. CreditsButt.Size = UDim2.new(0, 130, 0, 27)
  144. CreditsButt.Font = Enum.Font.SourceSans
  145. CreditsButt.Text = "Credits"
  146. CreditsButt.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. CreditsButt.TextScaled = true
  148. CreditsButt.TextSize = 14.000
  149. CreditsButt.TextWrapped = true
  150.  
  151. MovementButton.Name = "MovementButton"
  152. MovementButton.Parent = HeroinLISTFrame
  153. MovementButton.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  154. MovementButton.BorderSizePixel = 0
  155. MovementButton.Position = UDim2.new(0, 0, 0.541711509, 0)
  156. MovementButton.Size = UDim2.new(0, 130, 0, 25)
  157. MovementButton.Font = Enum.Font.SourceSans
  158. MovementButton.Text = "Movement"
  159. MovementButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  160. MovementButton.TextScaled = true
  161. MovementButton.TextSize = 14.000
  162. MovementButton.TextWrapped = true
  163.  
  164. Bar2LIST.Name = "Bar2LIST"
  165. Bar2LIST.Parent = HeroinLISTFrame
  166. Bar2LIST.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  167. Bar2LIST.BorderSizePixel = 0
  168. Bar2LIST.Position = UDim2.new(0, 0, 0.136563882, 0)
  169. Bar2LIST.Size = UDim2.new(0, 130, 0, 11)
  170.  
  171. HeroinSpeedSimulator.Name = "HeroinSpeedSimulator"
  172. HeroinSpeedSimulator.Parent = Bar2
  173. HeroinSpeedSimulator.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
  174. HeroinSpeedSimulator.BorderSizePixel = 0
  175. HeroinSpeedSimulator.Position = UDim2.new(0, 0, 1, 0)
  176. HeroinSpeedSimulator.Size = UDim2.new(0, 250, 0, 143)
  177. HeroinSpeedSimulator.Visible = false
  178.  
  179. AutoFarmStart.Name = "AutoFarmStart"
  180. AutoFarmStart.Parent = HeroinSpeedSimulator
  181. AutoFarmStart.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  182. AutoFarmStart.BorderSizePixel = 0
  183. AutoFarmStart.Position = UDim2.new(0.176706821, 0, 0.636363626, 0)
  184. AutoFarmStart.Size = UDim2.new(0, 162, 0, 28)
  185. AutoFarmStart.Font = Enum.Font.GothamBold
  186. AutoFarmStart.Text = "Auto Farm"
  187. AutoFarmStart.TextColor3 = Color3.fromRGB(255, 255, 255)
  188. AutoFarmStart.TextScaled = true
  189. AutoFarmStart.TextSize = 14.000
  190. AutoFarmStart.TextWrapped = true
  191.  
  192. OpenList.Name = "OpenList"
  193. OpenList.Parent = Bar
  194. OpenList.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  195. OpenList.BackgroundTransparency = 1.000
  196. OpenList.BorderSizePixel = 0
  197. OpenList.Size = UDim2.new(0, 31, 0, 31)
  198. OpenList.Font = Enum.Font.SourceSans
  199. OpenList.Text = "<"
  200. OpenList.TextColor3 = Color3.fromRGB(255, 255, 255)
  201. OpenList.TextScaled = true
  202. OpenList.TextSize = 14.000
  203. OpenList.TextWrapped = true
  204.  
  205. DestroyGUI.Name = "DestroyGUI"
  206. DestroyGUI.Parent = Bar
  207. DestroyGUI.BackgroundColor3 = Color3.fromRGB(58, 0, 0)
  208. DestroyGUI.BackgroundTransparency = 0.650
  209. DestroyGUI.BorderSizePixel = 0
  210. DestroyGUI.Position = UDim2.new(0.871999979, 0, 0, 0)
  211. DestroyGUI.Size = UDim2.new(0, 32, 0, 31)
  212. DestroyGUI.Font = Enum.Font.SourceSans
  213. DestroyGUI.Text = "X"
  214. DestroyGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
  215. DestroyGUI.TextScaled = true
  216. DestroyGUI.TextSize = 14.000
  217. DestroyGUI.TextWrapped = true
  218.  
  219. Title.Name = "Title"
  220. Title.Parent = Bar
  221. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  222. Title.BackgroundTransparency = 1.000
  223. Title.BorderSizePixel = 0
  224. Title.Position = UDim2.new(0.236000001, 0, 0, 0)
  225. Title.Size = UDim2.new(0, 132, 0, 31)
  226. Title.Font = Enum.Font.SourceSans
  227. Title.Text = "Gray"
  228. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  229. Title.TextScaled = true
  230. Title.TextSize = 14.000
  231. Title.TextWrapped = true
  232.  
  233. -- Scripts:
  234.  
  235. local function RWFVWQ_fake_script() -- WSSET.Script
  236.     local script = Instance.new('Script', WSSET)
  237.  
  238.     script.Parent.MouseButton1Click:Connect(function()
  239.         game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass"Humanoid".WalkSpeed = script.Parent.Parent.WSNUMB.Text
  240.     end)
  241. end
  242. coroutine.wrap(RWFVWQ_fake_script)()
  243. local function KOHGPQ_fake_script() -- Click2TP.Script
  244.     local script = Instance.new('Script', Click2TP)
  245.  
  246.     script.Parent.MouseButton1Click:Connect(function()
  247.         plr = game.Players.LocalPlayer
  248.     hum = plr.Character.HumanoidRootPart
  249.     mouse = plr:GetMouse()
  250.     mouse.KeyDown:connect(function(key)
  251.     if key == "e" then
  252.     if mouse.Target then
  253.     hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  254.     end
  255.     end
  256.     end)
  257.     end)
  258. end
  259. coroutine.wrap(KOHGPQ_fake_script)()
  260. local function TMVRP_fake_script() -- SpinDeath.Script
  261.     local script = Instance.new('Script', SpinDeath)
  262.  
  263.     script.Parent.MouseButton1Click:Connect(function()
  264.         power = 500 -- change this to make it more or less powerful
  265.    
  266.     game:GetService('RunService').Stepped:connect(function()
  267.     game.Players.LocalPlayer.Character.Head.CanCollide = false
  268.     game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  269.     game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  270.     game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  271.     end)
  272.     wait(.1)
  273.     local bambam = Instance.new("BodyThrust")
  274.     bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  275.     bambam.Force = Vector3.new(power,0,power)
  276.     bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  277.     end)
  278. end
  279. coroutine.wrap(TMVRP_fake_script)()
  280. local function XKHO_fake_script() -- SpeedSimButton.Script
  281.     local script = Instance.new('Script', SpeedSimButton)
  282.  
  283.     script.Parent.MouseButton1Click:Connect(function()
  284.         script.Parent.Parent.Parent.HeroinAFrame.Visible = false
  285.         script.Parent.Parent.Parent.HeroinSpeedSimulator.Visible = true
  286.     end)
  287. end
  288. coroutine.wrap(XKHO_fake_script)()
  289. local function HJANEMU_fake_script() -- CreditsButt.Script
  290.     local script = Instance.new('Script', CreditsButt)
  291.  
  292.     bc = BrickColor.new("Bright blue")
  293.     script.Parent.MouseButton1Click:Connect(function()
  294.         game.StarterGui:SetCore("ChatMakeSystemMessage", {
  295.         Text = "made by kimjongun#0262";
  296.         Font = Enum.Font.Arcade;
  297.         Color = bc.Color;
  298.         FontSize = Enum.FontSize.Size96;
  299.     })
  300.     end)
  301.    
  302. end
  303. coroutine.wrap(HJANEMU_fake_script)()
  304. local function HCNGLSM_fake_script() -- MovementButton.Script
  305.     local script = Instance.new('Script', MovementButton)
  306.  
  307.     script.Parent.MouseButton1Click:Connect(function()
  308.         script.Parent.Parent.Parent.HeroinAFrame.Visible = true
  309.         script.Parent.Parent.Parent.HeroinSpeedSimulator.Visible = false
  310.     end)
  311. end
  312. coroutine.wrap(HCNGLSM_fake_script)()
  313. local function JIZYER_fake_script() -- AutoFarmStart.Script
  314.     local script = Instance.new('Script', AutoFarmStart)
  315.  
  316.     bc = BrickColor.new("Bright blue")
  317.     script.Parent.MouseButton1Click:Connect(function()
  318.         game.StarterGui:SetCore("ChatMakeSystemMessage", {
  319.         Text = "it should start in 3 - 5 seconds";
  320.         Font = Enum.Font.Arcade;
  321.         Color = bc.Color;
  322.         FontSize = Enum.FontSize.Size96;
  323.     })
  324.         wait(4)
  325.         while true do
  326.             local basic = game.StarterPack["Basic Drink"]
  327.             game.ReplicatedStorage.RemoteEvents.Give:FireServer(basic);
  328.             wait(1)
  329.         end
  330.     end)
  331.    
  332. end
  333. coroutine.wrap(JIZYER_fake_script)()
  334. local function TLZA_fake_script() -- OpenList.Script
  335.     local script = Instance.new('Script', OpenList)
  336.  
  337.     local itemlistshown = false
  338.     script.Parent.MouseButton1Click:Connect(function()
  339.         if itemlistshown == false then
  340.             script.Parent.Parent.Bar2.HeroinLISTFrame.Visible = true
  341.             itemlistshown = true
  342.         else
  343.             script.Parent.Parent.Bar2.HeroinLISTFrame.Visible = false
  344.             itemlistshown = false
  345.         end
  346.     end)
  347. end
  348. coroutine.wrap(TLZA_fake_script)()
  349. local function TPJBDWS_fake_script() -- DestroyGUI.Destroy
  350.     local script = Instance.new('Script', DestroyGUI)
  351.  
  352.     print("lol there is no close button this destroys the gui")
  353.     script.Parent.MouseButton1Click:Connect(function()
  354.         script.Parent.Parent.Parent.Bar:Destroy()
  355.     end)
  356. end
  357. coroutine.wrap(TPJBDWS_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement