Skip to content

Instantly share code, notes, and snippets.

@Kazern
Kazern / e
Created February 8, 2023 02:47
game.Players.LocalPlayer.Character.Humanoid.BreakJointsOnDeath = false
local controlslist = "Controls: q = bang e = laying sex r = blowjob t = sidefuck y = penis z = light dash u = barrage click = attack l = mount x + click = shoot arm c = full nelson v = mommy f = carry b = headsit"
--------------------[ HATS LMAO ]--------------------
local torsohat = "Star ManAccessory"
local headhat = "Smug Nya Face (Tan Skintone)"
@Kazern
Kazern / e
Created February 8, 2023 02:41
game.Players.LocalPlayer.Character.Humanoid.BreakJointsOnDeath = false
local controlslist = "Controls: q = bang e = laying sex r = blowjob t = sidefuck y = penis z = light dash u = barrage click = attack l = mount x + click = shoot arm c = full nelson v = mommy f = carry b = headsit"
--------------------[ HATS LMAO ]--------------------
local torsohat = "Star ManAccessory"
local headhat = "MeshPartAccessory"
@Kazern
Kazern / e
Created February 8, 2023 02:17
e
game.Players.LocalPlayer.Character.Humanoid.BreakJointsOnDeath = false
local controlslist = "Controls: q = bang e = laying sex r = blowjob t = sidefuck y = penis z = light dash u = barrage click = attack l = mount x + click = shoot arm c = full nelson v = mommy f = carry b = headsit"
--------------------[ HATS LMAO ]--------------------
local torsohat = "Star ManAccessory"
local headhat = "Plane.002Accessory"
@Kazern
Kazern / e
Created February 8, 2023 02:09
e
game.Players.LocalPlayer.Character.Humanoid.BreakJointsOnDeath = false
local controlslist = "Controls: q = bang e = laying sex r = blowjob t = sidefuck y = penis z = light dash u = barrage click = attack l = mount x + click = shoot arm c = full nelson v = mommy f = carry b = headsit"
--------------------[ HATS LMAO ]--------------------
local torsohat = "Star ManAccessory"
local headhat = "LooseSideBuns"
equipsounds = true --gets sometimes annoying
scopeimage = true --WILL MAYBE NOT WORK DUE TO MONITOR ISSUES thats why its on a switch
necko=CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
necko2=CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
function swait(num)
if num == 0 or num == nil then
--------------------[ HAT LINKS ]--------------------
--https://www.roblox.com/catalog/6904899146/Star-Man
--https://www.roblox.com/catalog/11398414291/Doodled-Mask-Smug
--https://www.roblox.com/catalog/12548563/Asimov-Outlaw
--https://www.roblox.com/catalog/20011897/Space-Cop
--https://www.roblox.com/catalog/6211939438/Loose-Black-Anime-Side-Buns
--https://www.roblox.com/catalog/63690008/Pal-Hair
--https://www.roblox.com/catalog/48474313/Red-Roblox-Cap
--https://www.roblox.com/catalog/62724852/Chestnut-Bun
return {
"79CDEECE-7417-42EC-BC09-C74B9FABB8D4"
}
@Kazern
Kazern / fe
Created December 27, 2022 21:38
fe
local clientavatar = false
local firstpersonTOG = false
local animspeed = 1 -- the range is 1 through 5 . dont change this unless u know what ur doing
local cam = game.Workspace.CurrentCamera
local CamPos,TargetCamPos = cam.CoordinateFrame.p,cam.CoordinateFrame.p
local AngleX,TargetAngleX = 0,0
local AngleY,TargetAngleY = 0,0
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:wait()
local root = character:WaitForChild("HumanoidRootPart")