Advertisement
thegameplayer

JN HH LUCKY BLOCK

Mar 10th, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.17 KB | None | 0 0
  1. local vu = game:GetService("VirtualUser")
  2. game:GetService("Players").LocalPlayer.Idled:connect(function()
  3. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  4. wait(1)
  5. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  6. end)
  7.  
  8. game.StarterGui:SetCore("SendNotification", {
  9. Title = "Lucky Blocks Script";
  10. Text = "Made by JN HH Gaming"; -- what the text says (ofc)
  11. Duration = 60;
  12. })
  13. wait(1)
  14. game.StarterGui:SetCore("SendNotification", {
  15. Title = "Subscribe To Him";
  16. Text = "Now!"; -- what the text says (ofc)
  17. Duration = 60;
  18. })
  19.  
  20. local LuckyBlock = Instance.new("ScreenGui")
  21. local Frame = Instance.new("ImageLabel")
  22. local title = Instance.new("TextLabel")
  23. local Frame_HUB = Instance.new("ImageLabel")
  24. local HUB = Instance.new("TextLabel")
  25. local Main = Instance.new("Frame")
  26. local LuckyBlock_2 = Instance.new("TextButton")
  27. local SuperBlock = Instance.new("TextButton")
  28. local GalaxyBlock = Instance.new("TextButton")
  29. local RainbowBlock = Instance.new("TextButton")
  30. local DiamondBlock = Instance.new("TextButton")
  31. local CopyDiscordServer = Instance.new("TextButton")
  32. local DiscordServer_box = Instance.new("TextBox")
  33. local lable_discord = Instance.new("TextLabel")
  34. local open_box = Instance.new("TextBox")
  35. local toBox = Instance.new("TextLabel")
  36. local Frame_2 = Instance.new("Frame")
  37. local close = Instance.new("ImageButton")
  38.  
  39. --Properties:
  40.  
  41. LuckyBlock.Name = "LuckyBlock"
  42. LuckyBlock.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  43. LuckyBlock.ResetOnSpawn = false
  44.  
  45. Frame.Name = "Frame"
  46. Frame.Parent = LuckyBlock
  47. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  48. Frame.BackgroundTransparency = 1.000
  49. Frame.ClipsDescendants = true
  50. Frame.Position = UDim2.new(0.304542094, 0, 0.326781332, 0)
  51. Frame.Size = UDim2.new(0, 525, 0, 300)
  52. Frame.Image = "rbxassetid://3570695787"
  53. Frame.ImageColor3 = Color3.fromRGB(255, 0, 0)
  54. Frame.ScaleType = Enum.ScaleType.Slice
  55. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  56. Frame.SliceScale = 0.120
  57. Frame.Active = true
  58. Frame.Draggable = true
  59.  
  60. title.Name = "title"
  61. title.Parent = Frame
  62. title.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  63. title.BackgroundTransparency = 1.000
  64. title.Size = UDim2.new(0, 439, 0, 51)
  65. title.Font = Enum.Font.SourceSans
  66. title.Text = "LuckyBlock"
  67. title.TextColor3 = Color3.fromRGB(255, 0, 0)
  68. title.TextSize = 28.000
  69.  
  70. Frame_HUB.Name = "Frame_"
  71. Frame_HUB.Parent = Frame
  72. Frame_HUB.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  73. Frame_HUB.BackgroundTransparency = 1.000
  74. Frame_HUB.BorderColor3 = Color3.fromRGB(255, 0, 0)
  75. Frame_HUB.Position = UDim2.new(0.531428576, 0, 0.0277550742, 0)
  76. Frame_HUB.Size = UDim2.new(0, 81, 0, 33)
  77. Frame_HUB.Image = "rbxassetid://3570695787"
  78. Frame_HUB.ImageColor3 = Color3.fromRGB(255, 0, 0)
  79. Frame_HUB.ScaleType = Enum.ScaleType.Slice
  80. Frame_HUB.SliceCenter = Rect.new(100, 100, 100, 100)
  81. Frame_HUB.SliceScale = 0.120
  82.  
  83. HUB.Name = "JN HH Gaming Hub"
  84. HUB.Parent = Frame_HUB
  85. HUB.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  86. HUB.BackgroundTransparency = 1.000
  87. HUB.Position = UDim2.new(0, 0, -0.00494801067, 0)
  88. HUB.Size = UDim2.new(0, 200, 0, 50)
  89. HUB.Font = Enum.Font.SourceSans
  90. HUB.Text = "JN HH Gaming Hub"
  91. HUB.TextColor3 = Color3.fromRGB(0, 0, 0)
  92. HUB.TextScaled = true
  93. HUB.TextSize = 14.000
  94. HUB.TextWrapped = true
  95.  
  96. Main.Name = "Main"
  97. Main.Parent = Frame
  98. Main.BackgroundColor3 = Color3.fromRGB(255, 215, 0)
  99. Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  100. Main.Position = UDim2.new(-0.034285713, 0, 0.170000002, 0)
  101. Main.Size = UDim2.new(0, 559, 0, 0)
  102.  
  103. LuckyBlock_2.Name = "LuckyBlock"
  104. LuckyBlock_2.Parent = Frame
  105. LuckyBlock_2.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  106. LuckyBlock_2.BorderSizePixel = 0
  107. LuckyBlock_2.Position = UDim2.new(0.0552380905, 0, 0.223333329, 0)
  108. LuckyBlock_2.Selectable = false
  109. LuckyBlock_2.Size = UDim2.new(0, 150, 0, 35)
  110. LuckyBlock_2.AutoButtonColor = false
  111. LuckyBlock_2.Font = Enum.Font.SourceSans
  112. LuckyBlock_2.Text = "LuckyBlock"
  113. LuckyBlock_2.TextColor3 = Color3.fromRGB(255, 0, 0)
  114. LuckyBlock_2.TextSize = 28.000
  115.  
  116. SuperBlock.Name = "SuperBlock"
  117. SuperBlock.Parent = Frame
  118. SuperBlock.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  119. SuperBlock.BorderSizePixel = 0
  120. SuperBlock.Position = UDim2.new(0.0552381277, 0, 0.383333325, 0)
  121. SuperBlock.Selectable = false
  122. SuperBlock.Size = UDim2.new(0, 150, 0, 35)
  123. SuperBlock.AutoButtonColor = false
  124. SuperBlock.Font = Enum.Font.SourceSans
  125. SuperBlock.Text = "SuperBlock"
  126. SuperBlock.TextColor3 = Color3.fromRGB(255, 0, 0)
  127. SuperBlock.TextSize = 28.000
  128.  
  129. GalaxyBlock.Name = "GalaxyBlock"
  130. GalaxyBlock.Parent = Frame
  131. GalaxyBlock.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  132. GalaxyBlock.BorderSizePixel = 0
  133. GalaxyBlock.Position = UDim2.new(0.0552381277, 0, 0.826666653, 0)
  134. GalaxyBlock.Selectable = false
  135. GalaxyBlock.Size = UDim2.new(0, 150, 0, 35)
  136. GalaxyBlock.AutoButtonColor = false
  137. GalaxyBlock.Font = Enum.Font.SourceSans
  138. GalaxyBlock.Text = "GalaxyBlock"
  139. GalaxyBlock.TextColor3 = Color3.fromRGB(255, 0, 0)
  140. GalaxyBlock.TextSize = 28.000
  141.  
  142. RainbowBlock.Name = "RainbowBlock"
  143. RainbowBlock.Parent = Frame
  144. RainbowBlock.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  145. RainbowBlock.BorderSizePixel = 0
  146. RainbowBlock.Position = UDim2.new(0.0552381277, 0, 0.679999948, 0)
  147. RainbowBlock.Selectable = false
  148. RainbowBlock.Size = UDim2.new(0, 150, 0, 35)
  149. RainbowBlock.AutoButtonColor = false
  150. RainbowBlock.Font = Enum.Font.SourceSans
  151. RainbowBlock.Text = "RainbowBlock"
  152. RainbowBlock.TextColor3 = Color3.fromRGB(255, 0, 0)
  153. RainbowBlock.TextSize = 28.000
  154.  
  155. DiamondBlock.Name = "DiamondBlock"
  156. DiamondBlock.Parent = Frame
  157. DiamondBlock.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  158. DiamondBlock.BorderSizePixel = 0
  159. DiamondBlock.Position = UDim2.new(0.0552381277, 0, 0.533333302, 0)
  160. DiamondBlock.Selectable = false
  161. DiamondBlock.Size = UDim2.new(0, 150, 0, 35)
  162. DiamondBlock.AutoButtonColor = false
  163. DiamondBlock.Font = Enum.Font.SourceSans
  164. DiamondBlock.Text = "DiamondBlock"
  165. DiamondBlock.TextColor3 = Color3.fromRGB(255, 0, 0)
  166. DiamondBlock.TextSize = 28.000
  167.  
  168. open_box.Name = "open_box"
  169. open_box.Parent = Frame
  170. open_box.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  171. open_box.BorderSizePixel = 0
  172. open_box.Position = UDim2.new(0.750476241, 0, 0.313333333, 0)
  173. open_box.Size = UDim2.new(0, 56, 0, 35)
  174. open_box.ClearTextOnFocus = false
  175. open_box.Font = Enum.Font.SourceSans
  176. open_box.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  177. open_box.PlaceholderText = "Value"
  178. open_box.Text = "1"
  179. open_box.TextColor3 = Color3.fromRGB(255, 255, 255)
  180. open_box.TextSize = 28.000
  181. open_box.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  182.  
  183. toBox.Name = "toBox"
  184. toBox.Parent = Frame
  185. toBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  186. toBox.BackgroundTransparency = 1.000
  187. toBox.Position = UDim2.new(0.531428635, 0, 0.286666691, 0)
  188. toBox.Size = UDim2.new(0, 194, 0, 50)
  189. toBox.Font = Enum.Font.SourceSans
  190. toBox.Text = "0 to "
  191. toBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. toBox.TextSize = 28.000
  193.  
  194. Frame_2.Parent = Frame
  195. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  196. Frame_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
  197. Frame_2.Position = UDim2.new(0.400000006, 0, 0.170000002, 0)
  198. Frame_2.Size = UDim2.new(0, 0, 0, 292)
  199.  
  200. close.Name = "close"
  201. close.Parent = Frame
  202. close.BackgroundTransparency = 1.000
  203. close.Position = UDim2.new(0.90054822, 0, 0.00678133965, 0)
  204. close.Size = UDim2.new(0, 45, 0, 45)
  205. close.ZIndex = 2
  206. close.Image = "rbxassetid://3926305904"
  207. close.ImageRectOffset = Vector2.new(284, 4)
  208. close.ImageRectSize = Vector2.new(24, 24)
  209.  
  210.  
  211. ----------------------------------------------------------------
  212.  
  213. close.MouseButton1Click:connect(function()
  214. Frame.Visible = false
  215. end)
  216.  
  217. LuckyBlock_2.MouseButton1Click:connect(function()
  218. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)
  219. game.ReplicatedStorage.SpawnLuckyBlock:FireServer()
  220. end
  221. end)
  222.  
  223. DiamondBlock.MouseButton1Click:connect(function()
  224. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)
  225. game.ReplicatedStorage.SpawnDiamondBlock:FireServer()
  226. end
  227. end)
  228.  
  229. SuperBlock.MouseButton1Click:connect(function()
  230. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)
  231. game.ReplicatedStorage.SpawnSuperBlock:FireServer()
  232. end
  233. end)
  234.  
  235. RainbowBlock.MouseButton1Click:connect(function()
  236. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)
  237. game.ReplicatedStorage.SpawnRainbowBlock:FireServer()
  238. end
  239. end)
  240.  
  241. GalaxyBlock.MouseButton1Click:connect(function()
  242. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)
  243. game.ReplicatedStorage.SpawnGalaxyBlock:FireServer()
  244. end
  245. end)
  246.  
  247. -- Gui to Lua
  248. -- Version: 3.
  249. -- Instances:
  250.  
  251. local ScreenGui = Instance.new("ScreenGui")
  252. local Main = Instance.new("Frame")
  253. local TextLabel = Instance.new("TextLabel")
  254. local TextButton = Instance.new("TextButton")
  255.  
  256. --Properties:
  257.  
  258. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  259.  
  260. Main.Name = "Main"
  261. Main.Parent = ScreenGui
  262. Main.BackgroundColor3 = Color3.fromRGB(39, 15, 245)
  263. Main.Position = UDim2.new(0.363293529, 0, 0.28638497, 0)
  264. Main.Size = UDim2.new(0, 300, 0, 154)
  265. Main.Style = Enum.FrameStyle.ChatRed
  266.  
  267. TextLabel.Parent = Main
  268. TextLabel.BackgroundColor3 = Color3.fromRGB(17, 1, 1)
  269. TextLabel.BackgroundTransparency = 1.000
  270. TextLabel.Position = UDim2.new(-0.025588274, 0, -0.0890700519, 0)
  271. TextLabel.Size = UDim2.new(0, 250, 0, 30)
  272. TextLabel.Font = Enum.Font.SciFi
  273. TextLabel.Text = "JN HH Gaming Lucky Block Speed"
  274. TextLabel.TextColor3 = Color3.fromRGB(245, 16, 16)
  275. TextLabel.TextScaled = true
  276. TextLabel.TextSize = 12.000
  277. TextLabel.TextWrapped = true
  278.  
  279. TextButton.Parent = Main
  280. TextButton.BackgroundColor3 = Color3.fromRGB(17, 1, 1)
  281. TextButton.Position = UDim2.new(0.136470661, 0, 0.458670378, 0)
  282. TextButton.Size = UDim2.new(0, 200, 0, 58)
  283. TextButton.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  284. TextButton.Font = Enum.Font.SciFi
  285. TextButton.Text = "Click To Activate"
  286. TextButton.TextColor3 = Color3.fromRGB(21, 235, 78)
  287. TextButton.TextScaled = true
  288. TextButton.TextSize = 14.000
  289. TextButton.TextWrapped = true
  290. TextButton.MouseButton1Down:connect(function()
  291. while true do wait() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100 end
  292. Walkspeed()
  293. end)
  294. -- Scripts:
  295.  
  296. local function LASGYB_fake_script() -- ScreenGui.Script
  297. local script = Instance.new('Script', ScreenGui)
  298.  
  299. frame = script.Parent.Main -- Take out {}s, and put name of frame
  300. frame.Draggable = true
  301. frame.Active = true
  302. frame.Selectable = true
  303. end
  304. coroutine.wrap(LASGYB_fake_script)()
  305.  
  306. _G.HeadSize = 50
  307. _G.Disabled = true
  308.  
  309. game:GetService('RunService').RenderStepped:connect(function()
  310. if _G.Disabled then
  311. for i,v in next, game:GetService('Players'):GetPlayers() do
  312. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  313. pcall(function()
  314. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  315. v.Character.HumanoidRootPart.Transparency = 0.7
  316. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really black")
  317. v.Character.HumanoidRootPart.Material = "Neon"
  318. v.Character.HumanoidRootPart.CanCollide = false
  319. end)
  320. end
  321. end
  322. end
  323. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement