This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --------------------[ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| return { | |
| "79CDEECE-7417-42EC-BC09-C74B9FABB8D4" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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") |