CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 06:02:33 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=9d2b258475f3d11ae66607452e0b835d049c31b988587efba483e0faf7ec3f49a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22XwIxFLx4Zf0ZFpllY1dq1BRzJO-pRFg4%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cc2633299e5ace-BLR
TSB Auto Farm V1 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local MainScript = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local TextButton = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local other = Instance.new("Frame")
- local UICorner_3 = Instance.new("UICorner")
- local TextButton_2 = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local TextBox = Instance.new("TextBox")
- --Properties:
- MainScript.Name = "MainScript"
- MainScript.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- MainScript.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- MainScript.ResetOnSpawn = false
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = MainScript
- MainFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- MainFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- MainFrame.BorderSizePixel = 0
- MainFrame.Position = UDim2.new(0.0189055633, 0, 0.316423357, 0)
- MainFrame.Size = UDim2.new(0, 181, 0, 41)
- UICorner.CornerRadius = UDim.new(0, 4)
- UICorner.Parent = MainFrame
- TextButton.Parent = MainFrame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
- TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.19898507, 0, 0.14695926, 0)
- TextButton.Size = UDim2.new(0, 107, 0, 25)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "AutoReset: OFF"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextSize = 16.000
- UICorner_2.Parent = TextButton
- other.Name = "other"
- other.Parent = MainScript
- other.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- other.BorderColor3 = Color3.fromRGB(0, 0, 0)
- other.BorderSizePixel = 0
- other.Position = UDim2.new(0.0188915785, 0, 0.467709959, 0)
- other.Size = UDim2.new(0, 181, 0, 41)
- UICorner_3.CornerRadius = UDim.new(0, 4)
- UICorner_3.Parent = other
- TextButton_2.Parent = other
- TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
- TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.BorderSizePixel = 0
- TextButton_2.Position = UDim2.new(0.19898507, 0, 0.171349496, 0)
- TextButton_2.Size = UDim2.new(0, 107, 0, 25)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "TP TO MAIN ACC"
- TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_2.TextSize = 16.000
- UICorner_4.Parent = TextButton_2
- TextBox.Parent = other
- TextBox.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- TextBox.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TextBox.Position = UDim2.new(0.0498237833, 0, -1.05329263, 0)
- TextBox.Size = UDim2.new(0, 163, 0, 37)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
- TextBox.PlaceholderText = "INSERT YOUR MAIN ACC ID"
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextBox.TextSize = 14.000
- -- Scripts:
- local function NUQL_fake_script() -- MainScript.anc1
- local script = Instance.new('LocalScript', MainScript)
- wait (0)
- game.StarterGui:SetCore("SendNotification", {
- Title = "System Says:";
- Text = "Script loaded with no errors !";
- Icon = ""; --- PUT 0 OR NOTHING
- Duration = 4;
- })
- end
- coroutine.wrap(NUQL_fake_script)()
- local function VMGWOI_fake_script() -- MainScript.anc2
- local script = Instance.new('LocalScript', MainScript)
- wait (0)
- game.StarterGui:SetCore("SendNotification", {
- Title = "Version";
- Text = "1.1";
- Icon = ""; --- PUT 0 OR NOTHING
- Duration = 4;
- })
- end
- coroutine.wrap(VMGWOI_fake_script)()
- local function IRDD_fake_script() -- MainScript.LocalScript
- local script = Instance.new('LocalScript', MainScript)
- -- LocalScript inside ScreenGui
- local player = game.Players.LocalPlayer
- local gui = script.Parent
- -- Wait until the GUI is fully loaded
- gui:GetPropertyChangedSignal("Parent"):Wait()
- -- Example loadstring code
- local code = loadstring(game:HttpGet("https://raw.githubusercontent.com/louismich4el/ItsLouisPlayz-Scripts/main/TSB%20Anti%20Lag.lua"))()
- -- Run it (ONLY works if LoadstringEnabled = true)
- if loadstring then
- local success, err = pcall(function()
- loadstring(code)()
- end)
- if not success then
- warn("Loadstring failed: " .. tostring(err))
- end
- else
- warn("loadstring() is not enabled on this experience.")
- end
- end
- coroutine.wrap(IRDD_fake_script)()
- local function CBOAVZO_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- -- LocalScript inside your TextButton
- local button = script.Parent
- local Players = game:GetService("Players")
- local player = Players.LocalPlayer
- local autoResetEnabled = false
- local connection
- -- Function to toggle auto reset
- local function toggleAutoReset()
- autoResetEnabled = not autoResetEnabled
- if autoResetEnabled then
- button.Text = "AutoReset: ON"
- -- Listen to Health changes
- if player.Character then
- local humanoid = player.Character:FindFirstChildOfClass("Humanoid")
- if humanoid then
- connection = humanoid.HealthChanged:Connect(function(health)
- if health < humanoid.MaxHealth then
- -- Player took damage — trigger reset
- humanoid.Health = 0
- end
- end)
- end
- end
- -- Reconnect when character respawns
- player.CharacterAdded:Connect(function(char)
- local humanoid = char:WaitForChild("Humanoid")
- connection = humanoid.HealthChanged:Connect(function(health)
- if autoResetEnabled and health < humanoid.MaxHealth then
- humanoid.Health = 0
- end
- end)
- end)
- else
- button.Text = "AutoReset: OFF"
- -- Disconnect the health listener if it exists
- if connection then
- connection:Disconnect()
- connection = nil
- end
- end
- end
- -- Button click toggles auto reset
- button.MouseButton1Click:Connect(toggleAutoReset)
- -- Initialize button text
- button.Text = "AutoReset: OFF"
- end
- coroutine.wrap(CBOAVZO_fake_script)()
- local function RUBFA_fake_script() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript', TextButton_2)
- -- LocalScript inside your TextButton
- local button = script.Parent
- local textBox = script.Parent.Parent:WaitForChild("TextBox") -- adjust path if needed
- local Players = game:GetService("Players")
- local player = Players.LocalPlayer
- local StarterGui = game:GetService("StarterGui")
- local function notify(title, text)
- StarterGui:SetCore("SendNotification", {
- Title = title;
- Text = text;
- Icon = "";
- Duration = 4;
- })
- end
- button.MouseButton1Click:Connect(function()
- local userIdText = textBox.Text
- local userId = tonumber(userIdText)
- if not userId then
- notify("Warning", "Invalid ID — please enter numbers only.")
- return
- end
- -- Try to find target player by UserId
- local targetPlayer = nil
- for _, plr in ipairs(Players:GetPlayers()) do
- if plr.UserId == userId then
- targetPlayer = plr
- break
- end
- end
- if not targetPlayer then
- notify("Warning", "No player found with that User ID in the game.")
- return
- end
- -- Make sure both characters exist
- local targetChar = targetPlayer.Character
- local myChar = player.Character
- if targetChar and myChar then
- local targetHRP = targetChar:FindFirstChild("HumanoidRootPart")
- local myHRP = myChar:FindFirstChild("HumanoidRootPart")
- if targetHRP and myHRP then
- myHRP.CFrame = targetHRP.CFrame + Vector3.new(0, 3, 0)
- notify("Teleport", "Teleported to " .. targetPlayer.Name)
- else
- notify("Warning", "Failed to find target position.")
- end
- else
- notify("Warning", "Target or your character is not loaded.")
- end
- end)
- end
- coroutine.wrap(RUBFA_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Online Marketplace Exploit ✅ NEVER SEEN BE...
JavaScript | 1 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐
Java | 1 sec ago | 0.10 KB
-
✅⭐ Make huge profits on trading ⭐⭐ 4
JavaScript | 6 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 8
JavaScript | 9 sec ago | 0.24 KB
-
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 11 sec ago | 0.24 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 13 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ T
JavaScript | 17 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ C
JavaScript | 20 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand