ZploitKing

[ERR] Berkeley County, CN Script

Jul 23rd, 2020
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.35 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local HackD = Instance.new("Frame")
  8. local Text = Instance.new("TextLabel")
  9. local Pistol = Instance.new("TextButton")
  10. local InfJump = Instance.new("TextButton")
  11. local TextButton = Instance.new("TextButton")
  12. local Baton = Instance.new("TextButton")
  13. local SpeedOwner = Instance.new("TextButton")
  14. local TextButton_2 = Instance.new("TextButton")
  15. local FlashLight = Instance.new("TextButton")
  16. local JPOwner = Instance.new("TextButton")
  17. local TextButton_3 = Instance.new("TextButton")
  18. local TextButton_4 = Instance.new("TextButton")
  19. local Bandage = Instance.new("TextButton")
  20. local HitBox = Instance.new("TextButton")
  21. local TextButton_5 = Instance.new("TextButton")
  22. local TextButton_6 = Instance.new("TextButton")
  23. local SP16 = Instance.new("TextBox")
  24. local JP16 = Instance.new("TextBox")
  25. local TextButton_7 = Instance.new("TextButton")
  26.  
  27. --Properties:
  28.  
  29. ScreenGui.Parent = game.CoreGui
  30.  
  31. HackD.Name = "Hack :D"
  32. HackD.Parent = ScreenGui
  33. HackD.BackgroundColor3 = Color3.fromRGB(85, 0, 0)
  34. HackD.Position = UDim2.new(0.195987657, 0, 0.25429976, 0)
  35. HackD.Size = UDim2.new(0, 625, 0, 324)
  36. HackD.Active = true
  37. HackD.Draggable = true
  38.  
  39. Text.Name = "Text"
  40. Text.Parent = HackD
  41. Text.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. Text.BackgroundTransparency = 1.000
  43. Text.Size = UDim2.new(0, 625, 0, 50)
  44. Text.Font = Enum.Font.SourceSans
  45. Text.Text = "Made by OliHello#8986 - http://discord.gg/6kR7TAD"
  46. Text.TextColor3 = Color3.fromRGB(255, 0, 255)
  47. Text.TextScaled = true
  48. Text.TextSize = 14.000
  49. Text.TextWrapped = true
  50.  
  51. Pistol.Name = "Pistol"
  52. Pistol.Parent = HackD
  53. Pistol.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  54. Pistol.Position = UDim2.new(0.0768000036, 0, 0.203703701, 0)
  55. Pistol.Size = UDim2.new(0, 117, 0, 42)
  56. Pistol.Font = Enum.Font.SourceSans
  57. Pistol.Text = "Pistol"
  58. Pistol.TextColor3 = Color3.fromRGB(0, 0, 0)
  59. Pistol.TextScaled = true
  60. Pistol.TextSize = 14.000
  61. Pistol.TextWrapped = true
  62. Pistol.MouseButton1Down:connect(function()
  63. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Pistol")
  64. end)
  65.  
  66. InfJump.Name = "InfJump"
  67. InfJump.Parent = HackD
  68. InfJump.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  69. InfJump.Position = UDim2.new(0.0768000036, 0, 0.379629612, 0)
  70. InfJump.Size = UDim2.new(0, 117, 0, 42)
  71. InfJump.Font = Enum.Font.SourceSans
  72. InfJump.Text = "InfJump"
  73. InfJump.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. InfJump.TextScaled = true
  75. InfJump.TextSize = 14.000
  76. InfJump.TextWrapped = true
  77. InfJump.MouseButton1Down:connect(function()
  78. -- //~ F to toggle ~\ --
  79. --I have no idea who made this
  80. _G.infinjump = true
  81.  
  82. local Player = game:GetService("Players").LocalPlayer
  83. local Mouse = Player:GetMouse()
  84. Mouse.KeyDown:connect(function(k)
  85. if _G.infinjump then
  86. if k:byte() == 32 then
  87. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  88. Humanoid:ChangeState("Jumping")
  89. wait(0.1)
  90. Humanoid:ChangeState("Seated")
  91. end
  92. end
  93. end)
  94.  
  95. local Player = game:GetService("Players").LocalPlayer
  96. local Mouse = Player:GetMouse()
  97. Mouse.KeyDown:connect(function(k)
  98. k = k:lower()
  99. if k == "f" then
  100. if _G.infinjump == true then
  101. _G.infinjump = false
  102. else
  103. _G.infinjump = true
  104. end
  105. end
  106. end)
  107.  
  108. TextButton.Parent = HackD
  109. TextButton.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  110. TextButton.Position = UDim2.new(0.0768000036, 0, 0.725308657, 0)
  111. TextButton.Size = UDim2.new(0, 117, 0, 42)
  112. TextButton.Font = Enum.Font.SourceSans
  113. TextButton.Text = "(Coming Soon)"
  114. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. TextButton.TextScaled = true
  116. TextButton.TextSize = 14.000
  117. TextButton.TextWrapped = true
  118.  
  119. Baton.Name = "Baton"
  120. Baton.Parent = HackD
  121. Baton.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  122. Baton.Position = UDim2.new(0.294400007, 0, 0.203703701, 0)
  123. Baton.Size = UDim2.new(0, 117, 0, 42)
  124. Baton.Font = Enum.Font.SourceSans
  125. Baton.Text = "Baton"
  126. Baton.TextColor3 = Color3.fromRGB(0, 0, 0)
  127. Baton.TextScaled = true
  128. Baton.TextSize = 14.000
  129. Baton.TextWrapped = true
  130. Baton.MouseButton1Down:connect(function()
  131. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Baton")
  132. end)
  133.  
  134. SpeedOwner.Name = "SpeedOwner"
  135. SpeedOwner.Parent = HackD
  136. SpeedOwner.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  137. SpeedOwner.Position = UDim2.new(0.294400007, 0, 0.379629612, 0)
  138. SpeedOwner.Size = UDim2.new(0, 117, 0, 42)
  139. SpeedOwner.Font = Enum.Font.SourceSans
  140. SpeedOwner.Text = "Speed(OwnerChoice)"
  141. SpeedOwner.TextColor3 = Color3.fromRGB(0, 0, 0)
  142. SpeedOwner.TextScaled = true
  143. SpeedOwner.TextSize = 14.000
  144. SpeedOwner.TextWrapped = true
  145. SpeedOwner.MouseButton1Down:connect(function()
  146. local walkspeed = 50
  147. local bodypos = Instance.new("BodyPosition",game.Players.LocalPlayer.Character.HumanoidRootPart)
  148. bodypos.maxForce = Vector3.new(12500,12500,12500)
  149. spawn(function()
  150. game:GetService("RunService").RenderStepped:connect(function()
  151. wait()
  152. if game.Players.LocalPlayer.Character.Humanoid.FloorMaterial == Enum.Material.Air then
  153. bodypos.Parent = game.Players.LocalPlayer.Character
  154. game:GetService("RunService").RenderStepped:Wait()
  155. else
  156. game:GetService("RunService").RenderStepped:Wait()
  157. bodypos.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  158. end
  159. end)
  160. end)
  161.  
  162. spawn(function()
  163. game:GetService("RunService").RenderStepped:connect(function()
  164. game:GetService("RunService").RenderStepped:Wait()
  165. bodypos.Position = Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+game.Players.LocalPlayer.Character.Humanoid.MoveDirection.X*(1+walkspeed*0.05*5.4),game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+game.Players.LocalPlayer.Character.Humanoid.MoveDirection.Z*(1+walkspeed*0.05*5.4))
  166. end)
  167. end)
  168. end)
  169.  
  170. TextButton_2.Parent = HackD
  171. TextButton_2.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  172. TextButton_2.Position = UDim2.new(0.294400007, 0, 0.725308657, 0)
  173. TextButton_2.Size = UDim2.new(0, 117, 0, 42)
  174. TextButton_2.Font = Enum.Font.SourceSans
  175. TextButton_2.Text = "(Coming Soon)"
  176. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  177. TextButton_2.TextScaled = true
  178. TextButton_2.TextSize = 14.000
  179. TextButton_2.TextWrapped = true
  180.  
  181. FlashLight.Name = "FlashLight"
  182. FlashLight.Parent = HackD
  183. FlashLight.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  184. FlashLight.Position = UDim2.new(0.519999981, 0, 0.203703701, 0)
  185. FlashLight.Size = UDim2.new(0, 117, 0, 42)
  186. FlashLight.Font = Enum.Font.SourceSans
  187. FlashLight.Text = "Flashlight"
  188. FlashLight.TextColor3 = Color3.fromRGB(0, 0, 0)
  189. FlashLight.TextScaled = true
  190. FlashLight.TextSize = 14.000
  191. FlashLight.TextWrapped = true
  192. FlashLight.MouseButton1Down:connect(function()
  193. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Flashlight")
  194. end)
  195.  
  196. JPOwner.Name = "JPOwner"
  197. JPOwner.Parent = HackD
  198. JPOwner.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  199. JPOwner.Position = UDim2.new(0.519999981, 0, 0.379629612, 0)
  200. JPOwner.Size = UDim2.new(0, 117, 0, 42)
  201. JPOwner.Font = Enum.Font.SourceSans
  202. JPOwner.Text = "JumpPower(OwnerChoice)"
  203. JPOwner.TextColor3 = Color3.fromRGB(0, 0, 0)
  204. JPOwner.TextScaled = true
  205. JPOwner.TextSize = 14.000
  206. JPOwner.TextWrapped = true
  207. JPOwner.MouseButton1Down:connect(function()
  208. JumpPower.MouseButton1Down:connect(function()
  209. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
  210. end)
  211.  
  212. TextButton_3.Parent = HackD
  213. TextButton_3.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  214. TextButton_3.Position = UDim2.new(0.519999981, 0, 0.552469134, 0)
  215. TextButton_3.Size = UDim2.new(0, 117, 0, 42)
  216. TextButton_3.Font = Enum.Font.SourceSans
  217. TextButton_3.Text = "(Coming Soon)"
  218. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  219. TextButton_3.TextScaled = true
  220. TextButton_3.TextSize = 14.000
  221. TextButton_3.TextWrapped = true
  222.  
  223. TextButton_4.Parent = HackD
  224. TextButton_4.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  225. TextButton_4.Position = UDim2.new(0.519999981, 0, 0.725308657, 0)
  226. TextButton_4.Size = UDim2.new(0, 117, 0, 42)
  227. TextButton_4.Font = Enum.Font.SourceSans
  228. TextButton_4.Text = "(Coming Soon)"
  229. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  230. TextButton_4.TextScaled = true
  231. TextButton_4.TextSize = 14.000
  232. TextButton_4.TextWrapped = true
  233.  
  234. Bandage.Name = "Bandage"
  235. Bandage.Parent = HackD
  236. Bandage.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  237. Bandage.Position = UDim2.new(0.740800023, 0, 0.203703701, 0)
  238. Bandage.Size = UDim2.new(0, 117, 0, 42)
  239. Bandage.Font = Enum.Font.SourceSans
  240. Bandage.Text = "Bandage"
  241. Bandage.TextColor3 = Color3.fromRGB(0, 0, 0)
  242. Bandage.TextScaled = true
  243. Bandage.TextSize = 14.000
  244. Bandage.TextWrapped = true
  245. Bandage.MouseButton1Down:connect(function()
  246. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Bandage")
  247. end)
  248.  
  249. HitBox.Name = "HitBox"
  250. HitBox.Parent = HackD
  251. HitBox.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  252. HitBox.Position = UDim2.new(0.740800023, 0, 0.379629612, 0)
  253. HitBox.Size = UDim2.new(0, 117, 0, 42)
  254. HitBox.Font = Enum.Font.SourceSans
  255. HitBox.Text = "HitBox"
  256. HitBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  257. HitBox.TextScaled = true
  258. HitBox.TextSize = 14.000
  259. HitBox.TextWrapped = true
  260. HitBox.MouseButton1Down:connect(function()
  261. if HitBox.Text == "HitBox" then
  262. _G.HeadSize = 30 _G.Disabled = true game:GetService('RunService').RenderStepped:connect(function() if _G.Disabled then for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) v.Character.HumanoidRootPart.Transparency = 0.7 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue") v.Character.HumanoidRootPart.Material = "Neon" v.Character.HumanoidRootPart.CanCollide = false end) end end end end)
  263. HitBox.Text = ("HitBox ")
  264. if HitBox.Text == "HitBox " then
  265. _G.HeadSize = 0 _G.Disabled = true game:GetService('RunService').RenderStepped:connect(function() if _G.Disabled then for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) v.Character.HumanoidRootPart.Transparency = 0.7 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue") v.Character.HumanoidRootPart.Material = "Neon" v.Character.HumanoidRootPart.CanCollide = false end) end end end end)
  266. HitBox.Text = ("HitBox")
  267. end
  268. end
  269. end)
  270.  
  271.  
  272. TextButton_5.Parent = HackD
  273. TextButton_5.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  274. TextButton_5.Position = UDim2.new(0.740800023, 0, 0.552469134, 0)
  275. TextButton_5.Size = UDim2.new(0, 117, 0, 42)
  276. TextButton_5.Font = Enum.Font.SourceSans
  277. TextButton_5.Text = "(Coming Soon)"
  278. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  279. TextButton_5.TextScaled = true
  280. TextButton_5.TextSize = 14.000
  281. TextButton_5.TextWrapped = true
  282.  
  283. TextButton_6.Parent = HackD
  284. TextButton_6.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  285. TextButton_6.Position = UDim2.new(0.740800023, 0, 0.725308657, 0)
  286. TextButton_6.Size = UDim2.new(0, 117, 0, 42)
  287. TextButton_6.Font = Enum.Font.SourceSans
  288. TextButton_6.Text = "(Coming Soon)"
  289. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  290. TextButton_6.TextScaled = true
  291. TextButton_6.TextSize = 14.000
  292. TextButton_6.TextWrapped = true
  293.  
  294. SP16.Name = "SP16"
  295. SP16.Parent = HackD
  296. SP16.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  297. SP16.Position = UDim2.new(0.0768000036, 0, 0.552469134, 0)
  298. SP16.Size = UDim2.new(0, 117, 0, 42)
  299. SP16.Font = Enum.Font.SourceSans
  300. SP16.Text = "Speed: 16"
  301. SP16.TextColor3 = Color3.fromRGB(0, 0, 0)
  302. SP16.TextScaled = true
  303. SP16.TextSize = 14.000
  304. SP16.TextWrapped = true
  305.  
  306. JP16.Name = "JP16"
  307. JP16.Parent = HackD
  308. JP16.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  309. JP16.Position = UDim2.new(0.294400007, 0, 0.552469134, 0)
  310. JP16.Size = UDim2.new(0, 117, 0, 42)
  311. JP16.Font = Enum.Font.SourceSans
  312. JP16.Text = "JumpPower: 16"
  313. JP16.TextColor3 = Color3.fromRGB(0, 0, 0)
  314. JP16.TextScaled = true
  315. JP16.TextSize = 14.000
  316. JP16.TextWrapped = true
  317.  
  318. TextButton_7.Parent = ScreenGui
  319. TextButton_7.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
  320. TextButton_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
  321. TextButton_7.Position = UDim2.new(0.446759254, 0, 0.92137593, 0)
  322. TextButton_7.Size = UDim2.new(0, 126, 0, 34)
  323. TextButton_7.Font = Enum.Font.SourceSans
  324. TextButton_7.Text = "Open"
  325. TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  326. TextButton_7.TextScaled = true
  327. TextButton_7.TextSize = 14.000
  328. TextButton_7.TextWrapped = true
Add Comment
Please, Sign In to add comment