Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local CoreGui = game:GetService("StarterGui") -- Variable of StarterGui
- CoreGui:SetCore("SendNotification", {
- Title = "pour Ninny🍭😋", --for ninny
- Text = "Français", --frenxh
- Duration = 8,
- })
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "créé par:", -- "kreated by"
- Text = "lulaslollipop🍭",
- Icon = "rbxthumb://type=Asset&id=9863339777&w=150&h=150",
- Duration = 7
- })
- --end of starter gui 🛑
- local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
- local Window = Library.CreateLib("Hub de Script Français🍭🍭", "GrapeTheme") -- "frenxh skripting hub
- --SKRIPT TAB
- local st = Window:NewTab("Skripts")
- local stSection = st:NewSection("ce sont des skripts🍭")
- --skript buttons
- stSection:NewButton("99% échouer impossible obby", "montre la couleur des tuiles", function()-- memory skript by 𝗹𝘂𝗹𝗮𝘀𝗹𝗼𝗹𝗹𝗶𝗽𝗼𝗽#0140
- loadstring(game:HttpGet(('https://pastebin.com/raw/DhLMep63'),true))()
- end)
- stSection:NewToggle("Saut Infini", "pas de limite de saut", function(toggled)
- if toggled then
- getgenv().InfJump = true
- spawn(function()
- while getgenv().InfJump == true do
- game:GetService("UserInputService").JumpRequest:connect(function()
- if getgenv().InfJump == true then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- wait()
- end
- end)
- else
- getgenv().InfJump = false
- end
- end)
- --infjump.Diskonnekt
- stSection:NewButton("Fly - Administrateur HD", "vous donne une interface graphique volantes", function()-- FLY HD ADMIN
- loadstring(game:HttpGet("https://raw.githubusercontent.com/TakeModzz/Ignore-00000/main/Ignore"))()
- end)
- -- ADMIN TAB
- local a = Window:NewTab("Admin")
- local aSection = a:NewSection("Commandes D'administration")
- aSection:NewButton("Infinie Rendement", "vous donne une interface graphique volantes", function()-- INFINITE YIELD (IY)
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- end)
- aSection:NewButton("Sans Nom Admin", "vous donne une interface graphique volantes", function()-- NAMELESS ADMIN
- loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))();
- end)
- -- TOOLS TAB
- local t = Window:NewTab("Outils")
- local tSection = t:NewSection("voici les outils que vous vouliez et les extras XD")
- --Btools next
- tSection:NewButton("BTools", "outils de construction", function()a = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
- a.BinType = 2
- b = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
- b.BinType = 3
- c = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
- c.BinType = 4
- end)
- tSection:NewButton("Télékinésie", "contrôler un élément", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/vVze4jgA",true))()
- end)
- tSection:NewButton("Super Outils", "tiret, pénétration, clone etc.", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/Super%20tools"))()
- end)
- tSection:NewButton("Cliquez pour vous téléporter", "teleporter", function()
- mouse = game.Players.LocalPlayer:GetMouse()
- tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = "Outil De Téléportation"
- tool.Activated:connect(function()
- local pos = mouse.Hit+Vector3.new(0,2.5,0)
- pos = CFrame.new(pos.X,pos.Y,pos.Z)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
- end)
- tool.Parent = game.Players.LocalPlayer.Backpack
- end)
- tSection:NewButton("Se Téléporter Vers l'interface graphique du joueur", "GUI", function()
- loadstring(game:HttpGet(("https://pastebin.com/raw/YNVbeqPy")))()
- end)
- tSection:NewButton("Outil Invisible", "il cachera votre corps habituel dans le ciel activé", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/LraZZsaZ",true))()
- end)
- tSection:NewButton("Outils désactivés GUI", "key/clé = AdminTools", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/0BsHnxbk'))()
- end)
- -- ANIMATION TAB
- local anim = Window:NewTab("Animation")
- local animSection = anim:NewSection("ce sont vos animations🕺🏾💃🏽🕺🏾💃🏽🕺🏾💃🏽")
- animSection:NewButton("Animations Energyze en Français", "allons danser🍭😆😆🍭", function()loadstring(game:HttpGet(('https://pastebin.com/raw/GVY53TGu'),true))()
- end)
- -- BUTTONS EMOJIS TAB "e" = emojis
- local e = Window:NewTab("Émoji")
- local eSection = e:NewSection("Hub De Skript par Lulas🍭")
- -- emoji buttons
- eSection:NewButton("😁", "smiley", function()--player will say this
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😁","All")
- end)
- eSection:NewButton("😆", "smiley", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😆","All")
- end)
- eSection:NewButton("😊", "smiley", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😊","All")
- end)
- eSection:NewButton("🍭🍭🍭", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🍭🍭🍭","All")
- end)
- eSection:NewButton("🍭😋", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🍭😋","All")
- end)
- eSection:NewButton("😍", "heart eyes", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😍","All")
- end)
- eSection:NewButton("💕", "2 hearts", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("💕","All")
- end)
- eSection:NewButton("❤️", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("❤️","All")
- end)
- eSection:NewButton("❤️❤️❤️", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("❤️❤️❤️","All")
- end)
- eSection:NewButton("🤣", "rofl", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🤣","All")
- end)
- eSection:NewButton("🤣🤣", "rofl 2x", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🤣🤣","All")
- end)
- eSection:NewButton("😘", "kiss emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😘","All")
- end)
- eSection:NewButton("😂", "laugh", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😂","All")
- end)
- eSection:NewButton("😂😂", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😂😂","All")
- end)
- eSection:NewButton("🥰", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🥰","All")
- end)
- eSection:NewButton("🥰🥰", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🥰🥰","All")
- end)
- eSection:NewButton("😊", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😊","All")
- end)
- eSection:NewButton("😋", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😋","All")
- end)
- eSection:NewButton("😋😋", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😋😋","All")
- end)
- eSection:NewButton("☺️", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("☺️","All")
- end)
- eSection:NewButton("🤪", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🤪","All")
- end)
- eSection:NewButton("😛", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😛","All")
- end)
- eSection:NewButton("😎", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😎","All")
- end)
- eSection:NewButton("😇", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😇","All")
- end)
- eSection:NewButton("😇🥰", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("😇🥰","All")
- end)
- eSection:NewButton("👑", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("👑","All")
- end)
- eSection:NewButton("🐈", "emoji", function()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🐈","All")
- end)
- -- KREDITS TAB
- local k = Window:NewTab("Krédits")
- local kSection = k:NewSection("Je t'en prie Ninny😁😊🍭🥰")
- kSection:NewButton("Krédit", "krédits lulas🍭🥰", function()--player will say this
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("LULASLOLLIPOP THE BEST🍭😍😋","All")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement