Menace00

Roblox UwU hub script

Aug 9th, 2023
1,120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.13 KB | None | 0 0
  1. print("XL Hub Has Loaded, https://discord.gg/zA9y4x8ggw")
  2.  
  3. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  4. local Window = Library.CreateLib("UwU Hub", "BloodTheme")
  5.  
  6. -- Main
  7. local Main = Window:NewTab("XL Main")
  8. local MainSection = Main:NewSection("XL Main Scripts!")
  9.  
  10. MainSection:NewButton("Speed", "WalkSpeed for fast man", function()
  11. local player = game.Players.LocalPlayer
  12. local char = player.CharacterAdded:wait()
  13. local h = char.Humanoid
  14.  
  15. h.WalkSpeed = 50
  16. end)
  17.  
  18. MainSection:NewButton("arsenal", "Arsenal script", function()
  19. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
  20. end)
  21.  
  22. MainSection:NewButton("PF script", "u know", function()
  23. print("UwU")
  24. loadstring(game:HttpGet("https://raw.githubusercontent.com/VoidMasterX/strawhook/main/script.lua", true))()
  25. end)
  26.  
  27. MainSection:NewButton("funni", "Press F9", function()
  28. print("balls")
  29.  
  30. end)
  31.  
  32. MainSection:NewButton("vehicle sim script", "script", function()
  33. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/littlegui/main/VehicleSimulator'))()
  34. end)
  35.  
  36. MainSection:NewButton("Da Hood script", "script", function()
  37. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Rippeed/DaHoodinary/main/chariotsware"))()
  38. end)
  39.  
  40. MainSection:NewButton("UwU", "Press F9", function()
  41. print ("UwU")
  42. end)
  43.  
  44. local Main = Window:NewTab("XL")
  45. local MainSection = Main:NewSection("XLL")
  46.  
  47. MainSection:NewButton("oil tycoon", "script for that game", function()
  48. loadstring(game:HttpGet("https://raw.githubusercontent.com/Wolfyz152007/Galaxy-Hub-RBX/main/Galaxy%20Hub/Loader"))()
  49. end)
  50.  
  51. MainSection:NewButton("limited words", "auto spins", function()
  52. if fireproximityprompt then
  53. game:GetService"RunService".RenderStepped:Connect(function()
  54. for i,v in pairs(game.Workspace.Spin2Win:GetDescendants()) do
  55. if v.Name == "Spin2Win" then
  56. local s_position = v.Position
  57. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(s_position)
  58. fireproximityprompt(v.ProximityPrompt, 1)
  59. end
  60. end
  61. end)
  62. else
  63. game.Players.LocalPlayer:Kick("Your Exploit Doesn't Supports FireProximityPrompt")
  64. end
  65. end)
  66.  
  67. MainSection:NewButton("Inf Yeild ","fe admin", function()
  68. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  69. end)
  70.  
  71. MainSection:NewButton("MM2", "Balls", function()
  72. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  73. end)
  74.  
  75. local Main = Window:NewTab("Scripts, (random)")
  76. local MainSection = Main:NewSection("Sum scripts")
  77.  
  78. MainSection:NewButton("Aimbot For Most", "Games", function()
  79. --> variables
  80. local UIS = game:GetService("UserInputService")
  81. local camera = game.Workspace.CurrentCamera
  82. --> getting the closest player
  83. function getClosest()
  84. local closestPlayer = nil
  85. local closesDist = math.huge
  86. for i,v in pairs(game.Players:GetPlayers()) do
  87. if v ~= game.Players.LocalPlayer then
  88. local Dist = (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude
  89. if Dist < closesDist then
  90. closesDist = Dist
  91. closestPlayer = v
  92. end
  93. end
  94. end
  95. return closestPlayer
  96. end
  97.  
  98. --> starting the aimbot
  99. _G.aim = false
  100. UIS.InputBegan:Connect(function(inp)
  101. if inp.UserInputType == Enum.UserInputType.MouseButton2 then
  102. _G.aim = true
  103. while wait() do
  104. camera.CFrame = CFrame.new(camera.CFrame.Position,getClosest().Character.Head.Position)
  105. if _G.aim == false then return end
  106. end
  107. end
  108. end)
  109. --> ending the aimbot
  110. UIS.InputEnded:Connect(function(inp)
  111. if inp.UserInputType == Enum.UserInputType.MouseButton2 then
  112. _G.aim = false
  113. end
  114. end)
  115. end)
  116.  
  117. MainSection:NewButton("Strucid", "Strucid Script", function()
  118. loadstring(game:HttpGet("http://gameovers.net/Scripts/Free/HitboxExpander/main.lua", true))()
  119. end)
  120.  
  121. MainSection:NewButton("BloxBurg", "Name Explains", function()
  122. loadstring(http_request({Url="https://cdn.applebee1558.com/alphax/AlphaX.lua",Method="GET"}).Body)()
  123. end)
  124.  
  125. MainSection:NewButton("Pet Sim X", "Pet Sim X ", function()
  126. loadstring(game:HttpGet("https://pastebin.com/raw/95HthyJq"))()
  127. end)
  128.  
  129. MainSection:NewButton("FE Script Hub", "Ya Know", function()
  130. loadstring(game:HttpGet(('https://pastebin.com/raw/eZrStP3U'),true))()
  131. end)
  132.  
  133. local Main = Window:NewTab("Mostly ESP")
  134. local MainSection = Main:NewSection("ESP")
  135.  
  136. MainSection:NewButton("Universal ESP", "ESP", function()
  137. local gui = Instance.new("BillboardGui");
  138. gui.Name = "";
  139. gui.AlwaysOnTop = true;
  140. gui.LightInfluence = 0;
  141. gui.Size = UDim2.new(1.75, 0, 1.75, 0);
  142. local frame = Instance.new("Frame", gui);
  143. frame.BackgroundColor3 = Color3.fromRGB(170, 0, 0);
  144. frame.Size = UDim2.new(1, 0, 1, 0);
  145. frame.BorderSizePixel = 4;
  146. frame.BorderColor3 = Color3.fromRGB(0, 0, 0);
  147. local gi = gui:Clone();
  148. local body = frame:Clone();
  149. body.Parent = gi;
  150. body.BackgroundColor3 = Color3.fromRGB(0, 170, 170);
  151.  
  152. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  153. if v.Name ~= game:GetService("Players").LocalPlayer.Name and v.Character and v.Character:FindFirstChild("Head") then
  154. gui:Clone().Parent = v.Character.Head;
  155. end
  156. end
  157. end)
  158.  
  159. MainSection:NewButton("ESP For ARSENAL", "OwlHub.", function()
  160. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  161. end)
  162.  
  163. MainSection:NewButton("Esp for idk what", "esp?", function()
  164. loadstring(game:HttpGet('https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua',true))()
  165. end)
  166.  
  167. local Main = Window:NewTab("Fun Stuff")
  168. local MainSection = Main:NewSection("fun")
  169.  
  170. MainSection:NewButton("Jump in the Caac", "goofy ahh", function()
  171. --[[
  172. Jump in the CAAC
  173. by EthanHong0407
  174.  
  175. why the hell did i make this
  176. i dont even know anymore
  177. ]]
  178.  
  179. local plr = game.Players.LocalPlayer
  180. local char = plr.Character
  181. local hum = char:FindFirstChildOfClass("Humanoid")
  182. local t = tick()
  183. local action = ""
  184. local torsorot = 0
  185. if hum:FindFirstChild("Animator") then
  186. hum.Animator:Destroy()
  187. end
  188.  
  189. hum.WalkSpeed = 0
  190.  
  191.  
  192. local song = Instance.new("Sound", char)
  193. song.SoundId = "rbxassetid://1883633498"
  194. song.Volume = 1
  195. song.TimePosition = 3
  196. song:Play()
  197. function createJoint(wp0, wp1, wc0x, wc0y, wc0z, wc1x, wc1y, wc1z, name)
  198. local joint = Instance.new("Motor6D", wp0)
  199. joint.Part0 = wp0
  200. joint.Part1 = wp1
  201. joint.C0 = CFrame.new(wc0x, wc0y, wc0z)
  202. joint.C1 = CFrame.new(wc1x, wc1y, wc1z)
  203. joint.Name = name
  204. return joint
  205. end
  206.  
  207. local RS = createJoint(char.Torso, char["Right Arm"], 1.5, 0.5, 0, 0, 0.5, 0, "Right Shoulder")
  208. local TS = createJoint(char.HumanoidRootPart, char.Torso, 0, 0, 0, 0, 0, 0, "RootJoint")
  209. local LS = createJoint(char.Torso, char["Left Arm"], -1.5, 0.5, 0, 0, 0.5, 0, "Left Shoulder")
  210. local RH = createJoint(char.Torso, char["Right Leg"], 0.5, -1, 0, 0, 1, 0, "Right Hip")
  211. local LH = createJoint(char.Torso, char["Left Leg"], -0.5, -1, 0, 0, 1, 0, "Left Hip")
  212. local NK = createJoint(char.Torso, char.Head, 0, 1, 0, 0, -1/2, 0, "Neck")
  213.  
  214. local rsc0 = RS.C0
  215. local lsc0 = LS.C0
  216. local tsc0 = TS.C0
  217. local rhc0 = RH.C0
  218. local lhc0 = LH.C0
  219. local nkc0 = NK.C0
  220.  
  221. local gun = Instance.new("Part", char)
  222. gun.Size = Vector3.new(1, 1, 1)
  223. gun.Anchored = false
  224. gun.CFrame = CFrame.new(0, 10, 0)
  225. gun.BrickColor = BrickColor.new("Black")
  226. gun:BreakJoints()
  227. local gunMesh = Instance.new("SpecialMesh", gun)
  228. gunMesh.MeshId = "rbxassetid://430697201"
  229. gunMesh.Scale = Vector3.new(1, 1, 1)
  230.  
  231. local gunWeld = Instance.new("Weld", gun)
  232. gunWeld.Part0 = char["Right Arm"]
  233. gunWeld.Part1 = gun
  234. gunWeld.C0 = CFrame.new(0, -1.2, -0.3) * CFrame.Angles(0, 0, math.rad(90))
  235. * CFrame.Angles(math.rad(-90), 0, 0)
  236. * CFrame.Angles(0, math.rad(180), 0)
  237.  
  238.  
  239. TS.C0 = CFrame.new(0, 10000, 0)
  240. game:GetService("RunService").RenderStepped:connect(function()
  241. t = t + 0.5
  242. if action == "IGotAGun" then
  243. local speed = 0.3
  244. torsorot = torsorot + 45
  245. NK.C0 = NK.C0:lerp(nkc0, speed)
  246. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(math.rad(torsorot), 0, 0)
  247. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  248. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  249. * CFrame.Angles(math.rad(90), 0, 0), speed)
  250. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  251. * CFrame.Angles(math.rad(-5), 0, math.rad(5)), speed)
  252. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  253. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  254. elseif action == "IGotAGun2" then
  255. local speed = 0.3
  256.  
  257. NK.C0 = NK.C0:lerp(nkc0, speed)
  258. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, 0, 0)
  259. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  260. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  261. * CFrame.Angles(math.rad(90), 0, 0), speed)
  262. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  263. * CFrame.Angles(math.rad(-5), 0, math.rad(5)), speed)
  264. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  265. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  266. elseif action == "CoufCouf" then
  267. local speed = 1
  268. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  269. math.rad(math.random(-360, 360)),
  270. math.rad(math.random(-360, 360))), speed)
  271. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  272. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  273. math.rad(math.random(-360, 360)),
  274. math.rad(math.random(-360, 360))), speed)
  275. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  276. math.rad(math.random(-360, 360)),
  277. math.rad(math.random(-360, 360))), speed)
  278. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  279. math.rad(math.random(-360, 360)),
  280. math.rad(math.random(-360, 360))), speed)
  281. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  282. math.rad(math.random(-360, 360)),
  283. math.rad(math.random(-360, 360))), speed)
  284. elseif action == "Sleep" then
  285. local speed = 1
  286. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, math.rad(10), 0), speed)
  287. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, -0.5, 1)
  288. * CFrame.Angles(math.rad(90), 0, 0), speed)
  289. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(0, 0, math.rad(60)), speed)
  290. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(0, 0, math.rad(-45)), speed)
  291. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(0, 0, math.rad(20)), speed)
  292. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(0, 0, math.rad(-40)), speed)
  293. elseif action == "WakeUp" then
  294. local speed = 0.3
  295. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.rad(-10), 0, 0), speed)
  296. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, 0, 0.5), speed)
  297. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(0, 0, math.rad(-20)), speed)
  298. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(0, 0, math.rad(20)), speed)
  299. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(math.rad(90), 0, math.rad(20)), speed)
  300. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(math.rad(90), 0, math.rad(-20)), speed)
  301. elseif action == "Whehw" then
  302. local speed = 1
  303. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  304. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, 0, 0.5), speed)
  305. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  306. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  307. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(math.rad(90), 0, math.rad(20)), speed)
  308. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(math.rad(90), 0, math.rad(-20)), speed)
  309. elseif action == "Julioliolio" then
  310. local speed = 1
  311. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  312. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  313. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  314. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  315. RH.C0 = RH.C0:lerp(rhc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  316. LH.C0 = LH.C0:lerp(lhc0 * CFrame.Angles(math.random(-360, 360),math.random(-360, 360), math.random(-360, 360)), speed)
  317. elseif action == "ICan" then
  318. local speed = 1
  319. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, math.rad(20), 0), speed)
  320. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, math.rad(-20), 0)
  321. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  322. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  323. * CFrame.Angles(math.rad(-5), 0, 0), speed)
  324. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  325. * CFrame.Angles(math.rad(90), 0, math.rad(-5)), speed)
  326. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  327. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  328. elseif action == "ICan2" then
  329. local speed = 0.4
  330. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, math.rad(20), 0), speed)
  331. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, math.rad(-20), 0)
  332. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  333. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  334. * CFrame.Angles(math.rad(-5), 0, 0), speed)
  335. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  336. * CFrame.Angles(math.rad(90), 0, math.rad(-5)), speed)
  337. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  338. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  339. elseif action == "ICant" then
  340. local speed = 0.4
  341. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, math.rad(20), 0), speed)
  342. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, math.rad(-20), 0)
  343. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  344. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  345. * CFrame.Angles(math.rad(-5), 0, 0), speed)
  346. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  347. * CFrame.Angles(math.rad(90), 0, math.rad(-70)), speed)
  348. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  349. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  350. elseif action == "BabyJeans" then
  351. NK.C0 = nkc0
  352. TS.C0 = tsc0 * CFrame.new(0, 8, 0)
  353. LS.C0 = lsc0
  354. RS.C0 = rsc0
  355. LH.C0 = lhc0
  356. RH.C0 = rhc0
  357. elseif action == "YouAndYour" then
  358. local speed = 1
  359. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(0, -math.rad(20), 0), speed)
  360. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, math.rad(20), 0)
  361. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  362. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0)
  363. * CFrame.Angles(math.rad(90), 0, math.rad(20)), speed)
  364. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0, math.sin(t/5)/10/2, 0), speed)
  365. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  366. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  367. elseif action == "Painis" then
  368. local speed = 0.4
  369. NK.C0 = NK.C0:lerp(nkc0 * CFrame.Angles(math.rad(-20), 0, 0), speed)
  370. TS.C0 = TS.C0:lerp(tsc0 * CFrame.Angles(0, 0, 0)
  371. * CFrame.new(0, -math.cos(t/5)/10/2, 0), speed)
  372. RS.C0 = RS.C0:lerp(rsc0 * CFrame.new(-0.5, -0.1, 0)
  373. * CFrame.Angles(math.rad(10), 0, math.rad(-45)), speed)
  374. LS.C0 = LS.C0:lerp(lsc0 * CFrame.new(0.5, -0.1, 0)
  375. * CFrame.Angles(math.rad(10), 0, math.rad(45)), speed)
  376. RH.C0 = RH.C0:lerp(rhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  377. LH.C0 = LH.C0:lerp(lhc0 * CFrame.new(0, math.cos(t/5)/10/2, 0), speed)
  378. elseif action == "Impoopments" then
  379. local speed = 1
  380. NK.C0 = NK.C0:lerp(nkc0, speed)
  381. TS.C0 = TS.C0:lerp(tsc0, speed)
  382. RS.C0 = RS.C0:lerp(rsc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  383. math.rad(math.random(-360, 360)),
  384. math.rad(math.random(-360, 360))), speed)
  385. LS.C0 = LS.C0:lerp(lsc0 * CFrame.Angles(math.rad(math.random(-360, 360)),
  386. math.rad(math.random(-360, 360)),
  387. math.rad(math.random(-360, 360))), speed)
  388. RH.C0 = RH.C0:lerp(rhc0, speed)
  389. LH.C0 = LH.C0:lerp(lhc0, speed)
  390. elseif action == "Normal" then
  391. local speed = 1
  392. NK.C0 = nkc0
  393. TS.C0 = tsc0
  394. LS.C0 = lsc0
  395. RS.C0 = rsc0
  396. LH.C0 = lhc0
  397. RH.C0 = rhc0
  398. elseif action == "Jooj" then
  399. NK.C0 = nkc0 * CFrame.new(math.random(-10, 10)/10, math.random(-10, 10)/10, math.random(-10, 10)/10)
  400. TS.C0 = tsc0 * CFrame.new(math.random(-10, 10)/10, math.random(-10, 10)/10, math.random(-10, 10)/10)
  401. LS.C0 = lsc0 * CFrame.new(math.random(-10, 10)/10, math.random(-10, 10)/10, math.random(-10, 10)/10)
  402. LH.C0 = lhc0 * CFrame.new(math.random(-10, 10)/10, math.random(-10, 10)/10, math.random(-10, 10)/10)
  403. RS.C0 = rsc0 * CFrame.new(math.random(-10, 10)/10, math.random(-10, 10)/10, math.random(-10, 10)/10)
  404. RH.C0 = rhc0 * CFrame.new(math.random(-10, 10)/10, math.random(-10, 10)/10, math.random(-10, 10)/10)
  405. elseif action == "Upsidedown" then
  406. local speed = 1
  407. NK.C0 = nkc0
  408. TS.C0 = tsc0 * CFrame.Angles(0, 0, math.rad(180))
  409. LS.C0 = lsc0
  410. RS.C0 = rsc0
  411. LH.C0 = lhc0
  412. RH.C0 = rhc0
  413. elseif action == "CAAC" then
  414. local speed = 0.1
  415. NK.C0 = nkc0
  416. TS.C0 = TS.C0:lerp(tsc0 * CFrame.new(0, 4, 0), speed)
  417. LS.C0 = lsc0
  418. RS.C0 = rsc0
  419. LH.C0 = lhc0
  420. RH.C0 = rhc0
  421. end
  422. end)
  423.  
  424.  
  425. action = "IGotAGun"
  426. wait(0.5)
  427. action = "IGotAGun2"
  428. wait(2.9)
  429. action = "CoufCouf"
  430. local part = Instance.new("Part", char)
  431. part.Anchored = true
  432. part.Material = "Neon"
  433. part.BrickColor = BrickColor.new("New Yeller")
  434. part.CanCollide = false
  435. part.Size = Vector3.new(0.1, 0.1, 10000)
  436. for i = 1, 16 do
  437.  
  438.  
  439. part.CFrame = CFrame.new(char.HumanoidRootPart.Position, Vector3.new(math.random(-100, 100), math.random(-100, 100),math.random(-100, 100)))
  440. wait(0.5/16)
  441.  
  442. end
  443. part:Destroy()
  444. gun:Destroy()
  445. local bed = Instance.new("Part", char)
  446. bed.Anchored = false
  447. bed.CanCollide = false
  448. bed.Size = Vector3.new(4, 8, 2)
  449. bed:BreakJoints()
  450. local bedmesh = Instance.new("SpecialMesh", bed)
  451. bedmesh.Scale = Vector3.new(0.4, 0.5, 0.4)
  452. bedmesh.MeshId = "rbxassetid://473508427"
  453. bedmesh.TextureId = "rbxassetid://473508936"
  454. local bedweld = Instance.new("Weld", bed)
  455. bedweld.Part0 = char.HumanoidRootPart
  456. bedweld.Part1 = bed
  457. bedweld.C0 = CFrame.new(0, -1.35, 1) * CFrame.Angles(0, math.rad(-180), 0)
  458. * CFrame.Angles(math.rad(-90), 0, 0)
  459. action = "Sleep"
  460. wait(0.25)
  461. action = "WakeUp"
  462. wait(0.5)
  463. action = "Whehw"
  464. wait(0.7)
  465. action = "Julioliolio"
  466. for i = 1, 16 do
  467. bedweld.C0 = CFrame.new(0, -1.35, 1) * CFrame.Angles(0, math.rad(-180), 0)
  468. * CFrame.Angles(math.rad(-90) + math.random(-360, 360), math.random(-360, 360), math.random(-360, 360))
  469. wait(1/16)
  470. end
  471. bed:Destroy()
  472. action = "ICan"
  473. wait(0.2)
  474. action = "ICant"
  475. wait(0.25)
  476. action = "ICan2"
  477. wait(0.2)
  478. action = "ICant"
  479. wait(0.35)
  480. action = "BabyJeans"
  481. local baby = Instance.new("Part", char)
  482. baby.Size = Vector3.new(2, 2, 1)
  483. baby.Anchored = false
  484. baby.CanCollide = false
  485. baby:BreakJoints()
  486.  
  487. local baby2 = Instance.new("SpecialMesh", baby)
  488. baby2.MeshId = "rbxassetid://430300723"
  489. baby2.Scale = Vector3.new(5, 5, 5)
  490. baby2.TextureId = "rbxassetid://430300725"
  491.  
  492. local babyweld = Instance.new("Weld", baby)
  493. babyweld.Part0 = char.Torso
  494. babyweld.Part1 = baby
  495. babyweld.C0 = CFrame.new(0, -1, 0)
  496. * CFrame.Angles(0, math.rad(180), 0)
  497. wait(0.5)
  498. baby2.TextureId = "rbxassetid://140688857"
  499. wait(1.1)
  500. baby:Destroy()
  501. action = "YouAndYour"
  502. wait(0.5)
  503. action = "Painis"
  504. wait(0.4)
  505. action = "Impoopments"
  506. wait(1)
  507.  
  508. local pp = Instance.new("Part", char)
  509. pp.Size = Vector3.new(1, 1, 1)
  510. pp.Anchored = true
  511. pp.CanCollide = false
  512. pp.BrickColor = char.Torso.BrickColor
  513. pp:BreakJoints()
  514. pp.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0, -1, 0)
  515.  
  516. for i = 1, 20 do
  517. pp.Size = pp.Size + Vector3.new(0, 0, 2)
  518. pp.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0, -1, -i)
  519. wait(0.5/20)
  520. end
  521. pp:Destroy()
  522. action = "Jooj"
  523. wait(1.7)
  524. action = "Normal"
  525. wait(0.5)
  526. action = "Upsidedown"
  527. wait(0.5)
  528. action = "Normal"
  529. TS.C0 = tsc0 * CFrame.new(0, 10, 0)
  530. local caac = Instance.new("Part", char)
  531. caac.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0, -1, 0)
  532. caac.Anchored = true
  533. caac.CanCollide = true
  534. caac.Size = Vector3.new(8, 4, 1)
  535. caac:BreakJoints()
  536. local caactext = Instance.new("SurfaceGui", caac)
  537. caactext.Adornee = caac
  538. local caactext2 = Instance.new("TextLabel", caactext)
  539. caactext2.Size = UDim2.new(1, 0, 1, 0)
  540. caactext2.TextScaled = true
  541. caactext2.Text = "CAAC"
  542. caactext2.Font = "Legacy"
  543. action = "CAAC"
  544. wait(1.7)
  545. coroutine.resume(coroutine.create(function()
  546. for i = 1, 100 do
  547. if char.Head ~= nil then
  548. char.Head.Mesh.Scale = char.Head.Mesh.Scale + Vector3.new(1, 1, 1)
  549. end
  550. wait(0.5/100)
  551. end
  552. end))
  553. wait(1)
  554. caac.Anchored = false
  555. char.Head:Destroy()
  556. local sound = Instance.new("Sound", char.Torso)
  557. sound.SoundId = "rbxassetid://440431180"
  558. sound.Volume = 1
  559. sound:Play()
  560.  
  561. local explosion = Instance.new("Explosion", char)
  562. explosion.BlastRadius = 1
  563. explosion.BlastPressure = 9000
  564. explosion.Position = char.Torso.Position
  565. end)
  566.  
  567. MainSection:NewButton("Say Balls In Console lol", "press F9", function()
  568. print("Balls")
  569. end)
  570.  
  571. local Main = Window:NewTab("WS Scripts")
  572. local MainSection = Main:NewSection("WalkSpeed")
  573.  
  574. MainSection:NewButton("WS (in progress srry)", "Walk Speed", function()
  575. --Skid this shut as much as u want lmao
  576. local Player = game:GetService'Players'.LocalPlayer;
  577. local UIS = game:GetService'UserInputService';
  578. UIS.InputBegan:connect(function(UserInput)
  579. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.LeftShift then
  580. _G.Running = true
  581. while wait(0.005) and _G.Running == true do
  582. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 1
  583. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 1
  584. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 1
  585. end
  586. end
  587. end)
  588. UIS.InputEnded:connect(function(UserInput)
  589. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.LeftShift then
  590. _G.Running = false
  591. end
  592. end)
  593. end)
  594.  
  595. MainSection:NewButton("FE Fling mouse", "...", function()
  596. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  597. if v:IsA("BasePart") and v.Name ~="LeftArm" then
  598. game:GetService("RunService").Heartbeat:connect(function()
  599. v.Velocity = Vector3.new(0,-30,0)
  600. wait(0.5)
  601. end)
  602. end
  603. end
  604.  
  605. function rmesh(HatName)
  606. for _,mesh in next, workspace[game.Players.LocalPlayer.Name][HatName]:GetDescendants() do
  607. if mesh:IsA("Mesh") or mesh:IsA("SpecialMesh") then
  608. mesh:Remove()
  609. end
  610. end
  611. end
  612.  
  613. function create(part, parent, position, rotation)
  614. part.AccessoryWeld:Remove()
  615. Instance.new("Attachment",part)
  616. Instance.new("AlignPosition",part)
  617. Instance.new("AlignOrientation",part)
  618. Instance.new("Attachment",parent)
  619. part.AlignPosition.Attachment0 = part.Attachment
  620. part.AlignOrientation.Attachment0 = part.Attachment
  621. part.AlignPosition.Attachment1 = parent.Attachment
  622. part.AlignOrientation.Attachment1 = parent.Attachment
  623. part.Attachment.Position = position
  624. part.Attachment.Orientation = rotation
  625. part.AlignPosition.Responsiveness = 200
  626. part.AlignOrientation.Responsiveness = 200
  627. part.AlignPosition.MaxForce = 9999999
  628. part.AlignPosition.RigidityEnabled = false
  629. part.AlignOrientation.MaxTorque = 9999999
  630. end
  631.  
  632. local LocalPlayer = game.Players.LocalPlayer
  633.  
  634. function eswait(num)
  635. if num == 0 or num == nil then
  636. game:service("RunService").Stepped:wait(0)
  637. else
  638. for i = 0, num do
  639. game:service("RunService").Stepped:wait(0)
  640. end
  641. end
  642. end
  643.  
  644. function makepart(hat,part)
  645. Instance.new('Part',workspace[LocalPlayer.Name])
  646. workspace[LocalPlayer.Name].Part.Name = 'lerp'..hat
  647. workspace[LocalPlayer.Name]['lerp'..hat].CanCollide = false
  648. workspace[LocalPlayer.Name]['lerp'..hat].Size = workspace[LocalPlayer.Name][hat].Handle.Size
  649. workspace[LocalPlayer.Name]['lerp'..hat].Transparency = 1
  650. Instance.new('Weld',workspace[LocalPlayer.Name]['lerp'..hat])
  651. create(workspace[LocalPlayer.Name][hat].Handle,workspace[LocalPlayer.Name]['lerp'..hat],Vector3.new(),Vector3.new())
  652. workspace[LocalPlayer.Name]['lerp'..hat].Weld.Part0 = workspace[LocalPlayer.Name]['lerp'..hat]
  653. workspace[LocalPlayer.Name]['lerp'..hat].Weld.Part1 = workspace[LocalPlayer.Name][part]
  654. workspace[LocalPlayer.Name]['lerp'..hat].Weld.C0 = workspace[LocalPlayer.Name]['lerp'..hat].CFrame:inverse() * workspace[LocalPlayer.Name][part].CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),math.rad(0),0)
  655. end
  656.  
  657. local hatsine = 0
  658.  
  659. local hatchange = 1
  660.  
  661. function clerp(hat,ppx,ppy,pppz,rrrx,rrry,rrz,lppx,lppy,lpppz,lrrrx,lrrry,lrrz,speed)
  662. coroutine.wrap(function()
  663. while true do
  664. hatsine = hatsine + speed
  665. workspace[game.Players.LocalPlayer.Name]['lerp'..hat].Weld.C0 = workspace[game.Players.LocalPlayer.Name]['lerp'..hat].Weld.C0:lerp(CFrame.new(ppx + lppx * math.sin(hatsine/11), ppy + lppy * math.sin(hatsine/11), pppz + lpppz * math.sin(hatsine/11)) * CFrame.Angles(math.rad(rrrx + lrrrx * math.sin(hatsine/11)), math.rad(rrry + lrrry * math.sin(hatsine/11)), math.rad(rrz + lrrz * math.sin(hatsine/11))),0.1)
  666. eswait()
  667. end
  668. end)()
  669. end
  670.  
  671. local player = game.Players.LocalPlayer
  672. local character1 = player.Character
  673. local mouse = player:GetMouse()
  674.  
  675. local fakebody = Instance.new("Part", character1)
  676. fakebody.Transparency = 1
  677. fakebody.Anchored = true
  678. fakebody.CanCollide = false
  679. fakebody.Position = character1.Head.Position
  680. fakebody.Name = "FPart"
  681. wait()
  682. _G.ReanimationType = "PDeath" --PDeath, Fling, Simple
  683. _G.Velocity = Vector3.new(36,0,0)
  684. _G.FlingBlock = true
  685. _G.FlingBlockTransparency = 1
  686. _G.HighlightFlingBlock = true
  687. _G.FlingBlockPosition = "FPart"
  688. _G.HighlightFlingBlockColor = Color3.fromRGB(255,0,0)
  689.  
  690. loadstring(game:HttpGet("https://raw.githubusercontent.com/GelatekWasTaken/Reanimation.lua/main/Main/Main.lua"))()
  691. wait(1)
  692.  
  693. mouse.KeyDown:connect(function(key)
  694. if key == "e" then
  695. character1.Reanimate.FPart.Position = mouse.Hit.p
  696. end
  697. end)
  698.  
  699. rmesh('Pink Hair')
  700. rmesh('Kate Hair')
  701.  
  702. makepart('Kate Hair','Right Arm')
  703. clerp('Kate Hair',0,1,0,0,0,0,0,0,0,0,0,0,1)
  704.  
  705. makepart('Pink Hair','Right Arm')
  706. clerp('Pink Hair',0,0.5,-2,-90,0,0,0,0,0,0,0,0,1)
  707.  
  708. local Scale = game.Players.LocalPlayer.Character.Torso.Size.X/2*(game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted") ~= nil and game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted").Scale.Z or 1)*0.8
  709. local Speed = 20*Scale
  710. local Gravity = 0.1
  711.  
  712. local Player = game.Players.LocalPlayer
  713. local Character = Player.Character.Reanimate
  714. local Humanoid = Character.Humanoid
  715. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,false)
  716. local Torso = Character.HumanoidRootPart
  717. local Mouse = game.Players.LocalPlayer:GetMouse()
  718. local RenderStepped = game:GetService("RunService").RenderStepped
  719. local Camera = Workspace.CurrentCamera
  720. Camera:ClearAllChildren()
  721. local Model = Instance.new("Model",Character)
  722. local IgnoreList = {Character,Workspace.Terrain}
  723.  
  724. local Part0Joint = CFrame.new(Vector3.new(1,0.75,0)*Scale*1.25)
  725. local Part1Joint = CFrame.new(Vector3.new(-0.5,0.75,0)*Scale*1.25)
  726. local RotationOffset = CFrame.Angles(math.rad(90),math.rad(0),0)
  727. local Gangster = false
  728.  
  729. local Part0JointHead = CFrame.new(Vector3.new(0,1,0)*Scale*1.25)
  730. local Part1JointHead = CFrame.new(Vector3.new(0,-0.5,0)*Scale*1.25)
  731. local RotationOffsetHead = CFrame.Angles(0,0,0)
  732.  
  733. local Handle = Instance.new("Part",Model)
  734. Handle.CanCollide = false
  735. Handle.Name = "Handle"
  736. Handle.Position = Vector3.new(0,100,0)
  737. Handle:BreakJoints()
  738. Handle.FormFactor = "Custom"
  739. Handle.Size = Vector3.new(0.2,0.2,0.2)
  740. Handle.TopSurface = "SmoothNoOutlines"
  741. Handle.BottomSurface = "SmoothNoOutlines"
  742. Handle.FrontSurface = "SmoothNoOutlines"
  743. Handle.BackSurface = "SmoothNoOutlines"
  744. Handle.RightSurface = "SmoothNoOutlines"
  745. Handle.LeftSurface = "SmoothNoOutlines"
  746. Handle.BrickColor = BrickColor.new("Black")
  747. local Mesh = Instance.new("BlockMesh",Handle)
  748. Mesh.Scale = Vector3.new(0.25,1,0.4) / 0.2 * Scale
  749. local HandleWeld = Instance.new("Motor6D")
  750. HandleWeld.Part0 = Character["Right Arm"]
  751. HandleWeld.Part1 = Handle
  752. HandleWeld.C0 = CFrame.new(Vector3.new(0,-1,0)*Scale) * CFrame.Angles(math.rad(-105),0,0)
  753. HandleWeld.Parent = Handle
  754.  
  755. local Part = Instance.new("Part",Model)
  756. Part.CanCollide = false
  757. Part.Position = Vector3.new(0,100,0)
  758. Part:BreakJoints()
  759. Part.FormFactor = "Custom"
  760. Part.Size = Vector3.new(0.2,0.2,0.2)
  761. Part.TopSurface = "SmoothNoOutlines"
  762. Part.BottomSurface = "SmoothNoOutlines"
  763. Part.FrontSurface = "SmoothNoOutlines"
  764. Part.BackSurface = "SmoothNoOutlines"
  765. Part.RightSurface = "SmoothNoOutlines"
  766. Part.LeftSurface = "SmoothNoOutlines"
  767. Part.BrickColor = BrickColor.new("Black")
  768. local Mesh = Instance.new("CylinderMesh",Part)
  769. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  770. local PartWeld = Instance.new("Motor6D")
  771. PartWeld.Part0 = Handle
  772. PartWeld.Part1 = Part
  773. PartWeld.C0 = CFrame.new(Vector3.new(-0.115,-0.475,-0.190)*Scale) * CFrame.Angles(0,0,0)
  774. PartWeld.Parent = Part
  775.  
  776. local Part = Instance.new("Part",Model)
  777. Part.CanCollide = false
  778. Part.Position = Vector3.new(0,100,0)
  779. Part:BreakJoints()
  780. Part.FormFactor = "Custom"
  781. Part.Size = Vector3.new(0.2,0.2,0.2)
  782. Part.TopSurface = "SmoothNoOutlines"
  783. Part.BottomSurface = "SmoothNoOutlines"
  784. Part.FrontSurface = "SmoothNoOutlines"
  785. Part.BackSurface = "SmoothNoOutlines"
  786. Part.RightSurface = "SmoothNoOutlines"
  787. Part.LeftSurface = "SmoothNoOutlines"
  788. Part.BrickColor = BrickColor.new("Black")
  789. local Mesh = Instance.new("CylinderMesh",Part)
  790. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  791. local PartWeld = Instance.new("Motor6D")
  792. PartWeld.Part0 = Handle
  793. PartWeld.Part1 = Part
  794. PartWeld.C0 = CFrame.new(Vector3.new(0.115,-0.475,0.190)*Scale) * CFrame.Angles(0,0,0)
  795. PartWeld.Parent = Part
  796.  
  797. local Part = Instance.new("Part",Model)
  798. Part.CanCollide = false
  799. Part.Position = Vector3.new(0,100,0)
  800. Part:BreakJoints()
  801. Part.FormFactor = "Custom"
  802. Part.Size = Vector3.new(0.2,0.2,0.2)
  803. Part.TopSurface = "SmoothNoOutlines"
  804. Part.BottomSurface = "SmoothNoOutlines"
  805. Part.FrontSurface = "SmoothNoOutlines"
  806. Part.BackSurface = "SmoothNoOutlines"
  807. Part.RightSurface = "SmoothNoOutlines"
  808. Part.LeftSurface = "SmoothNoOutlines"
  809. Part.BrickColor = BrickColor.new("Black")
  810. local Mesh = Instance.new("CylinderMesh",Part)
  811. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  812. local PartWeld = Instance.new("Motor6D")
  813. PartWeld.Part0 = Handle
  814. PartWeld.Part1 = Part
  815. PartWeld.C0 = CFrame.new(Vector3.new(-0.115,-0.475,0.190)*Scale) * CFrame.Angles(0,0,0)
  816. PartWeld.Parent = Part
  817.  
  818. local Part = Instance.new("Part",Model)
  819. Part.CanCollide = false
  820. Part.Position = Vector3.new(0,100,0)
  821. Part:BreakJoints()
  822. Part.FormFactor = "Custom"
  823. Part.Size = Vector3.new(0.2,0.2,0.2)
  824. Part.TopSurface = "SmoothNoOutlines"
  825. Part.BottomSurface = "SmoothNoOutlines"
  826. Part.FrontSurface = "SmoothNoOutlines"
  827. Part.BackSurface = "SmoothNoOutlines"
  828. Part.RightSurface = "SmoothNoOutlines"
  829. Part.LeftSurface = "SmoothNoOutlines"
  830. Part.BrickColor = BrickColor.new("Black")
  831. local Mesh = Instance.new("CylinderMesh",Part)
  832. Mesh.Scale = Vector3.new(0.07,0.2,0.07) / 0.2 * Scale
  833. local PartWeld = Instance.new("Motor6D")
  834. PartWeld.Part0 = Handle
  835. PartWeld.Part1 = Part
  836. PartWeld.C0 = CFrame.new(Vector3.new(0.115,-0.475,-0.190)*Scale) * CFrame.Angles(0,0,0)
  837. PartWeld.Parent = Part
  838.  
  839. local Part = Instance.new("Part",Model)
  840. Part.CanCollide = false
  841. Part.Position = Vector3.new(0,100,0)
  842. Part:BreakJoints()
  843. Part.FormFactor = "Custom"
  844. Part.Size = Vector3.new(0.2,0.2,0.2)
  845. Part.TopSurface = "SmoothNoOutlines"
  846. Part.BottomSurface = "SmoothNoOutlines"
  847. Part.FrontSurface = "SmoothNoOutlines"
  848. Part.BackSurface = "SmoothNoOutlines"
  849. Part.RightSurface = "SmoothNoOutlines"
  850. Part.LeftSurface = "SmoothNoOutlines"
  851. Part.BrickColor = BrickColor.new("Black")
  852. local Mesh = Instance.new("BlockMesh",Part)
  853. Mesh.Scale = Vector3.new(0.23,0.2,0.1) / 0.2 * Scale
  854. local PartWeld = Instance.new("Motor6D")
  855. PartWeld.Part0 = Handle
  856. PartWeld.Part1 = Part
  857. PartWeld.C0 = CFrame.new(Vector3.new(0,-0.475,-0.175)*Scale) * CFrame.Angles(0,0,0)
  858. PartWeld.Parent = Part
  859.  
  860. local Part = Instance.new("Part",Model)
  861. Part.CanCollide = false
  862. Part.Position = Vector3.new(0,100,0)
  863. Part:BreakJoints()
  864. Part.FormFactor = "Custom"
  865. Part.Size = Vector3.new(0.2,0.2,0.2)
  866. Part.TopSurface = "SmoothNoOutlines"
  867. Part.BottomSurface = "SmoothNoOutlines"
  868. Part.FrontSurface = "SmoothNoOutlines"
  869. Part.BackSurface = "SmoothNoOutlines"
  870. Part.RightSurface = "SmoothNoOutlines"
  871. Part.LeftSurface = "SmoothNoOutlines"
  872. Part.BrickColor = BrickColor.new("Black")
  873. local Mesh = Instance.new("BlockMesh",Part)
  874. Mesh.Scale = Vector3.new(0.23,0.2,0.1) / 0.2 * Scale
  875. local PartWeld = Instance.new("Motor6D")
  876. PartWeld.Part0 = Handle
  877. PartWeld.Part1 = Part
  878. PartWeld.C0 = CFrame.new(Vector3.new(0,-0.475,0.175)*Scale) * CFrame.Angles(0,0,0)
  879. PartWeld.Parent = Part
  880.  
  881. local Part = Instance.new("Part",Model)
  882. Part.CanCollide = false
  883. Part.Position = Vector3.new(0,100,0)
  884. Part:BreakJoints()
  885. Part.FormFactor = "Custom"
  886. Part.Size = Vector3.new(0.2,0.2,0.2)
  887. Part.TopSurface = "SmoothNoOutlines"
  888. Part.BottomSurface = "SmoothNoOutlines"
  889. Part.FrontSurface = "SmoothNoOutlines"
  890. Part.BackSurface = "SmoothNoOutlines"
  891. Part.RightSurface = "SmoothNoOutlines"
  892. Part.LeftSurface = "SmoothNoOutlines"
  893. Part.BrickColor = BrickColor.new("Black")
  894. local Mesh = Instance.new("BlockMesh",Part)
  895. Mesh.Scale = Vector3.new(0.1,0.2,0.38) / 0.2 * Scale
  896. local PartWeld = Instance.new("Motor6D")
  897. PartWeld.Part0 = Handle
  898. PartWeld.Part1 = Part
  899. PartWeld.C0 = CFrame.new(Vector3.new(-0.1,-0.475,0)*Scale) * CFrame.Angles(0,0,0)
  900. PartWeld.Parent = Part
  901.  
  902. local Part = Instance.new("Part",Model)
  903. Part.CanCollide = false
  904. Part.Position = Vector3.new(0,100,0)
  905. Part:BreakJoints()
  906. Part.FormFactor = "Custom"
  907. Part.Size = Vector3.new(0.2,0.2,0.2)
  908. Part.TopSurface = "SmoothNoOutlines"
  909. Part.BottomSurface = "SmoothNoOutlines"
  910. Part.FrontSurface = "SmoothNoOutlines"
  911. Part.BackSurface = "SmoothNoOutlines"
  912. Part.RightSurface = "SmoothNoOutlines"
  913. Part.LeftSurface = "SmoothNoOutlines"
  914. Part.BrickColor = BrickColor.new("Black")
  915. local Mesh = Instance.new("BlockMesh",Part)
  916. Mesh.Scale = Vector3.new(0.1,0.2,0.38) / 0.2 * Scale
  917. local PartWeld = Instance.new("Motor6D")
  918. PartWeld.Part0 = Handle
  919. PartWeld.Part1 = Part
  920. PartWeld.C0 = CFrame.new(Vector3.new(0.1,-0.475,0)*Scale) * CFrame.Angles(0,0,0)
  921. PartWeld.Parent = Part
  922.  
  923. local Part = Instance.new("Part",Model)
  924. Part.CanCollide = false
  925. Part.Position = Vector3.new(0,100,0)
  926. Part:BreakJoints()
  927. Part.FormFactor = "Custom"
  928. Part.Size = Vector3.new(0.2,0.2,0.2)
  929. Part.TopSurface = "SmoothNoOutlines"
  930. Part.BottomSurface = "SmoothNoOutlines"
  931. Part.FrontSurface = "SmoothNoOutlines"
  932. Part.BackSurface = "SmoothNoOutlines"
  933. Part.RightSurface = "SmoothNoOutlines"
  934. Part.LeftSurface = "SmoothNoOutlines"
  935. Part.BrickColor = BrickColor.new("Black")
  936. local Mesh = Instance.new("BlockMesh",Part)
  937. Mesh.Scale = Vector3.new(0.1,0.3,0.05) / 0.2 * Scale
  938. local PartWeld = Instance.new("Motor6D")
  939. PartWeld.Part0 = Handle
  940. PartWeld.Part1 = Part
  941. PartWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.25,-0.75)*Scale) * CFrame.Angles(math.rad(-10),0,0)
  942. PartWeld.Parent = Part
  943.  
  944. local Part = Instance.new("Part",Model)
  945. Part.CanCollide = false
  946. Part.Position = Vector3.new(0,100,0)
  947. Part:BreakJoints()
  948. Part.FormFactor = "Custom"
  949. Part.Size = Vector3.new(0.2,0.2,0.2)
  950. Part.TopSurface = "SmoothNoOutlines"
  951. Part.BottomSurface = "SmoothNoOutlines"
  952. Part.FrontSurface = "SmoothNoOutlines"
  953. Part.BackSurface = "SmoothNoOutlines"
  954. Part.RightSurface = "SmoothNoOutlines"
  955. Part.LeftSurface = "SmoothNoOutlines"
  956. Part.BrickColor = BrickColor.new("Black")
  957. local Mesh = Instance.new("BlockMesh",Part)
  958. Mesh.Scale = Vector3.new(0.1,0.05,0.625) / 0.2 * Scale
  959. local PartWeld = Instance.new("Motor6D")
  960. PartWeld.Part0 = Handle
  961. PartWeld.Part1 = Part
  962. PartWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.1,-0.435)*Scale)
  963. PartWeld.Parent = Part
  964.  
  965. for i = 0,80,10 do
  966. local Part = Instance.new("Part",Model)
  967. Part.CanCollide = false
  968. Part.Position = Vector3.new(0,100,0)
  969. Part:BreakJoints()
  970. Part.FormFactor = "Custom"
  971. Part.Size = Vector3.new(0.2,0.2,0.2)
  972. Part.TopSurface = "SmoothNoOutlines"
  973. Part.BottomSurface = "SmoothNoOutlines"
  974. Part.FrontSurface = "SmoothNoOutlines"
  975. Part.BackSurface = "SmoothNoOutlines"
  976. Part.RightSurface = "SmoothNoOutlines"
  977. Part.LeftSurface = "SmoothNoOutlines"
  978. Part.BrickColor = BrickColor.new("Black")
  979. local Mesh = Instance.new("BlockMesh",Part)
  980. Mesh.Scale = Vector3.new(0.25,0.15,0.03555*2) / 0.2 * Scale
  981. local PartWeld = Instance.new("Motor6D")
  982. PartWeld.Part0 = Handle
  983. PartWeld.Part1 = Part
  984. PartWeld.C0 = CFrame.new(Vector3.new(0,0.15,0.315)*Scale) * CFrame.Angles(math.rad(i-65),0,0) * CFrame.new(Vector3.new(0,0.2,0)*Scale)
  985. PartWeld.Parent = Part
  986. end
  987.  
  988. local Barrel = Instance.new("Part",Model)
  989. Barrel.CanCollide = false
  990. Barrel.Position = Vector3.new(0,100,0)
  991. Barrel:BreakJoints()
  992. Barrel.FormFactor = "Custom"
  993. Barrel.Size = Vector3.new(0.2,0.2,0.2)
  994. Barrel.TopSurface = "SmoothNoOutlines"
  995. Barrel.BottomSurface = "SmoothNoOutlines"
  996. Barrel.FrontSurface = "SmoothNoOutlines"
  997. Barrel.BackSurface = "SmoothNoOutlines"
  998. Barrel.RightSurface = "SmoothNoOutlines"
  999. Barrel.LeftSurface = "SmoothNoOutlines"
  1000. Barrel.BrickColor = BrickColor.new("Black")
  1001. local Mesh = Instance.new("BlockMesh",Barrel)
  1002. Mesh.Scale = Vector3.new(0.25,0.2,2) / 0.2 * Scale
  1003. local BarrelWeld = Instance.new("Motor6D")
  1004. BarrelWeld.Part0 = Handle
  1005. BarrelWeld.Part1 = Barrel
  1006. BarrelWeld.C0 = CFrame.Angles(math.rad(15),0,0) * CFrame.new(Vector3.new(0,0.5,-0.7)*Scale)
  1007. BarrelWeld.Parent = Barrel
  1008.  
  1009. local Barrel1 = Barrel
  1010.  
  1011. local Barrel2 = Instance.new("Part",Model)
  1012. Barrel2.CanCollide = false
  1013. Barrel2.Position = Vector3.new(0,100,0)
  1014. Barrel2:BreakJoints()
  1015. Barrel2.FormFactor = "Custom"
  1016. Barrel2.Size = Vector3.new(0.2,0.2,0.2)
  1017. Barrel2.TopSurface = "SmoothNoOutlines"
  1018. Barrel2.BottomSurface = "SmoothNoOutlines"
  1019. Barrel2.FrontSurface = "SmoothNoOutlines"
  1020. Barrel2.BackSurface = "SmoothNoOutlines"
  1021. Barrel2.RightSurface = "SmoothNoOutlines"
  1022. Barrel2.LeftSurface = "SmoothNoOutlines"
  1023. Barrel2.BrickColor = BrickColor.new("Really black")
  1024. local Mesh = Instance.new("BlockMesh",Barrel2)
  1025. Mesh.Scale = Vector3.new(0.25,0.25,2) / 0.2 * Scale
  1026. local Barrel2Weld = Instance.new("Motor6D")
  1027. Barrel2Weld.Part0 = Barrel
  1028. Barrel2Weld.Part1 = Barrel2
  1029. Barrel2Weld.C0 = CFrame.new(Vector3.new(0,0.225,0)*Scale)
  1030. Barrel2Weld.Parent = Barrel2
  1031.  
  1032. local RealBarrel = Instance.new("Part",Model)
  1033. RealBarrel.CanCollide = false
  1034. RealBarrel.Position = Vector3.new(0,100,0)
  1035. RealBarrel:BreakJoints()
  1036. RealBarrel.FormFactor = "Custom"
  1037. RealBarrel.Size = Vector3.new(0.2,0.2,0.2)
  1038. RealBarrel.TopSurface = "SmoothNoOutlines"
  1039. RealBarrel.BottomSurface = "SmoothNoOutlines"
  1040. RealBarrel.FrontSurface = "SmoothNoOutlines"
  1041. RealBarrel.BackSurface = "SmoothNoOutlines"
  1042. RealBarrel.RightSurface = "SmoothNoOutlines"
  1043. RealBarrel.LeftSurface = "SmoothNoOutlines"
  1044. RealBarrel.BrickColor = BrickColor.new("Dark grey metallic")
  1045. local Mesh = Instance.new("CylinderMesh",RealBarrel)
  1046. Mesh.Scale = Vector3.new(0.2,2,0.2) / 0.2 * Scale
  1047. local RealBarrelWeld = Instance.new("Motor6D")
  1048. RealBarrelWeld.Part0 = Barrel
  1049. RealBarrelWeld.Part1 = RealBarrel
  1050. RealBarrelWeld.C0 = CFrame.new(Vector3.new(0,0.1,-0.01)*Scale) * CFrame.Angles(math.rad(-90),0,0)
  1051. RealBarrelWeld.Parent = RealBarrel
  1052.  
  1053. for i = 1,75,15 do
  1054. local Part = Instance.new("Part",Model)
  1055. Part.CanCollide = false
  1056. Part.Position = Vector3.new(0,100,0)
  1057. Part:BreakJoints()
  1058. Part.FormFactor = "Custom"
  1059. Part.Size = Vector3.new(0.2,0.2,0.2)
  1060. Part.TopSurface = "SmoothNoOutlines"
  1061. Part.BottomSurface = "SmoothNoOutlines"
  1062. Part.FrontSurface = "SmoothNoOutlines"
  1063. Part.BackSurface = "SmoothNoOutlines"
  1064. Part.RightSurface = "SmoothNoOutlines"
  1065. Part.LeftSurface = "SmoothNoOutlines"
  1066. Part.BrickColor = BrickColor.new("Black")
  1067. local Mesh = Instance.new("BlockMesh",Part)
  1068. Mesh.Scale = Vector3.new(0.05,0.065,0.05) / 0.2 * Scale
  1069. local PartWeld = Instance.new("Motor6D")
  1070. PartWeld.Part0 = Handle
  1071. PartWeld.Part1 = Part
  1072. PartWeld.C0 = CFrame.new(Vector3.new(0,0.525,-0.515)*Scale) * CFrame.Angles(math.rad(i),0,0) * CFrame.new(Vector3.new(0,0,0.2)*Scale)
  1073. PartWeld.Parent = Part
  1074. end
  1075.  
  1076. local Part = Instance.new("Part",Model)
  1077. Part.CanCollide = false
  1078. Part.Position = Vector3.new(0,100,0)
  1079. Part:BreakJoints()
  1080. Part.FormFactor = "Custom"
  1081. Part.Size = Vector3.new(0.2,0.2,0.2)
  1082. Part.TopSurface = "SmoothNoOutlines"
  1083. Part.BottomSurface = "SmoothNoOutlines"
  1084. Part.FrontSurface = "SmoothNoOutlines"
  1085. Part.BackSurface = "SmoothNoOutlines"
  1086. Part.RightSurface = "SmoothNoOutlines"
  1087. Part.LeftSurface = "SmoothNoOutlines"
  1088. Part.BrickColor = BrickColor.new("Really black")
  1089. local Mesh = Instance.new("BlockMesh",Part)
  1090. Mesh.Scale = Vector3.new(0.05,0.11,0.1) / 0.2 * Scale
  1091. local PartWeld = Instance.new("Motor6D")
  1092. PartWeld.Part0 = Barrel2
  1093. PartWeld.Part1 = Part
  1094. PartWeld.C0 = CFrame.new(Vector3.new(0.06,0.135,0.925)*Scale)
  1095. PartWeld.Parent = Part
  1096.  
  1097. local Part = Instance.new("Part",Model)
  1098. Part.CanCollide = false
  1099. Part.Position = Vector3.new(0,100,0)
  1100. Part:BreakJoints()
  1101. Part.FormFactor = "Custom"
  1102. Part.Size = Vector3.new(0.2,0.2,0.2)
  1103. Part.TopSurface = "SmoothNoOutlines"
  1104. Part.BottomSurface = "SmoothNoOutlines"
  1105. Part.FrontSurface = "SmoothNoOutlines"
  1106. Part.BackSurface = "SmoothNoOutlines"
  1107. Part.RightSurface = "SmoothNoOutlines"
  1108. Part.LeftSurface = "SmoothNoOutlines"
  1109. Part.BrickColor = BrickColor.new("Really black")
  1110. local Mesh = Instance.new("BlockMesh",Part)
  1111. Mesh.Scale = Vector3.new(0.05,0.11,0.1) / 0.2 * Scale
  1112. local PartWeld = Instance.new("Motor6D")
  1113. PartWeld.Part0 = Barrel2
  1114. PartWeld.Part1 = Part
  1115. PartWeld.C0 = CFrame.new(Vector3.new(-0.06,0.135,0.925)*Scale)
  1116. PartWeld.Parent = Part
  1117.  
  1118. local Part = Instance.new("Part",Model)
  1119. Part.CanCollide = false
  1120. Part.Position = Vector3.new(0,100,0)
  1121. Part:BreakJoints()
  1122. Part.FormFactor = "Custom"
  1123. Part.Size = Vector3.new(0.2,0.2,0.2)
  1124. Part.TopSurface = "SmoothNoOutlines"
  1125. Part.BottomSurface = "SmoothNoOutlines"
  1126. Part.FrontSurface = "SmoothNoOutlines"
  1127. Part.BackSurface = "SmoothNoOutlines"
  1128. Part.RightSurface = "SmoothNoOutlines"
  1129. Part.LeftSurface = "SmoothNoOutlines"
  1130. Part.BrickColor = BrickColor.new("Really black")
  1131. local Mesh = Instance.new("BlockMesh",Part)
  1132. Mesh.Scale = Vector3.new(0.025,0.1,0.1) / 0.2 * Scale
  1133. local PartWeld = Instance.new("Motor6D")
  1134. PartWeld.Part0 = Barrel2
  1135. PartWeld.Part1 = Part
  1136. PartWeld.C0 = CFrame.new(Vector3.new(0,0.135,-0.925)*Scale)
  1137. PartWeld.Parent = Part
  1138.  
  1139. local Part = Instance.new("Part",Model)
  1140. Part.CanCollide = false
  1141. Part.Position = Vector3.new(0,100,0)
  1142. Part:BreakJoints()
  1143. Part.FormFactor = "Custom"
  1144. Part.Size = Vector3.new(0.2,0.2,0.2)
  1145. Part.Transparency = 1
  1146. Part.TopSurface = "SmoothNoOutlines"
  1147. Part.BottomSurface = "SmoothNoOutlines"
  1148. Part.FrontSurface = "SmoothNoOutlines"
  1149. Part.BackSurface = "SmoothNoOutlines"
  1150. Part.RightSurface = "SmoothNoOutlines"
  1151. Part.LeftSurface = "SmoothNoOutlines"
  1152. Part.BrickColor = BrickColor.new("Really black")
  1153. local Mesh = Instance.new("BlockMesh",Part)
  1154. Mesh.Scale = Vector3.new(0.1,0.1,0.1) / 0.2 * Scale
  1155. local PartWeld = Instance.new("Motor6D")
  1156. PartWeld.Part0 = Barrel
  1157. PartWeld.Part1 = Part
  1158. PartWeld.C0 = CFrame.new(Vector3.new(0,0,-5)*Scale)
  1159. PartWeld.Parent = Part
  1160.  
  1161. local Light = Instance.new("PointLight",Part)
  1162. Light.Color = BrickColor.new("Gold").Color
  1163. Light.Enabled = true
  1164. Light.Shadows = true
  1165. Light.Brightness = 0
  1166. Light.Range = 6
  1167.  
  1168. local Part = Instance.new("Part",Model)
  1169. Part.Material = "Neon"
  1170. Part.CanCollide = false
  1171. Part.Position = Vector3.new(0,100,0)
  1172. Part:BreakJoints()
  1173. Part.FormFactor = "Custom"
  1174. Part.Size = Vector3.new(0.2,0.2,0.2)
  1175. Part.TopSurface = "SmoothNoOutlines"
  1176. Part.BottomSurface = "SmoothNoOutlines"
  1177. Part.FrontSurface = "SmoothNoOutlines"
  1178. Part.BackSurface = "SmoothNoOutlines"
  1179. Part.RightSurface = "SmoothNoOutlines"
  1180. Part.LeftSurface = "SmoothNoOutlines"
  1181. Part.BrickColor = BrickColor.new("Bright yellow")
  1182. Part.Transparency = 0.25
  1183. local RecoilMesh = Instance.new("SpecialMesh",Part)
  1184. RecoilMesh.MeshType = "FileMesh"
  1185. RecoilMesh.MeshId = "http://www.roblox.com/Asset/?id=1323306"
  1186. RecoilMesh.TextureId = "http://www.roblox.com/Asset/?id=98896228"
  1187. RecoilMesh.Scale = Vector3.new(0.175,0,0.175) * Scale
  1188. local PartWeld = Instance.new("Motor6D")
  1189. PartWeld.Part0 = RealBarrel
  1190. PartWeld.Part1 = Part
  1191. PartWeld.C0 = CFrame.new(Vector3.new(0,0.95,0)*Scale)
  1192. PartWeld.Parent = Part
  1193.  
  1194. function ShootBullet(Target,barrel)
  1195. local barrel = barrel or Barrel
  1196. local Bullet = Instance.new("Part",Workspace)
  1197. Barrel.CanCollide = false
  1198. Bullet.FormFactor = "Custom"
  1199. Bullet.Size = Vector3.new(0.2,0.2,5)*Scale
  1200. Bullet.TopSurface = "Smooth"
  1201. Bullet.BottomSurface = "Smooth"
  1202. Bullet.Anchored = true
  1203. Bullet.CanCollide = false
  1204. Bullet.CFrame = CFrame.new((barrel.CFrame*CFrame.new(0,0,-barrel.Size.Z*barrel.Mesh.Scale.Z/2)).p,Target)*CFrame.new(0,0,-Bullet.Size.Z/2)
  1205. Bullet.Transparency = 0.1
  1206. Bullet.BrickColor = BrickColor.new("Gold")
  1207. --[[local Mesh = Instance.new("SpecialMesh",Bullet)
  1208. Mesh.MeshType = "FileMesh"
  1209. Mesh.Scale = Vector3.new(0.5,0.5,0.2)
  1210. Mesh.MeshId = "http://www.roblox.com/asset/?id=2697549"
  1211. --Mesh.TextureId = "http://www.roblox.com/asset/?id=2697544"]]
  1212. local Mesh = Instance.new("BlockMesh",Bullet)
  1213. Mesh.Scale = Vector3.new(0.2,0.2,5)*Scale/Bullet.Size
  1214. IgnoreList[#IgnoreList+1] = Bullet
  1215. RenderStepped:wait()
  1216. for i = Speed,1000,Speed do -- Loop to do the bullet movement and stuff.
  1217. local ray,Hit,Pos,SurfaceNormal;
  1218. ray = Ray.new(Bullet.Position,((Bullet.CFrame*CFrame.Angles(math.rad(-Gravity),0,0)*CFrame.new(0,0,-Speed)).p-Bullet.Position).unit*Speed)
  1219. Hit,Pos,SurfaceNormal = Workspace:FindPartOnRayWithIgnoreList(ray,IgnoreList)
  1220. Bullet.CFrame = Bullet.CFrame*CFrame.Angles(math.rad(-Gravity),0,0)*CFrame.new(0,0,-Speed)
  1221. if Hit ~= nil then
  1222. local Hum = Hit.Parent:FindFirstChild("Humanoid") or Hit.Parent.Parent:FindFirstChild("Humanoid") or (Hit.Parent.Parent.Parent ~= nil and Hit.Parent.Parent.Parent:FindFirstChild("Humanoid"))
  1223. if Hum ~= nil then
  1224. Hum:TakeDamage((((Gangster and math.random(0,0) or math.random(0,0))*Scale)/100)*Hum.MaxHealth)
  1225. end
  1226. break
  1227. end
  1228. RenderStepped:wait()
  1229. end
  1230. Bullet:Destroy()
  1231. end
  1232.  
  1233. Mouse.Button1Down:connect(function()
  1234. if not Down and not DB then
  1235. Down = true
  1236. while Down do
  1237. if Humanoid.Health == 0 then break end
  1238. if not DB then
  1239. DB = true
  1240. local Sound = Instance.new("Sound",Barrel)
  1241. Sound.SoundId = "http://www.roblox.com/Asset/?id=165946426" -- 132373574
  1242. Sound.Volume = 5*Scale
  1243. Sound.Pitch = (math.random(70,110)/100)/((Scale < 0.25 and 0.25) or (Scale > 4 and 4) or Scale)
  1244. Sound:Play()
  1245. Spawn(function()
  1246. ShootBullet(Mouse.Hit.p,Barrel1)
  1247. end)
  1248. RecoilMesh.VertexColor = Vector3.new(1,math.random(160,245)/255,20/255)
  1249. PartWeld.C0 = PartWeld.C0 * CFrame.Angles(0,math.rad(math.random(-40,40)),0)
  1250. local Shell = Instance.new("Part",Workspace)
  1251. Shell.FormFactor = "Custom"
  1252. Shell.BrickColor = BrickColor.new("Bright yellow")
  1253. Shell.Size = Vector3.new(0.2,0.5,0.2)*Scale
  1254. Shell.CFrame = Barrel.CFrame*CFrame.new(0.5,0.5,0)*CFrame.Angles(math.rad(-90),0,0)
  1255. Shell.Velocity = ((Barrel.CFrame*CFrame.new(5,0,math.random(-2,2))).p-Barrel.CFrame.p)*5*Scale
  1256. local Mesh = Instance.new("CylinderMesh",Shell)
  1257. Mesh.Scale = Vector3.new(0.2,0.5,0.2)*Scale/Shell.Size
  1258. Spawn(function()
  1259. wait(5)
  1260. Shell:Destroy()
  1261. end)
  1262. for i = 1,20,7.5 do
  1263. character1.Reanimate.FPart.Position = mouse.Hit.p
  1264. RotationOffset = RotationOffset*CFrame.Angles(math.rad(7.5),0,0)
  1265. Part1Joint = Part1Joint*CFrame.new(Vector3.new(0,-0.15,0)*Scale)
  1266. Barrel2Weld.C0 = Barrel2Weld.C0*CFrame.new(Vector3.new(0,0,0.15)*Scale)
  1267. Light.Brightness = Light.Brightness+38
  1268. RecoilMesh.Scale = RecoilMesh.Scale+(Vector3.new(0,0.375,0)*Scale)
  1269. RenderStepped:wait()
  1270. end
  1271. wait(0.02)
  1272. for i = 1,20,3.75 do
  1273. character1.Reanimate.FPart.Position = mouse.Hit.p
  1274. RotationOffset = RotationOffset*CFrame.Angles(math.rad(-3.75),0,0)
  1275. Part1Joint = Part1Joint*CFrame.new(Vector3.new(0,0.075,0)*Scale)
  1276. Barrel2Weld.C0 = Barrel2Weld.C0*CFrame.new(Vector3.new(0,0,-0.075)*Scale)
  1277. Light.Brightness = Light.Brightness-19
  1278. RecoilMesh.Scale = RecoilMesh.Scale+(Vector3.new(0,-0.1875,0)*Scale)
  1279. RenderStepped:wait()
  1280. end
  1281. wait(0.02)
  1282. DB = false
  1283. end
  1284. end
  1285. end
  1286. end)
  1287.  
  1288. Mouse.Button1Up:connect(function()
  1289. Down = false
  1290. end)
  1291.  
  1292. Mouse.KeyDown:connect(function(Key)
  1293. if Key:lower() == "g" and not DB then
  1294. DB = true
  1295. if Gangster == true then
  1296. for i = 1,70,5 do
  1297. RotationOffset = RotationOffset*CFrame.Angles(0,math.rad(-5),0)
  1298. RenderStepped:wait()
  1299. end
  1300. Gangster = false
  1301. else
  1302. for i = 1,70,5 do
  1303. RotationOffset = RotationOffset*CFrame.Angles(0,math.rad(5),0)
  1304. RenderStepped:wait()
  1305. end
  1306. Gangster = true
  1307. end
  1308. DB = false
  1309. end
  1310. end)
  1311.  
  1312. local Weld = Instance.new("Weld")
  1313. Weld.Part0 = Torso
  1314. Weld.Part1 = Character["Right Arm"]
  1315. Weld.Parent = Torso
  1316.  
  1317. local Weld2 = Instance.new("Weld")
  1318. Weld2.Part0 = Torso
  1319. Weld2.Part1 = Character.Head
  1320. Weld2.Parent = Torso
  1321.  
  1322. local RA = Character["Right Arm"]
  1323.  
  1324. game:GetService("RunService"):BindToRenderStep("Pistol",Enum.RenderPriority.Character.Value,function()
  1325. local Point = Torso.CFrame:vectorToObjectSpace(Mouse.Hit.p-Torso.CFrame.p)
  1326. if Point.Z > 0 then
  1327. if Point.X > 0 then
  1328. Torso.CFrame = CFrame.new(Torso.Position,Vector3.new(Mouse.Hit.X,Torso.Position.Y,Mouse.Hit.Z))*CFrame.Angles(0,math.rad(90),0)
  1329. elseif Point.X < 0 then
  1330. Torso.CFrame = CFrame.new(Torso.Position,Vector3.new(Mouse.Hit.X,Torso.Position.Y,Mouse.Hit.Z))*CFrame.Angles(0,math.rad(-90),0)
  1331. end
  1332. end
  1333.  
  1334. local CFr = (Torso.CFrame*Part0Joint):toObjectSpace(CFrame.new((Torso.CFrame*Part0Joint).p,Mouse.Hit.p))--RayEnd))
  1335. Weld.C0 = Part0Joint * (CFr-CFr.p) * RotationOffset
  1336. Weld.C1 = Part1Joint
  1337. Weld.Part0 = Torso
  1338. Weld.Part1 = RA
  1339. local CFr = (Torso.CFrame*Part0JointHead):toObjectSpace(CFrame.new((Torso.CFrame*Part0JointHead).p,Mouse.Hit.p))--RayEnd))
  1340. Weld2.C0 = Part0JointHead * (CFr-CFr.p) * RotationOffsetHead
  1341. Weld2.C1 = Part1JointHead
  1342. Weld2.Part0 = Torso
  1343. Weld2.Part1 = Character.Head
  1344. local Last = Scale
  1345. Scale = game.Players.LocalPlayer.Character.Torso.Size.X/2*(game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted") ~= nil and game.Players.LocalPlayer.Character.Torso:FindFirstChild("ScaleInserted").Scale.Z or 1)*0.8
  1346. Speed = 20*Scale
  1347. if Scale ~= Last then
  1348. Part0Joint = CFrame.new(Vector3.new(1,0.75,0)*Scale*1.25)
  1349. Part1Joint = CFrame.new(Vector3.new(-0.5,0.75,0)*Scale*1.25)
  1350. Part0JointHead = CFrame.new(Vector3.new(0,1,0)*Scale*1.25)
  1351. Part1JointHead = CFrame.new(Vector3.new(0,-0.5,0)*Scale*1.25)
  1352. end
  1353. end)
  1354. end)
  1355.  
  1356. local Main = Window:NewTab("DH Lock / Silent Aim")
  1357. local MainSection = Main:NewSection("...")
  1358.  
  1359. MainSection:NewButton("Aim Lock OG DH", "ya know", function()
  1360. loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
  1361. end)
  1362.  
  1363.  
  1364. local Main = Window:NewTab("Disable Anti-Cheat")
  1365. local MainSection = Main:NewSection("Anti Anti Cheat")
  1366.  
  1367. MainSection:NewButton("Anti Cheat Disabler", "none.", function()
  1368. game:WaitForChild("CoreGui").RobloxGui:WaitForChild("NotificationFrame"):Destroy()
  1369. end)
  1370.  
  1371.  
  1372.  
  1373. local Main = Window:NewTab("Customize UI")
  1374. local MainSection = Main:NewSection("If u use")
  1375.  
  1376. MainSection:NewButton("Synapse Script", "ya know", function()
  1377. local Victim = game.Players.LocalPlayer
  1378. Victim:kick("Bro u is a legend!")
  1379. end)
  1380.  
  1381.  
  1382. MainSection:NewButton("JJ Script", "ya know", function()
  1383. local Victim = game.Players.LocalPlayer
  1384. Victim:kick("JJ sploits a bitcoin miner lol")
  1385. end)
  1386.  
  1387. MainSection:NewButton("krnl", "ya know", function()
  1388. local Victim = game.Players.LocalPlayer
  1389. Victim:kick("Krnls good!!")
  1390. end)
  1391.  
  1392. local Main = Window:NewTab("Combat Warriors!")
  1393. local MainSection = Main:NewSection("CW")
  1394.  
  1395. MainSection:NewButton("Project Hook!", "ya know", function()
  1396. loadstring(game:HttpGet("https://projecthook.xyz/scripts/free.lua"))()
  1397. end)
  1398.  
  1399. MainSection:NewButton("Project Hook!", "ya know", function()
  1400. local Area = game:GetService("Workspace")
  1401. local RunService = game:GetService("RunService")
  1402. local UIS = game:GetService("UserInputService")
  1403. local Players = game:GetService("Players")
  1404. local LocalPlayer = Players.LocalPlayer
  1405. local MyCharacter = LocalPlayer.Character
  1406. local MyRoot = MyCharacter:FindFirstChild("HumanoidRootPart")
  1407. local MyHumanoid = MyCharacter:FindFirstChild("Humanoid")
  1408. local Mouse = LocalPlayer:GetMouse()
  1409. local MyView = Area.CurrentCamera
  1410. local MyTeamColor = LocalPlayer.TeamColor
  1411. local HoldingM2 = false
  1412. local Active = false
  1413. local Lock = false
  1414. local Epitaph = .190 -- Prediction
  1415. local HeadOffset = Vector3.new(0, .1, 0)
  1416.  
  1417. _G.TeamCheck = false
  1418. _G.AimPart = "Head"
  1419. _G.Sensitivity = 0
  1420. _G.CircleSides = 30
  1421. _G.CircleColor = Color3.fromRGB(255, 0, 130)
  1422. _G.CircleTransparency = 0.35
  1423. _G.CircleRadius = 65
  1424. _G.CircleFilled = false
  1425. _G.CircleVisible = false
  1426. _G.CircleThickness = 1
  1427.  
  1428. local FOVCircle = Drawing.new("Circle")
  1429. FOVCircle.Position = Vector2.new(MyView.ViewportSize.X / 2, MyView.ViewportSize.Y / 2)
  1430. FOVCircle.Radius = _G.CircleRadius
  1431. FOVCircle.Filled = _G.CircleFilled
  1432. FOVCircle.Color = _G.CircleColor
  1433. FOVCircle.Visible = _G.CircleVisible
  1434. FOVCircle.Transparency = _G.CircleTransparency
  1435. FOVCircle.NumSides = _G.CircleSides
  1436. FOVCircle.Thickness = _G.CircleThickness
  1437.  
  1438. local function CursorLock()
  1439. UIS.MouseBehavior = Enum.MouseBehavior.LockCenter
  1440. end
  1441. local function UnLockCursor()
  1442. HoldingM2 = false Active = false Lock = false
  1443. UIS.MouseBehavior = Enum.MouseBehavior.Default
  1444. end
  1445. function FindNearestPlayer()
  1446. local dist = math.huge
  1447. local Target = nil
  1448. for _, v in pairs(Players:GetPlayers()) do
  1449. if v ~= LocalPlayer and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 and v.Character:FindFirstChild("HumanoidRootPart") and v then
  1450. local TheirCharacter = v.Character
  1451. local CharacterRoot, Visible = MyView:WorldToViewportPoint(TheirCharacter[_G.AimPart].Position)
  1452. if Visible then
  1453. local RealMag = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(CharacterRoot.X, CharacterRoot.Y)).Magnitude
  1454. if RealMag < dist and RealMag < FOVCircle.Radius then
  1455. dist = RealMag
  1456. Target = TheirCharacter
  1457. end
  1458. end
  1459. end
  1460. end
  1461. return Target
  1462. end
  1463.  
  1464. UIS.InputBegan:Connect(function(Input)
  1465. if Input.UserInputType == Enum.UserInputType.MouseButton2 then
  1466. HoldingM2 = true
  1467. Active = true
  1468. Lock = true
  1469. if Active then
  1470. local The_Enemy = FindNearestPlayer()
  1471. while HoldingM2 do task.wait(.000001)
  1472. if Lock and The_Enemy ~= nil then
  1473. local Future = The_Enemy.HumanoidRootPart.CFrame + (The_Enemy.HumanoidRootPart.Velocity * Epitaph + HeadOffset)
  1474. MyView.CFrame = CFrame.lookAt(MyView.CFrame.Position, Future.Position)
  1475. CursorLock()
  1476. end
  1477. end
  1478. end
  1479. end
  1480. end)
  1481. UIS.InputEnded:Connect(function(Input)
  1482. if Input.UserInputType == Enum.UserInputType.MouseButton2 then
  1483. UnLockCursor()
  1484. end
  1485. end)
  1486.  
  1487. game.StarterGui:SetCore("SendNotification", {Title = "Cuming AUGH (aimbot loaded)", Text = "*acums*", Duration = 1000000,})
  1488. end)
  1489.  
  1490. local Main = Window:NewTab("Entry Point")
  1491. local MainSection = Main:NewSection("Entry Point")
  1492.  
  1493. MainSection:NewButton("Entry Point (shadow war only!)", "ya know", function()
  1494. loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD...", true))()
  1495. end)
Add Comment
Please, Sign In to add comment