Advertisement
YouR_YT

Normaly Utmm Game(Beta) script

Feb 23rd, 2023
9,247
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 2 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local sans = Instance.new("TextLabel")
  4. local TextButton = Instance.new("TextButton")
  5. local TextButton_2 = Instance.new("TextButton")
  6. local TextButton_3 = Instance.new("TextButton")
  7. local TextButton_4 = Instance.new("TextButton")
  8. local TextButton_5 = Instance.new("TextButton")
  9.  
  10. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  15. Frame.Position = UDim2.new(0, 0, 0.790123463, 0)
  16. Frame.Size = UDim2.new(0, 300, 0, 170)
  17.  
  18. sans.Name = "sans"
  19. sans.Parent = Frame
  20. sans.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  21. sans.BorderColor3 = Color3.fromRGB(255, 255, 255)
  22. sans.Position = UDim2.new(0, 0, -0.00399410725, 0)
  23. sans.Size = UDim2.new(0, 300, 0, 50)
  24. sans.Font = Enum.Font.SourceSansBold
  25. sans.Text = "Script Made By YouR"
  26. sans.TextColor3 = Color3.fromRGB(255, 255, 255)
  27. sans.TextSize = 27.000
  28.  
  29. TextButton.Parent = Frame
  30. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  31. TextButton.BorderColor3 = Color3.fromRGB(255, 255, 255)
  32. TextButton.Position = UDim2.new(0.541539192, 0, 0.702977479, 0)
  33. TextButton.Size = UDim2.new(0, 137, 0, 50)
  34. TextButton.Font = Enum.Font.SourceSans
  35. TextButton.Text = "equip best items"
  36. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  37. TextButton.TextScaled = true
  38. TextButton.TextSize = 14.000
  39. TextButton.TextWrapped = true
  40. TextButton.MouseButton1Down:connect(function()
  41. local A_1 = game:GetService("Lighting").SOULs.God
  42. local Event = game:GetService("Lighting").UseSoul
  43. Event:FireServer(A_1)
  44.  
  45. local A_1 = game:GetService("Lighting").Armor["Shaggy Aura"]
  46. local Event = game:GetService("Lighting").EquipArmor
  47. Event:FireServer(A_1)
  48.  
  49. local A_1 = game:GetService("Lighting").Weapons["Disintegrating Sword"]
  50. local Event = game:GetService("Lighting").EquipSkin
  51. Event:FireServer(A_1)
  52. end)
  53.  
  54. TextButton_2.Parent = Frame
  55. TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  56. TextButton_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
  57. TextButton_2.Position = UDim2.new(0, 0, 0.702977479, 0)
  58. TextButton_2.Size = UDim2.new(0, 137, 0, 50)
  59. TextButton_2.Font = Enum.Font.SourceSans
  60. TextButton_2.Text = "give all weapons"
  61. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  62. TextButton_2.TextScaled = true
  63. TextButton_2.TextSize = 14.000
  64. TextButton_2.TextWrapped = true
  65. TextButton_2.MouseButton1Down:connect(function()
  66. for i,v in pairs(game.Players.LocalPlayer.Weapons:GetChildren()) do v.Value = true end
  67. end)
  68.  
  69. TextButton_3.Parent = Frame
  70. TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  71. TextButton_3.BorderColor3 = Color3.fromRGB(255, 255, 255)
  72. TextButton_3.Position = UDim2.new(0, 0, 0.287146032, 0)
  73. TextButton_3.Size = UDim2.new(0, 50, 0, 50)
  74. TextButton_3.Font = Enum.Font.SourceSans
  75. TextButton_3.Text = "equip only weapon"
  76. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  77. TextButton_3.TextScaled = true
  78. TextButton_3.TextSize = 14.000
  79. TextButton_3.TextWrapped = true
  80. TextButton_3.MouseButton1Down:connect(function()
  81. local A_1 = game:GetService("Lighting").Weapons["Disintegrating Sword"]
  82. local Event = game:GetService("Lighting").EquipSkin
  83. Event:FireServer(A_1)
  84. end)
  85.  
  86. TextButton_4.Parent = Frame
  87. TextButton_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  88. TextButton_4.BorderColor3 = Color3.fromRGB(255, 255, 255)
  89. TextButton_4.Position = UDim2.new(0.832514167, 0, 0.287145913, 0)
  90. TextButton_4.Size = UDim2.new(0, 50, 0, 50)
  91. TextButton_4.Font = Enum.Font.SourceSans
  92. TextButton_4.Text = "equip only weapon and armor"
  93. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  94. TextButton_4.TextScaled = true
  95. TextButton_4.TextSize = 14.000
  96. TextButton_4.TextWrapped = true
  97. TextButton_4.MouseButton1Down:connect(function()
  98. local A_1 = game:GetService("Lighting").Weapons["Disintegrating Sword"]
  99. local Event = game:GetService("Lighting").EquipSkin
  100. Event:FireServer(A_1)
  101.  
  102. end)
  103.  
  104. TextButton_5.Parent = Frame
  105. TextButton_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  106. TextButton_5.BorderColor3 = Color3.fromRGB(255, 255, 255)
  107. TextButton_5.Position = UDim2.new(0.168643951, 0, 0.287146091, 0)
  108. TextButton_5.Size = UDim2.new(0, 199, 0, 50)
  109. TextButton_5.Font = Enum.Font.SourceSansBold
  110. TextButton_5.Text = "RESET"
  111. TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  112. TextButton_5.TextScaled = true
  113. TextButton_5.TextSize = 14.000
  114. TextButton_5.TextWrapped = true
  115. TextButton_5.MouseButton1Down:connect(function()
  116. local Event = game:GetService("Lighting").Reset
  117. Event:FireServer()
  118. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement