Advertisement
2AreYouMental110

ragdoll stack (WIP)

Jan 21st, 2022
3,951
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.72 KB | None | 1 0
  1. if game.PlaceId == 7009987220 then
  2.     -- https://www.roblox.com/games/7009987220/Ragdoll-Stack
  3.     for i, v in pairs(game:GetService("ReplicatedStorage").Events:GetDescendants()) do
  4.         if v.Name == "DeveloperBypass" and v.Parent then
  5.             game:GetService("ReplicatedStorage").Events.DeveloperBypass:Destroy()
  6.         else
  7.             print("anticheat already deleted")
  8.         end
  9.     end
  10.     getgenv().atb = false
  11.  
  12.     local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  13.     local Window = Library.CreateLib("ragdoll stack", "Sentinel")
  14.     local a = Window:NewTab("sussy things")
  15.     local b = Window:NewTab("fun")
  16.  
  17.     local a1 = a:NewSection("sussy things")
  18.     local b1 = b:NewSection("fun")
  19.  
  20.  
  21.     b1:NewToggle("auto touch all open buttons", "HACKER YES HACKER YESYEYYSYSYYEYSYS IM THE HAcKKReHR", function(bool)
  22.         getgenv().atb = bool
  23.         print(on)
  24.         if bool then
  25.             tb()
  26.         end
  27.     end)
  28.  
  29.     b1:NewButton("touch all open buttons", "OMG EHACKER SHHACKER TYTYTYYT YTYT YTY TY TYYT Y TYTYT YT YTY TY ", function()
  30.         local player = game.Players.LocalPlayer.Character.HumanoidRootPart
  31.         for i, v in pairs(game:GetService("Workspace").Zones:GetDescendants()) do
  32.             if v.Name == "TouchInterest" and v.Parent.Name == "Trigger" then
  33.                 firetouchinterest(player, v.Parent, 0)
  34.                 wait()
  35.                 firetouchinterest(player, v.Parent, 1)
  36.                 wait()
  37.             end
  38.         end
  39.     end)
  40.  
  41.     a1:NewButton("win (1)", "OMG HACKING HACKER REPIRTE REPORT GRERERJEHF", function()
  42.         local player = game.Players.LocalPlayer.Character.HumanoidRootPart
  43.         for i, v in pairs(game:GetService("Workspace").Ends.End50.Button:GetDescendants()) do
  44.             if v.Name == "TouchInterest" then
  45.                 firetouchinterest(player, v.Parent, 0)
  46.                 wait()
  47.                 firetouchinterest(player, v.Parent, 1)
  48.                 wait(.5)
  49.             end
  50.         end
  51.     end)
  52.  
  53.  
  54.     a1:NewButton("win (7)", "OMG HACKING HACKER REPIRTE REPORT GRERERJEHF", function()
  55.         local player = game.Players.LocalPlayer.Character.HumanoidRootPart
  56.         for i, v in pairs(game:GetService("Workspace").Ends.EndStack.Button:GetDescendants()) do
  57.             if v.Name == "TouchInterest" then
  58.                 firetouchinterest(player, v.Parent, 0)
  59.                 wait()
  60.                 firetouchinterest(player, v.Parent, 1)
  61.                 wait(.5)
  62.             end
  63.         end
  64.     end)
  65.  
  66.  
  67.  
  68.     a1:NewButton("win (all)", "OMG HACKING HACKER REPIRTE REPORT GRERERJEHF", function()
  69.         local player = game.Players.LocalPlayer.Character.HumanoidRootPart
  70.         for i, v in pairs(game:GetService("Workspace").Ends:GetDescendants()) do
  71.             if v.Name == "TouchInterest" and v.Parent.Name == "Button" then
  72.                 firetouchinterest(player, v.Parent, 0)
  73.                 wait()
  74.                 firetouchinterest(player, v.Parent, 1)
  75.                 wait(.5)
  76.             end
  77.         end
  78.     end)
  79.  
  80.     function tb()
  81.         spawn(function()
  82.             while getgenv().atb do
  83.                 local player = game.Players.LocalPlayer.Character.HumanoidRootPart
  84.                 for i, v in pairs(game:GetService("Workspace").Zones:GetDescendants()) do
  85.                     if v.Name == "TouchInterest" and v.Parent.Name == "Trigger" then
  86.                         firetouchinterest(player, v.Parent, 0)
  87.                         wait()
  88.                         firetouchinterest(player, v.Parent, 1)
  89.                         wait()
  90.                     end
  91.                 end
  92.                 wait()
  93.             end
  94.         end)
  95.     end
  96.  
  97.  
  98. end
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement