NewPlaer01005

Game Kursor(cursor) gui reborn (roblox script)

Mar 6th, 2024
135
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.03 KB | None | 1 0
  1. local player = game.Players.LocalPlayer
  2. local lplayer = player
  3. local gui = Instance.new("ScreenGui")
  4. gui.Parent = lplayer.PlayerGui
  5. gui.Enabled = true
  6. local frame = Instance.new("Frame")
  7. frame.Parent = gui
  8. frame.Visible = true
  9. frame.BackgroundColor = BrickColor.new(0,0,0)
  10. frame.Position = UDim2.new(0,0,0,0)
  11. frame.Size = UDim2.new(0,465,0,350)
  12. frame.BorderColor3 = Color3.fromRGB(100,0,0)
  13. frame.BorderSizePixel = 5
  14. frame.Active = true
  15. frame.Draggable = true
  16. local name = Instance.new("TextLabel")
  17. name.Parent = frame
  18. name.Position = UDim2.new(0,0,0,15)
  19. name.BackgroundTransparency = 1
  20. name.Text = "game kursor gui reborn"
  21. name.Size = UDim2.new(0,465,0,20)
  22. name.Font = Enum.Font.FredokaOne
  23. name.TextTransparency = 0
  24. name.TextSize = 40
  25. name.TextColor = BrickColor.new(255,255,255)
  26. name.Active = false
  27. local credit = Instance.new("TextLabel")
  28. credit.Parent = frame
  29. credit.Position = UDim2.new(0,0,0,270)
  30. credit.BackgroundTransparency = 1
  31. credit.Text = "made by @NewPlayer01005"
  32. credit.Size = UDim2.new(0,465,0,20)
  33. credit.Font = Enum.Font.FredokaOne
  34. credit.TextTransparency = 0
  35. credit.TextSize = 40
  36. credit.TextColor = BrickColor.new(255,255,255)
  37. credit.Active = false
  38. local button1 = Instance.new("TextButton")
  39. button1.Parent = frame
  40. button1.Position = UDim2.new(0,10,0,70)
  41. button1.Text = "Skybox"
  42. button1.Size = UDim2.new(0,100,0,50)
  43. button1.BackgroundColor = BrickColor.new(0,0,0)
  44. button1.BorderColor3 = Color3.fromRGB(100,0,0)
  45. button1.BorderSizePixel = 5
  46. button1.TextColor = BrickColor.new(255,255,255)
  47. button1.Font = Enum.Font.FredokaOne
  48. button1.TextSize = 20
  49. local button2 = Instance.new("TextButton")
  50. button2.Parent = frame
  51. button2.Position = UDim2.new(0,125,0,70)
  52. button2.Text = "mario spam"
  53. button2.Size = UDim2.new(0,100,0,50)
  54. button2.BackgroundColor = BrickColor.new(0,0,0)
  55. button2.BorderColor3 = Color3.fromRGB(100,0,0)
  56. button2.BorderSizePixel = 5
  57. button2.TextColor = BrickColor.new(255,255,255)
  58. button2.Font = Enum.Font.FredokaOne
  59. button2.TextSize = 20
  60. local button3 = Instance.new("TextButton")
  61. button3.Parent = frame
  62. button3.Position = UDim2.new(0,240,0,70)
  63. button3.Text = "Hint"
  64. button3.Size = UDim2.new(0,100,0,50)
  65. button3.BackgroundColor = BrickColor.new(0,0,0)
  66. button3.BorderColor3 = Color3.fromRGB(100,0,0)
  67. button3.BorderSizePixel = 5
  68. button3.TextColor = BrickColor.new(255,255,255)
  69. button3.Font = Enum.Font.FredokaOne
  70. button3.TextSize = 30
  71. local button4 = Instance.new("TextButton")
  72. button4.Parent = frame
  73. button4.Position = UDim2.new(0,355,0,70)
  74. button4.Text = "kill all"
  75. button4.Size = UDim2.new(0,100,0,50)
  76. button4.BackgroundColor = BrickColor.new(0,0,0)
  77. button4.BorderColor3 = Color3.fromRGB(100,0,0)
  78. button4.BorderSizePixel = 5
  79. button4.TextColor = BrickColor.new(255,255,255)
  80. button4.Font = Enum.Font.FredokaOne
  81. button4.TextSize = 20
  82. local button5 = Instance.new("TextButton")
  83. button5.Parent = frame
  84. button5.Position = UDim2.new(0,10,0,135)
  85. button5.Text = "boost graphic"
  86. button5.Size = UDim2.new(0,100,0,50)
  87. button5.BackgroundColor = BrickColor.new(0,0,0)
  88. button5.BorderColor3 = Color3.fromRGB(100,0,0)
  89. button5.BorderSizePixel = 5
  90. button5.TextColor = BrickColor.new(255,255,255)
  91. button5.Font = Enum.Font.FredokaOne
  92. button5.TextSize = 15
  93. local button6 = Instance.new("TextButton")
  94. button6.Parent = frame
  95. button6.Position = UDim2.new(0,125,0,135)
  96. button6.Text = "New Plr Jumpscare"
  97. button6.Size = UDim2.new(0,100,0,50)
  98. button6.BackgroundColor = BrickColor.new(0,0,0)
  99. button6.BorderColor3 = Color3.fromRGB(100,0,0)
  100. button6.BorderSizePixel = 5
  101. button6.TextColor = BrickColor.new(255,255,255)
  102. button6.Font = Enum.Font.FredokaOne
  103. button6.TextSize = 10
  104. local button7 = Instance.new("TextButton")
  105. button7.Parent = frame
  106. button7.Position = UDim2.new(0,240,0,135)
  107. button7.Text = "theme"
  108. button7.Size = UDim2.new(0,100,0,50)
  109. button7.BackgroundColor = BrickColor.new(0,0,0)
  110. button7.BorderColor3 = Color3.fromRGB(100,0,0)
  111. button7.BorderSizePixel = 5
  112. button7.TextColor = BrickColor.new(255,255,255)
  113. button7.Font = Enum.Font.FredokaOne
  114. button7.TextSize = 20
  115. local button8 = Instance.new("TextButton")
  116. button8.Parent = frame
  117. button8.Position = UDim2.new(0,355,0,135)
  118. button8.Text = "shut"
  119. button8.Size = UDim2.new(0,100,0,50)
  120. button8.BackgroundColor = BrickColor.new(0,0,0)
  121. button8.BorderColor3 = Color3.fromRGB(100,0,0)
  122. button8.BorderSizePixel = 5
  123. button8.TextColor = BrickColor.new(255,255,255)
  124. button8.Font = Enum.Font.FredokaOne
  125. button8.TextSize = 20
  126. local button9 = Instance.new("TextButton")
  127. button9.Parent = frame
  128. button9.Position = UDim2.new(0,10,0,200)
  129. button9.Text = "New plr particles"
  130. button9.Size = UDim2.new(0,100,0,50)
  131. button9.BackgroundColor = BrickColor.new(0,0,0)
  132. button9.BorderColor3 = Color3.fromRGB(100,0,0)
  133. button9.BorderSizePixel = 5
  134. button9.TextColor = BrickColor.new(255,255,255)
  135. button9.Font = Enum.Font.FredokaOne
  136. button9.TextSize = 10
  137. local button10 = Instance.new("TextButton")
  138. button10.Parent = frame
  139. button10.Position = UDim2.new(0,125,0,200)
  140. button10.Text = "unanchor"
  141. button10.Size = UDim2.new(0,100,0,50)
  142. button10.BackgroundColor = BrickColor.new(0,0,0)
  143. button10.BorderColor3 = Color3.fromRGB(100,0,0)
  144. button10.BorderSizePixel = 5
  145. button10.TextColor = BrickColor.new(255,255,255)
  146. button10.Font = Enum.Font.FredokaOne
  147. button10.TextSize = 20
  148. local button11 = Instance.new("TextButton")
  149. button11.Parent = frame
  150. button11.Position = UDim2.new(0,240,0,200)
  151. button11.Text = "clr rstorage"
  152. button11.Size = UDim2.new(0,100,0,50)
  153. button11.BackgroundColor = BrickColor.new(0,0,0)
  154. button11.BorderColor3 = Color3.fromRGB(100,0,0)
  155. button11.BorderSizePixel = 5
  156. button11.TextColor = BrickColor.new(255,255,255)
  157. button11.Font = Enum.Font.FredokaOne
  158. button11.TextSize = 20
  159. local button12 = Instance.new("TextButton")
  160. button12.Parent = frame
  161. button12.Position = UDim2.new(0,355,0,200)
  162. button12.Text = "disco"
  163. button12.Size = UDim2.new(0,100,0,50)
  164. button12.BackgroundColor = BrickColor.new(0,0,0)
  165. button12.BorderColor3 = Color3.fromRGB(100,0,0)
  166. button12.BorderSizePixel = 5
  167. button12.TextColor = BrickColor.new(255,255,255)
  168. button12.Font = Enum.Font.FredokaOne
  169. button12.TextSize = 30
  170. button1.MouseButton1Down:Connect(function(wow,k)
  171. Sky = Instance.new ("Sky")
  172. Sky.Parent = game.Lighting
  173. local ID = 16626693273
  174. Sky.SkyboxUp = "rbxassetid://"..ID
  175. Sky.SkyboxDn = "rbxassetid://"..ID
  176. Sky.SkyboxRt = "rbxassetid://"..ID
  177. Sky.SkyboxFt = "rbxassetid://"..ID
  178. Sky.SkyboxBk = "rbxassetid://"..ID
  179. Sky.SkyboxLf = "rbxassetid://"..ID
  180. Sky.StarCount = 0
  181. end)
  182. button2.MouseButton1Down:Connect(function(wow,k)
  183. local decalID = 11702664224
  184. function exPro(root)
  185.             for _, v in pairs(root:GetChildren()) do
  186.                 if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..decalID then
  187.                     v.Parent = nil
  188.                 elseif v:IsA("BasePart") then
  189.                     local One = Instance.new("Decal", v)
  190.                     local Two = Instance.new("Decal", v)
  191.                     local Three = Instance.new("Decal", v)
  192.                     local Four = Instance.new("Decal", v)
  193.                     local Five = Instance.new("Decal", v)
  194.                     local Six = Instance.new("Decal", v)
  195.                     One.Texture = "http://www.roblox.com/asset/?id="..decalID
  196.                     Two.Texture = "http://www.roblox.com/asset/?id="..decalID
  197.                     Three.Texture = "http://www.roblox.com/asset/?id="..decalID
  198.                     Four.Texture = "http://www.roblox.com/asset/?id="..decalID
  199.                     Five.Texture = "http://www.roblox.com/asset/?id="..decalID
  200.                     Six.Texture = "http://www.roblox.com/asset/?id="..decalID
  201.                     One.Face = "Front"
  202.                     Two.Face = "Back"
  203.                     Three.Face = "Right"
  204.                     Four.Face = "Left"
  205.                     Five.Face = "Top"
  206.                     Six.Face = "Bottom"
  207.                 end
  208.                 exPro(v)
  209.             end
  210.         end
  211.         function asdf(root)
  212.             for _, v in pairs(root:GetChildren()) do
  213.                 asdf(v)
  214.             end
  215.         end
  216.         exPro(game.Workspace)
  217.         asdf(game.Workspace)
  218. end)
  219. button3.MouseButton1Down:Connect(function(wow,k)
  220. local hint = Instance.new("Hint")
  221. hint.Parent = Workspace
  222. hint.Text = "this game just got hacked by Team New Player"
  223.     end)
  224. button4.MouseButton1Down:Connect(function(wow,k)
  225. local plrs = game:GetService("Players")
  226. for _,plr in pairs(plrs:GetChildren())
  227. do plr.Character.Humanoid.Health = 0
  228. end end)
  229. button5.MouseButton1Down:Connect(function(wow,k)
  230. colcor = Instance.new("ColorCorrectionEffect") colcor.Parent = game.Lighting colcor.Enabled = true
  231. colcor.TintColor = Color3.new(55,55,55) colcor.Contrast = 50 colcor.Saturation = 50 blur = Instance.new("BlurEffect")
  232. blur.Parent = game.Lighting blur.Size = 10
  233. end)
  234. button6.MouseButton1Down:Connect(function(wow,k)
  235. local jumpid = 16225089563
  236. for i,v in pairs(game.Players:GetPlayers()) do          if v.Name ~= me and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then               spawn(function()                    local newgui = Instance.new("ScreenGui",v.PlayerGui)                    newgui.Name = "Screamer"                    local newimage = Instance.new("ImageLabel",newgui)                  newimage.Image = "http://www.roblox.com/asset/?id="..jumpid                     newimage.Size = UDim2.new(1,1,1,1)                  local s = Instance.new("Sound",newgui)                  s.SoundId = "rbxassetid://8683380188"                   s.Volume = math.huge                    s.Looped = true                     s:Play()                    print("Screamed "..v.Name)                  while wait(12) do                           newimage.Parent:Destroy()                       end end) end end
  237. end)
  238. button7.MouseButton1Down:Connect(function(wow,k)
  239. local sid = 6942391979
  240. local sound = Instance.new("Sound")
  241. sound.Parent = game.Workspace
  242. sound.SoundId = "rbxassetid://"..sid
  243. sound.Volume = math.huge
  244. sound.Looped = true
  245. sound.Playing = true
  246. end)
  247. button8.MouseButton1Down:Connect(function(wow,k)
  248. local players = game:GetService("Players")
  249. for _,player in pairs(players:GetChildren())
  250. do player:Kick("You got kickad by kursor gui revamp")
  251. end end)
  252. button9.MouseButton1Down:Connect(function(wow,k)
  253. function exPro(root)
  254.             for _, v in pairs(root:GetChildren()) do
  255.                 if v:IsA("Part") or v:IsA("MeshPart") then
  256.             local ID = 16409991719 particle = Instance.new ("ParticleEmitter") particle.Parent = v particle.Enabled = true particle.Texture = "rbxassetid://"..ID particle.SpreadAngle = Vector2.new (360,360) particle.Size = NumberSequence.new (1,1) particle.Rate = 50
  257.                 end
  258.                 exPro(v)
  259.             end
  260.         end
  261.         function asdf(root)
  262.             for _, v in pairs(root:GetChildren()) do
  263.                 asdf(v)
  264.             end
  265.         end
  266.         exPro(game.Workspace)
  267.         asdf(game.Workspace)
  268. end)
  269. button10.MouseButton1Down:Connect(function(wow,k)
  270. function exPro(root)
  271.             for _, v in pairs(root:GetChildren()) do
  272.                 if v:IsA("Part") or v:IsA("MeshPart") then
  273.             v.Anchored = false     
  274.                 end
  275.                 exPro(v)
  276.             end
  277.         end
  278.         function asdf(root)
  279.             for _, v in pairs(root:GetChildren()) do
  280.                 asdf(v)
  281.             end
  282.         end
  283.         exPro(game.Workspace)
  284.         asdf(game.Workspace)
  285. end)
  286. button11.MouseButton1Down:Connect(function(wow,k)
  287. game.ReplicatedStorage:ClearAllChildren()
  288. end)
  289. button12.MouseButton1Down:Connect(function(wow,k)
  290. local Lighting = game:GetService("Lighting")        local ColorCorrection = Instance.new("ColorCorrectionEffect", Lighting)             function zigzag(X)          return math.acos(math.cos(X*math.pi))/math.pi       end             Counter = 0             Lighting.TimeOfDay = "12:00"            while wait(0.1) do          ColorCorrection.TintColor = Color3.fromHSV(zigzag(Counter),1,1)             Lighting.Ambient = Color3.fromHSV(zigzag(Counter),1,1)          Counter += 0.01         end end)
Advertisement
Add Comment
Please, Sign In to add comment