Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "Devels AutoFarm", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- --[[
- Name = <string> - The name of the UI.
- HidePremium = <bool> - Whether or not the user details shows Premium status or not.
- SaveConfig = <bool> - Toggles the config saving in the UI.
- ConfigFolder = <string> - The name of the folder where the configs are saved.
- IntroEnabled = <bool> - Whether or not to show the intro animation.
- IntroText = <string> - Text to show in the intro animation.
- IntroIcon = <string> - URL to the image you want to use in the intro animation.
- Icon = <string> - URL to the image you want displayed on the window.
- CloseCallback = <function> - Function to execute when the window is closed.
- ]]
- local Tab = Window:MakeTab({
- Name = "Farming",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Section = Tab:AddSection({
- Name = "Section"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- OrionLib:MakeNotification({
- Name = "Welcome",
- Content = "Script Loaded",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- --[[
- Title = <string> - The title of the notification.
- Content = <string> - The content of the notification.
- Image = <string> - The icon of the notification.
- Time = <number> - The duration of the notfication.
- ]]
- Tab:AddButton({
- Name = "STRENGTH",
- Callback = function() _G.kick = true while _G.kick do wait() if _G.kick == false then return end if _G.kick == true then game:GetService("ReplicatedStorage").Remotes.DoubleReg:FireServer() end end
- print("button pressed")
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- --[[
- Name = <string> - The name of the toggle.
- Default = <bool> - The default value of the toggle.
- Callback = <> - The function of the toggle.
- ]]
- local Tab = Window:MakeTab({
- Name = "PVP",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Section = Tab:AddSection({
- Name = "Section"
- })
- Tab:AddButton({
- Name = "INFINITE YIELD!",
- Callback = function()loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- print("button pressed")
- end
- })
- local Tab = Window:MakeTab({
- Name = "FARMING2",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Section = Tab:AddSection({
- Name = "Section"
- })
- Tab:AddButton({
- Name = "HP!",
- Callback = function() _G.riotheW = true
- while wait() do
- if _G.riotheW == false then
- return
- end
- if _G.riotheW == true then
- game:GetService("ReplicatedStorage").Remotes.Bench:FireServer(3)
- game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer(3)
- game:GetService("ReplicatedStorage").Remotes.Bench:FireServer(3)
- game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer(3)
- game:GetService("ReplicatedStorage").Remotes.Bench:FireServer(3)
- end
- end
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "AUTO PUSHUP!",
- Callback = function() while wait() do
- game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer()
- game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer()
- game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer()
- end
- end})
- local Tab = Window:MakeTab({
- Name = "STAT CHECKER",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddButton({
- Name = "Tea Hub!",
- Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Aurelius0863/TeaHub/main/Loader.lua"))()
- end})
- local Tab = Window:MakeTab({
- Name = "FUN",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddButton({
- Name = "Fling Script",
- Callback = function() loadstring(game:HttpGet('https://pastebin.com/raw/fj5VwQtC'))()
- end})
- --[[
- Sources:
- UIS = https://developer.roblox.com/en-us/api-reference/class/UserInputService
- Humanoid = https://developer.roblox.com/en-us/api-reference/class/Humanoid
- isRunning = https://developer.roblox.com/en-us/articles/Boolean
- isTrueSpeed / isFalseSpeed = https://developer.roblox.com/en-us/articles/Variables
- defaultKey = https://developer.roblox.com/en-us/api-reference/enum/KeyCode
- --]]
- print(Value)
- --[[
- Name = <string> - The name of the slider.
- Min = <number> - The minimal value of the slider.
- Max = <number> - The maxium value of the slider.
- Increment = <number> - How much the slider will change value when dragging.
- Default = <number> - The default value of the slider.
- ValueName = <string> - The text after the value number.
- Callback = <function> - The function of the slider.
- ]]
- local Tab = Window:MakeTab({
- Name = "Extras",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddButton({
- Name = "Straw Hub",
- Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/vep1032/VepStuff/main/COBRA%20KAI%20KARATE%20%7C%20OPEN%20SOURCE%20GUI"))()
- end})
- Tab:AddSlider({
- Name = "Speed",
- Min =16,
- Max =250,
- Default = 5,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "Walkspeed",
- Callback = function(Value) game.Players.LocalPlayer.character.Humanoid.WalkSpeed = Value
- print(Value)
- end
- })
- --[[
- Name = <string> - The name of the slider.
- Min = <number> - The minimal value of the slider.
- Max = <number> - The maxium value of the slider.
- Increment = <number> - How much the slider will change value when dragging.
- Default = <number> - The default value of the slider.w
- ValueName = <string> - The text after the value number.
- Callback = <function> - The function of the slider.
- ]]
- Tab:AddSlider({
- Name = "JumpPower",
- Min =16,
- Max =250,
- Default = 45,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "JumpPower",
- Callback = function(Value) game.Players.LocalPlayer.character.Humanoid.JumpPower = Value
- end})
- Tab:AddButton({
- Name = "Fly",
- Min =16,
- Max =250,
- Default = 45,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "Flyspeed",
- Callback = function(Value) -- Bring to you by 7alexv7
- -- Enjoy the script!
- -- Instances:
- local FlyGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- FlyGui.Name = "FlyGui"
- FlyGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = FlyGui
- Frame.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.0685602352, 0, 0.168769717, 0)
- Frame.Size = UDim2.new(0.264544547, 0, 0.100000024, 0)
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.06324628, 0, 0.400667697, 0)
- TextButton.Size = UDim2.new(0.871157169, 0, 0.495614201, 0)
- TextButton.Font = Enum.Font.ArialBold
- TextButton.Text = "Fly"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextStrokeTransparency = 0.000
- TextButton.TextWrapped = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.Size = UDim2.new(0, 86, 0, 24)
- TextLabel.Font = Enum.Font.Oswald
- TextLabel.Text = "Made by GcoSad_X"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- -- Scripts:
- local function NQWSTGE_fake_script() -- Frame.Fly
- local script = Instance.new('LocalScript', Frame)
- local plr = script.Parent.Parent.Parent.Parent
- repeat wait() until plr and plr.Character and plr.Character:findFirstChild("HumanoidRootPart") and plr.Character:findFirstChild("Humanoid")
- local mouse = game.Players.LocalPlayer:GetMouse()
- repeat wait() until mouse
- local torso = plr.Character.HumanoidRootPart
- 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 = 1000
- local speed = 70
- 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
- else
- speed = 70
- 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}
- bg:Destroy()
- bv:Destroy()
- plr.Character.Humanoid.PlatformStand = false
- speed = 70
- end
- mouse.KeyDown:connect(function(key)
- if key:lower() == "e" then
- if flying then flying = false
- speed = 70
- 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)
- local main = Instance.new("ScreenGui")
- local epic = Instance.new("Frame")
- local backgroundtitle = Instance.new("TextLabel")
- local creator = Instance.new("TextLabel")
- local title = Instance.new("TextLabel")
- local close = Instance.new("TextButton")
- local fbutton = Instance.new("TextButton")
- local ebutton = Instance.new("TextButton")
- local qbutton = Instance.new("TextButton")
- local tbutton = Instance.new("TextButton")
- local main2 = Instance.new("ScreenGui")
- local epic2 = Instance.new("Frame")
- local backgroundtitle2 = Instance.new("TextLabel")
- local creator2 = Instance.new("TextLabel")
- local title2 = Instance.new("TextLabel")
- local close2 = Instance.new("TextButton")
- local fbutton2 = Instance.new("TextButton")
- local ebutton2 = Instance.new("TextButton")
- local qbutton2 = Instance.new("TextButton")
- local tbutton2 = Instance.new("TextButton")
- main.Name = "main"
- main.Parent = game.CoreGui
- main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- epic.Name = "epic"
- epic.Parent = main
- epic.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- epic.Position = UDim2.new(0.0911376476, 0, 0.466830462, 0)
- epic.Size = UDim2.new(0, 150, 0, 150)
- epic.Active = true
- epic.Draggable = true
- creator.Name = "creator"
- creator.Parent = epic
- creator.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
- creator.Position = UDim2.new(0.00442049652, 0, 0.762519121, 0)
- creator.Size = UDim2.new(0, 80, 0, 10)
- creator.Font = Enum.Font.SourceSans
- creator.Text = ""
- creator.TextColor3 = Color3.fromRGB(0, 0, 0)
- creator.TextScaled = true
- creator.TextSize = 14.000
- creator.TextWrapped = false
- title.Name = "title"
- title.Parent = epic
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.Position = UDim2.new(0.0497237556, 0, 0, 0)
- title.Size = UDim2.new(0, 80, 0, 10)
- title.Font = Enum.Font.SciFi
- title.Text = ""
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextScaled = true
- title.TextSize = 14.000
- title.TextWrapped = true
- close.Name = "close"
- close.Parent = epic
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- close.Position = UDim2.new(0.76795578, 0, 0, 0)
- close.Size = UDim2.new(0, 35, 0, 35)
- close.Font = Enum.Font.GothamBlack
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- epic.Visible = false
- end)
- fbutton.Name = "tbutton"
- fbutton.Parent = epic
- fbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- fbutton.Position = UDim2.new(0.3, 0, 0.4, 0)
- fbutton.Size = UDim2.new(0, 38, 0, 38)
- fbutton.Font = Enum.Font.SourceSans
- fbutton.Text = "S"
- fbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
- fbutton.TextSize = 14.000
- fbutton.MouseButton1Down:connect(function()
- ctrl.b = -1
- wait(0.1)
- ctrl.b = 0
- ctrl.r = 0
- ctrl.l = 0
- ctrl.f = 0
- end)
- ebutton.Name = "fbutton"
- ebutton.Parent = epic
- ebutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ebutton.Position = UDim2.new(0.6, 0, 0.4, 0)
- ebutton.Size = UDim2.new(0, 38, 0, 38)
- ebutton.Font = Enum.Font.SourceSans
- ebutton.Text = "D"
- ebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
- ebutton.TextSize = 14.000
- ebutton.MouseButton1Down:connect(function()
- ctrl.r = 1
- wait(0.1)
- ctrl.b = 0
- ctrl.r = 0
- ctrl.l = 0
- ctrl.f = 0
- end)
- qbutton.Name = "rbutton"
- qbutton.Parent = epic
- qbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- qbutton.Position = UDim2.new(0.3, 0, 0.1, 0)
- qbutton.Size = UDim2.new(0, 38, 0, 38)
- qbutton.Font = Enum.Font.SourceSans
- qbutton.Text = "W"
- qbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
- qbutton.TextSize = 14.000
- qbutton.MouseButton1Down:connect(function()
- ctrl.f = 1
- wait(0.1)
- ctrl.b = 0
- ctrl.r = 0
- ctrl.l = 0
- ctrl.f = 0
- end)
- tbutton.Name = "ebutton"
- tbutton.Parent = epic
- tbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- tbutton.Position = UDim2.new(0, 0, 0.4, 0)
- tbutton.Size = UDim2.new(0, 38, 0, 38)
- tbutton.Font = Enum.Font.SourceSans
- tbutton.Text = "A"
- tbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
- tbutton.TextSize = 14.000
- tbutton.MouseButton1Down:connect(function()
- ctrl.l = -1
- wait(0.1)
- ctrl.b = 0
- ctrl.r = 0
- ctrl.l = 0
- ctrl.f = 0
- end)
- local main = Instance.new("ScreenGui")
- local epic = Instance.new("Frame")
- local backgroundtitle = Instance.new("TextLabel")
- local creator = Instance.new("TextLabel")
- local title = Instance.new("TextLabel")
- local close = Instance.new("TextButton")
- local fbutton = Instance.new("TextButton")
- local main2 = Instance.new("ScreenGui")
- local epic2 = Instance.new("Frame")
- local backgroundtitle2 = Instance.new("TextLabel")
- local creator2 = Instance.new("TextLabel")
- local title2 = Instance.new("TextLabel")
- local close2 = Instance.new("TextButton")
- local fbutton2 = Instance.new("TextButton")
- main.Name = "main"
- main.Parent = game.CoreGui
- main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- epic.Name = "epic"
- epic.Parent = main
- epic.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- epic.Position = UDim2.new(0.0911376476, 0, 0.466830462, 0)
- epic.Size = UDim2.new(0, 80, 0, 120)
- epic.Active = true
- epic.Draggable = true
- creator.Name = "creator"
- creator.Parent = epic
- creator.BackgroundColor3 = Color3.fromRGB(1, 1, 1)
- creator.Position = UDim2.new(0.00442049652, 0, 0.762519121, 0)
- creator.Size = UDim2.new(0, 80, 0, 10)
- creator.Font = Enum.Font.SourceSans
- creator.Text = ""
- creator.TextColor3 = Color3.fromRGB(0, 0, 0)
- creator.TextScaled = true
- creator.TextSize = 14.000
- creator.TextWrapped = false
- title.Name = "title"
- title.Parent = epic
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.Position = UDim2.new(0.0497237556, 0, 0, 0)
- title.Size = UDim2.new(0, 80, 0, 10)
- title.Font = Enum.Font.SciFi
- title.Text = ""
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextScaled = true
- title.TextSize = 14.000
- title.TextWrapped = true
- close.Name = "close"
- close.Parent = epic
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- close.Position = UDim2.new(0.76795578, 0, 0, 0)
- close.Size = UDim2.new(0, 20, 0, 20)
- close.Font = Enum.Font.GothamBlack
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- epic.Visible = false
- end)
- fbutton.Name = "tbutton"
- fbutton.Parent = epic
- fbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- fbutton.Position = UDim2.new(0.243093923, 0, 0.344781578, 0)
- fbutton.Size = UDim2.new(0, 38, 0, 38)
- fbutton.Font = Enum.Font.SourceSans
- fbutton.Text = "Stop"
- fbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
- fbutton.TextSize = 14.000
- fbutton.MouseButton1Down:connect(function()
- flying = false
- wait(0.1)
- flying = true
- Fly()
- end)
- plr.Character.Humanoid.StateChanged:Connect(function(o,n)
- if n == Enum.HumanoidStateType.Running then
- ctrl.f = 1
- else
- ctrl.f = 0
- end
- end)
- script.Parent.TextButton.MouseButton1Click:Connect(function()
- if flying then
- flying = false
- speed = 70
- else
- flying = true
- Fly()
- end
- end)
- end
- coroutine.wrap(NQWSTGE_fake_script)()
- local function RAQA_fake_script() -- Frame.Buttons
- local script = Instance.new('LocalScript', Frame)
- local Trigger = script.Parent.MiniTrext
- local IsMini = false
- function CreateTween(Instance,Style,Direction,Time,table,RepeatCount,CanRepeat,Delay)
- local ts = game:GetService("TweenService")
- local TweenInfo = TweenInfo.new(Time,Style,Direction,RepeatCount,CanRepeat,Delay)
- local Tween = ts:Create(Instance,TweenInfo,table)
- repeat wait() until Tween ~= nil
- return Tween
- end
- Trigger.MouseButton1Click:Connect(function()
- if IsMini then
- CreateTween(script.Parent,Enum.EasingStyle.Quad,Enum.EasingDirection.Out,0.5,{Size = UDim2.new(0.265, 0,0.1, 0)},0,false,0.1):Play()
- IsMini = false
- Trigger.Text = "-"
- else
- CreateTween(script.Parent,Enum.EasingStyle.Quad,Enum.EasingDirection.Out,0.5,{Size = UDim2.new(0.265, 0,0.042, 0)},0,false,0.1):Play()
- IsMini = true
- Trigger.Text = "+"
- end
- end)
- script.Parent.Delete.MouseButton1Click:Connect(function()
- script.Parent.Parent:Destroy()
- end)
- end
- coroutine.wrap(RAQA_fake_script)()
- local function TKVUMP_fake_script() -- Frame.Drag Gui
- local script = Instance.new('LocalScript', Frame)
- local UserInputService = game:GetService("UserInputService")
- local gui = script.Parent
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function update(input)
- local delta = input.Position - dragStart
- gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- end
- gui.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = gui.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- gui.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- update(input)
- end
- end)
- end
- coroutine.wrap(TKVUMP_fake_script)()
- end})
- Tab:AddButton({
- Name = "Noclip",
- Min =16,
- Max =250,
- Default = 45,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "Noclip",
- Callback = function(Value) -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Drag = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.275453836, 0, 0.186732173, 0)
- Frame.Size = UDim2.new(0, 379, 0, 373)
- Drag.Name = "Drag"
- Drag.Parent = Frame
- Drag.BackgroundColor3 = Color3.new(1, 1, 1)
- Drag.BorderColor3 = Color3.new(0.917647, 0.917647, 0.917647)
- Drag.Size = UDim2.new(0, 379, 0, 27)
- Drag.Text = "Drag"
- Drag.TextColor3 = Color3.new(0, 0, 0)
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(0.261265785, 0, 0.352023244, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Noclip R15"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextButton.MouseButton1Down:connect(function()
- nam = game.Players.LocalPlayer.Name
- game:GetService('RunService').Stepped:connect(function()
- for a, b in pairs(game.Workspace:GetChildren()) do
- if b.Name == nam then
- for i, v in pairs(game.Workspace[nam]:GetChildren()) do
- if v:IsA("BasePart") then
- v.CanCollide = false
- end
- end
- end
- end
- end)
- Workspace[nam].Head.Changed:connect(function()
- for a, b in pairs(game.Workspace:GetChildren()) do
- if b.Name == nam then
- for i, v in pairs(game.Workspace[nam]:GetChildren()) do
- if v:IsA("BasePart") then
- v.CanCollide = false
- end
- end
- end
- end
- end)
- end)
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_2.Position = UDim2.new(0.261265785, 0, 0.615844727, 0)
- TextButton_2.Size = UDim2.new(0, 200, 0, 50)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Noclip R6"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 14
- TextButton_2.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
- game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
- while true do
- game:GetService("RunService").Stepped:wait()
- game.Players.LocalPlayer.Character.Head.CanCollide = false
- game.Players.LocalPlayer.Character.Torso.CanCollide = false
- end
- end)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.Position = UDim2.new(0.104106054, 0, 0.111652002, 0)
- TextLabel.Size = UDim2.new(0, 299, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Devel Noclip"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- -- Scripts:
- function SCRIPT_GBXM85_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_GBXM85_FAKESCRIPT))
- end})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement