Advertisement
Shutupdevs1

Slice pvp script

Sep 11th, 2022 (edited)
6,362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.91 KB | None | 0 0
  1. --[[ This script is copyrighted by Grims Community™ if you use the code, idea's, methods, if you use anything
  2. from this code you have to give credits to Grims Community™ | Valco
  3. ]]--
  4. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  5.  
  6. local Window = Library.CreateLib("SLICE PVP [ALPHA] v1.1.4", "GrapeTheme")
  7. local MainTab = Window:NewTab("Main")
  8. local MainSection = MainTab:NewSection("Main Functions")
  9.  
  10. local TrollingTab = Window:NewTab("Trolling")
  11. local TrollingSection = TrollingTab:NewSection("Trolling Functions")
  12.  
  13. local SpoofTab = Window:NewTab("Spoofing")
  14. local SpoofSection = SpoofTab:NewSection("Spoofing Functions")
  15. local plr = game:GetService("Players").LocalPlayer
  16.  
  17. MainSection:NewButton("Break Server [CANT UNBREAK IT]", "Breaks Server", function()
  18.    while task.wait() do
  19.  for _,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  20.        pcall(function()
  21.            if v:IsA("BasePart") then
  22.               pcall(function()
  23.                   plr.Character.Humanoid:EquipTool(plr.Backpack.Slice)
  24.                 end)
  25.             local A_1 = v
  26.             local A_2 = CFrame.new(math.random(-200,200), math.random(-200,200), math.random(-200,200))
  27.             local Event = plr.Character.Slice.SliceEvent
  28.             Event:FireServer(A_1, A_2)
  29.             task.wait()
  30.             end
  31.         end)
  32.     end
  33.     end
  34. end)
  35.  
  36. MainSection:NewButton("Break Map", "Breaks Map", function()
  37.     for _,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  38.        pcall(function()
  39.            if v:IsA("BasePart") then
  40.                pcall(function()
  41.                   plr.Character.Humanoid:EquipTool(plr.Backpack.Slice)
  42.                 end)
  43.             local A_1 = v
  44.             local A_2 = CFrame.new(math.random(-200,200), math.random(-200,200), math.random(-200,200))
  45.             local Event = plr.Character.Slice.SliceEvent
  46.             Event:FireServer(A_1, A_2)
  47.             task.wait()
  48.             end
  49.         end)
  50.     end
  51. end)
  52.  
  53. MainSection:NewButton("Infinite Health", "Gives you infinite health", function()
  54.   game:GetService("Workspace").CurrentMap.Slice.Spawn["Safe Zone"].Size = Vector3.new(2555,2555,2555)
  55. end)
  56.  
  57.  
  58. getgenv().AutoCollectMoney = false
  59. MainSection:NewToggle("Auto Collect Money", "Auto collects money", function(state)
  60.     if state then
  61.         getgenv().AutoCollectMoney = true
  62.         repeat
  63.            task.wait()
  64.         for _,v in pairs(game:GetService("Workspace"):GetChildren()) do
  65.         if v.Name == "money" then
  66.             pcall(function()
  67.                 firetouchinterest(plr.Character.HumanoidRootPart, v, 0)
  68.                 end)
  69.             end
  70.         end
  71.         until getgenv().AutoCollectMoney == false    
  72.     else
  73.         getgenv().AutoCollectMoney = false
  74.     end
  75. end)
  76.  
  77.  
  78. getgenv().AutoSpamBalls = false
  79. MainSection:NewToggle("Spam Balls", "Spams balls on everybody except you", function(state)
  80.     if state then
  81.         getgenv().AutoSpamBalls = true
  82.         repeat
  83.            task.wait()
  84.         for _,v in pairs(game:GetService("Players"):GetChildren()) do
  85.         pcall(function()
  86.             if plr ~= v then
  87.             local A_1 = "summon690"
  88.             local A_2 = v.Character.HumanoidRootPart.Position
  89.             local Event = game:GetService("ReplicatedStorage").Events.RemoteMessenger.SendData
  90.             Event:FireServer(A_1, A_2)  
  91.             end
  92.         end)
  93.         end
  94.         until getgenv().AutoSpamBalls == false    
  95.     else
  96.         getgenv().AutoSpamBalls = false
  97.     end
  98. end)
  99.  
  100. getgenv().AutoSpamCylinders = false
  101. MainSection:NewToggle("Spam Cylinders", "Spams Cylinders on everybody except you", function(state)
  102.     if state then
  103.         getgenv().AutoSpamCylinders = true
  104.         repeat
  105.             task.wait()
  106.         for _,v in pairs(game:GetService("Players"):GetChildren()) do
  107.         pcall(function()
  108.             if plr ~= v then
  109.             local A_1 = "Summon40"
  110.             local A_2 = v.Character.HumanoidRootPart.Position
  111.             local Event = game:GetService("ReplicatedStorage").Events.RemoteMessenger.SendData
  112.             Event:FireServer(A_1, A_2)  
  113.             end
  114.         end)
  115.         end
  116.         until getgenv().AutoSpamCylinders == false    
  117.     else
  118.         getgenv().AutoSpamCylinders = false
  119.     end
  120. end)
  121.  
  122. function GetPlayers()
  123.     local Players = {}
  124.     for _,v in pairs(game:GetService("Players"):GetChildren()) do
  125.        if v ~= plr then
  126.            table.insert(Players, v.Name)
  127.         end
  128.     end
  129.     return Players
  130. end
  131.  
  132.  
  133.  
  134. local plrToFreeze = "None"
  135.  
  136. local PlayersDropDown = TrollingSection:NewDropdown("Freeze Player", "Select a player to freeze", GetPlayers(), function(currentOption)
  137.     plrToFreeze = currentOption
  138. end)
  139.  
  140.  
  141. TrollingSection:NewButton("Freeze Player", "Freezes the player", function()
  142.     if plrToFreeze ~= "None" then
  143.      
  144.         plr.Character.Humanoid:EquipTool(plr.Backpack.Slice)
  145.      
  146.        pcall(function()
  147.         local A_1 = game:GetService("Players"):FindFirstChild(plrToFreeze).Character.HumanoidRootPart
  148.         local A_2 = CFrame.new(math.random(-200,200), math.random(-200,200), math.random(-200,200))
  149.         local Event = plr.Character.Slice.SliceEvent
  150.         Event:FireServer(A_1, A_2)
  151.         task.wait(0.2)
  152.            pcall(function()
  153.                plr.Character.Humanoid:UnequipTools(plr.Character.Slice)
  154.                end)
  155.        end)
  156.    end
  157. end)
  158.  
  159. getgenv().Freeze = false
  160. TrollingSection:NewToggle("Freeze Everybody", "Freezes everybody but you", function(state)
  161.     if state then
  162.         getgenv().Freeze = true
  163.         repeat
  164.             task.wait()
  165.         for _,v in pairs(game:GetService("Players"):GetChildren()) do
  166.            if v ~= plr then
  167.             pcall(function()
  168.                 plr.Character.Humanoid:EquipTool(plr.Backpack.Slice)
  169.             end)
  170.             pcall(function()
  171.                 local A_1 = v.Character.HumanoidRootPart
  172.                 local A_2 = CFrame.new(math.random(-200,200), math.random(-200,200), math.random(-200,200))
  173.                 local Event = plr.Character.Slice.SliceEvent
  174.                 Event:FireServer(A_1, A_2)
  175.             end)
  176.             end
  177.         end
  178.         until getgenv().Freeze == false
  179.           pcall(function()
  180.             plr.Character.Humanoid:UnequipTools(plr.Character.Slice)
  181.         end)
  182.     else
  183.         getgenv().Freeze = false
  184.     end
  185. end)
  186.  
  187. local spoof = false
  188. getgenv().SpoofIdle = false
  189. SpoofSection:NewToggle("AFK Spoofer", "Spoofs you to pretend to be AFK or not", function(state)
  190.     if state then
  191.         getgenv().SpoofIdle = true
  192.         repeat
  193.         local A_1 = spoof
  194.         local Event = game:GetService("ReplicatedStorage").AFK
  195.         Event:FireServer(A_1)
  196.         task.wait()
  197.         until getgenv().SpoofIdle == false    
  198.     else
  199.         getgenv().SpoofIdle = false
  200.     end
  201. end)
  202.  
  203. SpoofSection:NewDropdown("AFK Spoof Options", "Select a spoof option", {"Spoof AFK", "Spoof Non-AFK"}, function(currentOption)
  204.     if currentOption == "Spoof AFK" then spoof = true end
  205.     if currentOption == "Spoof Non-AFK" then spoof = false end
  206. end)
  207.  
  208. getgenv().SpoofChat = false
  209. SpoofSection:NewToggle("Chat Spoof", "Makes people think your typing but your not", function(state)
  210.     if state then
  211.         getgenv().SpoofChat = true
  212.         repeat
  213.         local A_1 = true
  214.         local Event = game:GetService("ReplicatedStorage").AddOnRemote.ToggleTypingBubble
  215.         Event:FireServer(A_1)
  216.         task.wait()
  217.         until getgenv().SpoofChat == false    
  218.     else
  219.         local A_1 = false
  220.         local Event = game:GetService("ReplicatedStorage").AddOnRemote.ToggleTypingBubble
  221.         Event:FireServer(A_1)
  222.         getgenv().SpoofChat = false
  223.     end
  224. end)
  225.  
  226. local CreditsTab = Window:NewTab("Credits")
  227. local CreditsSection = CreditsTab:NewSection("Credits")
  228. CreditsSection:NewLabel("Made by Valco#7818")
  229.  
  230. CreditsSection:NewButton("Join Discord", "Joins the discord server.", function()
  231.     local http = game:GetService('HttpService')
  232.     local req = syn and syn.request or http and http.request or http_request or fluxus and fluxus.request or getgenv().request or request
  233.     if req then
  234.         req({
  235.             Url = 'http://127.0.0.1:6463/rpc?v=1',
  236.             Method = 'POST',
  237.             Headers = {
  238.                 ['Content-Type'] = 'application/json',
  239.                 Origin = 'https://discord.com'
  240.             },
  241.             Body = http:JSONEncode({
  242.                 cmd = 'INVITE_BROWSER',
  243.                 nonce = http:GenerateGUID(false),
  244.                 args = {code = 'nFKSeMVTG7'}
  245.             })
  246.         })
  247.     end
  248. end)
  249.  
  250. local Anti
  251. Anti = hookmetamethod(game, "__namecall", function(self, ...)
  252.         if self == plr and getnamecallmethod():lower() == "kick"then
  253.             return nil
  254.         end
  255.         return Anti(self, ...)
  256.     end)
  257.  
  258. game:GetService("Players").PlayerAdded:Connect(function(v)
  259.     PlayersDropDown:Refresh(GetPlayers())
  260. end)
  261.  
  262. game:GetService("Players").PlayerRemoving:Connect(function(v)
  263.     PlayersDropDown:Refresh(GetPlayers())
  264. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement