uor

ULTIMATE HACK

uor
Apr 6th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. _G.settings = {
  2. ["MagicType"] = "Fire",
  3. ["TpShardsAndDia"] = true,
  4. ["KillAll"] = true
  5. }
  6.  
  7. local Remotes = game:GetService("ReplicatedStorage").Remotes
  8. local typez = _G.settings.MagicType
  9. local tp2 = _G.settings.TpShardsAndDia
  10. local tp3 = _G.settings.KillAll
  11. while wait() do
  12. local hum = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  13. for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Main.Character.Available.ScrollingFrame.Frame:GetChildren()) do
  14. Remotes.DoClientMagic:FireServer(typez, v.Name)
  15. Remotes.DoMagic:InvokeServer(typez, v.Name)
  16. if tp2 then
  17. for i,x in pairs(game:GetService("Workspace")[".Ignore"][".ServerEffects"]:GetChildren()) do
  18. if x.Name == "Shard" or x.Name == "Diamond" and not x:IsA("Folder") then
  19. _G.test = false
  20. print("tping 2 shard or dia")
  21. hum.CFrame = x.CFrame
  22. wait(1)
  23. _G.test = true
  24. else
  25. _G.test = true
  26. end
  27. end
  28. end
  29. if tp3 and _G.test then
  30. for i,z in pairs(game.workspace:GetChildren()) do
  31. if z:FindFirstChild("HumanoidRootPart") and not z:FindFirstChild("ForceField") then
  32. hum.CFrame = z.HumanoidRootPart.CFrame
  33. end
  34. end
  35. end
  36. end
  37. end
  38.  
  39. -- Created By FunTrat0r#4964
  40. -- Credit : DarkDevs.GA
  41. -- Discord.Io/DarkDevs
  42. -- Edit Script On Line 281 And 282 To your Magic Name
  43. -- Edit Script On Line 490 And 491 To your Magic Name
  44.  
  45. local ebgui = Instance.new("ScreenGui")
  46. local main = Instance.new("Frame")
  47. local little = Instance.new("Frame")
  48. local TextLabel = Instance.new("TextLabel")
  49. local bgcolor = Instance.new("ImageLabel")
  50. local TextLabel_2 = Instance.new("TextLabel")
  51. local TextLabel_3 = Instance.new("TextLabel")
  52. local normod = Instance.new("TextButton")
  53. local surmod = Instance.new("TextButton")
  54. local nor = Instance.new("Frame")
  55. local little2 = Instance.new("Frame")
  56. local TextLabel_4 = Instance.new("TextLabel")
  57. local TextLabel_5 = Instance.new("TextLabel")
  58. local TextLabel_6 = Instance.new("TextLabel")
  59. local attk = Instance.new("TextButton")
  60. local name = Instance.new("TextBox")
  61. local stp = Instance.new("TextButton")
  62. local attkall = Instance.new("TextButton")
  63. local stopall = Instance.new("TextButton")
  64. local autoattttk = Instance.new("TextButton")
  65. local sur = Instance.new("Frame")
  66. local little3 = Instance.new("Frame")
  67. local ImageLabel = Instance.new("ImageLabel")
  68. local TextLabel_7 = Instance.new("TextLabel")
  69. local TextLabel_8 = Instance.new("TextLabel")
  70. local TextLabel_9 = Instance.new("TextLabel")
  71. local sfarm = Instance.new("TextButton")
  72. local sstop = Instance.new("TextButton")
  73. local TextBox = Instance.new("TextBox")
  74. local bfarm = Instance.new("TextButton")
  75. local bstop = Instance.new("TextButton")
  76. local gfarm = Instance.new("TextButton")
  77. local gstop = Instance.new("TextButton")
  78. local autoattk = Instance.new("TextButton")
  79.  
  80. -- Properties
  81.  
  82. ebgui.Name = "ebgui"
  83. ebgui.Parent = game.CoreGui
  84.  
  85. main.Name = "main"
  86. main.Parent = ebgui
  87. main.Active = true
  88. main.BackgroundColor3 = Color3.new(0.45098, 0.392157, 0.560784)
  89. main.Position = UDim2.new(0.369154215, 0, 0.312734097, 0)
  90. main.Size = UDim2.new(0, 235, 0, 130)
  91. main.Draggable = true
  92.  
  93. little.Name = "little"
  94. little.Parent = main
  95. little.BackgroundColor3 = Color3.new(0, 0, 0)
  96. little.Position = UDim2.new(0, 0, -0.0384615399, 0)
  97. little.Size = UDim2.new(0, 233, 0, 19)
  98.  
  99. TextLabel.Parent = little
  100. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  101. TextLabel.BackgroundTransparency = 1
  102. TextLabel.Size = UDim2.new(0, 233, 0, 19)
  103. TextLabel.Font = Enum.Font.SciFi
  104. TextLabel.Text = "Elemental BattleGrounds GUI"
  105. TextLabel.TextColor3 = Color3.new(1, 0, 0.0156863)
  106. TextLabel.TextSize = 14
  107.  
  108. bgcolor.Name = "bgcolor"
  109. bgcolor.Parent = little
  110. bgcolor.BackgroundColor3 = Color3.new(1, 1, 1)
  111. bgcolor.BackgroundTransparency = 1
  112. bgcolor.Position = UDim2.new(0, 0, 1, 0)
  113. bgcolor.Size = UDim2.new(0, 233, 0, 113)
  114. bgcolor.Image = "rbxassetid://2247431355"
  115.  
  116. TextLabel_2.Parent = little
  117. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  118. TextLabel_2.BackgroundTransparency = 1
  119. TextLabel_2.Position = UDim2.new(-0.30901286, 0, 6.10526323, 0)
  120. TextLabel_2.Size = UDim2.new(0, 233, 0, 19)
  121. TextLabel_2.Font = Enum.Font.SciFi
  122. TextLabel_2.Text = "PRESENTED BY"
  123. TextLabel_2.TextColor3 = Color3.new(1, 0, 0.0156863)
  124. TextLabel_2.TextSize = 12
  125.  
  126. TextLabel_3.Parent = little
  127. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  128. TextLabel_3.BackgroundTransparency = 1
  129. TextLabel_3.Position = UDim2.new(0.339055777, 0, 6.10526323, 0)
  130. TextLabel_3.Size = UDim2.new(0, 233, 0, 19)
  131. TextLabel_3.Font = Enum.Font.SciFi
  132. TextLabel_3.Text = "DARKDEVS.GA"
  133. TextLabel_3.TextColor3 = Color3.new(1, 0, 0.0156863)
  134. TextLabel_3.TextSize = 12
  135.  
  136. normod.Name = "normod"
  137. normod.Parent = main
  138. normod.BackgroundColor3 = Color3.new(0.439216, 0.384314, 0.54902)
  139. normod.BorderColor3 = Color3.new(0.792157, 0.45098, 1)
  140. normod.Position = UDim2.new(0.170212761, 0, 0.20769231, 0)
  141. normod.Size = UDim2.new(0, 152, 0, 32)
  142. normod.Font = Enum.Font.SciFi
  143. normod.Text = "NORMAL MODE"
  144. normod.TextColor3 = Color3.new(1, 1, 1)
  145. normod.TextSize = 14
  146. normod.MouseButton1Down:connect(function()
  147. nor.Visible = true
  148. main.Visible = false
  149. nor:TweenPosition(UDim2.new(0.707, 0,0.303, 0), "InOut", "Quad", 0.5, true, nil)
  150.  
  151. end)
  152.  
  153. surmod.Name = "surmod"
  154. surmod.Parent = main
  155. surmod.BackgroundColor3 = Color3.new(0.439216, 0.384314, 0.54902)
  156. surmod.BorderColor3 = Color3.new(0.792157, 0.45098, 1)
  157. surmod.Position = UDim2.new(0.170212761, 0, 0.546153843, 0)
  158. surmod.Size = UDim2.new(0, 152, 0, 32)
  159. surmod.Font = Enum.Font.SciFi
  160. surmod.Text = "SURVIVAL MODE"
  161. surmod.TextColor3 = Color3.new(1, 1, 1)
  162. surmod.TextSize = 14
  163. surmod.MouseButton1Down:connect(function()
  164. sur.Visible = true
  165. main.Visible = false
  166. sur:TweenPosition(UDim2.new(0.707, 0,0.303, 0), "InOut", "Quad", 0.5, true, nil)
  167. end)
  168.  
  169. nor.Name = "nor"
  170. nor.Parent = ebgui
  171. nor.Active = true
  172. nor.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  173. nor.Position = UDim2.new(0.389054716, 0, 0.327715337, 0)
  174. nor.Size = UDim2.new(0, 222, 0, 183)
  175. nor.Visible = false
  176. nor.Draggable = true
  177.  
  178. little2.Name = "little2"
  179. little2.Parent = nor
  180. little2.BackgroundColor3 = Color3.new(0, 0, 0)
  181. little2.Position = UDim2.new(0, 0, -0.0710382536, 0)
  182. little2.Size = UDim2.new(0, 222, 0, 22)
  183.  
  184. TextLabel_4.Parent = little2
  185. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  186. TextLabel_4.BackgroundTransparency = 1
  187. TextLabel_4.Size = UDim2.new(0, 222, 0, 22)
  188. TextLabel_4.Font = Enum.Font.SciFi
  189. TextLabel_4.Text = "KILLER GUI"
  190. TextLabel_4.TextColor3 = Color3.new(1, 0, 0.0156863)
  191. TextLabel_4.TextSize = 14
  192.  
  193. TextLabel_5.Parent = little2
  194. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  195. TextLabel_5.BackgroundTransparency = 1
  196. TextLabel_5.Position = UDim2.new(0.0720720738, 0, 1, 0)
  197. TextLabel_5.Size = UDim2.new(0, 195, 0, 22)
  198. TextLabel_5.Font = Enum.Font.SciFi
  199. TextLabel_5.Text = "Aimbot / Kill One Player"
  200. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  201. TextLabel_5.TextSize = 12
  202.  
  203. TextLabel_6.Parent = little2
  204. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  205. TextLabel_6.BackgroundTransparency = 1
  206. TextLabel_6.Position = UDim2.new(0.0585585609, 0, 4.72727299, 0)
  207. TextLabel_6.Size = UDim2.new(0, 195, 0, 22)
  208. TextLabel_6.Font = Enum.Font.SciFi
  209. TextLabel_6.Text = "Attack All And Auto Attack"
  210. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  211. TextLabel_6.TextSize = 12
  212.  
  213. attk.Name = "attk"
  214. attk.Parent = nor
  215. attk.BackgroundColor3 = Color3.new(0, 0, 0)
  216. attk.BorderColor3 = Color3.new(0.992157, 1, 1)
  217. attk.Position = UDim2.new(0.153153151, 0, 0.366120219, 0)
  218. attk.Size = UDim2.new(0, 67, 0, 24)
  219. attk.Font = Enum.Font.SciFi
  220. attk.Text = "Attack"
  221. attk.TextColor3 = Color3.new(1, 1, 1)
  222. attk.TextSize = 14
  223. attk.MouseButton1Down:connect(function()
  224. _G.attk = true
  225. while _G.attk do
  226. wait()
  227. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  228. for i,v in pairs(game.Workspace:GetChildren()) do
  229. if v.name == name.Text then
  230. for _, b in pairs(v:GetChildren()) do
  231. if b.name == "HumanoidRootPart" then
  232. d.CFrame = b.CFrame
  233. end
  234. end
  235. end
  236. end
  237. end
  238. end)
  239.  
  240. name.Name = "name"
  241. name.Parent = nor
  242. name.BackgroundColor3 = Color3.new(0, 0, 0)
  243. name.BorderColor3 = Color3.new(1, 1, 1)
  244. name.Position = UDim2.new(0.265765756, 0, 0.202185795, 0)
  245. name.Size = UDim2.new(0, 107, 0, 23)
  246. name.Font = Enum.Font.SciFi
  247. name.Text = "NAME"
  248. name.TextColor3 = Color3.new(1, 1, 1)
  249. name.TextSize = 14
  250.  
  251. stp.Name = "stp"
  252. stp.Parent = nor
  253. stp.BackgroundColor3 = Color3.new(0, 0, 0)
  254. stp.BorderColor3 = Color3.new(0.992157, 1, 1)
  255. stp.Position = UDim2.new(0.567567527, 0, 0.366120219, 0)
  256. stp.Size = UDim2.new(0, 67, 0, 24)
  257. stp.Font = Enum.Font.SciFi
  258. stp.Text = "STOP"
  259. stp.TextColor3 = Color3.new(1, 1, 1)
  260. stp.TextSize = 14
  261. stp.MouseButton1Down:connect(function()
  262. _G.attk = false
  263. end)
  264.  
  265. attkall.Name = "attkall"
  266. attkall.Parent = nor
  267. attkall.BackgroundColor3 = Color3.new(0, 0, 0)
  268. attkall.BorderColor3 = Color3.new(0.992157, 1, 1)
  269. attkall.Position = UDim2.new(0.283783764, 0, 0.655737638, 0)
  270. attkall.Size = UDim2.new(0, 103, 0, 24)
  271. attkall.Font = Enum.Font.SciFi
  272. attkall.Text = "Attack All "
  273. attkall.TextColor3 = Color3.new(1, 1, 1)
  274. attkall.TextSize = 14
  275. attkall.MouseButton1Down:connect(function()
  276. _G.all = true
  277. while _G.all do
  278. wait()
  279. local me = game.Players.LocalPlayer.Character
  280. local Players = game:GetService("Players")
  281. for i = 1, 50 do
  282. for _,v in pairs(Players:GetPlayers()) do
  283. me:SetPrimaryPartCFrame(v.Character:GetPrimaryPartCFrame())
  284. wait(1)
  285. end
  286. end
  287. end
  288. end)
  289.  
  290. stopall.Name = "stopall"
  291. stopall.Parent = nor
  292. stopall.BackgroundColor3 = Color3.new(0, 0, 0)
  293. stopall.BorderColor3 = Color3.new(0.992157, 1, 1)
  294. stopall.Position = UDim2.new(0.0720720738, 0, 0.841530025, 0)
  295. stopall.Size = UDim2.new(0, 94, 0, 17)
  296. stopall.Font = Enum.Font.SciFi
  297. stopall.Text = "STOP"
  298. stopall.TextColor3 = Color3.new(1, 1, 1)
  299. stopall.TextSize = 14
  300. stopall.MouseButton1Down:connect(function()
  301. _G.all = true
  302. end)
  303.  
  304. autoattttk.Name = "autoattttk"
  305. autoattttk.Parent = nor
  306. autoattttk.BackgroundColor3 = Color3.new(0, 0, 0)
  307. autoattttk.BorderColor3 = Color3.new(0.992157, 1, 1)
  308. autoattttk.Position = UDim2.new(0.531531513, 0, 0.841530025, 0)
  309. autoattttk.Size = UDim2.new(0, 93, 0, 17)
  310. autoattttk.Font = Enum.Font.SciFi
  311. autoattttk.Text = "Use Auto Attk"
  312. autoattttk.TextColor3 = Color3.new(1, 1, 1)
  313. autoattttk.TextSize = 14
  314. autoattttk.MouseButton1Down:connect(function()
  315. while true do
  316. wait()
  317. game["Run Service"].RenderStepped:wait(2)
  318. plr = game.Players.LocalPlayer
  319. mouse = plr:GetMouse()
  320. TrueMagic = game.ReplicatedStorage.Remotes.DoMagic
  321. game.ReplicatedStorage.Remotes.DoClientMagic:FireServer("Fire", "Consecutive Fire Bullets")
  322. TrueMagic:InvokeServer("Fire", "Consecutive Fire Bullets", mouse.Target, mouse.Hit)
  323. end
  324. end)
  325.  
  326. sur.Name = "sur"
  327. sur.Parent = ebgui
  328. sur.BackgroundColor3 = Color3.new(0.588235, 0, 0.00784314)
  329. sur.Position = UDim2.new(0.382089555, 0, 0.310861409, 0)
  330. sur.Size = UDim2.new(0, 237, 0, 238)
  331. sur.Visible = false
  332. sur.Draggable = true
  333. sur.Active = true
  334.  
  335. little3.Name = "little3"
  336. little3.Parent = sur
  337. little3.BackgroundColor3 = Color3.new(0, 0, 0)
  338. little3.Position = UDim2.new(0, 0, -0.0398009941, 0)
  339. little3.Size = UDim2.new(0, 237, 0, 19)
  340.  
  341. ImageLabel.Parent = little3
  342. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  343. ImageLabel.BackgroundTransparency = 1
  344. ImageLabel.Position = UDim2.new(0, 0, 1, 0)
  345. ImageLabel.Size = UDim2.new(0, 237, 0, 228)
  346. ImageLabel.Image = "rbxassetid://2247431355"
  347.  
  348. TextLabel_7.Parent = little3
  349. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  350. TextLabel_7.BackgroundTransparency = 1
  351. TextLabel_7.BorderColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  352. TextLabel_7.Position = UDim2.new(0.0759493634, 0, 1, 0)
  353. TextLabel_7.Size = UDim2.new(0, 200, 0, 19)
  354. TextLabel_7.Font = Enum.Font.SciFi
  355. TextLabel_7.Text = "SPECIFIC ZOMBIE FARM"
  356. TextLabel_7.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  357. TextLabel_7.TextSize = 12
  358.  
  359. TextLabel_8.Parent = little3
  360. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  361. TextLabel_8.BackgroundTransparency = 1
  362. TextLabel_8.BorderColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  363. TextLabel_8.Position = UDim2.new(0.0759999976, 0, 5.55299997, 0)
  364. TextLabel_8.Size = UDim2.new(0, 200, 0, 19)
  365. TextLabel_8.Font = Enum.Font.SciFi
  366. TextLabel_8.Text = "FARM ALL ZOMBIES"
  367. TextLabel_8.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  368. TextLabel_8.TextSize = 12
  369.  
  370. TextLabel_9.Parent = little3
  371. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  372. TextLabel_9.BackgroundTransparency = 1
  373. TextLabel_9.Size = UDim2.new(0, 237, 0, 19)
  374. TextLabel_9.Font = Enum.Font.SciFi
  375. TextLabel_9.Text = "SURVIVAL FARMING GUI"
  376. TextLabel_9.TextColor3 = Color3.new(1, 0, 0.0156863)
  377. TextLabel_9.TextSize = 14
  378. sfarm.Name = "sfarm"
  379. sfarm.Parent = sur
  380. sfarm.BackgroundColor3 = Color3.new(0.670588, 0, 0.00784314)
  381. sfarm.BorderColor3 = Color3.new(1, 1, 1)
  382. sfarm.Position = UDim2.new(0.0464135036, 0, 0.270308107, 0)
  383. sfarm.Size = UDim2.new(0, 95, 0, 26)
  384. sfarm.Font = Enum.Font.SciFi
  385. sfarm.Text = "FARM"
  386. sfarm.TextColor3 = Color3.new(1, 1, 1)
  387. sfarm.TextSize = 14
  388. sfarm.MouseButton1Down:connect(function()
  389. _G.sin = true
  390. while _G.sin do
  391. wait()
  392. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  393. for i,v in pairs(game.Workspace.enemies:GetChildren()) do
  394. if v.name == TextBox.Text then
  395. for _, b in pairs(v:GetChildren()) do
  396. if b.name == "HumanoidRootPart" then
  397. b.CFrame = d.CFrame
  398. end
  399. end
  400. end
  401. end
  402. end
  403. end)
  404.  
  405. sstop.Name = "sstop"
  406. sstop.Parent = sur
  407. sstop.BackgroundColor3 = Color3.new(0.670588, 0, 0.00784314)
  408. sstop.BorderColor3 = Color3.new(1, 1, 1)
  409. sstop.Position = UDim2.new(0.497890294, 0, 0.270308107, 0)
  410. sstop.Size = UDim2.new(0, 100, 0, 26)
  411. sstop.Font = Enum.Font.SciFi
  412. sstop.Text = "STOP"
  413. sstop.TextColor3 = Color3.new(1, 1, 1)
  414. sstop.TextSize = 14
  415. sstop.MouseButton1Down:connect(function()
  416. _G.sin = false
  417. end)
  418.  
  419. TextBox.Parent = sur
  420. TextBox.BackgroundColor3 = Color3.new(0.603922, 0.00392157, 0.0823529)
  421. TextBox.BorderColor3 = Color3.new(1, 0.988235, 1)
  422. TextBox.Position = UDim2.new(0.248945147, 0, 0.122162297, 0)
  423. TextBox.Size = UDim2.new(0, 118, 0, 26)
  424. TextBox.Font = Enum.Font.SciFi
  425. TextBox.Text = "NAME"
  426. TextBox.TextColor3 = Color3.new(1, 1, 1)
  427. TextBox.TextSize = 14
  428.  
  429. bfarm.Name = "bfarm"
  430. bfarm.Parent = sur
  431. bfarm.BackgroundColor3 = Color3.new(0.670588, 0, 0.00784314)
  432. bfarm.BorderColor3 = Color3.new(1, 1, 1)
  433. bfarm.Position = UDim2.new(0.0464135036, 0, 0.517621934, 0)
  434. bfarm.Size = UDim2.new(0, 95, 0, 26)
  435. bfarm.Font = Enum.Font.SciFi
  436. bfarm.Text = "BRING FARM"
  437. bfarm.TextColor3 = Color3.new(1, 1, 1)
  438. bfarm.TextSize = 14
  439. bfarm.MouseButton1Down:connect(function()
  440. _G.br = true
  441. while _G.br do
  442. wait()
  443. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  444. for i,v in pairs(game.Workspace.enemies:GetChildren()) do
  445. if v.name == "Zombie" then
  446. for _, b in pairs(v:GetChildren()) do
  447. if b.name == "HumanoidRootPart" then
  448. b.CFrame = d.CFrame
  449. end
  450. end
  451. end
  452. end
  453. end
  454. end)
  455.  
  456. bstop.Name = "bstop"
  457. bstop.Parent = sur
  458. bstop.BackgroundColor3 = Color3.new(0.670588, 0, 0.00784314)
  459. bstop.BorderColor3 = Color3.new(1, 1, 1)
  460. bstop.Position = UDim2.new(0.497890294, 0, 0.517621934, 0)
  461. bstop.Size = UDim2.new(0, 100, 0, 26)
  462. bstop.Font = Enum.Font.SciFi
  463. bstop.Text = "STOP"
  464. bstop.TextColor3 = Color3.new(1, 1, 1)
  465. bstop.TextSize = 14
  466. bstop.MouseButton1Down:connect(function()
  467. _G.br = false
  468. end)
  469.  
  470. gfarm.Name = "gfarm"
  471. gfarm.Parent = sur
  472. gfarm.BackgroundColor3 = Color3.new(0.670588, 0, 0.00784314)
  473. gfarm.BorderColor3 = Color3.new(1, 1, 1)
  474. gfarm.Position = UDim2.new(0.0464135036, 0, 0.68644172, 0)
  475. gfarm.Size = UDim2.new(0, 95, 0, 26)
  476. gfarm.Font = Enum.Font.SciFi
  477. gfarm.Text = "GOTO FARM"
  478. gfarm.TextColor3 = Color3.new(1, 1, 1)
  479. gfarm.TextSize = 14
  480. gfarm.MouseButton1Down:connect(function()
  481. _G.got = true
  482. while _G.got do
  483. wait()
  484. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  485. for i,v in pairs(game.Workspace.enemies:GetChildren()) do
  486. if v.name == "Zombie" then
  487. for _, b in pairs(v:GetChildren()) do
  488. if b.name == "HumanoidRootPart" then
  489. d.CFrame = b.CFrame
  490. end
  491. end
  492. end
  493. end
  494. end
  495. end)
  496.  
  497. gstop.Name = "gstop"
  498. gstop.Parent = sur
  499. gstop.BackgroundColor3 = Color3.new(0.670588, 0, 0.00784314)
  500. gstop.BorderColor3 = Color3.new(1, 1, 1)
  501. gstop.Position = UDim2.new(0.497890294, 0, 0.68644172, 0)
  502. gstop.Size = UDim2.new(0, 100, 0, 26)
  503. gstop.Font = Enum.Font.SciFi
  504. gstop.Text = "STOP"
  505. gstop.TextColor3 = Color3.new(1, 1, 1)
  506. gstop.TextSize = 14
  507. gstop.MouseButton1Down:connect(function()
  508. _G.got = false
  509. end)
  510.  
  511. autoattk.Name = "autoattk"
  512. autoattk.Parent = sur
  513. autoattk.BackgroundColor3 = Color3.new(0.670588, 0, 0.00784314)
  514. autoattk.BorderColor3 = Color3.new(1, 1, 1)
  515. autoattk.Position = UDim2.new(0.286919832, 0, 0.846105576, 0)
  516. autoattk.Size = UDim2.new(0, 100, 0, 26)
  517. autoattk.Font = Enum.Font.SciFi
  518. autoattk.Text = "AUTO ATTACK"
  519. autoattk.TextColor3 = Color3.new(1, 1, 1)
  520. autoattk.TextSize = 14
  521. autoattk.MouseButton1Down:connect(function()
  522. while true do
  523. game["Run Service"].RenderStepped:wait(2)
  524. plr = game.Players.LocalPlayer
  525. mouse = plr:GetMouse()
  526. TrueMagic = game.ReplicatedStorage.Remotes.DoMagic
  527. game.ReplicatedStorage.Remotes.DoClientMagic:FireServer("Fire", "Consecutive Fire Bullets")
  528. TrueMagic:InvokeServer("Fire", "Consecutive Fire Bullets", mouse.Target, mouse.Hit)
  529. end
  530. end)
  531. print("Edit Script On Line 281 And 282 To your Magic Name")
  532. print("Edit Script On Line 490 And 491 To your Magic Name")
  533. warn("Created By FunTrat0r#0020")
  534. warn("DarkDevs.Ga")
Add Comment
Please, Sign In to add comment