Advertisement
Guest User

The Presention Experience Script

a guest
Dec 3rd, 2022
6,295
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 1
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Framo V3", "Ocean")
  3.  
  4. if game.PlaceId == 7046416587 then
  5. -- MAIN
  6. local Main = Window:NewTab("Main")
  7. local MainSection = Main:NewSection("Scripts")
  8.  
  9.  
  10. MainSection:NewButton("Fly", "Makes you Fly", function()
  11. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  12. end)
  13.  
  14.  
  15. MainSection:NewButton("Back/Front Flip", "Makes you Back And Front Flip", function()
  16. loadstring(game:HttpGet('https://pastebin.com/raw/s0VE4BF1'))()
  17. end)
  18.  
  19. MainSection:NewToggle("Super-Human", "You have The Ability to Go Fast and Jump High", function(state)
  20. if state then
  21. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  22. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  23. else
  24. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  25. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  26. end
  27. end)
  28.  
  29. MainSection:NewButton("Infinite Yield", "FE Admin Commands", function()
  30. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  31. end)
  32.  
  33.  
  34. --LOCAL PLAYER
  35. local Player = Window:NewTab("Player")
  36. local PlayerSection = Player:NewSection("Player")
  37.  
  38. PlayerSection:NewSlider("Walkspeed", "SPEED!!", 500, 16, function(s)
  39. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  40. end)
  41.  
  42. PlayerSection:NewSlider("Jumppower", "JUMP HIGH!!", 350, 50, function(s)
  43. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  44. end)
  45.  
  46. PlayerSection:NewButton("Reset WS/JP", "Resets to all defaults", function()
  47. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  48. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  49. end)
  50.  
  51.  
  52. --Other
  53. local Other = Window:NewTab("Other")
  54. local OtherSection = Other:NewSection("Other")
  55.  
  56. OtherSection:NewButton("Chat Spoofer", "Lets you chat for other people", function()
  57. loadstring(game:HttpGet(('https://pastebin.com/raw/djBfk8Li'),true))()
  58. end)
  59. elseif game.PlaceId == 7772810845 then
  60. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  61. local Window = Library.CreateLib("The Presentation Experience", "Ocean")
  62.  
  63. -- MAIN
  64. local Main = Window:NewTab("Main")
  65. local MainSection = Main:NewSection("Scripts")
  66.  
  67.  
  68. MainSection:NewButton("Fly", "Makes you Fly", function()
  69. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  70. end)
  71.  
  72.  
  73. MainSection:NewButton("Back/Front Flip", "Makes you Back And Front Flip", function()
  74. loadstring(game:HttpGet('https://pastebin.com/raw/s0VE4BF1'))()
  75. end)
  76.  
  77. MainSection:NewToggle("Super-Human", "You have The Ability to Go Fast and Jump High", function(state)
  78. if state then
  79. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  80. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  81. else
  82. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  83. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  84. end
  85. end)
  86.  
  87. MainSection:NewButton("Infinite Yield", "FE Admin Commands", function()
  88. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  89. end)
  90.  
  91.  
  92. --LOCAL PLAYER
  93. local Player = Window:NewTab("Player")
  94. local PlayerSection = Player:NewSection("Player")
  95.  
  96. PlayerSection:NewSlider("Walkspeed", "SPEED!!", 500, 16, function(s)
  97. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  98. end)
  99.  
  100. PlayerSection:NewSlider("Jumppower", "JUMP HIGH!!", 350, 50, function(s)
  101. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  102. end)
  103.  
  104. PlayerSection:NewButton("Reset WS/JP", "Resets to all defaults", function()
  105. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  106. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  107. end)
  108.  
  109.  
  110. --Other
  111. local Other = Window:NewTab("Other")
  112. local OtherSection = Other:NewSection("Other")
  113.  
  114. OtherSection:NewButton("Chat Spoofer", "Lets you chat for other people", function()
  115. loadstring(game:HttpGet(('https://pastebin.com/raw/djBfk8Li'),true))()
  116. end)
  117. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement