Advertisement
reasons240

Untitled

Nov 16th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.91 KB | None | 0 0
  1. repeat wait() until game.Players.LocalPlayer.Character
  2.  
  3.  
  4. local Player = game:GetService("Players").LocalPlayer
  5. local Mouse = Player:GetMouse()
  6.  
  7. local CKToggle = false
  8. local KVToggle = false
  9. local KAToggle = false
  10.  
  11.  
  12. local function CreateInstance(Object,Properties)
  13. local NewInstance = Instance.new(Object)
  14. for i,v in pairs(Properties) do
  15. NewInstance[i] = v
  16. end
  17. return NewInstance
  18. end
  19.  
  20. -- gui
  21.  
  22. local MainGui = CreateInstance("ScreenGui", {Name = "MainGui", ResetOnSpawn = false, Enabled = true, Parent = game:GetService("Players").LocalPlayer.PlayerGui})
  23. local MainFrame = CreateInstance("Frame", {Name = "MainFrame", Size = UDim2.new(0, 250, 0, 250), Position = UDim2.new(0.5, -125, 0.5, -125), BackgroundColor3 = Color3.fromRGB(50, 50, 50), BackgroundTransparency = 0, BorderSizePixel = 0, Parent = MainGui, Active = true, Draggable = true})
  24. local Notice = CreateInstance("TextLabel", {Name = "Notice", Text = "Made by Gaikokan#2563", BorderSizePixel = 0, BackgroundColor3 = Color3.fromRGB(15, 15, 15), BackgroundTransparency = 0.8, Parent = MainFrame, TextSize = 18, Size = UDim2.new(1, 0, 0, 15), Position = UDim2.new(0, 0, 0, 0), Font = Enum.Font.SourceSansLight, TextColor3 = Color3.fromRGB(255, 255, 255)})
  25. local SpamTaunt = CreateInstance("TextButton", {Name = "SpamTaunt", Text = "September", BorderSizePixel = 0, BackgroundColor3 = Color3.fromRGB(15, 15, 15), BackgroundTransparency = 0.8, Parent = MainFrame, TextSize = 18, Size = UDim2.new(1, 0, 0, 15), Position = UDim2.new(0, 0, 0, 50), Font = Enum.Font.SourceSansLight, TextColor3 = Color3.fromRGB(255, 255, 255)})
  26. local Juice = CreateInstance("TextButton", {Name = "Juice", Text = "Juice Wrld", BorderSizePixel = 0, BackgroundColor3 = Color3.fromRGB(15, 15, 15), BackgroundTransparency = 0.8, Parent = MainFrame, TextSize = 18, Size = UDim2.new(1, 0, 0, 15), Position = UDim2.new(0, 0, 0, 70), Font = Enum.Font.SourceSansLight, TextColor3 = Color3.fromRGB(255, 255, 255)})
  27. local GodMode = CreateInstance("TextButton", {Name = "GodMode", Text = "Thru It All", BorderSizePixel = 0, BackgroundColor3 = Color3.fromRGB(15, 15, 15), BackgroundTransparency = 0.8, Parent = MainFrame, TextSize = 18, Size = UDim2.new(1, 0, 0, 15), Position = UDim2.new(0, 0, 0, 90), Font = Enum.Font.SourceSansLight, TextColor3 = Color3.fromRGB(255, 255, 255)})
  28. local big = CreateInstance("TextButton", {Name = "big", Text = "On The Floor", BorderSizePixel = 0, BackgroundColor3 = Color3.fromRGB(15, 15, 15), BackgroundTransparency = 0.8, Parent = MainFrame, TextSize = 18, Size = UDim2.new(1, 0, 0, 15), Position = UDim2.new(0, 0, 0, 110), Font = Enum.Font.SourceSansLight, TextColor3 = Color3.fromRGB(255, 255, 255)})
  29. local Reviz = CreateInstance("TextButton", {Name = "Reviz", Text = "Home", BorderSizePixel = 0, BackgroundColor3 = Color3.fromRGB(15, 15, 15), BackgroundTransparency = 0.8, Parent = MainFrame, TextSize = 18, Size = UDim2.new(1, 0, 0, 15), Position = UDim2.new(0, 0, 0, 130), Font = Enum.Font.SourceSansLight, TextColor3 = Color3.fromRGB(255, 255, 255)})
  30. local fat = CreateInstance("TextButton", {Name = "fat", Text = "Offering", BorderSizePixel = 0, BackgroundColor3 = Color3.fromRGB(15, 15, 15), BackgroundTransparency = 0.8, Parent = MainFrame, TextSize = 18, Size = UDim2.new(1, 0, 0, 15), Position = UDim2.new(0, 0, 0, 150), Font = Enum.Font.SourceSansLight, TextColor3 = Color3.fromRGB(255, 255, 255)})
  31. local pig = CreateInstance("TextButton", {Name = "pig", Text = "Lil Yawh", BorderSizePixel = 0, BackgroundColor3 = Color3.fromRGB(15, 15, 15), BackgroundTransparency = 0.8, Parent = MainFrame, TextSize = 18, Size = UDim2.new(1, 0, 0, 15), Position = UDim2.new(0, 0, 0, 170), Font = Enum.Font.SourceSansLight, TextColor3 = Color3.fromRGB(255, 255, 255)})
  32.  
  33. -- functions
  34.  
  35. Juice.MouseButton1Click:Connect(function()
  36. Instance.new("Sound").Parent = game.Workspace
  37. game.Workspace.Sound.Name = "Music"
  38. game.Workspace.Music.SoundId = "rbxassetid://2115013504"
  39. game.Workspace.Music.Looped = false
  40. game.Workspace.Music.Pitch = 1
  41. game.Workspace.Music.Volume = 100
  42. game.Workspace.Music:Play()
  43. end)
  44.  
  45. SpamTaunt.MouseButton1Click:Connect(function()
  46. Instance.new("Sound").Parent = game.Workspace
  47. game.Workspace.Sound.Name = "Music"
  48. game.Workspace.Music.SoundId = "rbxassetid://4270446057"
  49. game.Workspace.Music.Looped = false
  50. game.Workspace.Music.Pitch = 1
  51. game.Workspace.Music.Volume = 100
  52. game.Workspace.Music:Play()
  53. end)
  54.  
  55. GodMode.MouseButton1Click:Connect(function()
  56. Instance.new("Sound").Parent = game.Workspace
  57. game.Workspace.Sound.Name = "Music"
  58. game.Workspace.Music.SoundId = "rbxassetid://425921305"
  59. game.Workspace.Music.Looped = false
  60. game.Workspace.Music.Pitch = 1
  61. game.Workspace.Music.Volume = 100
  62. game.Workspace.Music:Play()
  63. end)
  64.  
  65. Reviz.MouseButton1Click:Connect(function()
  66. Instance.new("Sound").Parent = game.Workspace
  67. game.Workspace.Sound.Name = "Music"
  68. game.Workspace.Music.SoundId = "rbxassetid://692477687"
  69. game.Workspace.Music.Looped = false
  70. game.Workspace.Music.Pitch = 1
  71. game.Workspace.Music.Volume = 100
  72. game.Workspace.Music:Play()
  73. end)
  74.  
  75. big.MouseButton1Click:Connect(function()
  76. Instance.new("Sound").Parent = game.Workspace
  77. game.Workspace.Sound.Name = "Music"
  78. game.Workspace.Music.SoundId = "rbxassetid://4270472202"
  79. game.Workspace.Music.Looped = false
  80. game.Workspace.Music.Pitch = 1
  81. game.Workspace.Music.Volume = 100
  82. game.Workspace.Music:Play()
  83. end)
  84.  
  85. fat.MouseButton1Click:Connect(function()
  86. Instance.new("Sound").Parent = game.Workspace
  87. game.Workspace.Sound.Name = "Music"
  88. game.Workspace.Music.SoundId = "rbxassetid://266364948"
  89. game.Workspace.Music.Looped = false
  90. game.Workspace.Music.Pitch = 1
  91. game.Workspace.Music.Volume = 100
  92. game.Workspace.Music:Play()
  93. end)
  94.  
  95. pig.MouseButton1Click:Connect(function()
  96. Instance.new("Sound").Parent = game.Workspace
  97. game.Workspace.Sound.Name = "Music"
  98. game.Workspace.Music.SoundId = "rbxassetid://2113318539"
  99. game.Workspace.Music.Looped = false
  100. game.Workspace.Music.Pitch = 1
  101. game.Workspace.Music.Volume = 100
  102. game.Workspace.Music:Play()
  103. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement