arfiakbar123

Granny Script

Oct 4th, 2018
842
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. local Main = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local TextButton = Instance.new("TextButton")
  5. local TextButton_2 = Instance.new("TextButton")
  6. local TextButton_3 = Instance.new("TextButton")
  7. --Properties:
  8. Main.Name = "Main"
  9. Main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10.  
  11. Frame.Parent = Main
  12. Frame.Active = true
  13. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  14. Frame.Position = UDim2.new(0, 0, 0.597383738, 0)
  15. Frame.Selectable = true
  16. Frame.Size = UDim2.new(0, 310, 0, 277)
  17. Frame.SizeConstraint = Enum.SizeConstraint.RelativeXX
  18. Frame.Style = Enum.FrameStyle.DropShadow
  19.  
  20. TextLabel.Parent = Frame
  21. TextLabel.Active = true
  22. TextLabel.BackgroundColor3 = Color3.new(0, 1, 1)
  23. TextLabel.ClipsDescendants = true
  24. TextLabel.Position = UDim2.new(-0.0161290318, 0, -0.158844769, 0)
  25. TextLabel.Selectable = true
  26. TextLabel.Size = UDim2.new(0, 303, 0, 42)
  27. TextLabel.Font = Enum.Font.SourceSans
  28. TextLabel.Text = "Mumuh UI"
  29. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  30. TextLabel.TextScaled = true
  31. TextLabel.TextSize = 14
  32. TextLabel.TextWrapped = true
  33.  
  34. TextButton.Parent = Frame
  35. TextButton.BackgroundColor3 = Color3.new(0, 1, 1)
  36. TextButton.Position = UDim2.new(0.177925915, 0, 0.407726645, 0)
  37. TextButton.Size = UDim2.new(0, 200, 0, 50)
  38. TextButton.Font = Enum.Font.SourceSans
  39. TextButton.Text = "Badges"
  40. TextButton.TextColor3 = Color3.new(0.666667, 0, 0)
  41. TextButton.TextSize = 14
  42. TextButton.MouseButton1Down:connect(function()
  43. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866050915)
  44. wait(0.1)
  45. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866066746)
  46. wait(0.1)
  47. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866085759)
  48. wait(0.1)
  49. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867767796)
  50. wait(0.1)
  51. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867781859)
  52. wait(0.1)
  53. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043875698)
  54. wait(0.1)
  55. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043881344)
  56. wait(0.1)
  57. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2108429736)
  58. wait(0.1)
  59. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422321)
  60. wait(0.1)
  61. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422322)
  62. wait(0.1)
  63. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422326)
  64. wait(0.1)
  65. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422327)
  66. end)
  67.  
  68. TextButton_2.Parent = Frame
  69. TextButton_2.BackgroundColor3 = Color3.new(0, 1, 1)
  70. TextButton_2.Position = UDim2.new(0.177925915, 0, 0.082624197, 0)
  71. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  72. TextButton_2.Font = Enum.Font.SourceSans
  73. TextButton_2.Text = "Pedang Emas"
  74. TextButton_2.TextColor3 = Color3.new(0.666667, 0, 0)
  75. TextButton_2.TextSize = 14
  76. TextButton_2.MouseButton1Down:connect(function()
  77. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1013, ["Name"] = "GoldSword", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.GoldSword, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  78. end)
  79.  
  80. TextButton_3.Parent = Frame
  81. TextButton_3.BackgroundColor3 = Color3.new(0, 1, 1)
  82. TextButton_3.Position = UDim2.new(0.177925915, 0, 0.684452593, 0)
  83. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  84. TextButton_3.Font = Enum.Font.SourceSans
  85. TextButton_3.Text = "Uang Gratis"
  86. TextButton_3.TextColor3 = Color3.new(0.666667, 0, 0)
  87. TextButton_3.TextSize = 14
  88. TextButton_3.MouseButton1Down:connect(function()
  89. game:GetService("ReplicatedStorage").Events.Winner:FireServer(9999999999)
  90. end)
Advertisement
Add Comment
Please, Sign In to add comment