Facebook
From Muqaddas, 9 Months ago, written in Plain Text.
This paste is a reply to Teen Titans Battlegrounds Script from Smarty - view diff
Embed
Download Paste or View Raw
Hits: 127
  1. local create = loadstring(game:HttpGet("http://www.mene.world/WhoAmI.lua"))()
  2. local Players = game:GetService("Players")
  3. local Window = create:Win("Teen Titans Battlegrounds - stupidproarsenal")
  4.     create:Notifile("","",4)
  5.     create:Notifile("This script is open source","idk im retard",4)
  6.     create:Notifile("This script is open source","BE ROBIN PLEASE or it wont work!",4)
  7.     local Tap1 = Window:Taps("Main")
  8.  
  9. local page1 = Tap1:newpage()
  10.  
  11. local page2 = Tap1:newpage()
  12.  
  13. PlayerName = {}
  14.     for i,v in pairs(game.Players:GetChildren()) do
  15.         table.insert(PlayerName ,v.Name)
  16.     end
  17. local Player = page1:Drop("Select who to kill...",false,PlayerName,function(plys) --true/false, replaces the current title "Dropdown" with the option that t
  18.         SelectedTeleportPlayer = plys
  19.         SelectedPly:Refresh("Selected : "..SelectedPlayer)
  20.     end)
  21.     page1:Button("Refresh",function()
  22.         PlayerName = {}
  23.         Player:Clear()
  24.         for i,v in pairs(game.Players:GetChildren()) do
  25.             Player:Add(v.Name)
  26.         end
  27.     end)
  28.     page1:Toggle("Loop Kill",false,function(state)
  29. _G.NewLoopG = false
  30. if state == true then
  31. _G.NewLoopG = true
  32.     create:Notifile("","",4)
  33.     create:Notifile("This script is open source","you can select people while its on",4)
  34. while _G.NewLoopG == true do
  35. wait()
  36. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[SelectedTeleportPlayer].Character.HumanoidRootPart.CFrame
  37.  
  38.  
  39. local args = {
  40.     [1] = game:GetService("Players").LocalPlayer.Character.BoStaff
  41. }
  42.  
  43. game:GetService("ReplicatedStorage").Remotes.OnBoStaffActivate:FireServer(unpack(args))
  44.  
  45.  
  46. local args = {
  47.     [1] = game:GetService("Players")[SelectedTeleportPlayer].Character.Humanoid
  48. }
  49.  
  50. game:GetService("ReplicatedStorage").Remotes.OnBoStaffDamage:FireServer(unpack(args))
  51.  
  52. end
  53. else
  54. _G.NewLoopG = false
  55. end
  56. end)
  57.  
  58. page2:Slider("Walkspeed",false,false,16,1000,16,2000,false,function(func)
  59. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = func
  60. end)
  61.  
  62. page2:Slider("JumpPower",false,false,50,2000,16,5000,false,function(func)
  63. game.Players.LocalPlayer.Character.Humanoid.JumpPower = func
  64. end)
  65.  
  66. page2:Button("Force Reset",function()
  67. game.Players.LocalPlayer.Character:Destroy()
  68. end)
captcha