Advertisement
rrixh

myzaza = lollypop test

Nov 3rd, 2023 (edited)
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.28 KB | None | 0 0
  1. skriptssection:NewToggle("godmode toggle", "testing", function(state)    if state then      -- Z to toggle       local player = game:GetService("Players").LocalPlayer      local UIS = game:GetService("UserInputService")      local lollypop = false      UIS.InputBegan:Connect(function(input, GPE)      if GPE then return end      if input.KeyCode == Enum.KeyCode.Z then            local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/Revenant", true))()            Library.DefaultColor = Color3.fromRGB(50,205,50)            Library:Notification({              Text = "niggamode %E2%9D%8C",              Duration = 2            })      lollypop = true --not lollypop      end      end)      while task.wait() do      local parts = workspace:GetPartBoundsInRadius(player.Character:WaitForChild("HumanoidRootPart").Position, 10)      for _, part in ipairs(parts) do      part.CanTouch = lollypop      end      end    else      local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/Revenant", true))()      Library.DefaultColor = Color3.fromRGB(50,205,50)      Library:Notification({        Text = "niggamode %E2%9C%85",        Duration = 2      })        parts = false      lollypop = false    endend)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement