Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.60 KB | None | 0 0
  1. -- ez shit
  2.  
  3. local KYSGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local ShackleAll = Instance.new("TextButton")
  6. local Invisibitch = Instance.new("TextButton")
  7. local AdminKey = Instance.new("TextButton")
  8. local ShacklePlayer = Instance.new("TextButton")
  9. local PlayerInput = Instance.new("TextBox")
  10. local LegitReach = Instance.new("TextButton")
  11. local RageReach = Instance.new("TextButton")
  12. local Anim = Instance.new("TextButton")
  13. local Title = Instance.new("TextLabel")
  14. local Player = game.Players.LocalPlayer
  15. local Mouse = Player:GetMouse()
  16. local UserInputService = game:GetService("UserInputService")
  17. local Debounce = false
  18.  
  19.  
  20. -- this where the bullshit starts
  21.  
  22.  
  23. KYSGui.Name = "KYSGui"
  24. KYSGui.Parent = Player.PlayerGui
  25. Frame.Parent = KYSGui
  26. Frame.BackgroundColor3 = Color3.new(204, 0, 0)
  27. Frame.BackgroundTransparency = 0.5
  28. Frame.BorderSizePixel = 0
  29. Frame.Position = UDim2.new(0, 0, 0, 262)
  30. Frame.Size = UDim2.new(0, 199, 0, 220)
  31.  
  32. Title.Name = "Title"
  33. Title.Parent = Frame
  34. Title.BackgroundColor3 = Color3.new(0.10, 0.10, 0.10)
  35. Title.BorderSizePixel = 0
  36. Title.Position = UDim2.new(0, 0, 0, 0)
  37. Title.Size = UDim2.new(0, 200, 0, 15)
  38. Title.Font = Enum.Font.Fantasy
  39. Title.FontSize = Enum.FontSize.Size42
  40. Title.Text = "KYS Gui v1"
  41. Title.TextColor3 = Color3.new(255, 51, 51)
  42. Title.TextSize = 14
  43. Title.TextStrokeTransparency = 0.80000001192093
  44.  
  45. ShackleAll.Name = "ShackleAll"
  46. ShackleAll.Parent = Frame
  47. ShackleAll.BackgroundColor3 = Color3.new(0.10, 0.10, 0.10)
  48. ShackleAll.BorderSizePixel = 0
  49. ShackleAll.Position = UDim2.new(0, 0, 0, 121)
  50. ShackleAll.Size = UDim2.new(0, 99, 0, 50)
  51. ShackleAll.Font = Enum.Font.Fantasy
  52. ShackleAll.FontSize = Enum.FontSize.Size42
  53. ShackleAll.Text = "Jail Nearby"
  54. ShackleAll.TextColor3 = Color3.new(1, 1, 1)
  55. ShackleAll.TextSize = 15
  56. ShackleAll.TextStrokeTransparency = 0.80000001192093
  57.  
  58. Invisibitch.Name = "Invisibitch"
  59. Invisibitch.Parent = Frame
  60. Invisibitch.BackgroundColor3 = Color3.new(0.10, 0.10, 0.10)
  61. Invisibitch.BorderSizePixel = 0
  62. Invisibitch.Position = UDim2.new(0, 0, 0, 17)
  63. Invisibitch.Size = UDim2.new(0, 99, 0, 50)
  64. Invisibitch.Font = Enum.Font.Fantasy
  65. Invisibitch.FontSize = Enum.FontSize.Size42
  66. Invisibitch.Text = "Invisible"
  67. Invisibitch.TextColor3 = Color3.new(1, 1, 1)
  68. Invisibitch.TextSize = 15
  69. Invisibitch.TextStrokeTransparency = 0.80000001192093
  70.  
  71. AdminKey.Name = "AdminKey"
  72. AdminKey.Parent = Frame
  73. AdminKey.BackgroundColor3 = Color3.new(0.10, 0.10, 0.10)
  74. AdminKey.BorderSizePixel = 0
  75. AdminKey.Position = UDim2.new(0, 101, 0, 17)
  76. AdminKey.Size = UDim2.new(0, 99, 0, 50)
  77. AdminKey.Font = Enum.Font.Fantasy
  78. AdminKey.FontSize = Enum.FontSize.Size36
  79. AdminKey.Text = "Give Key"
  80. AdminKey.TextColor3 = Color3.new(1, 1, 1)
  81. AdminKey.TextSize = 15
  82. AdminKey.TextStrokeTransparency = 0.80000001192093
  83.  
  84. LegitReach.Name = "LegitReach"
  85. LegitReach.Parent = Frame
  86. LegitReach.BackgroundColor3 = Color3.new(0.10, 0.10, 0.10)
  87. LegitReach.BorderSizePixel = 0
  88. LegitReach.Position = UDim2.new(0, 0, 0, 69)
  89. LegitReach.Size = UDim2.new(0, 99, 0, 50)
  90. LegitReach.Font = Enum.Font.Fantasy
  91. LegitReach.FontSize = Enum.FontSize.Size36
  92. LegitReach.Text = "Legit Sword"
  93. LegitReach.TextColor3 = Color3.new(1, 1, 1)
  94. LegitReach.TextSize = 15
  95. LegitReach.TextStrokeTransparency = 0.80000001192093
  96.  
  97. RageReach.Name = "RageReach"
  98. RageReach.Parent = Frame
  99. RageReach.BackgroundColor3 = Color3.new(0.10, 0.10, 0.10)
  100. RageReach.BorderSizePixel = 0
  101. RageReach.Position = UDim2.new(0, 101, 0, 69)
  102. RageReach.Size = UDim2.new(0, 99, 0, 50)
  103. RageReach.Font = Enum.Font.Fantasy
  104. RageReach.FontSize = Enum.FontSize.Size36
  105. RageReach.Text = "Rage Sword"
  106. RageReach.TextColor3 = Color3.new(1, 1, 1)
  107. RageReach.TextSize = 15
  108. RageReach.TextStrokeTransparency = 0.80000001192093
  109.  
  110. ShacklePlayer.Name = "ShacklePlayer"
  111. ShacklePlayer.Parent = Frame
  112. ShacklePlayer.BackgroundColor3 = Color3.new(0.10, 0.10, 0.10)
  113. ShacklePlayer.BorderSizePixel = 0
  114. ShacklePlayer.Position = UDim2.new(0, 101, 0, 121)
  115. ShacklePlayer.Size = UDim2.new(0, 99, 0, 50)
  116. ShacklePlayer.Font = Enum.Font.Fantasy
  117. ShacklePlayer.FontSize = Enum.FontSize.Size42
  118. ShacklePlayer.Text = "Jail Player"
  119. ShacklePlayer.TextColor3 = Color3.new(1, 1, 1)
  120. ShacklePlayer.TextSize = 15
  121. ShacklePlayer.TextStrokeTransparency = 0.80000001192093
  122.  
  123. PlayerInput.Name = "PlayerInput"
  124. PlayerInput.Parent = Frame
  125. PlayerInput.BackgroundColor3 = Color3.new(0.10, 0.10, 0.10)
  126. PlayerInput.BorderSizePixel = 0
  127. PlayerInput.Position = UDim2.new(0, 101, 0, 173)
  128. PlayerInput.Size = UDim2.new(0, 99, 0, 50)
  129. PlayerInput.Font = Enum.Font.Fantasy
  130. PlayerInput.FontSize = Enum.FontSize.Size42
  131. PlayerInput.Text = "Player Name"
  132. PlayerInput.TextColor3 = Color3.new(1, 1, 1)
  133. PlayerInput.TextSize = 15
  134. PlayerInput.TextStrokeTransparency = 0.80000001192093
  135.  
  136. Anim.Name = "Anim"
  137. Anim.Parent = Frame
  138. Anim.BackgroundColor3 = Color3.new(0.10, 0.10, 0.10)
  139. Anim.BorderSizePixel = 0
  140. Anim.Position = UDim2.new(0, 0, 0, 173)
  141. Anim.Size = UDim2.new(0, 99, 0, 50)
  142. Anim.Font = Enum.Font.Fantasy
  143. Anim.FontSize = Enum.FontSize.Size42
  144. Anim.Text = "Go Crazy"
  145. Anim.TextColor3 = Color3.new(1, 1, 1)
  146. Anim.TextSize = 15
  147. Anim.TextStrokeTransparency = 0.80000001192093
  148.  
  149. ShackleAll.MouseButton1Down:connect(function()
  150. local Remote = game.ReplicatedStorage.RemoteEvent
  151. for i,v in pairs(game.Players:GetPlayers()) do
  152. Remote:FireServer("ToggleShacklePlayer", v.Character.Torso)
  153. end
  154. end)
  155.  
  156. Invisibitch.MouseButton1Down:connect(function()
  157. local Remote = game.ReplicatedStorage.AetherEvent
  158. if Debounce == false then
  159. Remote:FireServer(true, "Mark")
  160. Debounce = true
  161. elseif Debounce == true then
  162. Remote:FireServer(false, "Mark")
  163. Debounce = false
  164. end
  165. end)
  166.  
  167. ShacklePlayer.MouseButton1Down:connect(function()
  168. local Remote = game.ReplicatedStorage.RemoteEvent
  169. local Player = PlayerInput.Text
  170. if game.Players:FindFirstChild(Player) then
  171. Remote:FireServer("ToggleShacklePlayer",game.Players:FindFirstChild(Player).Character.Torso)
  172. end
  173. end)
  174.  
  175. LegitReach.MouseButton1Down:connect(function()
  176. local sword=game.Players.LocalPlayer.Backpack.Sword
  177. a=Instance.new("SelectionBox",sword.Handle)
  178. a.Adornee=sword.Handle
  179. sword.Handle.Size=Vector3.new(0.2,8,0.2)
  180. sword.Equipped:connect(function()
  181. while wait() do
  182. game.Workspace[game.Players.LocalPlayer.Name].Sword.GripPos=Vector3.new(0,2,0)
  183. end
  184. end)
  185. end)
  186.  
  187. RageReach.MouseButton1Down:connect(function()
  188. local sword=game.Players.LocalPlayer.Backpack.Sword
  189. a=Instance.new("SelectionBox",sword.Handle)
  190. a.Adornee=sword.Handle
  191. sword.Handle.Size=Vector3.new(0.2,120,0.2)
  192. sword.Equipped:connect(function()
  193. while wait() do
  194. game.Workspace[game.Players.LocalPlayer.Name].Sword.GripPos=Vector3.new(0,2,0)
  195. end
  196. end)
  197. end)
  198.  
  199. UserInputService.InputBegan:connect(function(AdminKey)
  200. if AdminKey == Enum.KeyCode.LeftControl then
  201. local Target = Mouse.Target
  202. if Target ~= nil then
  203. if Target.Name == "Door" then
  204. game.ReplicatedStorage.RemoteEvent:FireServer("ToggleDoorLock", Player.Backpack.AdminKey, Mouse.Target)
  205. end
  206. end
  207. end
  208. end)
  209.  
  210. AdminKey.MouseButton1Down:connect(function()
  211. for i,v in pairs(game.Players:GetPlayers()) do
  212. if v.Backpack:FindFirstChild("Key") then
  213. v.Backpack.Key:Clone().Parent = Player.Backpack
  214. end
  215. end
  216. end)
  217.  
  218. Anim.MouseButton1Down:connect(function()
  219. for _,player in pairs(game.Players:GetPlayers()) do
  220. AnimationId = "33796059"
  221. local Anim = Instance.new("Animation")
  222. Anim.AnimationId = "rbxassetid://"..AnimationId
  223. local k = player.Character.Humanoid:LoadAnimation(Anim) -- script will error if Humanoid doesnt exist in character
  224. k:Play() --Play the animation
  225. k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
  226. end
  227. end)
  228.  
  229. -- https://v3rmillion.net/showthread.php?tid=292356&pid=2258073#pid2258073
  230. -- made by snowy, enjoy noobs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement