
2.5k Views
Free
Description
Toilet Simulator Script Inf Money And Bypass Spin And More Auto Spin Bypass Spin Freely Force Million Money WalkSpeed Slider JumpPower Slider Infinite Jump (Toggle) Noclip (Toggle) Anti AFK (Button) Auto WalkFinish Auto SpeedUp Auto Spawn Customer
Comments
4

Offline
Neverlose 2 weeks ago
thats compkiller menu. Whats going on there :sob:
Offline
mjcontega 2 weeks ago
What are you talking about dawg?
Offline
zetnikss 2 weeks ago
local Players = game:GetService("Players")
local RS = game:GetService("ReplicatedStorage")
local UIS = game:GetService("UserInputService")
local RunService = game:GetService("RunService")
local LP = Players.LocalPlayer
local Char = LP.Character or LP.CharacterAdded:Wait()
local Humanoid = Char:WaitForChild("Humanoid")
local UserID = tostring(LP.UserId)
local CK = loadstring(game:HttpGet("https://raw.githubusercontent.com/4lpaca-pin/CompKiller/refs/heads/main/src/source.luau"))()
local UI = CK.new({ Name = "Toilet Simulator ๐ฉ", Keybind = "RightControl", Scale = CK.Scale.Mini })
local autoSpin, autoByp*, autoMillion, autoWalk, autoSpeed, autoS*, infJump, noclip = false, false, false, false, false, false, false, false
local speedVal, jumpVal = 16, 50
LP.CharacterAdded:Connect(function()
task.wait(1)
Char = LP.Character
Humanoid = Char:WaitForChild("Humanoid")
end)
local TabMain = UI:DrawTab({ Name = "Main", Icon = "dollar-sign" })
local SectionMain = TabMain:DrawSection({ Name = "Spin + Money", Position = "left" })
local SectionMove = TabMain:DrawSection({ Name = "Movement", Position = "right" })
SectionMain:AddToggle({ Name = "Auto Spin", Default = false, Callback = function(v) autoSpin = v end })
SectionMain:AddToggle({ Name = "Bypass Spin Freely", Default = false, Callback = function(v) autoByp* = v end })
SectionMain:AddToggle({ Name = "Force Million Money", Default = false, Callback = function(v) autoMillion = v end })
SectionMove:AddSlider({ Name = "WalkSpeed", Min = 16, Max = 150, Default = 16, Callback = function(v) speedVal = v if Humanoid then Humanoid.WalkSpeed = v end end })
SectionMove:AddSlider({ Name = "JumpPower", Min = 50, Max = 300, Default = 50, Callback = function(v) jumpVal = v if Humanoid then Humanoid.JumpPower = v end end })
Section
Offline
zetnikss 2 weeks ago
also open source