NewPlaer01005

Game kursor(cursor) gui reborn fixed

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