Advertisement
JimmyKewlKids

Yuh

Jul 17th, 2018
1,000
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.02 KB | None | 0 0
  1. print("Done!")
  2. if game.CoreGui:FindFirstChild("FortWarsHub") then
  3. game.CoreGui:FindFirstChild("FortWarsHub"):destroy()
  4. end
  5.  
  6. warn("Press G to toggle gui on/off")
  7. local say = "Time to kick KAG and chew KAG"
  8. game["ReplicatedStorage"]["DefaultChatSystemChatEvents"]["SayMessageRequest"]:FireServer(say,"All")
  9.  
  10. local FortWarsHub = Instance.new("ScreenGui")
  11. local Main = Instance.new("Frame")
  12. local FortWars = Instance.new("TextLabel")
  13. local Hub = Instance.new("TextLabel")
  14. local PlayerIn = Instance.new("TextBox")
  15. local Speedin = Instance.new("TextBox")
  16. local SpeedMe = Instance.new("TextButton")
  17. local KillAll = Instance.new("TextButton")
  18. local KillPlayer = Instance.new("TextButton")
  19. local Button2 = Instance.new("TextButton")
  20. local Button1 = Instance.new("TextButton")
  21. local ServerFuck = Instance.new("TextButton")
  22.  
  23. FortWarsHub.Name = "FortWarsHub"
  24. FortWarsHub.Parent = game:GetService("CoreGui")
  25.  
  26. Main.Name = "Main"
  27. Main.Parent = FortWarsHub
  28. Main.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  29. Main.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  30. Main.BorderSizePixel = 15
  31. Main.Active = true
  32. Main.Draggable = true
  33. Main.Position = UDim2.new(0.169548973, 0, 0.23404254, 0)
  34. Main.Size = UDim2.new(0, 450, 0, 300)
  35.  
  36. FortWars.Name = "FortWars"
  37. FortWars.Parent = Main
  38. FortWars.BackgroundColor3 = Color3.new(1, 1, 1)
  39. FortWars.BackgroundTransparency = 1
  40. FortWars.BorderSizePixel = 0
  41. FortWars.Position = UDim2.new(-0.000147983432, 0, 0.00163120031, 0)
  42. FortWars.Size = UDim2.new(0, 200, 0, 51)
  43. FortWars.Font = Enum.Font.ArialBold
  44. FortWars.Text = "FortWars"
  45. FortWars.TextColor3 = Color3.new(0, 0, 0)
  46. FortWars.TextScaled = true
  47. FortWars.TextSize = 14
  48. FortWars.TextWrapped = true
  49.  
  50. Hub.Name = "Hub"
  51. Hub.Parent = Main
  52. Hub.BackgroundColor3 = Color3.new(1, 1, 1)
  53. Hub.BackgroundTransparency = 1
  54. Hub.BorderSizePixel = 0
  55. Hub.Position = UDim2.new(-0.000147983432, 0, 0.16872339, 0)
  56. Hub.Size = UDim2.new(0, 200, 0, 51)
  57. Hub.Font = Enum.Font.ArialBold
  58. Hub.Text = "Hub"
  59. Hub.TextColor3 = Color3.new(0, 0, 0)
  60. Hub.TextScaled = true
  61. Hub.TextSize = 14
  62. Hub.TextWrapped = true
  63.  
  64. PlayerIn.Name = "PlayerIn"
  65. PlayerIn.Parent = Main
  66. PlayerIn.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  67. PlayerIn.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  68. PlayerIn.BorderSizePixel = 3
  69. PlayerIn.Position = UDim2.new(0.533333361, 0, 0.0333333351, 0)
  70. PlayerIn.Size = UDim2.new(0, 200, 0, 35)
  71. PlayerIn.ZIndex = 2
  72. PlayerIn.Font = Enum.Font.Highway
  73. PlayerIn.Text = "Player Name"
  74. PlayerIn.TextColor3 = Color3.new(0, 0, 0)
  75. PlayerIn.TextScaled = true
  76. PlayerIn.TextSize = 14
  77. PlayerIn.TextWrapped = true
  78.  
  79. Speedin.Name = "Speedin"
  80. Speedin.Parent = Main
  81. Speedin.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  82. Speedin.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  83. Speedin.BorderSizePixel = 3
  84. Speedin.Position = UDim2.new(0.642222226, 0, 0.196666673, 0)
  85. Speedin.Size = UDim2.new(0, 101, 0, 35)
  86. Speedin.Font = Enum.Font.Highway
  87. Speedin.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  88. Speedin.Text = "Speed"
  89. Speedin.TextColor3 = Color3.new(0, 0, 0)
  90. Speedin.TextScaled = true
  91. Speedin.TextSize = 14
  92. Speedin.TextWrapped = true
  93.  
  94. SpeedMe.Name = "SpeedMe"
  95. SpeedMe.Parent = Main
  96. SpeedMe.BackgroundColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  97. SpeedMe.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  98. SpeedMe.BorderSizePixel = 3
  99. SpeedMe.Position = UDim2.new(0.533333361, 0, 0.800000012, 0)
  100. SpeedMe.Size = UDim2.new(0, 200, 0, 50)
  101. SpeedMe.Font = Enum.Font.Highway
  102. SpeedMe.Text = "SetSpeed"
  103. SpeedMe.TextColor3 = Color3.new(0, 0, 0)
  104. SpeedMe.TextScaled = true
  105. SpeedMe.TextSize = 14
  106. SpeedMe.TextWrapped = true
  107.  
  108. KillAll.Name = "KillAll"
  109. KillAll.Parent = Main
  110. KillAll.BackgroundColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  111. KillAll.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  112. KillAll.BorderSizePixel = 3
  113. KillAll.Position = UDim2.new(0.0222222209, 0, 0.800000012, 0)
  114. KillAll.Size = UDim2.new(0, 200, 0, 50)
  115. KillAll.Font = Enum.Font.Highway
  116. KillAll.Text = "Bring All"
  117. KillAll.TextColor3 = Color3.new(0, 0, 0)
  118. KillAll.TextScaled = true
  119. KillAll.TextSize = 14
  120. KillAll.TextWrapped = true
  121.  
  122. KillPlayer.Name = "KillPlayer"
  123. KillPlayer.Parent = Main
  124. KillPlayer.BackgroundColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  125. KillPlayer.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  126. KillPlayer.BorderSizePixel = 3
  127. KillPlayer.Position = UDim2.new(0.533333361, 0, 0.583333373, 0)
  128. KillPlayer.Size = UDim2.new(0, 200, 0, 50)
  129. KillPlayer.Font = Enum.Font.Highway
  130. KillPlayer.Text = "Bring Player"
  131. KillPlayer.TextColor3 = Color3.new(0, 0, 0)
  132. KillPlayer.TextScaled = true
  133. KillPlayer.TextSize = 14
  134. KillPlayer.TextWrapped = true
  135.  
  136. Button2.Name = "Button2"
  137. Button2.Parent = Main
  138. Button2.BackgroundColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  139. Button2.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  140. Button2.BorderSizePixel = 3
  141. Button2.Position = UDim2.new(0.533333361, 0, 0.366666675, 0)
  142. Button2.Size = UDim2.new(0, 200, 0, 50)
  143. Button2.Font = Enum.Font.Highway
  144. Button2.Text = "Mod All Guns"
  145. Button2.TextColor3 = Color3.new(0, 0, 0)
  146. Button2.TextScaled = true
  147. Button2.TextSize = 14
  148. Button2.TextWrapped = true
  149.  
  150. Button1.Name = "Button1"
  151. Button1.Parent = Main
  152. Button1.BackgroundColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  153. Button1.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  154. Button1.BorderSizePixel = 3
  155. Button1.Position = UDim2.new(0.0222222209, 0, 0.366666675, 0)
  156. Button1.Size = UDim2.new(0, 200, 0, 50)
  157. Button1.Font = Enum.Font.Highway
  158. Button1.Text = "Remove Doors"
  159. Button1.TextColor3 = Color3.new(0, 0, 0)
  160. Button1.TextScaled = true
  161. Button1.TextSize = 14
  162. Button1.TextWrapped = true
  163.  
  164. ServerFuck.Name = "ServerFuck"
  165. ServerFuck.Parent = Main
  166. ServerFuck.BackgroundColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  167. ServerFuck.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  168. ServerFuck.BorderSizePixel = 3
  169. ServerFuck.Position = UDim2.new(0.0222222209, 0, 0.583333373, 0)
  170. ServerFuck.Size = UDim2.new(0, 200, 0, 50)
  171. ServerFuck.Font = Enum.Font.Highway
  172. ServerFuck.Text = "24/7 Looped BringAll"
  173. ServerFuck.TextColor3 = Color3.new(0, 0, 0)
  174. ServerFuck.TextScaled = true
  175. ServerFuck.TextSize = 14
  176. ServerFuck.TextWrapped = true
  177. -- Scripts:
  178. KillAll.MouseButton1Down:connect(function()
  179. for i,fag in ipairs(game.Players:GetChildren()) do
  180. if fag == game.Players.LocalPlayer then
  181. print("No u")
  182. else
  183. print(fag.Name)
  184. if game.Workspace:FindFirstChild(fag.Name) ~= nil then
  185. if game.Workspace:FindFirstChild(fag.Name):FindFirstChild("Humanoid").Health ~= 0 then
  186. local mep = game.Players.LocalPlayer.Character.HumanoidRootPart
  187. local x = mep.CFrame.X + 5
  188. local y = mep.CFrame.Y + 3
  189. local z = mep.CFrame.Z + 5
  190. game.Workspace:FindFirstChild(fag.Name):FindFirstChild("Head").Anchored = true
  191. game["ReplicatedStorage"]["Remotes"]["WeaponFire"]:FireServer(fag.Character.Humanoid)
  192. game.Workspace:FindFirstChild(fag.Name):FindFirstChild("Head").CFrame = CFrame.new(x,y,z)
  193. end
  194. end
  195. end
  196. end
  197. end)
  198.  
  199. KillPlayer.MouseButton1Down:connect(function()
  200. print("Executed bring player")
  201. local targee = tostring(game.CoreGui.FortWarsHub.Main.PlayerIn.Text)
  202. for i,fag in ipairs(game.Players:GetChildren()) do
  203. if fag.Name == targee then
  204. print("deed ded")
  205. print(fag.Name)
  206. if game.Workspace:FindFirstChild(fag.Name) ~= nil then
  207. if game.Workspace:FindFirstChild(fag.Name):FindFirstChild("Humanoid").Health ~= 0 then
  208. local mep = game.Players.LocalPlayer.Character.HumanoidRootPart
  209. local x = mep.CFrame.X + 5
  210. local y = mep.CFrame.Y + 3
  211. local z = mep.CFrame.Z + 5
  212. game.Workspace:FindFirstChild(fag.Name):FindFirstChild("Head").Anchored = true
  213. game.Workspace:FindFirstChild(fag.Name):FindFirstChild("Head").CFrame = CFrame.new(x,y,z)
  214. end
  215. end
  216. end
  217. end
  218. end)
  219.  
  220. SpeedMe.MouseButton1Down:connect(function()
  221. print("Speeded meeeeee")
  222. local text = game.CoreGui.FortWarsHub.Main.Speedin
  223. if text.Text ~= nil then
  224. local speeed = tonumber(text.Text)
  225. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = speeed
  226. end
  227. end)
  228. ServerFuck.MouseButton1Down:connect(function()
  229. print("Executed Head TP")
  230. warn("Loop might break")
  231. warn("Go look at the source and fix it lol")
  232. while true do
  233. for i,fag in ipairs(game.Players:GetChildren()) do
  234. if fag == game.Players.LocalPlayer then
  235. print("No u")
  236. else
  237. print(fag.Name)
  238. if game.Workspace:FindFirstChild(fag.Name) ~= nil then
  239. if game.Workspace:FindFirstChild(fag.Name):FindFirstChild("Humanoid").Health ~= 0 then
  240. local mep = game.Players.LocalPlayer.Character.HumanoidRootPart
  241. local x = mep.CFrame.X + 5
  242. local y = mep.CFrame.Y + 3
  243. local z = mep.CFrame.Z + 1
  244. game.Workspace:FindFirstChild(fag.Name):FindFirstChild("Head").Anchored = true
  245. game["ReplicatedStorage"]["Remotes"]["WeaponFire"]:FireServer(fag.Character.Humanoid)
  246. game.Workspace:FindFirstChild(fag.Name):FindFirstChild("Head").CFrame = CFrame.new(x,y,z)
  247. end
  248. end
  249. end
  250. end
  251. wait(10)
  252. end
  253. end)
  254.  
  255. Button1.MouseButton1Down:connect(function()
  256. print("Executed Remove Doors")
  257. for i,v in pairs(game.Workspace.Forts:GetDescendants()) do
  258. if v.Name == "Laser1" or v.Name == "Laster2" or v.Name == "Laser3" or v.Name == "Door1" or v.Name == "Door2" or v.Name == "doorPart2" or v.Name == "TouchDoor2" or v.Name == "TouchDoor1" then
  259. v:destroy()
  260. end
  261. end
  262. end)
  263. Button2.MouseButton1Down:connect(function()
  264. print("Executed Gun Mod")
  265. local fals = true
  266. local id = 'TzcNKFTS'
  267. local yes = 'https://pastebin.com/raw/'..id
  268. loadstring(game:HttpGet((yes),true))()
  269. end)
  270. wait(1)
  271. game:GetService("UserInputService").InputBegan:connect(function(inputObject, gameProcessedEvent)
  272. local Main = game.CoreGui.FortWarsHub.Main
  273. if inputObject.KeyCode == Enum.KeyCode.G then
  274. if Main.Visible == true then
  275. Main.Visible = false
  276. else
  277. Main.Visible = true
  278. end
  279. end
  280. end)
  281.  
  282. wait(2)
  283. local say = "..And i'm all out of KAG..."
  284. game["ReplicatedStorage"]["DefaultChatSystemChatEvents"]["SayMessageRequest"]:FireServer(say,"All")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement