Advertisement
Guest User

Untitled

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