Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local TanHackX = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local NameHack = Instance.new("TextLabel")
- local Drag = Instance.new("TextButton")
- local SpamJump = Instance.new("TextButton")
- local LAGFIRE = Instance.new("TextButton")
- local WalkSpeed = Instance.new("TextButton")
- local Dab = Instance.new("TextButton")
- local Update = Instance.new("TextLabel")
- local Skybox = Instance.new("TextButton")
- local StreetsofBloxwood = Instance.new("TextButton")
- --Properties:
- TanHackX.Name = "TanHack X"
- TanHackX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- TanHackX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = TanHackX
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.650176048, 0, 0.367321879, 0)
- Frame.Size = UDim2.new(0, 422, 0, 471)
- NameHack.Name = "NameHack"
- NameHack.Parent = Frame
- NameHack.BackgroundColor3 = Color3.new(1, 1, 1)
- NameHack.BackgroundTransparency = 3242342
- NameHack.Position = UDim2.new(0.135229036, 0, 0.0629390329, 0)
- NameHack.Size = UDim2.new(0, 307, 0, 42)
- NameHack.Font = Enum.Font.SciFi
- NameHack.Text = "TanHack X (by tanat123456)"
- NameHack.TextColor3 = Color3.new(1, 0.278431, 0.0588235)
- NameHack.TextSize = 20
- NameHack.TextStrokeColor3 = Color3.new(1, 0, 0)
- Drag.Name = "Drag"
- Drag.Parent = Frame
- Drag.BackgroundColor3 = Color3.new(1, 0, 0)
- Drag.BorderColor3 = Color3.new(0.207843, 0, 0)
- Drag.Size = UDim2.new(0, 422, 0, 17)
- Drag.Font = Enum.Font.SciFi
- Drag.Text = "Drag"
- Drag.TextColor3 = Color3.new(0, 0, 0)
- Drag.TextSize = 14
- SpamJump.Name = "SpamJump"
- SpamJump.Parent = Frame
- SpamJump.BackgroundColor3 = Color3.new(1, 0, 0)
- SpamJump.BorderColor3 = Color3.new(0.207843, 0, 0)
- SpamJump.Position = UDim2.new(0.0355450436, 0, 0.306843281, 0)
- SpamJump.Size = UDim2.new(0, 183, 0, 50)
- SpamJump.Font = Enum.Font.SciFi
- SpamJump.Text = "INF Jump! *sames fly*"
- SpamJump.TextColor3 = Color3.new(0, 0, 0)
- SpamJump.TextScaled = true
- SpamJump.TextSize = 50
- SpamJump.TextWrapped = true
- SpamJump.MouseButton1Down:connect(function()
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- end)
- LAGFIRE.Name = "LAGFIRE"
- LAGFIRE.Parent = Frame
- LAGFIRE.BackgroundColor3 = Color3.new(1, 0, 0)
- LAGFIRE.BorderColor3 = Color3.new(0.207843, 0, 0)
- LAGFIRE.Position = UDim2.new(0.0308056865, 0, 0.18322295, 0)
- LAGFIRE.Size = UDim2.new(0, 181, 0, 50)
- LAGFIRE.Font = Enum.Font.SciFi
- LAGFIRE.Text = "BigFire"
- LAGFIRE.TextColor3 = Color3.new(0, 0, 0)
- LAGFIRE.TextSize = 50
- LAGFIRE.TextWrapped = true
- LAGFIRE.MouseButton1Down:connect(function()
- local player = game:GetService("Players").LocalPlayer
- local Fire = Instance.new("Fire", player.Character.Torso)
- Fire.Size = 500
- Fire.Color = Color3.new(1,90,1)
- Fire.SecondaryColor = Color3.new(1,1,90)
- end)
- WalkSpeed.Name = "WalkSpeed"
- WalkSpeed.Parent = Frame
- WalkSpeed.BackgroundColor3 = Color3.new(1, 0, 0)
- WalkSpeed.BorderColor3 = Color3.new(0.207843, 0, 0)
- WalkSpeed.Position = UDim2.new(0.523696661, 0, 0.18322295, 0)
- WalkSpeed.Size = UDim2.new(0, 181, 0, 50)
- WalkSpeed.Font = Enum.Font.SciFi
- WalkSpeed.Text = "WalkSpeed"
- WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
- WalkSpeed.TextSize = 40
- WalkSpeed.TextWrapped = true
- WalkSpeed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 70
- end)
- Dab.Name = "Dab"
- Dab.Parent = Frame
- Dab.BackgroundColor3 = Color3.new(1, 0, 0)
- Dab.BorderColor3 = Color3.new(0.207843, 0, 0)
- Dab.Position = UDim2.new(0.523696661, 0, 0.306843251, 0)
- Dab.Size = UDim2.new(0, 181, 0, 50)
- Dab.Font = Enum.Font.SciFi
- Dab.Text = "Dab Sound Press E *Spam a Sound for everyone leaves!* WARNING : LOUD"
- Dab.TextColor3 = Color3.new(0, 0, 0)
- Dab.TextScaled = true
- Dab.TextSize = 40
- Dab.TextWrapped = true
- Dab.MouseButton1Down:connect(function()
- local plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- animation = Instance.new("Animation",plr.Character)
- animation.Name = "DAB"
- animation.AnimationId = "rbxassetid://1468448996"
- mouse.KeyDown:connect(function(key)
- key:lower()
- if key == "e" then
- BOI = Instance.new("Sound",plr.Character)
- BOI.SoundId = "rbxassetid://622342161"
- BOI:Play()
- dab = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(plr.Character.DAB)
- dab:Play()
- end
- end)
- end)
- Update.Name = "Update"
- Update.Parent = Frame
- Update.BackgroundColor3 = Color3.new(1, 1, 1)
- Update.BackgroundTransparency = 3242342
- Update.Position = UDim2.new(0.77030009, 0, 0.906206071, 0)
- Update.Size = UDim2.new(0, 96, 0, 42)
- Update.Font = Enum.Font.SciFi
- Update.Text = "V.0.03"
- Update.TextColor3 = Color3.new(1, 0.278431, 0.0588235)
- Update.TextSize = 20
- Update.TextStrokeColor3 = Color3.new(1, 0, 0)
- Skybox.Name = "Skybox"
- Skybox.Parent = Frame
- Skybox.BackgroundColor3 = Color3.new(1, 0, 0)
- Skybox.BorderColor3 = Color3.new(0.207843, 0, 0)
- Skybox.Position = UDim2.new(0.523696661, 0, 0.443708599, 0)
- Skybox.Size = UDim2.new(0, 181, 0, 50)
- Skybox.Font = Enum.Font.SciFi
- Skybox.Text = "Skybox"
- Skybox.TextColor3 = Color3.new(0, 0, 0)
- Skybox.TextScaled = true
- Skybox.TextSize = 40
- Skybox.TextWrapped = true
- Skybox.MouseButton1Down:connect(function()
- s = Instance.new("Sky")
- s.Name = "SKY"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=344840867"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=344840867"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=344840867"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=344840867"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=344840867"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=344840867"
- s.Parent = game.Lighting
- end)
- StreetsofBloxwood.Name = "StreetsofBloxwood"
- StreetsofBloxwood.Parent = Frame
- StreetsofBloxwood.BackgroundColor3 = Color3.new(1, 0, 0)
- StreetsofBloxwood.BorderColor3 = Color3.new(0.207843, 0, 0)
- StreetsofBloxwood.Position = UDim2.new(0.0308056772, 0, 0.442991495, 0)
- StreetsofBloxwood.Size = UDim2.new(0, 181, 0, 50)
- StreetsofBloxwood.Font = Enum.Font.SciFi
- StreetsofBloxwood.Text = "Streets of Bloxwood: Remastered All Gamepass\n"
- StreetsofBloxwood.TextColor3 = Color3.new(0, 0, 0)
- StreetsofBloxwood.TextScaled = true
- StreetsofBloxwood.TextSize = 100
- StreetsofBloxwood.TextWrapped = true
- StreetsofBloxwood.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.UserId = "49001020"
- end)
- function SCRIPT_KCYF86_FAKESCRIPT() -- Drag.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Drag
- wanttobemoved=script.Parent.Parent
- X=wanttobemoved.Position.X.Offset
- Y=wanttobemoved.Position.Y.Offset
- XS=wanttobemoved.Position.X.Scale
- YS=wanttobemoved.Position.Y.Scale
- function down(posX,posY)--the positions of the mouse
- drag=true--activate the drag function
- X=wanttobemoved.Position.X.Offset--redefines the value "X"
- Y=wanttobemoved.Position.Y.Offset--redefines the value "Y"
- XS=wanttobemoved.Position.X.Scale
- YS=wanttobemoved.Position.Y.Scale
- DposX=posX-X--the mouse's X position offset by the frame's X position.
- DposY=posY-Y--the mouse's Y position offset by the frame's Y position.
- print(""..DposX..","..DposY.."")--remembers the values DposX and DposY in the output toolbar.
- end
- function up()
- drag=false--deactivate the drag
- end
- function move(posX,posY)--again, the positions of the mouse
- if drag then--if held down then
- wanttobemoved.Position=UDim2.new(XS,posX - DposX,YS,posY - DposY)
- end
- end
- script.Parent.MouseButton1Down:connect(down)
- script.Parent.MouseButton1Up:connect(up)
- script.Parent.MouseLeave:connect(up)
- script.Parent.MouseMoved:connect(move)
- end
- coroutine.resume(coroutine.create(SCRIPT_KCYF86_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement