Advertisement
KRNL_KEYS

WLS5 autofatm

Dec 26th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. local library = loadstring(game:HttpGet(('https://pastebin.com/raw/FsJak6AT')))() -- It's obfuscated, I won't let you see my ugly coding skills. =)
  2.  
  3. local w = library:CreateWindow("Get fat game")
  4. local b = w:CreateFolder("Things that you can use L")
  5. b:Button("I will work for you", function()
  6. _G.Toggle = true
  7. while true do
  8. if _G.Toggle then
  9. local tool = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  10. game.Players.LocalPlayer.Character.Humanoid:EquipTool(tool)
  11. tool:Activate()
  12. end
  13. wait()
  14. end
  15. end)
  16.  
  17. b:Button("TP TO GOD", function()
  18. local plr = game:GetService('Players').LocalPlayer.Character
  19. plr.HumanoidRootPart.CFrame = CFrame.new(1041.917, 200.998, -1008.509)
  20. end)
  21.  
  22. b:Button("The GYm f the godz", function()
  23. local plr = game:GetService('Players').LocalPlayer.Character
  24. plr.HumanoidRootPart.CFrame = CFrame.new(2859.50903, 1322.32886, -269.634399)
  25. end)
  26.  
  27. b:Slider("WEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE",16,200,true,function(value) --MinValue,MaxValue,Precise
  28. while true do
  29. wait()
  30. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value
  31. end
  32. end)
  33.  
  34. b:Slider("JumpPower",50,100,true,function(value) --MinValue,MaxValue,Precise
  35. while true do
  36. wait()
  37. game.Players.LocalPlayer.Character.Humanoid.JumpPower = value
  38. end
  39. end)
  40.  
  41.  
  42. local w = library:CreateWindow("OPEN ME!")
  43.  
  44. local c = w:CreateFolder("OPEN ME!")
  45.  
  46. c:Button("Noobs", function()
  47. print("Krnl")
  48. end)
  49.  
  50. c:Button("Krnl Keys HUB", function()
  51. print("Made by yk how")
  52. end)
  53.  
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement