Advertisement
Guest User

BattleGround

a guest
Oct 22nd, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.32 KB | None | 0 0
  1. print("Hello world")
  2. --gilecody@gmail.com
  3. --7575507354
  4. p = game.Players.LocalPlayer
  5. LPN = p.Name
  6. GetMouse = p:GetMouse()
  7. where = game.CoreGui--[CHANGE TO "p.PlayerGui" if you're in studio]--
  8. LocalGui = Instance.new("ScreenGui", where); LocalGui.Name = "EvolGui"
  9. Box = Instance.new("TextBox", LocalGui); Box.Visible = false; Box.Name = "sLabel"; Box.Position = UDim2.new(0,500,0,550); Box.Size = UDim2.new(0,280,0,50); Box.BackgroundTransparency = 0.6; Box.BorderSizePixel = 3; Box.TextScaled = true
  10.  
  11.  
  12.  
  13. Evol = Instance.new("Folder", game); Evol.Name = "Evol"
  14. WHO = Instance.new("StringValue", Evol); WHO.Name = "Ocal"; WHO.Value = ""
  15. Parti = Instance.new("TextBox", Evol)
  16.  
  17. aim = "No"
  18. function clearbots()
  19. local children = game.CoreGui:GetChildren()
  20. for i = 1, #children do
  21. if children[i].Name == "HAX" then
  22. children[i]:Destroy()
  23. end
  24. aim = "No"
  25. end
  26. end
  27.  
  28. GetMouse.KeyDown:connect(function(key)
  29. if key == "p" then
  30. Box.Visible = true
  31. Box:CaptureFocus()
  32. end
  33. end)
  34.  
  35.  
  36. Box.FocusLost:connect(function(enterpressed)
  37. if enterpressed then
  38. WHO.Value = Box.Text:upper()
  39. Box.Visible = false
  40. end
  41. end)
  42.  
  43. target = "No"
  44. GetMouse.KeyDown:connect(function(key)
  45. if key == "m" then
  46.  
  47. local who = WHO.Value
  48. local people = game.Players:GetChildren()
  49. for i = 1, #people do
  50. local person = people[i]
  51. local personname = person.Name
  52.  
  53. if personname == who then
  54. local ochar = person.Character
  55. local did = 0
  56.  
  57. if did == 0 then
  58. if target == "No" then
  59. ochar.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame
  60. ochar.HumanoidRootPart.Anchored = true
  61. target = "Yes"
  62. did = 1
  63. end
  64. end
  65.  
  66. if did == 0 then
  67. if target == "Yes" then
  68.  
  69. ochar.HumanoidRootPart.Anchored = false
  70. did = 1
  71. target = "No"
  72. end
  73. end
  74.  
  75.  
  76.  
  77. end
  78.  
  79. end
  80.  
  81. end
  82. end)
  83.  
  84. GetMouse.KeyDown:connect(function(key)
  85. if key == "u" then
  86. local who = WHO.Value
  87. local people = game.Players:GetChildren()
  88. for i = 1, #people do
  89. local person = people[i]
  90. local personname = person.Name:upper()
  91. local worked = "Invalid"
  92. if personname == who then
  93. if person.UserId ~= 256683789 then
  94.  
  95. local ochar = person.Character
  96. p.Character.HumanoidRootPart.CFrame = ochar.HumanoidRootPart.CFrame
  97. worked = "Valid"
  98. end
  99. end
  100. if worked == "Invalid" then
  101. if personname:sub(1,2,4,5,6,7,8,9,10) == who:sub(1,2,4,5,6,7,8,9,10) then
  102. if person.UserId ~= 256683789 then
  103.  
  104. local ochar = person.Character
  105. p.Character.HumanoidRootPart.CFrame = ochar.HumanoidRootPart.CFrame
  106. end
  107. end
  108. end
  109.  
  110. end
  111.  
  112.  
  113. end
  114. end)
  115.  
  116.  
  117. GetMouse.KeyDown:connect(function(key)
  118. if key == "b" then
  119. local did = 0
  120. if did == 0 then
  121. if aim == "No" then
  122. if where:FindFirstChild("HAX") then
  123. where:FindFirstChild("HAX"):Destroy()
  124. end
  125. local people = game.Players:GetChildren()
  126. for i = 1, #people do
  127. local person = people[i]
  128. local personname = person.Name
  129. if personname == LPN then
  130. else
  131. if game.Workspace:FindFirstChild(personname) then
  132. local ochar = person.Character
  133.  
  134.  
  135. local BASE = ochar.HumanoidRootPart
  136. local LocalGui = Instance.new('BillboardGui', where)
  137. local LocalFrame = Instance.new('Frame', LocalGui)
  138. local LocalName = Instance.new('TextLabel', LocalGui)
  139.  
  140. LocalGui.Name = 'HAX'
  141. LocalGui.Adornee = BASE
  142. LocalGui.AlwaysOnTop = true
  143. LocalGui.ExtentsOffset = Vector3.new(0, 1, 0)
  144. LocalGui.Size = UDim2.new(0, 5, 0, 5)
  145.  
  146. LocalFrame.Name = 'DOT'
  147. LocalFrame.BackgroundColor = BrickColor.new('Yellow')
  148. LocalFrame.BackgroundTransparency = 1
  149. LocalFrame.BorderSizePixel = 0
  150. LocalFrame.Position = UDim2.new(-0.5, 0, -0.5, 0)
  151. LocalFrame.Size = UDim2.new(2, 0, 2, 0)
  152. LocalFrame.Visible = true
  153. LocalFrame.ZIndex = 10
  154.  
  155. LocalName.Name = 'NAME'
  156. LocalName.BackgroundColor3 = Color3.new(0, 0, 255)
  157. LocalName.BackgroundTransparency = 1
  158. LocalName.BorderSizePixel = 3
  159. LocalName.Position = UDim2.new(0, 0, 0, -40)
  160. LocalName.Size = UDim2.new(1, 0, 10, 0)
  161. LocalName.Visible = true
  162. LocalName.ZIndex = 10
  163. LocalName.Font = 'ArialBold'
  164. LocalName.FontSize = 'Size14'
  165. LocalName.Text = BASE.Parent.Name
  166. LocalName.TextStrokeTransparency = 0
  167. LocalName.TextColor = BrickColor.new('White')
  168.  
  169. aim = "Yes"
  170. did = 1
  171. end
  172. end
  173. end
  174. end
  175. end
  176.  
  177. if did == 0 then
  178. if aim == "Yes" then
  179. clearbots()
  180. end
  181. end
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188. end
  189. end)
  190.  
  191.  
  192.  
  193. GetMouse.KeyDown:connect(function(key)
  194. if key == "j" then
  195. p.Character.HumanoidRootPart.CFrame = CFrame.new(GetMouse.Hit.x, GetMouse.Hit.y + 3, GetMouse.Hit.z)
  196. end
  197. end)
  198.  
  199.  
  200. view = "Yes"
  201. GetMouse.KeyDown:connect(function(key)
  202. if key == "v" then
  203. local did = 0
  204. if did == 0 then
  205. if view == "Yes" then
  206.  
  207. local who = WHO.Value
  208. local people = game.Players:GetChildren()
  209. for i = 1, #people do
  210. local person = people[i]
  211. local personname = person.Name:upper()
  212. local worked = "Invalid"
  213. if personname == who then
  214. if person.UserId ~= 256683789 then
  215.  
  216. local ochar = person.Character
  217. game.Workspace.CurrentCamera.CameraSubject = ochar
  218. worked = "Valid"
  219. end
  220. end
  221. if worked == "Invalid" then
  222. if personname:sub(1,2,4,5,6,7,8,9,10) == who:sub(1,2,4,5,6,7,8,9,10) then
  223. local ochar = person.Character
  224. game.Workspace.CurrentCamera.CameraSubject = ochar
  225. end
  226. end
  227.  
  228. end
  229.  
  230.  
  231. view = "No"
  232. did = 1
  233. end
  234. end
  235.  
  236. if did == 0 then
  237. if view == "No" then
  238.  
  239. game.Workspace.CurrentCamera.CameraSubject = p.Character
  240.  
  241.  
  242. view = "Yes"
  243. did = 1
  244. end
  245. end
  246.  
  247. end
  248. end)
  249.  
  250.  
  251. froze = "No"
  252. GetMouse.KeyDown:connect(function(key)
  253. if key == "f" then
  254. local did = 0
  255. if did == 0 then
  256. if froze == "Yes" then
  257. p.Character.HumanoidRootPart.Anchored = false
  258. froze = "No"
  259. did = 1
  260. end
  261. end
  262.  
  263. if did == 0 then
  264. if froze == "No" then
  265. p.Character.HumanoidRootPart.Anchored = true
  266. froze = "Yes"
  267. did = 1
  268. end
  269. end
  270.  
  271. end
  272. end)
  273.  
  274.  
  275.  
  276.  
  277. grav = "No"
  278. GetMouse.KeyDown:connect(function(key)
  279. if key == "g" then
  280. local did = 0
  281. if did == 0 then
  282. if grav == "Yes" then
  283. for i,v in pairs(p.Character.HumanoidRootPart:GetChildren()) do
  284. if v.Name == "NoGrav" then
  285. v:Destroy()
  286. end
  287. end
  288. grav = "No"
  289. did = 1
  290. end
  291. end
  292.  
  293. if did == 0 then
  294. if grav == "No" then
  295.  
  296. local BF = Instance.new("BodyForce")
  297. BF.Parent = p.Character.HumanoidRootPart
  298. BF.Name = "NoGrav"
  299. BF.Force = Vector3.new(0,5000,0)
  300.  
  301.  
  302. grav = "Yes"
  303. did = 1
  304. end
  305. end
  306.  
  307. end
  308. end)
  309.  
  310. GetMouse.KeyDown:connect(function(key)
  311. if key == "e" then
  312. for i = 1,200 do
  313. wait()
  314. if game.Workspace:FindFirstChild(p.Name) then
  315. local c = game.Workspace:FindFirstChild(p.Name)
  316. if c:FindFirstChild("Humanoid") then
  317. p.Character.Humanoid.WalkSpeed = 70
  318. end
  319. end
  320. end
  321.  
  322.  
  323.  
  324. end
  325. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement