Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet(('https://pastebin.com/raw/FsJak6AT')))() -- It's obfuscated, I won't let you see my ugly coding skills. =)
- local w = library:CreateWindow("Get fat game")
- local b = w:CreateFolder("Things that you can use L")
- b:Button("I will work for you", function()
- _G.Toggle = true
- while true do
- if _G.Toggle then
- local tool = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
- game.Players.LocalPlayer.Character.Humanoid:EquipTool(tool)
- tool:Activate()
- end
- wait()
- end
- end)
- b:Button("TP TO GOD", function()
- local plr = game:GetService('Players').LocalPlayer.Character
- plr.HumanoidRootPart.CFrame = CFrame.new(1041.917, 200.998, -1008.509)
- end)
- b:Button("The GYm f the godz", function()
- local plr = game:GetService('Players').LocalPlayer.Character
- plr.HumanoidRootPart.CFrame = CFrame.new(2859.50903, 1322.32886, -269.634399)
- end)
- b:Slider("WEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE",16,200,true,function(value) --MinValue,MaxValue,Precise
- while true do
- wait()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value
- end
- end)
- b:Slider("JumpPower",50,100,true,function(value) --MinValue,MaxValue,Precise
- while true do
- wait()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = value
- end
- end)
- local w = library:CreateWindow("OPEN ME!")
- local c = w:CreateFolder("OPEN ME!")
- c:Button("Noobs", function()
- print("Krnl")
- end)
- c:Button("Krnl Keys HUB", function()
- print("Made by yk how")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement