Gamer_blox

GamerBlox Script (Client)

Aug 27th, 2023 (edited)
351
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.29 KB | Source Code | 0 0
  1. -- THIS SCRIPT HAS BEEN MADE IN LUAU
  2. -- Official Script By GamerBlox.
  3. -- Please Use Another Script.
  4. -- site8560.wordpress.com/home
  5. -- https://discord.gg/NcfeXGqpYE
  6.  
  7. wait(0.5)
  8. print("Loading HttpGet...")
  9.  
  10. wait(0.5)
  11. local Players = game:GetService("Players")
  12. local ReplicatedFirst = game:GetService("ReplicatedFirst")
  13.  
  14. local player = Players.LocalPlayer
  15. local playerGui = player:WaitForChild("PlayerGui")
  16.  
  17. local loadingGui = Instance.new("ScreenGui")
  18. loadingGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. loadingGui.Name = "Loading..."
  20. loadingGui.IgnoreGuiInset = true
  21. loadingGui.Parent = playerGui
  22.  
  23. local loadingFrame = Instance.new("Frame")
  24. loadingFrame.Name = "GamerBloxUser"
  25. loadingFrame.Size = UDim2.new(1, 0, 1, 0)
  26. loadingFrame.Position = UDim2.new(0, 0, 0, 0)
  27. loadingFrame.BackgroundTransparency = 0.1
  28. loadingFrame.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  29. loadingFrame.Draggable = false
  30. loadingFrame.Visible = true
  31. loadingFrame.ZIndex = 1000
  32. loadingFrame.Parent = loadingGui
  33.  
  34. local GamerBloxImageLabel = Instance.new("ImageButton")
  35. GamerBloxImageLabel.Name = "GamerBloxImageLabel"
  36. GamerBloxImageLabel.Size = UDim2.new(0, 75, 0, 75)
  37. GamerBloxImageLabel.Position = UDim2.new(0.465, 0, 0.2, -25)
  38. GamerBloxImageLabel.BackgroundTransparency = 0.5
  39. GamerBloxImageLabel.BackgroundColor3 = Color3.fromRGB(110, 110, 110)
  40. GamerBloxImageLabel.Image = "rbxassetid://11569027959"
  41. GamerBloxImageLabel.Draggable = false
  42. GamerBloxImageLabel.Visible = false
  43. GamerBloxImageLabel.ZIndex = 1000
  44. GamerBloxImageLabel.Parent = loadingFrame
  45.  
  46. local loadingtextLabel = Instance.new("TextLabel")
  47. loadingtextLabel.Name = "TextLabel"
  48. loadingtextLabel.Size = UDim2.new(1, 0, 1, 0)
  49. loadingtextLabel.Position = UDim2.new(0, 0, 0, 25)
  50. loadingtextLabel.BackgroundTransparency = 1
  51. loadingtextLabel.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  52. loadingtextLabel.Font = Enum.Font.GothamMedium
  53. loadingtextLabel.TextColor3 = Color3.new(1, 1, 1)
  54. loadingtextLabel.TextSize = 30
  55. loadingtextLabel.Text = "Loading GamerBlox.xml"
  56. loadingtextLabel.Draggable = false
  57. loadingtextLabel.Visible = true
  58. loadingtextLabel.ZIndex = 1000
  59. loadingtextLabel.Parent = loadingFrame
  60.  
  61. -- ReplicatedFirst:RemoveDefaultLoadingScreen()
  62.  
  63. wait(7)
  64. print("GamerBlox Script Is Executed!")
  65.  
  66. wait(0.5)
  67. loadingtextLabel.Text = "Loaded GamerBlox.xml"
  68. loadingtextLabel.TextSize = 35
  69.  
  70. wait(0.5)
  71. local mainGui = Instance.new("ScreenGui")
  72. mainGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  73. mainGui.Name = "GamerBloxGui"
  74. mainGui.IgnoreGuiInset = true
  75. mainGui.Parent = playerGui
  76.  
  77. local mainFrame = Instance.new("Frame")
  78. mainFrame.Name = "Frame"
  79. mainFrame.Size = UDim2.new(1, 0, 1, 0)
  80. mainFrame.Position = UDim2.new(0, 0, 0, 0)
  81. mainFrame.BackgroundTransparency = 1
  82. mainFrame.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  83. mainFrame.Draggable = false
  84. mainFrame.Visible = true
  85. mainFrame.ZIndex = 999
  86. mainFrame.Parent = mainGui
  87.  
  88. local versionLabel = Instance.new("TextButton")
  89. versionLabel.Name = "Version"
  90. versionLabel.Size = UDim2.new(0, 100, 0, 20)
  91. versionLabel.Position = UDim2.new(1, -120, 1, -30)
  92. versionLabel.BackgroundTransparency = 1
  93. versionLabel.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  94. versionLabel.Font = Enum.Font.GothamMedium
  95. versionLabel.TextColor3 = Color3.new(1, 1, 1)
  96. versionLabel.TextSize = 11
  97. versionLabel.Text = "Script Version: 0.6v"
  98. versionLabel.Draggable = false
  99. versionLabel.Visible = true
  100. versionLabel.ZIndex = 999
  101. versionLabel.Parent = mainFrame
  102.  
  103. local GBScript = Instance.new("Script")
  104. GBScript.Name = "GamerBlox"
  105. GBScript.Enabled = false
  106. GBScript.Parent = versionLabel
  107.  
  108. local GamerBloxImageLabel = Instance.new("ImageButton")
  109. GamerBloxImageLabel.Name = "GamerBloxImageLabel"
  110. GamerBloxImageLabel.Size = UDim2.new(0.25, 0, 0.25, 0)
  111. GamerBloxImageLabel.Position = UDim2.new(0.1, 0, 0.1, 0)
  112. GamerBloxImageLabel.BackgroundTransparency = 0.5
  113. GamerBloxImageLabel.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  114. GamerBloxImageLabel.Image = "rbxassetid://11569027959"
  115. GamerBloxImageLabel.Draggable = true
  116. GamerBloxImageLabel.Visible = false
  117. GamerBloxImageLabel.ZIndex = 999
  118. GamerBloxImageLabel.Parent = mainFrame
  119.  
  120. local GBFrame = Instance.new("Frame")
  121. GBFrame.Name = "GBFramer"
  122. GBFrame.Size = UDim2.new(1, 0, 1, 0)
  123. GBFrame.Position = UDim2.new(0, 0, 0, 0)
  124. GBFrame.BackgroundTransparency = 1
  125. GBFrame.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  126. GBFrame.Visible = true
  127. GBFrame.ZIndex = 999
  128. GBFrame.Parent = mainGui
  129.  
  130. local GBTextLabel = Instance.new("TextLabel")
  131. GBTextLabel.Name= "GBTextLabel"
  132. GBTextLabel.Size = UDim2.new(1, 0, 1, 0)
  133. GBTextLabel.Position = UDim2.new(0, 0, 0, 0)
  134. GBTextLabel.Font = Enum.Font.GothamMedium
  135. GBTextLabel.Text = "GamerBlox.xml"
  136. GBTextLabel.TextColor3 = Color3.new(1, 1, 1)
  137. GBTextLabel.TextSize = 10
  138. GBTextLabel.BackgroundTransparency = 1
  139. GBTextLabel.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  140. GBTextLabel.Draggable = false
  141. GBTextLabel.Visible = false
  142. GBTextLabel.ZIndex = 999
  143. GBTextLabel.Parent = GBFrame
  144.  
  145. wait(1)
  146. warn("Error connection HttpGet services")
  147. loadingGui.Enabled = false
  148.  
  149. wait(0.5)
  150. game.StarterGui:SetCore("SendNotification", {
  151. Title = "GamerBlox.xml";
  152. Text = "Script Created By GamerBlox";
  153. Icon = "rbxassetid://11569027959";
  154. Duration = 3;
  155. })
  156.  
  157. wait(0.1)
  158. warn("The Https://site8560.wordpress.com Have Problems...")
  159.  
  160. wait(3.5)
  161. game.StarterGui:SetCore("SendNotification", {
  162. Title = "GamerBlox.xml";
  163. Text = "Script Not Loaded, Please Wait Until Tomorrow...";
  164. Icon = "rbxassetid://11569027959";
  165. Duration = 5;
  166. })
  167.  
  168. wait(0.25)
  169. warn("Error Connection HttpGet Services.")
  170.  
  171. wait (0.25)
  172. warn("Error Connection Passport.html Services.")
  173.  
  174. wait(0.25)
  175. warn("Error Access To Guest.")
  176.  
  177. wait(0.25)
  178. print("Finding Passport User...")
  179. warn("Not Found Correctly Loadstring.")
  180. warn("Not Found Correctly XML.")
  181.  
  182. local GamerBloxUser = Instance.new("TextButton")
  183. GamerBloxUser.Name = "GamerBloxUser"
  184. GamerBloxUser.Size = UDim2.new(0, 100, 0, 20)
  185. GamerBloxUser.Position = UDim2.new(1, -120, 1, -50)
  186. GamerBloxUser.BackgroundTransparency = 1
  187. GamerBloxUser.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  188. GamerBloxUser.Font = Enum.Font.GothamMedium
  189. GamerBloxUser.TextColor3 = Color3.new(1, 1, 1)
  190. GamerBloxUser.TextSize = 11
  191. GamerBloxUser.Text = "Not Registered!"
  192. GamerBloxUser.Draggable = false
  193. GamerBloxUser.Visible = true
  194. GamerBloxUser.ZIndex = 999
  195. GamerBloxUser.Parent = mainFrame
  196.  
  197. local EXIT = Instance.new("TextButton")
  198. EXIT.Name = "EXIT"
  199. EXIT.Size = UDim2.new(0, 30, 0, 30)
  200. EXIT.Position = UDim2.new(0.2, 0.01, 0, 0)
  201. EXIT.BackgroundTransparency = 0.5
  202. EXIT.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  203. EXIT.Font = Enum.Font.GothamMedium
  204. EXIT.TextColor3 = Color3.new(0.1, 0.1, 0.1)
  205. EXIT.TextSize = 11
  206. EXIT.Text = "EXIT"
  207. EXIT.Draggable = false
  208. EXIT.Visible = true
  209. EXIT.ZIndex = 999
  210. EXIT.Parent = mainFrame
  211.  
  212. local FulledScreen = Instance.new("ScreenGui")
  213. FulledScreen.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  214. FulledScreen.Name = "FulledScreen"
  215. FulledScreen.IgnoreGuiInset = true
  216. FulledScreen.Parent = mainGui
  217.  
  218. local FulledFrame = Instance.new("Frame")
  219. FulledFrame.Name = "FulledFrame"
  220. FulledFrame.Size = UDim2.new(1, 0, 1, 0)
  221. FulledFrame.Position = UDim2.new(0, 0, 0, 0)
  222. FulledFrame.BackgroundTransparency = 1
  223. FulledFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  224. FulledFrame.Draggable = false
  225. FulledFrame.Visible = false
  226. FulledFrame.ZIndex = 999
  227. FulledFrame.Parent = FulledScreen
  228.  
  229. wait(0.5)
  230. warn("You Not Registered Our Site.")
  231. loadstring(game:HttpGet("https://pastebin.com/raw/wE1A3cs1", true))()
  232.  
  233. wait(1)
  234. print("Removing LoadingGui...")
  235.  
  236. wait(0.5)
  237. print("Adding Client FOG...")
  238.  
  239. wait(0.5)
  240. local MakeDark = Instance.new("Frame")
  241. MakeDark.Name = "FOG"
  242. MakeDark.Size = UDim2.new(1, 0, 1, 0)
  243. MakeDark.Position = UDim2.new(0, 0, 0, 0)
  244. MakeDark.BackgroundTransparency = 0.9
  245. MakeDark.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  246. MakeDark.Draggable = false
  247. MakeDark.Visible = true
  248. MakeDark.ZIndex = 999
  249. MakeDark.Parent = FulledScreen
  250.  
  251. wait(3)
  252. print("GamerBlox Script Fully Executed.")
  253. loadingGui:Destroy()
  254.  
  255. local Animation = Instance.new("Animation")
  256. Animation.Name = "Animation"
  257. Animation.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  258.  
  259. -- Official Script Search Engine
  260. -- not done.
  261.  
  262. -- Functions
  263. print("Empty HttpGet Scripts Attach")
  264. loadstring(game:HttpGet("https://pastebin.com/raw/984nm0Hp", true))()
Advertisement
Comments
Add Comment
Please, Sign In to add comment