Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- pick a side autofrm
- -- officaly made by jynz_l
- -- removes anticheat you cant see? lol
- -- Instances:
- local Gui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Line = Instance.new("Frame")
- local Madeby = Instance.new("TextLabel")
- local Start = Instance.new("TextButton")
- local Stop = Instance.new("TextButton")
- local Aut = Instance.new("TextLabel")
- --Properties:
- Gui.Name = "Gui"
- Gui.Parent = game.CoreGui
- Gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = Gui
- Main.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
- Main.BorderColor3 = Color3.fromRGB(255, 0, 0)
- Main.Position = UDim2.new(0.75030452, 0, 0.579681277, 0)
- Main.Size = UDim2.new(0, 175, 0, 198)
- Main.Active = true
- Main.Draggable = true
- Main.Visible = false
- Line.Name = "Line"
- Line.Parent = Main
- Line.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
- Line.BorderColor3 = Color3.fromRGB(255, 0, 0)
- Line.Size = UDim2.new(0, 175, 0, 18)
- Madeby.Name = "Madeby"
- Madeby.Parent = Main
- Madeby.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Madeby.BackgroundTransparency = 1.000
- Madeby.BorderColor3 = Color3.fromRGB(255, 0, 0)
- Madeby.Size = UDim2.new(0, 175, 0, 18)
- Madeby.Font = Enum.Font.SourceSans
- Madeby.Text = "Made by jynz_l"
- Madeby.TextColor3 = Color3.fromRGB(255, 255, 255)
- Madeby.TextScaled = true
- Madeby.TextSize = 14.000
- Madeby.TextWrapped = true
- Start.Name = "Start"
- Start.Parent = Main
- Start.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Start.BackgroundTransparency = 1.000
- Start.Position = UDim2.new(0, 0, 0.292929322, 0)
- Start.Size = UDim2.new(0, 175, 0, 19)
- Start.Font = Enum.Font.SourceSans
- Start.Text = "Start"
- Start.TextColor3 = Color3.fromRGB(255, 255, 255)
- Start.TextScaled = true
- Start.TextSize = 14.000
- Start.TextWrapped = true
- Start.MouseButton1Down:connect(function()
- _G.toggled = true
- while _G.toggled == true do
- wait(0.25)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-42.1867104, 4, -10.0159426)
- wait(0.25)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(51.8459854, 4, -7.64399719)
- wait(0.25)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(49.0132484, 4, 12.9164495)
- wait(0.25)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-49.2372742, 10.0727692, 22.5755386)
- wait(0.25)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(22.6320515, 15.2083225, -22.8036976)
- wait(0.25)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(54.5018234, 4, 12.9243202)
- wait(0.25)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-50.9209137, 4, 23.7264462)
- wait(0.25)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-51.7601433, 9.02024555, 24.8675385)
- wait(0.25)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(54, 4, 3)
- wait(0.25)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-45.7298431, 4, 14.7902403)
- wait(0.25)
- end
- end)
- Stop.Name = "Stop"
- Stop.Parent = Main
- Stop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Stop.BackgroundTransparency = 1.000
- Stop.Position = UDim2.new(0, 0, 0.575757563, 0)
- Stop.Size = UDim2.new(0, 175, 0, 19)
- Stop.Font = Enum.Font.SourceSans
- Stop.Text = "Stop"
- Stop.TextColor3 = Color3.fromRGB(255, 255, 255)
- Stop.TextScaled = true
- Stop.TextSize = 14.000
- Stop.TextWrapped = true
- Stop.MouseButton1Down:connect(function()
- _G.toggled = false
- end)
- Aut.Name = "Aut"
- Aut.Parent = Main
- Aut.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Aut.BackgroundTransparency = 1.000
- Aut.Position = UDim2.new(0, 0, 0.909090936, 0)
- Aut.Size = UDim2.new(0, 175, 0, 18)
- Aut.Font = Enum.Font.SourceSans
- Aut.Text = "Pick A Side AutoFarm 2020"
- Aut.TextColor3 = Color3.fromRGB(255, 255, 255)
- Aut.TextScaled = true
- Aut.TextSize = 14.000
- Aut.TextWrapped = true
- -- Scripts:
- local function DWCJUZ_fake_script() -- Start.Rainbower
- local script = Instance.new('LocalScript', Start)
- while wait() do
- script.Parent.TextColor3 = Color3.new(1,0,0)
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
- end
- end
- end
- coroutine.wrap(DWCJUZ_fake_script)()
- local function ONNZ_fake_script() -- Stop.Rainbower
- local script = Instance.new('LocalScript', Stop)
- while wait() do
- script.Parent.TextColor3 = Color3.new(1,0,0)
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
- end
- end
- end
- coroutine.wrap(ONNZ_fake_script)()
- -- scripts 2:
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Hello",
- Text = "Make sure your using an alt account!",
- Duration = 10,
- })
- wait(2)
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Verifing",
- Text = "Waiting for you to verify...",
- Duration = 5,
- })
- wait(2)
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Welcome",
- Text = "Enjoy Your Verifed!, use alt please",
- Duration = 5,
- })
- wait(.99)
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Loading",
- Text = "Loading the gui and removing anticheat...",
- Duration = 5,
- })
- wait(3)
- Main.Visible = true
Advertisement
RAW Paste Data
Copied
Advertisement