Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local injectgui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local inject = Instance.new("TextButton")
- local bypass = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- --Properties:
- injectgui.Name = "inject gui"
- injectgui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- injectgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = injectgui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.32911393, 0, 0.382822096, 0)
- Frame.Size = UDim2.new(0, 635, 0, 394)
- UICorner.Parent = Frame
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- TextLabel.Size = UDim2.new(0, 635, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Pet Sim X"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Position = UDim2.new(0.341732293, 0, 0.177664965, 0)
- TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Status"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrapped = true
- TextLabel_3.Parent = Frame
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- TextLabel_3.Position = UDim2.new(0.354330719, 0, 0.347715735, 0)
- TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "Undetected :)"
- TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14.000
- TextLabel_3.TextWrapped = true
- inject.Name = "inject"
- inject.Parent = Frame
- inject.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- inject.Position = UDim2.new(0.354330719, 0, 0.814720809, 0)
- inject.Size = UDim2.new(0, 200, 0, 50)
- inject.Font = Enum.Font.SourceSans
- inject.Text = "Inject"
- inject.TextColor3 = Color3.fromRGB(0, 0, 0)
- inject.TextScaled = true
- inject.TextSize = 14.000
- inject.TextWrapped = true
- bypass.Name = "bypass"
- bypass.Parent = Frame
- bypass.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- bypass.Position = UDim2.new(0.354330719, 0, 0.637055814, 0)
- bypass.Size = UDim2.new(0, 200, 0, 50)
- bypass.Font = Enum.Font.SourceSans
- bypass.Text = "Click To Run bypass"
- bypass.TextColor3 = Color3.fromRGB(0, 0, 0)
- bypass.TextSize = 14.000
- close.Name = "close"
- close.Parent = Frame
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- close.Position = UDim2.new(0.903936982, 0, 0, 0)
- close.Size = UDim2.new(0, 61, 0, 50)
- close.Font = Enum.Font.SourceSans
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- -- Scripts:
- local function LPQAN_fake_script() -- Frame.LocalScript
- local script = Instance.new('LocalScript', Frame)
- local UIS = game:GetService('UserInputService')
- local frame = script.Parent
- local dragToggle = nil
- local dragSpeed = 0.25
- local dragStart = nil
- local startPos = nil
- local function updateInput(input)
- local delta = input.Position - dragStart
- local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
- startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
- end
- frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
- dragToggle = true
- dragStart = input.Position
- startPos = frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragToggle = false
- end
- end)
- end
- end)
- UIS.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- if dragToggle then
- updateInput(input)
- end
- end
- end)
- end
- coroutine.wrap(LPQAN_fake_script)()
- local function CTFOVH_fake_script() -- inject.LocalScript
- local script = Instance.new('LocalScript', inject)
- inject.MouseButton1Down:connect(function()
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local farm = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local anti = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local maintp = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local best = Instance.new("TextButton")
- local UICorner_5 = Instance.new("UICorner")
- local speed = Instance.new("TextButton")
- local UICorner_6 = Instance.new("UICorner")
- local click = Instance.new("TextButton")
- local UICorner_7 = Instance.new("UICorner")
- local madeby = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- local close = Instance.new("TextButton")
- local UICorner_8 = Instance.new("UICorner")
- local UICorner_9 = Instance.new("UICorner")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.199553236, 0, 0.226993859, 0)
- Frame.Size = UDim2.new(0, 615, 0, 503)
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- Frame_2.Size = UDim2.new(0, 604, 0, 49)
- UICorner.Parent = Frame_2
- farm.Name = "farm"
- farm.Parent = Frame
- farm.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- farm.BorderColor3 = Color3.fromRGB(255, 0, 0)
- farm.BorderSizePixel = 3
- farm.Position = UDim2.new(0.129420087, 0, 0.25965634, 0)
- farm.Size = UDim2.new(0, 200, 0, 50)
- farm.Font = Enum.Font.SourceSans
- farm.Text = "Auto Farm "
- farm.TextColor3 = Color3.fromRGB(0, 0, 0)
- farm.TextSize = 14.000
- UICorner_2.Parent = farm
- anti.Name = "anti"
- anti.Parent = Frame
- anti.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- anti.BorderColor3 = Color3.fromRGB(255, 0, 0)
- anti.BorderSizePixel = 3
- anti.Position = UDim2.new(0.515212178, 0, 0.25965634, 0)
- anti.Size = UDim2.new(0, 200, 0, 50)
- anti.Font = Enum.Font.SourceSans
- anti.Text = "AntiAfk"
- anti.TextColor3 = Color3.fromRGB(0, 0, 0)
- anti.TextSize = 14.000
- UICorner_3.Parent = anti
- maintp.Name = "maintp"
- maintp.Parent = Frame
- maintp.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- maintp.BorderColor3 = Color3.fromRGB(255, 0, 0)
- maintp.BorderSizePixel = 3
- maintp.Position = UDim2.new(0.117010757, 0, 0.480332255, 0)
- maintp.Size = UDim2.new(0, 200, 0, 50)
- maintp.Font = Enum.Font.SourceSans
- maintp.Text = "Tp To Spawn"
- maintp.TextColor3 = Color3.fromRGB(0, 0, 0)
- maintp.TextSize = 14.000
- UICorner_4.Parent = maintp
- best.Name = "best"
- best.Parent = Frame
- best.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- best.BorderColor3 = Color3.fromRGB(255, 0, 0)
- best.BorderSizePixel = 3
- best.Position = UDim2.new(0.118037976, 0, 0.715463221, 0)
- best.Size = UDim2.new(0, 200, 0, 50)
- best.Font = Enum.Font.SourceSans
- best.Text = "Go To Best Area"
- best.TextColor3 = Color3.fromRGB(0, 0, 0)
- best.TextSize = 14.000
- UICorner_5.Parent = best
- speed.Name = "speed"
- speed.Parent = Frame
- speed.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- speed.BorderColor3 = Color3.fromRGB(255, 0, 0)
- speed.BorderSizePixel = 3
- speed.Position = UDim2.new(0.513586164, 0, 0.480870724, 0)
- speed.Size = UDim2.new(0, 200, 0, 50)
- speed.Font = Enum.Font.SourceSans
- speed.Text = "Speed/Jump script"
- speed.TextColor3 = Color3.fromRGB(0, 0, 0)
- speed.TextSize = 14.000
- UICorner_6.Parent = speed
- click.Name = "click"
- click.Parent = Frame
- click.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- click.BorderColor3 = Color3.fromRGB(255, 0, 0)
- click.BorderSizePixel = 3
- click.Position = UDim2.new(0.513758719, 0, 0.715463221, 0)
- click.Size = UDim2.new(0, 200, 0, 50)
- click.Font = Enum.Font.SourceSans
- click.Text = "click to tp"
- click.TextColor3 = Color3.fromRGB(0, 0, 0)
- click.TextSize = 14.000
- UICorner_7.Parent = click
- madeby.Name = "made by"
- madeby.Parent = Frame
- madeby.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- madeby.BackgroundTransparency = 1.000
- madeby.Position = UDim2.new(0.334724396, 0, 0, 0)
- madeby.Size = UDim2.new(0, 200, 0, 50)
- madeby.Font = Enum.Font.SourceSans
- madeby.Text = "Made By IcePlayz"
- madeby.TextColor3 = Color3.fromRGB(0, 0, 0)
- madeby.TextScaled = true
- madeby.TextSize = 14.000
- madeby.TextWrapped = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.238485843, 0, 0.118000329, 0)
- TextLabel.Size = UDim2.new(0, 320, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Pet Sim X"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- close.Name = "close"
- close.Parent = Frame
- close.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- close.Position = UDim2.new(0.920732737, 0, -0.00198807148, 0)
- close.Size = UDim2.new(0, 48, 0, 50)
- close.Font = Enum.Font.SourceSans
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- UICorner_8.Parent = close
- UICorner_9.Parent = Frame
- -- Scripts:
- local function ZRCF_fake_script() -- farm.LocalScript
- local script = Instance.new('LocalScript', farm)
- farm.MouseButton1Down:connect(function()
- getgenv().speed=150
- for i,v in pairs(getconnections(game.Players.LocalPlayer.Idled)) do v:Disable() end
- loadstring(game:HttpGet("https://raw.githubusercontent.com/inceldom/scrip/main/petsimsex",true))()
- end)
- end
- coroutine.wrap(ZRCF_fake_script)()
- local function OYLNEXC_fake_script() -- anti.LocalScript
- local script = Instance.new('LocalScript', anti)
- anti.MouseButton1Down:connect(function()
- wait(0.5)local ba=Instance.new("ScreenGui")
- local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
- local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
- ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
- ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
- ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,370,0,52)
- ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti Afk"ca.TextColor3=Color3.new(0,1,1)
- ca.TextSize=22;da.Parent=ca
- da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
- da.Size=UDim2.new(0,370,0,107)_b.Parent=da
- _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
- _b.Size=UDim2.new(0,370,0,21)_b.Font=Enum.Font.Arial;_b.Text="Made by Headshot#5868"
- _b.TextColor3=Color3.new(0,1,1)_b.TextSize=20;ab.Parent=da
- ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377,0)
- ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Active"
- ab.TextColor3=Color3.new(0,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
- game:service'Players'.LocalPlayer.Idled:connect(function()
- bb:CaptureController()bb:ClickButton2(Vector2.new())
- ab.Text="Roblox kicked you but we didnt let them!"wait(2)ab.Text="Status : Active"end)
- end)
- end
- coroutine.wrap(OYLNEXC_fake_script)()
- local function FPXCR_fake_script() -- maintp.LocalScript
- local script = Instance.new('LocalScript', maintp)
- maintp.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(266.96402, 95.0130005, 238.074982, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- end)
- end
- coroutine.wrap(FPXCR_fake_script)()
- local function AABN_fake_script() -- best.LocalScript
- local script = Instance.new('LocalScript', best)
- best.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2424.03613, 91.0130005, 238.074982, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- end)
- end
- coroutine.wrap(AABN_fake_script)()
- local function LLZZ_fake_script() -- speed.LocalScript
- local script = Instance.new('LocalScript', speed)
- speed.MouseButton1Down:connect(function()
- -- Simple
- -- by isaraw8912
- -- INSTRUCTIONS !!!
- -- Press F to Fly
- -- Press E to NoClip
- -- Click TP Hotkey : CTRL
- -- Press R to uninfinite jump
- -- prints
- print("Thank you for using Simple")
- -- Notification - Loaded |
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Simple";
- Text = "Made by isaraw8912";
- })
- -- Instances:
- local Simple = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local noclip = Instance.new("TextButton")
- local clicktp = Instance.new("TextButton")
- local tpto = Instance.new("TextButton")
- local infjump = Instance.new("TextButton")
- local btools = Instance.new("TextButton")
- local jumppower = Instance.new("TextButton")
- local jpframe = Instance.new("Frame")
- local jpinput = Instance.new("TextBox")
- local setjp = Instance.new("TextButton")
- local rejp = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- local walkspeed = Instance.new("TextButton")
- local wsframe = Instance.new("Frame")
- local wsinput = Instance.new("TextBox")
- local setws = Instance.new("TextButton")
- local rews = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local fly = Instance.new("TextButton")
- local open = Instance.new("TextButton")
- local jpclose = Instance.new("TextButton")
- local wsclose = Instance.new("TextButton")
- local tpframe = Instance.new("Frame")
- local tpinput = Instance.new("TextBox")
- local settp = Instance.new("TextButton")
- local tpclose = Instance.new("TextButton")
- --Properties:
- Simple.Name = "Simple"
- Simple.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- main.Name = "main"
- main.Parent = Simple
- main.Active = true
- main.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- main.Position = UDim2.new(0.382422805, 0, 0.292828679, 0)
- main.Size = UDim2.new(0, 349, 0, 287)
- main.Draggable = true
- noclip.Name = "noclip"
- noclip.Parent = main
- noclip.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- noclip.Position = UDim2.new(0.0658583343, 0, 0.198759019, 0)
- noclip.Size = UDim2.new(0, 119, 0, 40)
- noclip.Font = Enum.Font.SourceSans
- noclip.Text = "NoClip"
- noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
- noclip.TextScaled = true
- noclip.TextSize = 14.000
- noclip.TextWrapped = true
- noclip.MouseButton1Click:Connect(function()
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- noclip.Text = "Loaded!"
- noclip.TextColor3 = Color3.fromRGB(0, 255, 50)
- wait(2)
- noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
- noclip.Text = "NoClip"
- end)
- clicktp.Name = "clicktp"
- clicktp.Parent = main
- clicktp.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- clicktp.Position = UDim2.new(0.588318229, 0, 0.198759019, 0)
- clicktp.Size = UDim2.new(0, 119, 0, 40)
- clicktp.Font = Enum.Font.SourceSans
- clicktp.Text = "Click TP"
- clicktp.TextColor3 = Color3.fromRGB(0, 0, 0)
- clicktp.TextScaled = true
- clicktp.TextSize = 14.000
- clicktp.TextWrapped = true
- clicktp.MouseButton1Click:Connect(function()
- noclip = false
- local UIS = game:GetService("UserInputService")
- local Player = game.Players.LocalPlayer
- local Mouse = Player:GetMouse()
- function GetCharacter()
- return game.Players.LocalPlayer.Character
- end
- function Teleport(pos)
- local Char = GetCharacter()
- if Char then
- Char:MoveTo(pos)
- end
- end
- UIS.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
- Teleport(Mouse.Hit.p)
- end
- end)
- clicktp.Text = "Loaded!"
- clicktp.TextColor3 = Color3.fromRGB(0, 255, 50)
- wait(2)
- clicktp.TextColor3 = Color3.fromRGB(0, 0, 0)
- clicktp.Text = "Click TP"
- end)
- tpto.Name = "tpto"
- tpto.Parent = main
- tpto.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- tpto.Position = UDim2.new(0.588318229, 0, 0.411871731, 0)
- tpto.Size = UDim2.new(0, 119, 0, 41)
- tpto.Font = Enum.Font.SourceSans
- tpto.Text = "Teleport To"
- tpto.TextColor3 = Color3.fromRGB(0, 0, 0)
- tpto.TextScaled = true
- tpto.TextSize = 14.000
- tpto.TextWrapped = true
- tpto.MouseButton1Click:Connect(function()
- tpframe.Visible = true
- infjump.Visible = false
- jumppower.Visible = false
- walkspeed.Visible = false
- btools.Visible = false
- fly.Visible = false
- end)
- tpclose.Name = "tpclose"
- tpclose.Parent = tpframe
- tpclose.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- tpclose.Position = UDim2.new(0.92929244, 0, 0, 0)
- tpclose.Size = UDim2.new(0, 24, 0, 24)
- tpclose.Font = Enum.Font.SourceSans
- tpclose.Text = "X"
- tpclose.TextColor3 = Color3.fromRGB(255, 255, 255)
- tpclose.TextScaled = true
- tpclose.TextSize = 14.000
- tpclose.TextWrapped = true
- tpclose.MouseButton1Click:Connect(function()
- tpframe.Visible = false
- infjump.Visible = true
- jumppower.Visible = true
- walkspeed.Visible = true
- btools.Visible = true
- fly.Visible = true
- end)
- tpframe.Name = "tpframe"
- tpframe.Parent = tpto
- tpframe.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- tpframe.BorderSizePixel = 0
- tpframe.Position = UDim2.new(-1.72255921, 0, -1.77698445, 0)
- tpframe.Size = UDim2.new(0, 348, 0, 240)
- tpframe.Visible = false
- tpinput.Name = "tpinput"
- tpinput.Parent = tpframe
- tpinput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- tpinput.Position = UDim2.new(0.209770113, 0, 0.174999997, 0)
- tpinput.Size = UDim2.new(0, 200, 0, 50)
- tpinput.Font = Enum.Font.SourceSans
- tpinput.Text = "Full Player Username"
- tpinput.TextColor3 = Color3.fromRGB(255, 255, 255)
- tpinput.TextSize = 22.000
- settp.Name = "settp"
- settp.Parent = tpframe
- settp.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
- settp.Position = UDim2.new(0.304597706, 0, 0.470833331, 0)
- settp.Size = UDim2.new(0, 135, 0, 50)
- settp.Font = Enum.Font.SourceSans
- settp.Text = "Teleport"
- settp.TextColor3 = Color3.fromRGB(85, 0, 127)
- settp.TextSize = 14.000
- settp.MouseButton1Click:Connect(function()
- local Victim = tpinput.Text
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Victim].Character.HumanoidRootPart.CFrame
- settp.Text = "Teleported!"
- settp.TextColor3 = Color3.fromRGB(0, 255, 50)
- wait(2)
- settp.TextColor3 = Color3.fromRGB(255, 255, 255)
- settp.Text = "Teleport"
- end)
- infjump.Name = "infjump"
- infjump.Parent = main
- infjump.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- infjump.Position = UDim2.new(0.0658583343, 0, 0.411871731, 0)
- infjump.Size = UDim2.new(0, 119, 0, 41)
- infjump.Font = Enum.Font.SourceSans
- infjump.Text = "Infinite Jump"
- infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
- infjump.TextScaled = true
- infjump.TextSize = 14.000
- infjump.TextWrapped = true
- infjump.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/HQsQysa8", true))()
- infjump.Text = "Loaded!"
- infjump.TextColor3 = Color3.fromRGB(0, 255, 50)
- wait(2)
- infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
- infjump.Text = "Infinite Jump"
- end)
- btools.Name = "btools"
- btools.Parent = main
- btools.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- btools.Position = UDim2.new(0.588318229, 0, 0.621999919, 0)
- btools.Size = UDim2.new(0, 119, 0, 38)
- btools.Font = Enum.Font.SourceSans
- btools.Text = "BTools"
- btools.TextColor3 = Color3.fromRGB(0, 0, 0)
- btools.TextScaled = true
- btools.TextSize = 14.000
- btools.TextWrapped = true
- btools.MouseButton1Click:Connect(function()
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
- for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
- if child.ClassName == "Part" then
- child.Locked = false
- end
- if child.ClassName == "MeshPart" then
- child.Locked = false
- end
- if child.ClassName == "UnionOperation" then
- child.Locked = false
- end
- if child.ClassName == "Model" then
- for index, chil in pairs(child:GetChildren()) do
- if chil.ClassName == "Part" then
- chil.Locked = false
- end
- if chil.ClassName == "MeshPart" then
- chil.Locked = false
- end
- if chil.ClassName == "UnionOperation" then
- chil.Locked = false
- end
- if chil.ClassName == "Model" then
- for index, childe in pairs(chil:GetChildren()) do
- if childe.ClassName == "Part" then
- childe.Locked = false
- end
- if childe.ClassName == "MeshPart" then
- childe.Locked = false
- end
- if childe.ClassName == "UnionOperation" then
- childe.Locked = false
- end
- if childe.ClassName == "Model" then
- for index, childeo in pairs(childe:GetChildren()) do
- if childeo.ClassName == "Part" then
- childeo.Locked = false
- end
- if childeo.ClassName == "MeshPart" then
- childeo.Locked = false
- end
- if childeo.ClassName == "UnionOperation" then
- childeo.Locked = false
- end
- if childeo.ClassName == "Model" then
- end
- end
- end
- end
- end
- end
- end
- end
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Hammer
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Clone
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Grab
- btools.Text = "Loaded!"
- btools.TextColor3 = Color3.fromRGB(0, 255, 50)
- wait(2)
- btools.TextColor3 = Color3.fromRGB(0, 0, 0)
- btools.Text = "BTools"
- end)
- jumppower.Name = "jumppower"
- jumppower.Parent = main
- jumppower.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- jumppower.Position = UDim2.new(0.0658583343, 0, 0.621999919, 0)
- jumppower.Size = UDim2.new(0, 119, 0, 42)
- jumppower.Font = Enum.Font.SourceSans
- jumppower.Text = "Jump Power"
- jumppower.TextColor3 = Color3.fromRGB(0, 0, 0)
- jumppower.TextScaled = true
- jumppower.TextSize = 14.000
- jumppower.TextWrapped = true
- jumppower.MouseButton1Click:Connect(function()
- jpframe.Visible = true
- walkspeed.Visible = false
- fly.Visible = false
- end)
- jpframe.Name = "jpframe"
- jpframe.Parent = jumppower
- jpframe.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- jpframe.BorderSizePixel = 0
- jpframe.Position = UDim2.new(-0.19314754, 0, -3.15096831, 0)
- jpframe.Size = UDim2.new(0, 348, 0, 240)
- jpframe.Visible = false
- jpclose.Name = "jpclose"
- jpclose.Parent = jpframe
- jpclose.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- jpclose.Position = UDim2.new(0.92929244, 0, 0, 0)
- jpclose.Size = UDim2.new(0, 24, 0, 24)
- jpclose.Font = Enum.Font.SourceSans
- jpclose.Text = "X"
- jpclose.TextColor3 = Color3.fromRGB(255, 255, 255)
- jpclose.TextScaled = true
- jpclose.TextSize = 14.000
- jpclose.TextWrapped = true
- jpclose.MouseButton1Click:Connect(function()
- walkspeed.Visible = true
- fly.Visible = true
- jpframe.Visible = false
- end)
- jpinput.Name = "jpinput"
- jpinput.Parent = jpframe
- jpinput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- jpinput.Position = UDim2.new(0.209770113, 0, 0.174999997, 0)
- jpinput.Size = UDim2.new(0, 200, 0, 50)
- jpinput.Font = Enum.Font.SourceSans
- jpinput.Text = "Power Value"
- jpinput.TextColor3 = Color3.fromRGB(255, 255, 255)
- jpinput.TextSize = 22.000
- setjp.Name = "setjp"
- setjp.Parent = jpframe
- setjp.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
- setjp.Position = UDim2.new(0.0632183924, 0, 0.470833331, 0)
- setjp.Size = UDim2.new(0, 135, 0, 50)
- setjp.Font = Enum.Font.SourceSans
- setjp.Text = "Set Jump Power"
- setjp.TextColor3 = Color3.fromRGB(85, 0, 127)
- setjp.TextSize = 14.000
- setjp.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = jpinput.Text
- end)
- rejp.Name = "rejp"
- rejp.Parent = jpframe
- rejp.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
- rejp.Position = UDim2.new(0.537356317, 0, 0.470833331, 0)
- rejp.Size = UDim2.new(0, 136, 0, 50)
- rejp.Font = Enum.Font.SourceSans
- rejp.Text = "Reset Jump Power"
- rejp.TextColor3 = Color3.fromRGB(85, 0, 127)
- rejp.TextSize = 14.000
- rejp.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end)
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.Position = UDim2.new(0.211408243, 0, -0.00288046151, 0)
- title.Size = UDim2.new(0, 200, 0, 47)
- title.Font = Enum.Font.Highway
- title.Text = "Simple"
- title.TextColor3 = Color3.fromRGB(0, 255, 255)
- title.TextScaled = true
- title.TextSize = 14.000
- title.TextWrapped = true
- walkspeed.Name = "walkspeed"
- walkspeed.Parent = main
- walkspeed.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- walkspeed.Position = UDim2.new(0.0658583343, 0, 0.817121804, 0)
- walkspeed.Size = UDim2.new(0, 119, 0, 42)
- walkspeed.Font = Enum.Font.SourceSans
- walkspeed.Text = "Walk Speed"
- walkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
- walkspeed.TextScaled = true
- walkspeed.TextSize = 14.000
- walkspeed.TextWrapped = true
- walkspeed.MouseButton1Click:Connect(function()
- wsframe.Visible = true
- fly.Visible = false
- end)
- wsframe.Name = "wsframe"
- wsframe.Parent = walkspeed
- wsframe.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- wsframe.BorderSizePixel = 0
- wsframe.Position = UDim2.new(-0.201550901, 0, -4.48430157, 0)
- wsframe.Size = UDim2.new(0, 348, 0, 240)
- wsframe.Visible = false
- wsclose.Name = "wsclose"
- wsclose.Parent = wsframe
- wsclose.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- wsclose.Position = UDim2.new(0.92929244, 0, 0, 0)
- wsclose.Size = UDim2.new(0, 24, 0, 24)
- wsclose.Font = Enum.Font.SourceSans
- wsclose.Text = "X"
- wsclose.TextColor3 = Color3.fromRGB(255, 255, 255)
- wsclose.TextScaled = true
- wsclose.TextSize = 14.000
- wsclose.TextWrapped = true
- wsclose.MouseButton1Click:Connect(function()
- wsframe.Visible = false
- fly.Visible = true
- end)
- wsinput.Name = "wsinput"
- wsinput.Parent = wsframe
- wsinput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- wsinput.Position = UDim2.new(0.209770113, 0, 0.174999997, 0)
- wsinput.Size = UDim2.new(0, 200, 0, 50)
- wsinput.Font = Enum.Font.SourceSans
- wsinput.Text = "Speed Value"
- wsinput.TextColor3 = Color3.fromRGB(255, 255, 255)
- wsinput.TextSize = 22.000
- setws.Name = "setws"
- setws.Parent = wsframe
- setws.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
- setws.Position = UDim2.new(0.0632183924, 0, 0.470833331, 0)
- setws.Size = UDim2.new(0, 135, 0, 50)
- setws.Font = Enum.Font.SourceSans
- setws.Text = "Set Walk Speed"
- setws.TextColor3 = Color3.fromRGB(85, 0, 127)
- setws.TextSize = 14.000
- setws.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = wsinput.Text
- end)
- rews.Name = "rews"
- rews.Parent = wsframe
- rews.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
- rews.Position = UDim2.new(0.537356317, 0, 0.470833331, 0)
- rews.Size = UDim2.new(0, 136, 0, 50)
- rews.Font = Enum.Font.SourceSans
- rews.Text = "Reset Walk Speed"
- rews.TextColor3 = Color3.fromRGB(85, 0, 127)
- rews.TextSize = 14.000
- rews.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end)
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- close.Position = UDim2.new(0.92929244, 0, 0, 0)
- close.Size = UDim2.new(0, 24, 0, 24)
- close.Font = Enum.Font.SourceSans
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(255, 255, 255)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- close.MouseButton1Click:Connect(function()
- main.Visible = false
- open.Visible = true
- end)
- fly.Name = "fly"
- fly.Parent = main
- fly.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- fly.Position = UDim2.new(0.587348342, 0, 0.817121804, 0)
- fly.Size = UDim2.new(0, 119, 0, 42)
- fly.Font = Enum.Font.SourceSans
- fly.Text = "Fly"
- fly.TextColor3 = Color3.fromRGB(0, 0, 0)
- fly.TextScaled = true
- fly.TextSize = 14.000
- fly.TextWrapped = true
- fly.MouseButton1Click:Connect(function()
- repeat wait()
- until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Head") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
- local mouse = game.Players.LocalPlayer:GetMouse()
- repeat wait() until mouse
- local plr = game.Players.LocalPlayer
- local torso = plr.Character.Head
- local flying = false
- local deb = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local lastctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 400
- local speed = 5000
- function Fly()
- local bg = Instance.new("BodyGyro", torso)
- bg.P = 9e4
- bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- bg.cframe = torso.CFrame
- local bv = Instance.new("BodyVelocity", torso)
- bv.velocity = Vector3.new(0,0.1,0)
- bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
- repeat wait()
- plr.Character.Humanoid.PlatformStand = true
- if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
- speed = speed+.5+(speed/maxspeed)
- if speed > maxspeed then
- speed = maxspeed
- end
- elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
- speed = speed-1
- if speed < 0 then
- speed = 0
- end
- end
- if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- else
- bv.velocity = Vector3.new(0,0.1,0)
- end
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- until not flying
- ctrl = {f = 0, b = 0, l = 0, r = 0}
- lastctrl = {f = 0, b = 0, l = 0, r = 0}
- speed = 0
- bg:Destroy()
- bv:Destroy()
- plr.Character.Humanoid.PlatformStand = false
- end
- mouse.KeyDown:connect(function(key)
- if key:lower() == "f" then
- if flying then flying = false
- else
- flying = true
- Fly()
- end
- elseif key:lower() == "w" then
- ctrl.f = 1
- elseif key:lower() == "s" then
- ctrl.b = -1
- elseif key:lower() == "a" then
- ctrl.l = -1
- elseif key:lower() == "d" then
- ctrl.r = 1
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key:lower() == "w" then
- ctrl.f = 0
- elseif key:lower() == "s" then
- ctrl.b = 0
- elseif key:lower() == "a" then
- ctrl.l = 0
- elseif key:lower() == "d" then
- ctrl.r = 0
- end
- end)
- Fly()
- fly.Text = "Loaded!"
- fly.TextColor3 = Color3.fromRGB(0, 255, 50)
- wait(2)
- fly.TextColor3 = Color3.fromRGB(0, 0, 0)
- fly.Text = "Fly"
- end)
- open.Name = "open"
- open.Parent = Simple
- open.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- open.Position = UDim2.new(0, 0, 0.609974444, 0)
- open.Size = UDim2.new(0, 70, 0, 18)
- open.Visible = false
- open.Font = Enum.Font.SourceSans
- open.Text = "Open"
- open.TextColor3 = Color3.fromRGB(0, 255, 255)
- open.TextSize = 14.000
- open.MouseButton1Click:Connect(function()
- main.Visible = true
- open.Visible = false
- end)
- end)
- end
- coroutine.wrap(LLZZ_fake_script)()
- local function WGYW_fake_script() -- click.LocalScript
- local script = Instance.new('LocalScript', click)
- click.MouseButton1Down:connect(function()
- mouse = game.Players.LocalPlayer:GetMouse()
- tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = "Click Teleport"
- tool.Activated:connect(function()
- local pos = mouse.Hit+Vector3.new(0,2.5,0)
- pos = CFrame.new(pos.X,pos.Y,pos.Z)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
- end)
- tool.Parent = game.Players.LocalPlayer.Backpack
- end)
- end
- coroutine.wrap(WGYW_fake_script)()
- local function VXAIG_fake_script() -- Frame.LocalScript
- local script = Instance.new('LocalScript', Frame)
- local UIS = game:GetService('UserInputService')
- local frame = script.Parent
- local dragToggle = nil
- local dragSpeed = 0.25
- local dragStart = nil
- local startPos = nil
- local function updateInput(input)
- local delta = input.Position - dragStart
- local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
- startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
- end
- frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
- dragToggle = true
- dragStart = input.Position
- startPos = frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragToggle = false
- end
- end)
- end
- end)
- UIS.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- if dragToggle then
- updateInput(input)
- end
- end
- end)
- end
- coroutine.wrap(VXAIG_fake_script)()
- local function AYXZSTP_fake_script() -- close.LocalScript
- local script = Instance.new('LocalScript', close)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(AYXZSTP_fake_script)()
- end)
- end
- coroutine.wrap(CTFOVH_fake_script)()
- local function RJNTMB_fake_script() -- bypass.LocalScript
- local script = Instance.new('LocalScript', bypass)
- bypass.MouseButton1Down:connect(function()
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local loadingscreen = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local text = Instance.new("TextLabel")
- --Properties:
- loadingscreen.Name = "loading screen"
- loadingscreen.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- loadingscreen.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = loadingscreen
- Frame.AnchorPoint = Vector2.new(1, 0)
- Frame.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
- Frame.Position = UDim2.new(1, 0, -0.0588957071, 0)
- Frame.Size = UDim2.new(1.204, 0, 1.05499995, 3)
- text.Name = "text"
- text.Parent = Frame
- text.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- text.Position = UDim2.new(0.435789853, 0, 0.383942842, 0)
- text.Size = UDim2.new(0, 513, 0, 200)
- text.Font = Enum.Font.Code
- text.Text = "Loading Undetected Scripts"
- text.TextColor3 = Color3.fromRGB(255, 255, 255)
- text.TextScaled = true
- text.TextSize = 14.000
- text.TextWrapped = true
- -- Scripts:
- local function ENBCNAS_fake_script() -- text.LocalScript
- local script = Instance.new('LocalScript', text)
- local text = script.Parent
- while true do
- text.Text = "Loading Undetected Scripts"
- wait(0.5)
- text.Text = "Bypassing anti cheat."
- wait(0.5)
- text.Text = "Loading Undetected Scripts.."
- wait(0.5)
- text.Text = "bypass complete..."
- wait(0.5)
- end
- end
- coroutine.wrap(ENBCNAS_fake_script)()
- local function VVKKYDA_fake_script() -- Frame.LocalScript
- local script = Instance.new('LocalScript', Frame)
- local frame = script.Parent
- wait(10)
- for i = 1,100 do
- frame.BackgroundTransparency -= 0.01
- wait(0.01)
- end
- end
- coroutine.wrap(VVKKYDA_fake_script)()
- local function ILYAL_fake_script() -- Frame.LocalScript
- local script = Instance.new('LocalScript', Frame)
- local frame = script.Parent
- wait(10)
- frame.Visible = false
- end
- coroutine.wrap(ILYAL_fake_script)()
- end)
- end
- coroutine.wrap(RJNTMB_fake_script)()
- local function AZJRFO_fake_script() -- close.LocalScript
- local script = Instance.new('LocalScript', close)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(AZJRFO_fake_script)()
Add Comment
Please, Sign In to add comment