Advertisement
emilistt

A Bizarre Journey Kill/tp/walkspeed/jumppower script

Mar 2nd, 2021 (edited)
5,764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 26.86 KB | None | 0 0
  1. local P = game:GetService('Players').LocalPlayer;
  2. local PS = game:GetService('Players');
  3.  
  4. local function getKB(tf)
  5.     if tf == "Knockback True" then
  6.         return false;
  7.     else
  8.         return true;
  9.     end
  10. end
  11.  
  12. local function getLoop(tf)
  13.     if tf == "Looped True" then
  14.         return true;
  15.     else
  16.         return false;
  17.     end
  18. end
  19.  
  20.  
  21.  
  22. local JERSEHUB = Instance.new("ScreenGui")
  23. local MAIN = Instance.new("Frame")
  24. local turnoff = Instance.new("TextButton")
  25. local UICorner = Instance.new("UICorner")
  26. local DMG = Instance.new("TextButton")
  27. local UICorner_2 = Instance.new("UICorner")
  28. local WalkspeedButton = Instance.new("TextButton")
  29. local UICorner_3 = Instance.new("UICorner")
  30. local Walkspeed2 = Instance.new("TextBox")
  31. local UICorner_4 = Instance.new("UICorner")
  32. local JumppowerButton = Instance.new("TextButton")
  33. local UICorner_5 = Instance.new("UICorner")
  34. local Jumppower2 = Instance.new("TextBox")
  35. local UICorner_6 = Instance.new("UICorner")
  36. local UICorner_7 = Instance.new("UICorner")
  37. local TeleportUI = Instance.new("Frame")
  38. local TeleportUiName = Instance.new("TextLabel")
  39. local UIGradient = Instance.new("UIGradient")
  40. local Players = Instance.new("Frame")
  41. local UIGridLayout = Instance.new("UIGridLayout")
  42. local Dummy = Instance.new("TextButton")
  43. local _15251 = Instance.new("TextButton")
  44. local AnimationRig = Instance.new("TextButton")
  45. local turnoffdamage = Instance.new("TextButton")
  46. local UICorner_8 = Instance.new("UICorner")
  47. local UICorner_9 = Instance.new("UICorner")
  48. local DamageUI = Instance.new("Frame")
  49. local DamageUiName = Instance.new("TextLabel")
  50. local UIGradient_2 = Instance.new("UIGradient")
  51. local Players_2 = Instance.new("Frame")
  52. local UIGridLayout_2 = Instance.new("UIGridLayout")
  53. local Dummy_2 = Instance.new("TextButton")
  54. local _15251_2 = Instance.new("TextButton")
  55. local AnimationRig_2 = Instance.new("TextButton")
  56. local turnoffdamage_2 = Instance.new("TextButton")
  57. local UICorner_10 = Instance.new("UICorner")
  58. local DamageAll = Instance.new("TextButton")
  59. local UICorner_11 = Instance.new("UICorner")
  60. local DamageAmount = Instance.new("TextBox")
  61. local UICorner_12 = Instance.new("UICorner")
  62. local DamageWarning = Instance.new("TextLabel")
  63. local UICorner_13 = Instance.new("UICorner")
  64. local UICorner_14 = Instance.new("UICorner")
  65. local Knockback = Instance.new("TextButton")
  66. local UICorner_15 = Instance.new("UICorner")
  67. local DMG_2 = Instance.new("TextButton")
  68. local UICorner_16 = Instance.new("UICorner")
  69. local gamer = Instance.new("TextLabel");
  70. local turnon = Instance.new("TextButton");
  71. local UICorner_17 = Instance.new("UICorner");
  72. local AnotherCorner = Instance.new('UICorner');
  73. local KillAllToggle = Instance.new("TextButton");
  74.  
  75.  
  76. local function Damage(Humanoid,HRP)
  77.     coroutine.wrap(function()
  78.         if Humanoid.Health > 0 then
  79.             if getLoop(KillAllToggle.Text) then
  80.                 repeat wait()
  81.                     if getKB(Knockback.Text) then
  82.                         if tonumber(DamageAmount.Text) and tonumber(DamageAmount.Text) <= 150 then
  83.                             game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid, HRP.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(0,0,0), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  84.                         else
  85.                             game:GetService("ReplicatedStorage").Donut:FireServer(Humanoid.Parent, tonumber(DamageAmount.Text) or DamageAmount.Text)
  86.                         end
  87.                     else
  88.                         if tonumber(DamageAmount.Text) and tonumber(DamageAmount.Text) <= 150 then
  89.                             game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid, HRP.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(math.random(-1000,1000),math.random(-1000,1000),math.random(-1000,1000)), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  90.                         else
  91.                             game:GetService("ReplicatedStorage").Donut:FireServer(Humanoid.Parent, tonumber(DamageAmount.Text) or DamageAmount.Text)
  92.                         end
  93.                     end
  94.                 until not getLoop(KillAllToggle.Text) or Humanoid.Health < 0 or not Humanoid or not HRP;
  95.             else
  96.                 if getKB(Knockback.Text) then
  97.                     if tonumber(DamageAmount.Text) and tonumber(DamageAmount.Text) <= 150 then
  98.                         game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid, HRP.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(0,0,0), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  99.                     else
  100.                         game:GetService("ReplicatedStorage").Donut:FireServer(Humanoid.Parent, tonumber(DamageAmount.Text) or DamageAmount.Text)
  101.                     end
  102.                 else
  103.                     if tonumber(DamageAmount.Text) and tonumber(DamageAmount.Text) <= 150 then
  104.                         game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid, HRP.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(math.random(-1000,1000),math.random(-1000,1000),math.random(-1000,1000)), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  105.                     else
  106.                         game:GetService("ReplicatedStorage").Donut:FireServer(Humanoid.Parent, tonumber(DamageAmount.Text) or DamageAmount.Text)
  107.                     end
  108.                 end
  109.             end
  110.         end
  111.     end)()
  112. end
  113. --Properties:
  114.  
  115. JERSEHUB.Name = "JERSEHUB"
  116. JERSEHUB.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  117. JERSEHUB.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  118.  
  119.  
  120. MAIN.Name = "MAIN"
  121. MAIN.Parent = JERSEHUB
  122. MAIN.Active = true
  123. MAIN.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  124. MAIN.BorderColor3 = Color3.fromRGB(173, 173, 173)
  125. MAIN.BorderSizePixel = 6
  126. MAIN.Draggable = true
  127. MAIN.Position = UDim2.new(0.321252078, 0, 0.24924013, 0)
  128. MAIN.Size = UDim2.new(0, 538, 0, 353)
  129. MAIN.Visible = false
  130.  
  131. turnoff.Name = "turnoff"
  132. turnoff.Parent = MAIN
  133. turnoff.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  134. turnoff.BackgroundTransparency = 1.000
  135. turnoff.Position = UDim2.new(0.908921957, 0, 0, 0)
  136. turnoff.Size = UDim2.new(0, 49, 0, 42)
  137. turnoff.Font = Enum.Font.Ubuntu
  138. turnoff.Text = "X"
  139. turnoff.TextColor3 = Color3.fromRGB(0, 0, 0)
  140. turnoff.TextSize = 30.000
  141. turnoff.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  142.  
  143. UICorner.Parent = turnoff
  144.  
  145. DMG.Name = "DMG"
  146. DMG.Parent = MAIN
  147. DMG.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  148. DMG.BackgroundTransparency = 0.700
  149. DMG.BorderSizePixel = 0
  150. DMG.Position = UDim2.new(0.204460979, 0, 0.654390931, 0)
  151. DMG.Size = UDim2.new(0, 200, 0, 50)
  152. DMG.Font = Enum.Font.Ubuntu
  153. DMG.Text = "Open damage UI"
  154. DMG.TextColor3 = Color3.fromRGB(0, 0, 0)
  155. DMG.TextSize = 14.000
  156.  
  157. UICorner_2.Parent = DMG
  158.  
  159. WalkspeedButton.Name = "WalkspeedButton"
  160. WalkspeedButton.Parent = MAIN
  161. WalkspeedButton.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  162. WalkspeedButton.BackgroundTransparency = 0.700
  163. WalkspeedButton.BorderSizePixel = 0
  164. WalkspeedButton.Position = UDim2.new(0.644981384, 0, 0.654390991, 0)
  165. WalkspeedButton.Size = UDim2.new(0, 84, 0, 50)
  166. WalkspeedButton.Font = Enum.Font.Ubuntu
  167. WalkspeedButton.Text = "WALKSPEED"
  168. WalkspeedButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. WalkspeedButton.TextSize = 14.000
  170.  
  171. UICorner_3.Parent = WalkspeedButton
  172.  
  173. Walkspeed2.Name = "Walkspeed2"
  174. Walkspeed2.Parent = MAIN
  175. Walkspeed2.BackgroundColor3 = Color3.fromRGB(211, 211, 211)
  176. Walkspeed2.BackgroundTransparency = 0.500
  177. Walkspeed2.Position = UDim2.new(0.644981384, 0, 0.818696916, 0)
  178. Walkspeed2.Size = UDim2.new(0, 84, 0, 50)
  179. Walkspeed2.Font = Enum.Font.Ubuntu
  180. Walkspeed2.Text = "walkspeed"
  181. Walkspeed2.TextColor3 = Color3.fromRGB(0, 0, 0)
  182. Walkspeed2.TextSize = 14.000
  183.  
  184. UICorner_4.Parent = Walkspeed2
  185.  
  186. JumppowerButton.Name = "JumppowerButton"
  187. JumppowerButton.Parent = MAIN
  188. JumppowerButton.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  189. JumppowerButton.BackgroundTransparency = 0.700
  190. JumppowerButton.BorderSizePixel = 0
  191. JumppowerButton.Position = UDim2.new(0.821561337, 0, 0.654390991, 0)
  192. JumppowerButton.Size = UDim2.new(0, 84, 0, 50)
  193. JumppowerButton.Font = Enum.Font.Ubuntu
  194. JumppowerButton.Text = "JUMPPOWER"
  195. JumppowerButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  196. JumppowerButton.TextSize = 14.000
  197.  
  198. UICorner_5.Parent = JumppowerButton
  199.  
  200. Jumppower2.Name = "Jumppower2"
  201. Jumppower2.Parent = MAIN
  202. Jumppower2.BackgroundColor3 = Color3.fromRGB(211, 211, 211)
  203. Jumppower2.BackgroundTransparency = 0.500
  204. Jumppower2.Position = UDim2.new(0.821561337, 0, 0.818696916, 0)
  205. Jumppower2.Size = UDim2.new(0, 84, 0, 50)
  206. Jumppower2.Font = Enum.Font.Ubuntu
  207. Jumppower2.Text = "jumppower"
  208. Jumppower2.TextColor3 = Color3.fromRGB(0, 0, 0)
  209. Jumppower2.TextSize = 14.000
  210.  
  211. UICorner_6.Parent = Jumppower2
  212.  
  213. UICorner_7.Parent = MAIN
  214.  
  215. TeleportUI.Name = "TeleportUI"
  216. TeleportUI.Parent = MAIN
  217. TeleportUI.Active = true
  218. TeleportUI.BackgroundColor3 = Color3.fromRGB(214, 214, 214)
  219. TeleportUI.BorderSizePixel = 0
  220. TeleportUI.Draggable = true
  221. TeleportUI.Position = UDim2.new(0.179553911, -2, -0.388668567, 0)
  222. TeleportUI.Size = UDim2.new(0, 406, 0, 303)
  223. TeleportUI.Visible = false
  224.  
  225. TeleportUiName.Name = "TeleportUiName"
  226. TeleportUiName.Parent = TeleportUI
  227. TeleportUiName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  228. TeleportUiName.BackgroundTransparency = 1.000
  229. TeleportUiName.Size = UDim2.new(0, 406, 0, 34)
  230. TeleportUiName.Font = Enum.Font.Ubuntu
  231. TeleportUiName.Text = "Teleport UI"
  232. TeleportUiName.TextColor3 = Color3.fromRGB(255, 255, 255)
  233. TeleportUiName.TextSize = 25.000
  234.  
  235. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(212, 80, 255)), ColorSequenceKeypoint.new(0.10, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.87, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(212, 80, 255))}
  236. UIGradient.Rotation = 90
  237. UIGradient.Transparency = NumberSequence.new{NumberSequenceKeypoint.new(0.00, 0.32), NumberSequenceKeypoint.new(0.05, 0.00), NumberSequenceKeypoint.new(0.93, 0.00), NumberSequenceKeypoint.new(1.00, 0.40)}
  238. UIGradient.Parent = TeleportUiName
  239.  
  240. Players.Name = "Players"
  241. Players.Parent = DamageUI
  242. Players.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  243. Players.BackgroundTransparency = 0.900
  244. Players.BorderSizePixel = 0
  245. Players.Position = UDim2.new(0, 0, 0.408905327, 0)
  246. Players.Size = UDim2.new(0, 406, 0, 161)
  247.  
  248. UIGridLayout.Parent = Players
  249. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  250. UIGridLayout.CellPadding = UDim2.new(0, 2, 0, 2)
  251. UIGridLayout.CellSize = UDim2.new(0, 100, 0, 15)
  252.  
  253. turnoffdamage.Name = "turnoffdamage"
  254. turnoffdamage.Parent = TeleportUI
  255. turnoffdamage.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  256. turnoffdamage.BackgroundTransparency = 1.000
  257. turnoffdamage.Position = UDim2.new(0.876902223, 0, 0, 0)
  258. turnoffdamage.Size = UDim2.new(0, 49, 0, 42)
  259. turnoffdamage.Font = Enum.Font.Ubuntu
  260. turnoffdamage.Text = "X"
  261. turnoffdamage.TextColor3 = Color3.fromRGB(0, 0, 0)
  262. turnoffdamage.TextSize = 30.000
  263. turnoffdamage.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  264.  
  265. UICorner_8.Parent = turnoffdamage
  266.  
  267. UICorner_9.Parent = TeleportUI
  268.  
  269. DamageUI.Name = "DamageUI"
  270. DamageUI.Parent = MAIN
  271. DamageUI.Active = true
  272. DamageUI.BackgroundColor3 = Color3.fromRGB(214, 214, 214)
  273. DamageUI.BorderSizePixel = 0
  274. DamageUI.Draggable = true
  275. DamageUI.Position = UDim2.new(-0.663568795, 0, 0.118980169, 0)
  276. DamageUI.Size = UDim2.new(0, 406, 0, 303)
  277. DamageUI.Visible = false
  278.  
  279. DamageUiName.Name = "DamageUiName"
  280. DamageUiName.Parent = DamageUI
  281. DamageUiName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  282. DamageUiName.BackgroundTransparency = 1.000
  283. DamageUiName.Size = UDim2.new(0, 406, 0, 34)
  284. DamageUiName.Font = Enum.Font.Ubuntu
  285. DamageUiName.Text = "Damage UI"
  286. DamageUiName.TextColor3 = Color3.fromRGB(255, 255, 255)
  287. DamageUiName.TextSize = 25.000
  288.  
  289. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(212, 80, 255)), ColorSequenceKeypoint.new(0.10, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.87, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(212, 80, 255))}
  290. UIGradient_2.Rotation = 90
  291. UIGradient_2.Transparency = NumberSequence.new{NumberSequenceKeypoint.new(0.00, 0.32), NumberSequenceKeypoint.new(0.05, 0.00), NumberSequenceKeypoint.new(0.93, 0.00), NumberSequenceKeypoint.new(1.00, 0.40)}
  292. UIGradient_2.Parent = DamageUiName
  293.  
  294. Players_2.Name = "Players"
  295. Players_2.Parent = TeleportUI
  296. Players_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  297. Players_2.BackgroundTransparency = 0.900
  298. Players_2.BorderSizePixel = 0
  299. Players_2.Position = UDim2.new(0, 0, 0.408905327, 0)
  300. Players_2.Size = UDim2.new(0, 406, 0, 161)
  301.  
  302. UIGridLayout_2.Parent = Players_2
  303. UIGridLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  304. UIGridLayout_2.CellPadding = UDim2.new(0, 2, 0, 2)
  305. UIGridLayout_2.CellSize = UDim2.new(0, 100, 0, 15)
  306.  
  307. turnoffdamage_2.Name = "turnoffdamage"
  308. turnoffdamage_2.Parent = DamageUI
  309. turnoffdamage_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  310. turnoffdamage_2.BackgroundTransparency = 1.000
  311. turnoffdamage_2.Position = UDim2.new(0.876902223, 0, 0, 0)
  312. turnoffdamage_2.Size = UDim2.new(0, 49, 0, 42)
  313. turnoffdamage_2.Font = Enum.Font.Ubuntu
  314. turnoffdamage_2.Text = "X"
  315. turnoffdamage_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  316. turnoffdamage_2.TextSize = 30.000
  317. turnoffdamage_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  318.  
  319. UICorner_10.Parent = turnoffdamage_2
  320.  
  321. DamageAll.Name = "DamageAll"
  322. DamageAll.Parent = DamageUI
  323. DamageAll.BackgroundColor3 = Color3.fromRGB(126, 126, 126)
  324. DamageAll.BackgroundTransparency = 0.500
  325. DamageAll.Position = UDim2.new(0.0172413792, 0, 0.114406772, 0)
  326. DamageAll.Size = UDim2.new(0, 139, 0, 41)
  327. DamageAll.Font = Enum.Font.Ubuntu
  328. DamageAll.Text = "Damage Everyone"
  329. DamageAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  330. DamageAll.TextScaled = true
  331. DamageAll.TextSize = 14.000
  332. DamageAll.TextWrapped = true
  333.  
  334. UICorner_11.Parent = DamageAll
  335.  
  336. DamageAmount.Name = "DamageAmount"
  337. DamageAmount.Parent = DamageUI
  338. DamageAmount.BackgroundColor3 = Color3.fromRGB(126, 126, 126)
  339. DamageAmount.BackgroundTransparency = 0.500
  340. DamageAmount.Position = UDim2.new(0.687, 0,0.276, 0)
  341. DamageAmount.Size = UDim2.new(0, 90, 0, 27)
  342. DamageAmount.Font = Enum.Font.Ubuntu
  343. DamageAmount.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  344. DamageAmount.Text = "5"
  345. DamageAmount.TextColor3 = Color3.fromRGB(255, 255, 255)
  346. DamageAmount.TextSize = 20.000
  347. DamageAmount.TextWrapped = true
  348. DamageAmount.TextScaled = true;
  349.  
  350. UICorner_12.Parent = DamageAmount
  351.  
  352. DamageWarning.Name = "DamageWarning"
  353. DamageWarning.Parent = DamageUI
  354. DamageWarning.BackgroundColor3 = Color3.fromRGB(126, 126, 126)
  355. DamageWarning.Position = UDim2.new(0.440886676, 0, 0.138613865, 0)
  356. DamageWarning.Size = UDim2.new(0, 210, 0, 34)
  357. DamageWarning.Font = Enum.Font.Ubuntu
  358. DamageWarning.Text = "Enter damage below. It can be a text/anything. if number then if more than 150 u tp to enemy and do dmg";
  359. DamageWarning.TextColor3 = Color3.fromRGB(255, 255, 255)
  360. DamageWarning.TextScaled = true
  361. DamageWarning.TextSize = 14.000
  362. DamageWarning.TextWrapped = true
  363.  
  364. UICorner_13.Parent = DamageWarning
  365.  
  366. UICorner_14.Parent = DamageUI
  367.  
  368. Knockback.Name = "Knockback"
  369. Knockback.Parent = DamageUI
  370. Knockback.BackgroundColor3 = Color3.fromRGB(126, 126, 126)
  371. Knockback.BackgroundTransparency = 0.500
  372. Knockback.Position = UDim2.new(0.049, 0,0.276, 0)
  373. Knockback.Size = UDim2.new(0, 113,0, 27)
  374. Knockback.Font = Enum.Font.Ubuntu
  375. --Knockback.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  376. Knockback.Text = "Knockback True"
  377. Knockback.TextColor3 = Color3.fromRGB(255, 255, 255)
  378. Knockback.TextSize = 20.000
  379. Knockback.TextWrapped = true
  380. Knockback.TextScaled = true;
  381.  
  382. UICorner_15.Parent = Knockback
  383.  
  384. DMG_2.Name = "DMG"
  385. DMG_2.Parent = MAIN
  386. DMG_2.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
  387. DMG_2.BackgroundTransparency = 0.700
  388. DMG_2.BorderSizePixel = 0
  389. DMG_2.Position = UDim2.new(0.20631972, 0, 0.818696856, 0)
  390. DMG_2.Size = UDim2.new(0, 200, 0, 50)
  391. DMG_2.Font = Enum.Font.Ubuntu
  392. DMG_2.Text = "Open teleport UI"
  393. DMG_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  394. DMG_2.TextSize = 14.000
  395.  
  396. UICorner_16.Parent = DMG_2
  397.  
  398. gamer.Name = "gamer"
  399. gamer.Parent = MAIN
  400. gamer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  401. gamer.BackgroundTransparency = 1.000
  402. gamer.Position = UDim2.new(0.300000012, 0, 0, 0)
  403. gamer.Size = UDim2.new(0, 200, 0, 50)
  404. gamer.Font = Enum.Font.Ubuntu
  405. gamer.Text = "Jerse is gamer"
  406. gamer.TextColor3 = Color3.fromRGB(0, 0, 0)
  407. gamer.TextScaled = true
  408. gamer.TextSize = 14.000
  409. gamer.TextWrapped = true
  410.  
  411. turnon.Name = "turnon"
  412. turnon.Parent = JERSEHUB
  413. turnon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  414. turnon.BorderSizePixel = 0
  415. turnon.Position = UDim2.new(0.9171592, 0, 0.600303948, 0)
  416. turnon.Size = UDim2.new(0, 100, 0, 28)
  417. turnon.Font = Enum.Font.Ubuntu
  418. turnon.Text = "TURN ON"
  419. turnon.TextColor3 = Color3.fromRGB(0, 0, 0)
  420. turnon.TextScaled = true
  421. turnon.TextSize = 30.000
  422. turnon.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  423. turnon.TextWrapped = true
  424.  
  425. UICorner_17.Parent = turnon
  426.  
  427.  
  428. KillAllToggle.Name = "Knockback"
  429. KillAllToggle.Parent = DamageUI
  430. KillAllToggle.BackgroundColor3 = Color3.fromRGB(126, 126, 126)
  431. KillAllToggle.BackgroundTransparency = 0.500
  432. KillAllToggle.Position = UDim2.new(0.36, 0,0.276, 0)
  433. KillAllToggle.Size = UDim2.new(0, 113,0, 27)
  434. KillAllToggle.Font = Enum.Font.Ubuntu
  435. KillAllToggle.Text = "Looped False"
  436. KillAllToggle.TextColor3 = Color3.fromRGB(255, 255, 255)
  437. KillAllToggle.TextSize = 20.000
  438. KillAllToggle.TextWrapped = true
  439.  
  440. AnotherCorner.Parent = KillAllToggle
  441.  
  442. WalkspeedButton.MouseButton1Click:Connect(function()
  443.     if tonumber(Walkspeed2.Text)then
  444.         P.Character.Humanoid.WalkSpeed = tonumber(Walkspeed2.Text)
  445.     end;
  446. end);
  447.  
  448. JumppowerButton.MouseButton1Click:Connect(function()
  449.     if tonumber(Jumppower2.Text)then
  450.         P.Character.Humanoid.JumpPower = tonumber(Jumppower2.Text)
  451.     end;
  452. end);
  453.  
  454.  
  455. KillAllToggle.MouseButton1Click:Connect(function()
  456.     if (KillAllToggle.Text == "Looped True") then
  457.         KillAllToggle.Text = "Looped False";
  458.     else
  459.         KillAllToggle.Text = "Looped True";
  460.     end
  461. end);
  462.  
  463. Knockback.MouseButton1Click:Connect(function()
  464.     if (Knockback.Text == "Knockback True") then
  465.         Knockback.Text = "Knockback False";
  466.     else
  467.         Knockback.Text = "Knockback True";
  468.     end
  469. end);
  470.  
  471. turnoff.MouseButton1Click:Connect(function()
  472.     MAIN.Visible = false;
  473.     turnon.Visible = true;
  474. end);
  475.  
  476. turnon.MouseButton1Click:Connect(function()
  477.     MAIN.Visible = true;
  478.     turnon.Visible = false;
  479. end);
  480.  
  481. turnoffdamage_2.MouseButton1Click:Connect(function()
  482.     DamageUI.Visible = false;
  483. end);
  484.  
  485. turnoffdamage.MouseButton1Click:Connect(function()
  486.     TeleportUI.Visible = false;
  487. end);
  488.  
  489. DMG.MouseButton1Click:Connect(function()
  490.     DamageUI.Visible = true;
  491. end);
  492.  
  493. DMG_2.MouseButton1Click:Connect(function()
  494.     TeleportUI.Visible = true;
  495. end);
  496.  
  497. DamageAll.MouseButton1Click:Connect(function()
  498.     for i,v in pairs(workspace:GetChildren()) do
  499.         if v:IsA('Model') and v ~= P.Character then
  500.             local Character = v;
  501.             local Humanoid = Character:FindFirstChildWhichIsA('Humanoid');
  502.             if Humanoid then
  503.                 local HumanoidRootPart = Character:FindFirstChild('HumanoidRootPart');
  504.                 if HumanoidRootPart and Humanoid.Health > 0 then
  505.                     print(Character:GetFullName(),Humanoid.Health);
  506.                     Damage(Humanoid,HumanoidRootPart)
  507.                         --[[spawn(function()
  508.                             if getLoop(KillAllToggle.Text) then
  509.                                 repeat wait()
  510.                                     if getKB(Knockback.Text) then
  511.                                         game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid, HumanoidRootPart.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(0,0,0), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  512.                                     else
  513.                                         game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid, HumanoidRootPart.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(math.random(1,1000),math.random(1,1000),math.random(1,1000)), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  514.                                     end
  515.                                 until not getLoop(KillAllToggle.Text);
  516.                             else
  517.                                 if getKB(Knockback.Text) then
  518.                                     game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid, HumanoidRootPart.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(0,0,0), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  519.                                 else
  520.                                     game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid, HumanoidRootPart.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(math.random(1,1000),math.random(1,1000),math.random(1,1000)), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  521.                                 end
  522.                             end
  523.                         end)]]
  524.                 end
  525.             end
  526.         end
  527.     end
  528. end)
  529.  
  530. for i,v in pairs(workspace:GetChildren()) do
  531.     if v:IsA('Model') and v ~= P.Character then
  532.         local Character = v;
  533.         local Humanoid = Character:FindFirstChildWhichIsA('Humanoid');
  534.         if Humanoid then
  535.             local HumanoidRootPart = Character:FindFirstChild('HumanoidRootPart');
  536.             if HumanoidRootPart and not Players:FindFirstChild(Character.Name) then
  537.                 spawn(function()
  538.                     local RealJerse3 = Instance.new("TextButton");
  539.                     RealJerse3.Name = Character.Name
  540.                     RealJerse3.Parent = Players_2
  541.                     RealJerse3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  542.                     RealJerse3.BackgroundTransparency = 0.500
  543.                     RealJerse3.BorderSizePixel = 0
  544.                     RealJerse3.Size = UDim2.new(0, 130, 0, 23)
  545.                     RealJerse3.Font = Enum.Font.Ubuntu
  546.                     RealJerse3.Text = Character.Name
  547.                     RealJerse3.TextColor3 = Color3.fromRGB(0, 0, 0)
  548.                     RealJerse3.TextScaled = true
  549.                     RealJerse3.TextSize = 10.000
  550.                     RealJerse3.TextWrapped = true
  551.                     print('ok',RealJerse3:GetFullName());
  552.                     RealJerse3.MouseButton1Click:Connect(function()
  553.                         print('ckickc')
  554.                         P.Character.HumanoidRootPart.CFrame = HumanoidRootPart.CFrame * CFrame.new(0,2,0);
  555.                     end);
  556.                 end)
  557.                 local RealJerse = Instance.new("TextButton");
  558.                 RealJerse.Name = Character.Name
  559.                 RealJerse.Parent = Players
  560.                 RealJerse.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  561.                 RealJerse.BackgroundTransparency = 0.500
  562.                 RealJerse.BorderSizePixel = 0
  563.                 RealJerse.Size = UDim2.new(0, 130, 0, 23)
  564.                 RealJerse.Font = Enum.Font.Ubuntu
  565.                 RealJerse.Text = Character.Name
  566.                 RealJerse.TextColor3 = Color3.fromRGB(0, 0, 0)
  567.                 RealJerse.TextScaled = true
  568.                 RealJerse.TextSize = 10.000
  569.                 RealJerse.TextWrapped = true
  570.                 RealJerse.MouseButton1Click:Connect(function()
  571.                     print(Character:GetFullName(),Humanoid.Health);
  572.                     Damage(Humanoid,HumanoidRootPart)
  573.                         --[[spawn(function()
  574.                             if getLoop(KillAllToggle.Text) then
  575.                                 repeat wait()
  576.                                     if getKB(Knockback.Text) then
  577.                                         game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid, HumanoidRootPart.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(0,0,0), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  578.                                     else
  579.                                         game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid, HumanoidRootPart.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(math.random(1,1000),math.random(1,1000),math.random(1,1000)), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  580.                                     end
  581.                                 until not getLoop(KillAllToggle.Text);
  582.                             else
  583.                                 if getKB(Knockback.Text) then
  584.                                     game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid, HumanoidRootPart.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(0,0,0), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  585.                                 else
  586.                                     game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid, HumanoidRootPart.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(math.random(1,1000),math.random(1,1000),math.random(1,1000)), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  587.                                 end
  588.                             end
  589.                         end)]]
  590.                 end);
  591.  
  592.             end;
  593.         end;
  594.     end;
  595.     game:GetService('RunService').Heartbeat:Wait();
  596. end;
  597.  
  598. spawn(function()
  599.     workspace.ChildRemoved:Connect(function(child)
  600.         if Players:FindFirstChild(child.Name) then
  601.             Players:FindFirstChild(child.Name):Destroy();
  602.         end
  603.         if Players_2:FindFirstChild(child.Name) then
  604.             Players_2:FindFirstChild(child.Name):Destroy();
  605.         end
  606.     end);
  607.     workspace.ChildAdded:Connect(function(child)
  608.         print('Child has been added');
  609.         wait(.5);
  610.         if child:IsA('Model') and child ~= P.Character then
  611.             local Humanoid2 = child:FindFirstChildWhichIsA('Humanoid');
  612.             if Humanoid2 then
  613.                 local HumanoidRootPart2 = child:FindFirstChild('HumanoidRootPart');
  614.                 if HumanoidRootPart2 and not Players:FindFirstChild(child.Name) then
  615.                     spawn(function()
  616.                         local RealJerse3 = Instance.new("TextButton");
  617.                         RealJerse3.Name = child.Name
  618.                         RealJerse3.Parent = Players_2
  619.                         RealJerse3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  620.                         RealJerse3.BackgroundTransparency = 0.500
  621.                         RealJerse3.BorderSizePixel = 0
  622.                         RealJerse3.Size = UDim2.new(0, 130, 0, 23)
  623.                         RealJerse3.Font = Enum.Font.Ubuntu
  624.                         RealJerse3.Text = child.Name
  625.                         RealJerse3.TextColor3 = Color3.fromRGB(0, 0, 0)
  626.                         RealJerse3.TextScaled = true
  627.                         RealJerse3.TextSize = 10.000
  628.                         RealJerse3.TextWrapped = true
  629.                         RealJerse3.MouseButton1Click:Connect(function()
  630.                             P.Character.HumanoidRootPart.CFrame = HumanoidRootPart2.CFrame * CFrame.new(0,2,0);
  631.                         end);
  632.                     end)
  633.                     print(child.Name,'Child is a Character');
  634.                     local RealJerse2 = Instance.new("TextButton");
  635.                     RealJerse2.Name = child.Name
  636.                     RealJerse2.Parent = Players
  637.                     RealJerse2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  638.                     RealJerse2.BackgroundTransparency = 0.500
  639.                     RealJerse2.BorderSizePixel = 0
  640.                     RealJerse2.Size = UDim2.new(0, 130, 0, 23)
  641.                     RealJerse2.Font = Enum.Font.Ubuntu
  642.                     RealJerse2.Text = child.Name
  643.                     RealJerse2.TextColor3 = Color3.fromRGB(0, 0, 0)
  644.                     RealJerse2.TextScaled = true
  645.                     RealJerse2.TextSize = 10.000
  646.                     RealJerse2.TextWrapped = true
  647.                     RealJerse2.MouseButton1Click:Connect(function()
  648.                         print(child:GetFullName(),Humanoid2.Health);
  649.                         Damage(Humanoid2,HumanoidRootPart2)
  650.                             --[[spawn(function()
  651.                                 if getLoop(KillAllToggle.Text) then
  652.                                     repeat wait()
  653.                                         if getKB(Knockback.Text) then
  654.                                             game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid2, HumanoidRootPart2.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(0,0,0), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  655.                                         else
  656.                                             game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid2, HumanoidRootPart2.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(math.random(1,1000),math.random(1,1000),math.random(1,1000)), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  657.                                         end
  658.                                     until not getLoop(KillAllToggle.Text);
  659.                                 else
  660.                                     if getKB(Knockback.Text) then
  661.                                         game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid2, HumanoidRootPart2.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(0,0,0), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  662.                                     else
  663.                                         game:GetService("ReplicatedStorage").Damage:FireServer(Humanoid2, HumanoidRootPart2.CFrame, tonumber(DamageAmount.Text), .1, Vector3.new(math.random(1,1000),math.random(1,1000),math.random(1,1000)), "rbxassetid://241837157", 4, Color3.new(0,0,0), "rbxassetid://5698452679", 1,math.huge)
  664.                                     end
  665.                                 end
  666.                             end)]]
  667.                     end)
  668.                 end
  669.             end
  670.         end;
  671.     end);
  672. end);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement