Skip to content

Instantly share code, notes, and snippets.

@vbedesu
Last active August 11, 2022 07:12
Show Gist options
  • Save vbedesu/66d302c1931fd8ae0b278c371e2287ad to your computer and use it in GitHub Desktop.
Save vbedesu/66d302c1931fd8ae0b278c371e2287ad to your computer and use it in GitHub Desktop.
kek wrong ver
local engine = {'Eering Riley\'s People', '0.0.1-Alpha'}
local owner = {'Cubo', 'Mister Chief', "Winter_"}
local announce = Instance.new("Message")
local ascii = [[
$$$$$$$$ $$$$$$$ $$$$$$$
$$ $$ $$ $$ $$
$$ $$ $$ $$ $$
$$$$$ $$$$$$$ $$$$$$$
$$ $$ $$ $$
$$ $$ $$ $$
$$$$$$$$ $$ $$ $$]]
print(math.pi)
print(ascii)
print("Running the", engine[1].. " script, ver:", engine[2])
print("Thank you Infinite Yield members for providing support with scripting, specially \"not everyone#6683\"")
print("This copy of", engine[1].. " is only reserved to:", owner[1].. ",", owner[2].. " and", owner[3].. ". Unauthorized use of this script will result in a explosion. The Internet is Serious Business! (sarcasm)")
announce.Parent = game:GetService("CoreGui")
announce.Text = "Welcome to the Eering Riley\'s People SFOTH IV Advantage Enhancing Suite, check console for logs."
wait(3)
announce:Destroy()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1.917167425, 97.799972534, 0.43628305)
for i,v in next, game:GetService('Players'):GetPlayers() do
if v.Name ~= game:GetService('Players').LocalPlayer.Name then
pcall(function()
v.Character.HumanoidRootPart.Size = Vector3.new(15, 15, 15)
v.Character.HumanoidRootPart.Transparency = 0.6
v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Gray")
v.Character.HumanoidRootPart.Material = "Neon"
v.Character.HumanoidRootPart.CanCollide = false
end)
end
end
pcall(function()
table.foreach(workspace.Regen:GetDescendants(),function(_,v)
if v:IsA'Part'and v.Name=='Handle'and v.Parent:IsA'Tool'then
for x=0,1 do
firetouchinterest(game:service'Players'.LocalPlayer.Character["Right Leg"],v,x)
end
end
end)
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment