Advertisement
Guest User

SCRIPT OP ELEMENTAL BATTLEGROUND

a guest
Jan 17th, 2019
59,373
-1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.02 KB | None | 0 1
  1. -- Created By Hikara Shunshine Hikaru
  2. -- Facebook=https://www.facebook.com/keyboard.g.id
  3. -- SCRIPT OP
  4.  
  5. local EB = Instance.new("ScreenGui")
  6. local EBA = Instance.new("Frame")
  7. local CR = Instance.new("TextLabel")
  8. local a = Instance.new("TextLabel")
  9. local CR_2 = Instance.new("TextLabel")
  10. local s = Instance.new("TextButton")
  11. local d = Instance.new("TextButton")
  12. local DS = Instance.new("TextButton")
  13. local H = Instance.new("TextButton")
  14. local JPN = Instance.new("TextButton")
  15. local JPO = Instance.new("TextButton")
  16. local AF1 = Instance.new("TextButton")
  17. local AF2 = Instance.new("TextButton")
  18. local AF3 = Instance.new("TextButton")
  19. local TP = Instance.new("TextButton")
  20. local tps = Instance.new("Frame")
  21. local AF1P = Instance.new("TextButton")
  22. local AF2P = Instance.new("TextButton")
  23. local AF3P = Instance.new("TextButton")
  24. local X = Instance.new("TextButton")
  25.  
  26. EB.Name = "EB"
  27. EB.Parent = game.CoreGui
  28.  
  29. EBA.Name = "EBA"
  30. EBA.Parent = EB
  31. EBA.Active = true
  32. EBA.BackgroundColor3 = Color3.new(1, 1, 1)
  33. EBA.Position = UDim2.new(0.173544973, 0, 0.14031972, 0)
  34. EBA.Size = UDim2.new(0, 318, 0, 354)
  35. EBA.Style = Enum.FrameStyle.RobloxRound
  36. EBA.Draggable = true
  37.  
  38. CR.Name = "CR"
  39. CR.Parent = EBA
  40. CR.BackgroundColor3 = Color3.new(1, 1, 1)
  41. CR.BackgroundTransparency = 1
  42. CR.Position = UDim2.new(0, 0, -0.0030211471, 0)
  43. CR.Size = UDim2.new(0, 302, 0, 26)
  44. CR.Font = Enum.Font.SciFi
  45. CR.Text = "Elemental BattleGrounds Gui - By FunTrator"
  46. CR.TextColor3 = Color3.new(1, 0.00784314, 0.137255)
  47. CR.TextSize = 14
  48.  
  49. a.Name = "a"
  50. a.Parent = CR
  51. a.BackgroundColor3 = Color3.new(1, 0.00784314, 0.054902)
  52. a.Position = UDim2.new(0, 0, 1, 0)
  53. a.Size = UDim2.new(0, 302, 0, 1)
  54. a.Font = Enum.Font.SourceSans
  55. a.Text = ""
  56. a.TextColor3 = Color3.new(0, 0, 0)
  57. a.TextSize = 14
  58.  
  59. CR_2.Name = "CR"
  60. CR_2.Parent = CR
  61. CR_2.BackgroundColor3 = Color3.new(1, 1, 1)
  62. CR_2.BackgroundTransparency = 1
  63. CR_2.Position = UDim2.new(0, 0, 12.1123638, 0)
  64. CR_2.Size = UDim2.new(0, 302, 0, 26)
  65. CR_2.Font = Enum.Font.SciFi
  66. CR_2.Text = "D I S C O R D . I O / S o m e o n e S h a r k"
  67. CR_2.TextColor3 = Color3.new(1, 0.00784314, 0.137255)
  68. CR_2.TextSize = 14
  69. CR_2.TextStrokeColor3 = Color3.new(0.988235, 0.00392157, 0.137255)
  70. CR_2.TextStrokeTransparency = 0
  71.  
  72. s.Name = "s"
  73. s.Parent = EBA
  74. s.BackgroundColor3 = Color3.new(1, 1, 1)
  75. s.Position = UDim2.new(0.0314465426, 0, 0.167810276, 0)
  76. s.Size = UDim2.new(0, 124, 0, 41)
  77. s.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  78. s.Font = Enum.Font.SciFi
  79. s.Text = "TP Only Shards"
  80. s.TextColor3 = Color3.new(0, 0, 0)
  81. s.TextSize = 14
  82. s.MouseButton1Down:connect(function()
  83. local toMove = {Shard = true, Diamond = false}
  84. while wait() do
  85. for _, object in pairs(workspace['.Ignore']['.ServerEffects']:children()) do
  86. if toMove[object.Name] then
  87. object.Position = game.Players.LocalPlayer.Character.Torso.Position
  88. end
  89. end
  90. end
  91. end)
  92.  
  93. d.Name = "d"
  94. d.Parent = EBA
  95. d.BackgroundColor3 = Color3.new(1, 1, 1)
  96. d.Position = UDim2.new(0.562893093, 0, 0.167810276, 0)
  97. d.Size = UDim2.new(0, 124, 0, 41)
  98. d.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  99. d.Font = Enum.Font.SciFi
  100. d.Text = "TP Only Diamond"
  101. d.TextColor3 = Color3.new(0, 0, 0)
  102. d.TextSize = 14
  103. d.MouseButton1Down:connect(function()
  104. local toMove = {Shard = false, Diamond = true}
  105. while wait() do
  106. for _, object in pairs(workspace['.Ignore']['.ServerEffects']:children()) do
  107. if toMove[object.Name] then
  108. object.Position = game.Players.LocalPlayer.Character.Torso.Position
  109. end
  110. end
  111. end
  112. end)
  113.  
  114. DS.Name = "DS"
  115. DS.Parent = EBA
  116. DS.BackgroundColor3 = Color3.new(1, 1, 1)
  117. DS.Position = UDim2.new(0.034591198, 0, 0.309531122, 0)
  118. DS.Size = UDim2.new(0, 123, 0, 41)
  119. DS.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  120. DS.Font = Enum.Font.SciFi
  121. DS.Text = "Diamonds/Shards"
  122. DS.TextColor3 = Color3.new(0, 0, 0)
  123. DS.TextSize = 14
  124. DS.MouseButton1Down:connect(function()
  125. local toMove = {Shard = true, Diamond = true}
  126. while wait() do
  127. for _, object in pairs(workspace['.Ignore']['.ServerEffects']:children()) do
  128. if toMove[object.Name] then
  129. object.Position = game.Players.LocalPlayer.Character.Torso.Position
  130. end
  131. end
  132. end
  133. end)
  134.  
  135. H.Name = "H"
  136. H.Parent = EBA
  137. H.BackgroundColor3 = Color3.new(1, 1, 1)
  138. H.Position = UDim2.new(0.559748411, 0, 0.309531122, 0)
  139. H.Size = UDim2.new(0, 123, 0, 41)
  140. H.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  141. H.Font = Enum.Font.SciFi
  142. H.Text = "TP To Heaven"
  143. H.TextColor3 = Color3.new(0, 0, 0)
  144. H.TextSize = 14
  145. H.MouseButton1Down:connect(function()
  146. game:GetService('TeleportService'):Teleport(602048550)
  147. end)
  148.  
  149. JPN.Name = "JPN"
  150. JPN.Parent = EBA
  151. JPN.BackgroundColor3 = Color3.new(1, 1, 1)
  152. JPN.Position = UDim2.new(0.034591198, 0, 0.462158829, 0)
  153. JPN.Size = UDim2.new(0, 123, 0, 41)
  154. JPN.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  155. JPN.Font = Enum.Font.SciFi
  156. JPN.Text = "Jump Power : On"
  157. JPN.TextColor3 = Color3.new(0, 0, 0)
  158. JPN.TextSize = 14
  159. JPN.MouseButton1Down:connect(function()
  160. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 300
  161. end)
  162.  
  163. JPO.Name = "JPO"
  164. JPO.Parent = EBA
  165. JPO.BackgroundColor3 = Color3.new(1, 1, 1)
  166. JPO.Position = UDim2.new(0.559748411, 0, 0.462158829, 0)
  167. JPO.Size = UDim2.new(0, 123, 0, 41)
  168. JPO.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  169. JPO.Font = Enum.Font.SciFi
  170. JPO.Text = "Jump Power : OFF"
  171. JPO.TextColor3 = Color3.new(0, 0, 0)
  172. JPO.TextSize = 14
  173. JPO.MouseButton1Down:connect(function()
  174. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  175. end)
  176.  
  177. AF1.Name = "AF1"
  178. AF1.Parent = EBA
  179. AF1.BackgroundColor3 = Color3.new(1, 1, 1)
  180. AF1.Position = UDim2.new(0.034591224, 0, 0.611765385, 0)
  181. AF1.Size = UDim2.new(0, 123, 0, 41)
  182. AF1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  183. AF1.Font = Enum.Font.SciFi
  184. AF1.Text = "Auto Farm #1"
  185. AF1.TextColor3 = Color3.new(0, 0, 0)
  186. AF1.TextSize = 14
  187. AF1.MouseButton1Down:connect(function()
  188. while wait() do
  189. Repetition = game.ReplicatedStorage.Remotes
  190. wait(0.1)
  191. Repetition.DoClientMagic:FireServer("Fire", "Consecutive Fire Bullets")
  192. Repetition.DoMagic:InvokeServer("Fire", "Consecutive Fire Bullets")
  193.  
  194. Repetition.DoClientMagic:FireServer("Fire", "Great Fire Blast")
  195. Repetition.DoMagic:InvokeServer("Fire", "Great Fire Blast")
  196. end
  197. end)
  198.  
  199. AF2.Name = "AF2"
  200. AF2.Parent = EBA
  201. AF2.BackgroundColor3 = Color3.new(1, 1, 1)
  202. AF2.Position = UDim2.new(0.562893152, 0, 0.611765385, 0)
  203. AF2.Size = UDim2.new(0, 123, 0, 41)
  204. AF2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  205. AF2.Font = Enum.Font.SciFi
  206. AF2.Text = "Auto Farm #2"
  207. AF2.TextColor3 = Color3.new(0, 0, 0)
  208. AF2.TextSize = 14
  209. AF2.MouseButton1Down:connect(function()
  210. while wait(1) do
  211. local players = (game.Players:GetPlayers())
  212. for i = 1, #players do
  213. local screenGui = Instance.new("ScreenGui")
  214. screenGui.Parent = script.Parent
  215. local textBox = Instance.new("TextBox")
  216. textBox.Text = (players[i].Name)
  217. game.Players[textBox.Text].Character.Humanoid.HealthChanged:connect(function(health)
  218. if game.Players[textBox.text].Character.Humanoid.Health <= 40 then
  219. local targetpos = game:GetService'Players'[textBox.Text].Character.HumanoidRootPart.Position--get target pos
  220. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(targetpos.X, targetpos.Y, targetpos.Z) --TP to target
  221. local plr = game.Players.LocalPlayer
  222. local mouse = plr:GetMouse()
  223. local TrueMagic = game.ReplicatedStorage.Remotes.DoMagic
  224. game.ReplicatedStorage.Remotes.DoClientMagic:FireServer("Fire", "Consecutive Fire Bullets")--Change "Fire" To your magic and change "Consecutive Fire Bullets" to your own magic move.
  225. TrueMagic:InvokeServer("Fire", "Consecutive Fire Bullets", mouse.Target, mouse.Hit)--Change "Fire" To your magic and change "Consecutive Fire Bullets" to your own magic move.
  226.  
  227. end
  228. end)
  229. end
  230. end
  231. end)
  232.  
  233. AF3.Name = "AF3"
  234. AF3.Parent = EBA
  235. AF3.BackgroundColor3 = Color3.new(1, 1, 1)
  236. AF3.Position = UDim2.new(0.034591265, 0, 0.758350849, 0)
  237. AF3.Size = UDim2.new(0, 123, 0, 41)
  238. AF3.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  239. AF3.Font = Enum.Font.SciFi
  240. AF3.Text = "Auto Farm #3"
  241. AF3.TextColor3 = Color3.new(0, 0, 0)
  242. AF3.TextSize = 14
  243. AF3.MouseButton1Down:connect(function()
  244. while true do
  245. game["Run Service"].RenderStepped:wait(2)
  246. plr = game.Players.LocalPlayer
  247. mouse = plr:GetMouse()
  248. TrueMagic = game.ReplicatedStorage.Remotes.DoMagic
  249. game.ReplicatedStorage.Remotes.DoClientMagic:FireServer("Fire", "Consecutive Fire Bullets")
  250. TrueMagic:InvokeServer("Fire", "Consecutive Fire Bullets", mouse.Target, mouse.Hit)
  251. end
  252. end)
  253.  
  254. TP.Name = "TP"
  255. TP.Parent = EBA
  256. TP.BackgroundColor3 = Color3.new(1, 1, 1)
  257. TP.Position = UDim2.new(0.562893212, 0, 0.758350849, 0)
  258. TP.Size = UDim2.new(0, 123, 0, 41)
  259. TP.Style = Enum.ButtonStyle.RobloxButtonDefault
  260. TP.Font = Enum.Font.SciFi
  261. TP.Text = "T E L E P O R T S"
  262. TP.TextColor3 = Color3.new(1, 0.027451, 0.121569)
  263. TP.TextSize = 14
  264. TP.TextStrokeColor3 = Color3.new(0.980392, 0.0156863, 0.0823529)
  265. TP.TextStrokeTransparency = 0
  266. TP.MouseButton1Down:connect(function()
  267. tps.Visible = true
  268. end)
  269.  
  270. tps.Name = "tps"
  271. tps.Parent = EB
  272. tps.BackgroundColor3 = Color3.new(1, 1, 1)
  273. tps.Position = UDim2.new(0.547089934, 0, 0.152753115, 0)
  274. tps.Size = UDim2.new(0, 292, 0, 163)
  275. tps.Visible = false
  276. tps.Style = Enum.FrameStyle.RobloxRound
  277. tps.Active = true
  278. tps.Draggable = true
  279.  
  280. AF1P.Name = "AF1P"
  281. AF1P.Parent = tps
  282. AF1P.BackgroundColor3 = Color3.new(1, 1, 1)
  283. AF1P.Position = UDim2.new(-0.00342465751, 0, 0.184088036, 0)
  284. AF1P.Size = UDim2.new(0, 127, 0, 42)
  285. AF1P.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  286. AF1P.Font = Enum.Font.SciFi
  287. AF1P.Text = "Farm Place #1"
  288. AF1P.TextColor3 = Color3.new(0, 0, 0)
  289. AF1P.TextSize = 14
  290. AF1P.MouseButton1Down:connect(function()
  291. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(64.9238663, 215.214386, 834.628906)
  292. end)
  293.  
  294. AF2P.Name = "AF2P"
  295. AF2P.Parent = tps
  296. AF2P.BackgroundColor3 = Color3.new(1, 1, 1)
  297. AF2P.Position = UDim2.new(0.510273993, 0, 0.171818092, 0)
  298. AF2P.Size = UDim2.new(0, 127, 0, 42)
  299. AF2P.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  300. AF2P.Font = Enum.Font.SciFi
  301. AF2P.Text = "Farm Place #2"
  302. AF2P.TextColor3 = Color3.new(0, 0, 0)
  303. AF2P.TextSize = 14
  304. AF2P.MouseButton1Down:connect(function()
  305. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-270.527008, 323.823578, 2018.33386)
  306. end)
  307.  
  308. AF3P.Name = "AF3P"
  309. AF3P.Parent = tps
  310. AF3P.BackgroundColor3 = Color3.new(1, 1, 1)
  311. AF3P.Position = UDim2.new(0.267123282, 0, 0.58654201, 0)
  312. AF3P.Size = UDim2.new(0, 127, 0, 42)
  313. AF3P.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  314. AF3P.Font = Enum.Font.SciFi
  315. AF3P.Text = "Farm Place #3"
  316. AF3P.TextColor3 = Color3.new(0, 0, 0)
  317. AF3P.TextSize = 14
  318. AF3P.MouseButton1Down:connect(function()
  319. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1103.98059, 269.954407, 2605.0293)
  320. end)
  321.  
  322. X.Name = "X"
  323. X.Parent = tps
  324. X.BackgroundColor3 = Color3.new(1, 1, 1)
  325. X.Position = UDim2.new(0.85958904, 0, -0.024539873, 0)
  326. X.Size = UDim2.new(0, 37, 0, 17)
  327. X.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  328. X.Font = Enum.Font.SciFi
  329. X.Text = "-"
  330. X.TextColor3 = Color3.new(0, 0, 0)
  331. X.TextSize = 14
  332. X.MouseButton1Down:connect(function()
  333. tps.Visible = false
  334. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement