Advertisement
ZX7

سكربت LuckyBlock

ZX7
Dec 31st, 2022
153
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.07 KB | None | 1 0
  1. --f5 Yasser اشتراك في قناة --
  2.  
  3. local vu = game:GetService("VirtualUser")
  4. game:GetService("Players").LocalPlayer.Idled:connect(function()
  5. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  6. wait(1)
  7. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  8. end)
  9.  
  10. game.StarterGui:SetCore("SendNotification", {
  11. Title = "ماب lucky block";
  12. Text = " من مصمم ياسر/قناة f5 Yasser "; -- what the text says (ofc)
  13. Duration = 5;
  14. })
  15. wait(1)
  16. game.StarterGui:SetCore("SendNotification", {
  17. Title = "شكران على استخدام سكربت";
  18. Text = " اشتغل!سكربت"; -- what the text says (ofc)
  19. Duration = 5;
  20. })
  21.  
  22. local LuckyBlock = Instance.new("ScreenGui")
  23. local Frame = Instance.new("ImageLabel")
  24. local title = Instance.new("TextLabel")
  25. local Frame_HUB = Instance.new("ImageLabel")
  26. local HUB = Instance.new("TextLabel")
  27. local Main = Instance.new("Frame")
  28. local LuckyBlock_2 = Instance.new("TextButton")
  29. local SuperBlock = Instance.new("TextButton")
  30. local GalaxyBlock = Instance.new("TextButton")
  31. local RainbowBlock = Instance.new("TextButton")
  32. local DiamondBlock = Instance.new("TextButton")
  33. local CopyDiscordServer = Instance.new("TextButton")
  34. local DiscordServer_box = Instance.new("TextBox")
  35. local lable_discord = Instance.new("TextLabel")
  36. local open_box = Instance.new("TextBox")
  37. local toBox = Instance.new("TextLabel")
  38. local Frame_2 = Instance.new("Frame")
  39. local close = Instance.new("ImageButton")
  40.  
  41. --Properties:
  42.  
  43. LuckyBlock.Name = "LuckyBlock"
  44. LuckyBlock.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  45. LuckyBlock.ResetOnSpawn = false
  46.  
  47. Frame.Name = "Frame"
  48. Frame.Parent = LuckyBlock
  49. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. Frame.BackgroundTransparency = 1.000
  51. Frame.ClipsDescendants = true
  52. Frame.Position = UDim2.new(0.304542094, 0, 0.326781332, 0)
  53. Frame.Size = UDim2.new(0, 525, 0, 300)
  54. Frame.Image = "rbxassetid://3570695787"
  55. Frame.ImageColor3 = Color3.fromRGB(0, 0, 0)
  56. Frame.ScaleType = Enum.ScaleType.Slice
  57. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  58. Frame.SliceScale = 0.120
  59. Frame.Active = true
  60. Frame.Draggable = true
  61.  
  62. title.Name = "title"
  63. title.Parent = Frame
  64. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  65. title.BackgroundTransparency = 1.000
  66. title.Size = UDim2.new(0, 439, 0, 51)
  67. title.Font = Enum.Font.SourceSans
  68. title.Text = "LuckyBlock "
  69. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  70. title.TextSize = 28.000
  71.  
  72. Frame_HUB.Name = "Frame_HUB"
  73. Frame_HUB.Parent = Frame
  74. Frame_HUB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  75. Frame_HUB.BackgroundTransparency = 1.000
  76. Frame_HUB.BorderColor3 = Color3.fromRGB(255, 255, 255)
  77. Frame_HUB.Position = UDim2.new(0.531428576, 0, 0.0277550742, 0)
  78. Frame_HUB.Size = UDim2.new(0, 81, 0, 33)
  79. Frame_HUB.Image = "rbxassetid://3570695787"
  80. Frame_HUB.ImageColor3 = Color3.fromRGB(255, 170, 0)
  81. Frame_HUB.ScaleType = Enum.ScaleType.Slice
  82. Frame_HUB.SliceCenter = Rect.new(100, 100, 100, 100)
  83. Frame_HUB.SliceScale = 0.120
  84.  
  85. HUB.Name = "ماب سكربت قوي"
  86. HUB.Parent = Frame_HUB
  87. HUB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. HUB.BackgroundTransparency = 1.000
  89. HUB.Position = UDim2.new(0, 0, -0.00494801067, 0)
  90. HUB.Size = UDim2.new(0, 81, 0, 33)
  91. HUB.Font = Enum.Font.SourceSans
  92. HUB.Text = "سكربت قوي ماب"
  93. HUB.TextColor3 = Color3.fromRGB(0, 0, 0)
  94. HUB.TextScaled = true
  95. HUB.TextSize = 14.000
  96. HUB.TextWrapped = true
  97.  
  98. Main.Name = "Main"
  99. Main.Parent = Frame
  100. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  101. Main.BorderColor3 = Color3.fromRGB(255, 255, 255)
  102. Main.Position = UDim2.new(-0.034285713, 0, 0.170000002, 0)
  103. Main.Size = UDim2.new(0, 559, 0, 0)
  104.  
  105. LuckyBlock_2.Name = "LuckyBlock"
  106. LuckyBlock_2.Parent = Frame
  107. LuckyBlock_2.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  108. LuckyBlock_2.BorderSizePixel = 0
  109. LuckyBlock_2.Position = UDim2.new(0.0552380905, 0, 0.223333329, 0)
  110. LuckyBlock_2.Selectable = false
  111. LuckyBlock_2.Size = UDim2.new(0, 150, 0, 35)
  112. LuckyBlock_2.AutoButtonColor = false
  113. LuckyBlock_2.Font = Enum.Font.SourceSans
  114. LuckyBlock_2.Text = "LuckyBlock"
  115. LuckyBlock_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  116. LuckyBlock_2.TextSize = 28.000
  117.  
  118. SuperBlock.Name = "SuperBlock"
  119. SuperBlock.Parent = Frame
  120. SuperBlock.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  121. SuperBlock.BorderSizePixel = 0
  122. SuperBlock.Position = UDim2.new(0.0552381277, 0, 0.383333325, 0)
  123. SuperBlock.Selectable = false
  124. SuperBlock.Size = UDim2.new(0, 150, 0, 35)
  125. SuperBlock.AutoButtonColor = false
  126. SuperBlock.Font = Enum.Font.SourceSans
  127. SuperBlock.Text = "SuperBlock"
  128. SuperBlock.TextColor3 = Color3.fromRGB(255, 255, 255)
  129. SuperBlock.TextSize = 28.000
  130.  
  131. GalaxyBlock.Name = "GalaxyBlock"
  132. GalaxyBlock.Parent = Frame
  133. GalaxyBlock.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  134. GalaxyBlock.BorderSizePixel = 0
  135. GalaxyBlock.Position = UDim2.new(0.0552381277, 0, 0.826666653, 0)
  136. GalaxyBlock.Selectable = false
  137. GalaxyBlock.Size = UDim2.new(0, 150, 0, 35)
  138. GalaxyBlock.AutoButtonColor = false
  139. GalaxyBlock.Font = Enum.Font.SourceSans
  140. GalaxyBlock.Text = "GalaxyBlock"
  141. GalaxyBlock.TextColor3 = Color3.fromRGB(255, 255, 255)
  142. GalaxyBlock.TextSize = 28.000
  143.  
  144. RainbowBlock.Name = "RainbowBlock"
  145. RainbowBlock.Parent = Frame
  146. RainbowBlock.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  147. RainbowBlock.BorderSizePixel = 0
  148. RainbowBlock.Position = UDim2.new(0.0552381277, 0, 0.679999948, 0)
  149. RainbowBlock.Selectable = false
  150. RainbowBlock.Size = UDim2.new(0, 150, 0, 35)
  151. RainbowBlock.AutoButtonColor = false
  152. RainbowBlock.Font = Enum.Font.SourceSans
  153. RainbowBlock.Text = "RainbowBlock"
  154. RainbowBlock.TextColor3 = Color3.fromRGB(255, 255, 255)
  155. RainbowBlock.TextSize = 28.000
  156.  
  157. DiamondBlock.Name = "DiamondBlock"
  158. DiamondBlock.Parent = Frame
  159. DiamondBlock.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  160. DiamondBlock.BorderSizePixel = 0
  161. DiamondBlock.Position = UDim2.new(0.0552381277, 0, 0.533333302, 0)
  162. DiamondBlock.Selectable = false
  163. DiamondBlock.Size = UDim2.new(0, 150, 0, 35)
  164. DiamondBlock.AutoButtonColor = false
  165. DiamondBlock.Font = Enum.Font.SourceSans
  166. DiamondBlock.Text = "DiamondBlock"
  167. DiamondBlock.TextColor3 = Color3.fromRGB(255, 255, 255)
  168. DiamondBlock.TextSize = 28.000
  169.  
  170. CopyDiscordServer.Name = "CopyDiscordServer"
  171. CopyDiscordServer.Parent = Frame
  172. CopyDiscordServer.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  173. CopyDiscordServer.BorderSizePixel = 0
  174. CopyDiscordServer.Position = UDim2.new(0.531428576, 0, 0.826666713, 0)
  175. CopyDiscordServer.Selectable = false
  176. CopyDiscordServer.Size = UDim2.new(0, 194, 0, 35)
  177. CopyDiscordServer.AutoButtonColor = false
  178. CopyDiscordServer.Font = Enum.Font.SourceSans
  179. CopyDiscordServer.Text = " نسخ سيرفر دسكورد "
  180. CopyDiscordServer.TextColor3 = Color3.fromRGB(255, 255, 255)
  181. CopyDiscordServer.TextSize = 28.000
  182.  
  183. DiscordServer_box.Name = "DiscordServer_box"
  184. DiscordServer_box.Parent = Frame
  185. DiscordServer_box.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  186. DiscordServer_box.BorderSizePixel = 0
  187. DiscordServer_box.Position = UDim2.new(0.531428576, 0, 0.709999979, 0)
  188. DiscordServer_box.Size = UDim2.new(0, 194, 0, 35)
  189. DiscordServer_box.ClearTextOnFocus = false
  190. DiscordServer_box.Font = Enum.Font.SourceSans
  191. DiscordServer_box.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  192. DiscordServer_box.PlaceholderText = "https://discord.gg/TyUzMpMMUE"
  193. DiscordServer_box.Text = "https://discord.gg/TyUzMpMMUE"
  194. DiscordServer_box.TextColor3 = Color3.fromRGB(255, 255, 255)
  195. DiscordServer_box.TextSize = 14.000
  196.  
  197. lable_discord.Name = "lable_discord"
  198. lable_discord.Parent = Frame
  199. lable_discord.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  200. lable_discord.BackgroundTransparency = 1.000
  201. lable_discord.Position = UDim2.new(0.531428576, 0, 0.533333361, 0)
  202. lable_discord.Size = UDim2.new(0, 194, 0, 53)
  203. lable_discord.Font = Enum.Font.SourceSans
  204. lable_discord.Text = "--You will find many other scripts in this discord server."
  205. lable_discord.TextColor3 = Color3.fromRGB(0, 170, 0)
  206. lable_discord.TextScaled = true
  207. lable_discord.TextSize = 28.000
  208. lable_discord.TextWrapped = true
  209.  
  210. open_box.Name = "open_box"
  211. open_box.Parent = Frame
  212. open_box.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  213. open_box.BorderSizePixel = 0
  214. open_box.Position = UDim2.new(0.750476241, 0, 0.313333333, 0)
  215. open_box.Size = UDim2.new(0, 56, 0, 35)
  216. open_box.ClearTextOnFocus = false
  217. open_box.Font = Enum.Font.SourceSans
  218. open_box.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  219. open_box.PlaceholderText = "Value"
  220. open_box.Text = "1"
  221. open_box.TextColor3 = Color3.fromRGB(255, 255, 255)
  222. open_box.TextSize = 28.000
  223. open_box.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  224.  
  225. toBox.Name = "toBox"
  226. toBox.Parent = Frame
  227. toBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  228. toBox.BackgroundTransparency = 1.000
  229. toBox.Position = UDim2.new(0.531428635, 0, 0.286666691, 0)
  230. toBox.Size = UDim2.new(0, 194, 0, 50)
  231. toBox.Font = Enum.Font.SourceSans
  232. toBox.Text = "0 to "
  233. toBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  234. toBox.TextSize = 28.000
  235.  
  236. Frame_2.Parent = Frame
  237. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  238. Frame_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
  239. Frame_2.Position = UDim2.new(0.400000006, 0, 0.170000002, 0)
  240. Frame_2.Size = UDim2.new(0, 0, 0, 292)
  241.  
  242. close.Name = "close"
  243. close.Parent = Frame
  244. close.BackgroundTransparency = 1.000
  245. close.Position = UDim2.new(0.90054822, 0, 0.00678133965, 0)
  246. close.Size = UDim2.new(0, 45, 0, 45)
  247. close.ZIndex = 2
  248. close.Image = "rbxassetid://3926305904"
  249. close.ImageRectOffset = Vector2.new(284, 4)
  250. close.ImageRectSize = Vector2.new(24, 24)
  251.  
  252.  
  253. ----------------------------------------------------------------
  254.  
  255. close.MouseButton1Click:connect(function()
  256. Frame.Visible = false
  257. end)
  258.  
  259. LuckyBlock_2.MouseButton1Click:connect(function()
  260. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)
  261. game.ReplicatedStorage.SpawnLuckyBlock:FireServer()
  262. end
  263. end)
  264.  
  265. DiamondBlock.MouseButton1Click:connect(function()
  266. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)
  267. game.ReplicatedStorage.SpawnDiamondBlock:FireServer()
  268. end
  269. end)
  270.  
  271. SuperBlock.MouseButton1Click:connect(function()
  272. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)
  273. game.ReplicatedStorage.SpawnSuperBlock:FireServer()
  274. end
  275. end)
  276.  
  277. RainbowBlock.MouseButton1Click:connect(function()
  278. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)
  279. game.ReplicatedStorage.SpawnRainbowBlock:FireServer()
  280. end
  281. end)
  282.  
  283. GalaxyBlock.MouseButton1Click:connect(function()
  284. for i=1, open_box.Text do --This number means that you'll get 100 gears (you can change this)
  285. game.ReplicatedStorage.SpawnGalaxyBlock:FireServer()
  286. end
  287. end)
  288.  
  289. CopyDiscordServer.MouseButton1Down:connect(function()
  290. setclipboard("https://discord.gg/udxs9jVz")
  291. wait(1)
  292. game.StarterGui:SetCore("SendNotification", {
  293. Title = "تم نسخ!";
  294. Text = " سيرفر موجود فيه سكربتات استمتع: https://discord.gg/udxs9jVz"; -- what the text says (ofc)
  295. Duration = 5;
  296. })
  297. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement