Advertisement
rrixh

FOR NINNY FRANÇAIS SKRIPTHUB

Jul 15th, 2023
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.03 KB | None | 0 0
  1. local CoreGui = game:GetService("StarterGui") -- Variable of StarterGui
  2. CoreGui:SetCore("SendNotification", {
  3. Title = "pour Ninny🍭😋", --for ninny
  4. Text = "Français", --frenxh
  5. Duration = 8,
  6. })
  7.  
  8. game:GetService("StarterGui"):SetCore("SendNotification",{
  9. Title = "créé par:", -- "kreated by"
  10. Text = "lulaslollipop🍭",
  11. Icon = "rbxthumb://type=Asset&id=9863339777&w=150&h=150",
  12. Duration = 7
  13. })
  14. --end of starter gui 🛑
  15.  
  16. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  17. local Window = Library.CreateLib("Hub de Script Français🍭🍭", "GrapeTheme") -- "frenxh skripting hub
  18.  
  19. --SKRIPT TAB
  20. local st = Window:NewTab("Skripts")
  21. local stSection = st:NewSection("ce sont des skripts🍭")
  22.  
  23. --skript buttons
  24. stSection:NewButton("99% échouer impossible obby", "montre la couleur des tuiles", function()-- memory skript by 𝗹𝘂𝗹𝗮𝘀𝗹𝗼𝗹𝗹𝗶𝗽𝗼𝗽#0140
  25. loadstring(game:HttpGet(('https://pastebin.com/raw/DhLMep63'),true))()
  26. end)
  27.  
  28. stSection:NewToggle("Saut Infini", "pas de limite de saut", function(toggled)
  29. if toggled then
  30. getgenv().InfJump = true
  31. spawn(function()
  32. while getgenv().InfJump == true do
  33. game:GetService("UserInputService").JumpRequest:connect(function()
  34. if getgenv().InfJump == true then
  35. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  36. end
  37. end)
  38. wait()
  39. end
  40. end)
  41. else
  42. getgenv().InfJump = false
  43. end
  44. end)
  45. --infjump.Diskonnekt
  46. stSection:NewButton("Fly - Administrateur HD", "vous donne une interface graphique volantes", function()-- FLY HD ADMIN
  47. loadstring(game:HttpGet("https://raw.githubusercontent.com/TakeModzz/Ignore-00000/main/Ignore"))()
  48. end)
  49.  
  50.  
  51.  
  52. -- ADMIN TAB
  53. local a = Window:NewTab("Admin")
  54. local aSection = a:NewSection("Commandes D'administration")
  55.  
  56. aSection:NewButton("Infinie Rendement", "vous donne une interface graphique volantes", function()-- INFINITE YIELD (IY)
  57. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  58. end)
  59.  
  60. aSection:NewButton("Sans Nom Admin", "vous donne une interface graphique volantes", function()-- NAMELESS ADMIN
  61. loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))();
  62. end)
  63.  
  64.  
  65. -- TOOLS TAB
  66. local t = Window:NewTab("Outils")
  67. local tSection = t:NewSection("voici les outils que vous vouliez et les extras XD")
  68. --Btools next
  69. tSection:NewButton("BTools", "outils de construction", function()a = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  70. a.BinType = 2
  71. b = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  72. b.BinType = 3
  73. c = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  74. c.BinType = 4
  75. end)
  76.  
  77. tSection:NewButton("Télékinésie", "contrôler un élément", function()
  78. loadstring(game:HttpGet("https://pastebin.com/raw/vVze4jgA",true))()
  79. end)
  80.  
  81. tSection:NewButton("Super Outils", "tiret, pénétration, clone etc.", function()
  82. loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/Super%20tools"))()
  83. end)
  84.  
  85. tSection:NewButton("Cliquez pour vous téléporter", "teleporter", function()
  86. mouse = game.Players.LocalPlayer:GetMouse()
  87. tool = Instance.new("Tool")
  88. tool.RequiresHandle = false
  89. tool.Name = "Outil De Téléportation"
  90. tool.Activated:connect(function()
  91. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  92. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  93. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  94. end)
  95. tool.Parent = game.Players.LocalPlayer.Backpack
  96. end)
  97.  
  98. tSection:NewButton("Se Téléporter Vers l'interface graphique du joueur", "GUI", function()
  99. loadstring(game:HttpGet(("https://pastebin.com/raw/YNVbeqPy")))()
  100. end)
  101.  
  102. tSection:NewButton("Outil Invisible", "il cachera votre corps habituel dans le ciel activé", function()
  103. loadstring(game:HttpGet("https://pastebin.com/raw/LraZZsaZ",true))()
  104. end)
  105.  
  106. tSection:NewButton("Outils désactivés GUI", "key/clé = AdminTools", function()
  107. loadstring(game:HttpGet('https://pastebin.com/raw/0BsHnxbk'))()
  108. end)
  109.  
  110.  
  111. -- ANIMATION TAB
  112. local anim = Window:NewTab("Animation")
  113. local animSection = anim:NewSection("ce sont vos animations🕺🏾💃🏽🕺🏾💃🏽🕺🏾💃🏽")
  114. animSection:NewButton("Animations Energyze en Français", "allons danser🍭😆😆🍭", function()loadstring(game:HttpGet(('https://pastebin.com/raw/GVY53TGu'),true))()
  115. end)
  116.  
  117. -- BUTTONS EMOJIS TAB "e" = emojis
  118. local e = Window:NewTab("Émoji")
  119. local eSection = e:NewSection("Hub De Skript par Lulas🍭")
  120. -- emoji buttons
  121. eSection:NewButton("😁", "smiley", function()--player will say this
  122. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😁","All")
  123. end)
  124. eSection:NewButton("😆", "smiley", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😆","All")
  125. end)
  126. eSection:NewButton("😊", "smiley", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😊","All")
  127. end)
  128. eSection:NewButton("🍭🍭🍭", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🍭🍭🍭","All")
  129. end)
  130. eSection:NewButton("🍭😋", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🍭😋","All")
  131. end)
  132. eSection:NewButton("😍", "heart eyes", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😍","All")
  133. end)
  134. eSection:NewButton("💕", "2 hearts", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("💕","All")
  135. end)
  136. eSection:NewButton("❤️", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("❤️","All")
  137. end)
  138. eSection:NewButton("❤️❤️❤️", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("❤️❤️❤️","All")
  139. end)
  140. eSection:NewButton("🤣", "rofl", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🤣","All")
  141. end)
  142. eSection:NewButton("🤣🤣", "rofl 2x", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🤣🤣","All")
  143. end)
  144. eSection:NewButton("😘", "kiss emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😘","All")
  145. end)
  146. eSection:NewButton("😂", "laugh", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😂","All")
  147. end)
  148. eSection:NewButton("😂😂", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😂😂","All")
  149. end)
  150. eSection:NewButton("🥰", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🥰","All")
  151. end)
  152. eSection:NewButton("🥰🥰", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🥰🥰","All")
  153. end)
  154. eSection:NewButton("😊", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😊","All")
  155. end)
  156. eSection:NewButton("😋", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😋","All")
  157. end)
  158. eSection:NewButton("😋😋", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😋😋","All")
  159. end)
  160. eSection:NewButton("☺️", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("☺️","All")
  161. end)
  162. eSection:NewButton("🤪", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🤪","All")
  163. end)
  164. eSection:NewButton("😛", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😛","All")
  165. end)
  166. eSection:NewButton("😎", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😎","All")
  167. end)
  168. eSection:NewButton("😇", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😇","All")
  169. end)
  170. eSection:NewButton("😇🥰", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😇🥰","All")
  171. end)
  172. eSection:NewButton("👑", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("👑","All")
  173. end)
  174. eSection:NewButton("🐈", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🐈","All")
  175. end)
  176.  
  177.  
  178. -- KREDITS TAB
  179. local k = Window:NewTab("Krédits")
  180. local kSection = k:NewSection("Je t'en prie Ninny😁😊🍭🥰")
  181.  
  182. kSection:NewButton("Krédit", "krédits lulas🍭🥰", function()--player will say this
  183. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("LULASLOLLIPOP THE BEST🍭😍😋","All")
  184. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement