Advertisement
racemodex

legacy x source

Oct 24th, 2020 (edited)
75,815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.42 KB | None | 0 0
  1. local LegacyX = Instance.new("ScreenGui")
  2. local Main = Instance.new("ImageLabel")
  3. local MainFrame = Instance.new("ImageLabel")
  4. local Line1 = Instance.new("Frame")
  5. local UICorner = Instance.new("UICorner")
  6. local X = Instance.new("TextLabel")
  7. local ScrollingFrame = Instance.new("ScrollingFrame")
  8. local FlyX = Instance.new("TextButton")
  9. local UICorner_2 = Instance.new("UICorner")
  10. local Bag = Instance.new("TextButton")
  11. local UICorner_3 = Instance.new("UICorner")
  12. local Target = Instance.new("TextButton")
  13. local UICorner_4 = Instance.new("UICorner")
  14. local FreeFists = Instance.new("TextButton")
  15. local UICorner_5 = Instance.new("UICorner")
  16. local AntiStomp = Instance.new("TextButton")
  17. local UICorner_6 = Instance.new("UICorner")
  18. local AntiFlashbang = Instance.new("TextButton")
  19. local UICorner_7 = Instance.new("UICorner")
  20. local AntiBag = Instance.new("TextButton")
  21. local UICorner_8 = Instance.new("UICorner")
  22. local Headless = Instance.new("TextButton")
  23. local UICorner_9 = Instance.new("UICorner")
  24. local Goto = Instance.new("TextButton")
  25. local UICorner_10 = Instance.new("UICorner")
  26. local Spectate = Instance.new("TextButton")
  27. local UICorner_11 = Instance.new("UICorner")
  28. local Unspectate = Instance.new("TextButton")
  29. local UICorner_12 = Instance.new("UICorner")
  30. local Cash = Instance.new("TextButton")
  31. local UICorner_13 = Instance.new("UICorner")
  32. local FistReach = Instance.new("TextButton")
  33. local UICorner_14 = Instance.new("UICorner")
  34. local FEBackflip = Instance.new("TextButton")
  35. local UICorner_15 = Instance.new("UICorner")
  36. local Maskspam = Instance.new("TextButton")
  37. local UICorner_16 = Instance.new("UICorner")
  38. local Naked = Instance.new("TextButton")
  39. local UICorner_17 = Instance.new("UICorner")
  40. local GodBullet = Instance.new("TextButton")
  41. local UICorner_18 = Instance.new("UICorner")
  42. local GodmodeUnban = Instance.new("TextButton")
  43. local UICorner_19 = Instance.new("UICorner")
  44. local FreeFistsBiggerHitbox = Instance.new("TextButton")
  45. local UICorner_20 = Instance.new("UICorner")
  46. local FixRightFists = Instance.new("TextButton")
  47. local UICorner_21 = Instance.new("UICorner")
  48. local FixLeftFists = Instance.new("TextButton")
  49. local UICorner_22 = Instance.new("UICorner")
  50. local Info = Instance.new("TextLabel")
  51. local FlyGun = Instance.new("TextButton")
  52. local UICorner_23 = Instance.new("UICorner")
  53. local FlyMeleeWeapon = Instance.new("TextButton")
  54. local UICorner_24 = Instance.new("UICorner")
  55. local Frame = Instance.new("ImageLabel")
  56. local TextBox = Instance.new("TextBox")
  57. local Fatel = Instance.new("TextLabel")
  58. local function ShrinkName()
  59. TextBox.FocusLost:connect(function()
  60. for i,v in pairs(game.Players:GetChildren()) do
  61. if (string.sub(string.lower(v.Name),1,string.len(TextBox.Text))) == string.lower(TextBox.Text) then
  62. TextBox.Text = v.Name
  63. end
  64. end
  65. end)
  66. end
  67.  
  68. ShrinkName()
  69. function findPlayer(name)
  70. name = name:lower()
  71. if name == 'me' then
  72. return game:GetService'Players'.LocalPlayer
  73. end
  74. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  75. if v.Name:lower():find(name) == 1 then
  76. return v
  77. end
  78. end
  79. end
  80.  
  81. --Properties:
  82.  
  83. LegacyX.Name = "buy racmdx"
  84. LegacyX.Parent = game.CoreGui
  85.  
  86. Main.Name = "Main"
  87. Main.Parent = LegacyX
  88. Main.Active = true
  89. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. Main.BackgroundTransparency = 1.000
  91. Main.Position = UDim2.new(0.7141518, 0, 0.537688375, 0)
  92. Main.Size = UDim2.new(0, 292, 0, 250)
  93. Main.Image = "rbxassetid://3570695787"
  94. Main.ImageColor3 = Color3.fromRGB(7, 7, 7)
  95. Main.ImageTransparency = 1.000
  96. Main.ScaleType = Enum.ScaleType.Slice
  97. Main.SliceCenter = Rect.new(100, 100, 100, 100)
  98. Main.SliceScale = 0.120
  99. Main.Draggable = true
  100.  
  101. MainFrame.Name = "Main Frame"
  102. MainFrame.Parent = Main
  103. MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. MainFrame.BackgroundTransparency = 1.000
  105. MainFrame.Position = UDim2.new(0.0273972563, 0, 0.0399999954, 0)
  106. MainFrame.Size = UDim2.new(0, 277, 0, 230)
  107. MainFrame.Image = "rbxassetid://3570695787"
  108. MainFrame.ImageColor3 = Color3.fromRGB(11, 11, 11)
  109. MainFrame.ScaleType = Enum.ScaleType.Slice
  110. MainFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  111. MainFrame.SliceScale = 0.080
  112.  
  113. Line1.Name = "Line 1"
  114. Line1.Parent = MainFrame
  115. Line1.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  116. Line1.BorderColor3 = Color3.fromRGB(255, 0, 0)
  117. Line1.BorderSizePixel = 0
  118. Line1.Position = UDim2.new(0.0516151525, 0, 0.129272863, 0)
  119. Line1.Size = UDim2.new(0, 248, 0, 5)
  120.  
  121. UICorner.CornerRadius = UDim.new(0.200000003, 0)
  122. UICorner.Parent = Line1
  123.  
  124. X.Name = "X"
  125. X.Parent = MainFrame
  126. X.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  127. X.BackgroundTransparency = 1.000
  128. X.BorderSizePixel = 0
  129. X.Position = UDim2.new(0.212996393, 0, 0, 0)
  130. X.Size = UDim2.new(0, 28, 0, 29)
  131. X.Font = Enum.Font.Cartoon
  132. X.Text = "racmdx"
  133. X.TextColor3 = Color3.fromRGB(255, 0, 68)
  134. X.TextSize = 9.000
  135. X.TextWrapped = true
  136.  
  137. ScrollingFrame.Parent = MainFrame
  138. ScrollingFrame.Active = true
  139. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  140. ScrollingFrame.BackgroundTransparency = 1.000
  141. ScrollingFrame.BorderSizePixel = 0
  142. ScrollingFrame.Position = UDim2.new(0, 0, 0.178260863, 0)
  143. ScrollingFrame.Size = UDim2.new(0, 277, 0, 153)
  144. ScrollingFrame.CanvasPosition = Vector2.new(0, 847)
  145. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 5, 0)
  146.  
  147. FlyX.Name = "Fly [X]"
  148. FlyX.Parent = ScrollingFrame
  149. FlyX.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  150. FlyX.BorderSizePixel = 0
  151. FlyX.Position = UDim2.new(0.109376982, 0, 0.0149849486, 0)
  152. FlyX.Size = UDim2.new(0, 216, 0, 29)
  153. FlyX.Font = Enum.Font.Cartoon
  154. FlyX.Text = "Fly [X]"
  155. FlyX.TextColor3 = Color3.fromRGB(255, 255, 255)
  156. FlyX.TextScaled = true
  157. FlyX.TextSize = 14.000
  158. FlyX.TextWrapped = true
  159.  
  160. UICorner_2.CornerRadius = UDim.new(0.25, 0)
  161. UICorner_2.Parent = FlyX
  162. FlyX.MouseButton1Down:connect(function()
  163. wait(0) local A_1 = "[buy racmdx] Fly Enabled to true." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  164. local plr = game.Players.LocalPlayer
  165. local mouse = plr:GetMouse()
  166.  
  167. localplayer = plr
  168.  
  169. if workspace:FindFirstChild("Core") then
  170. workspace.Core:Destroy()
  171. end
  172.  
  173. local Core = Instance.new("Part")
  174. Core.Name = "Core"
  175. Core.Size = Vector3.new(0.05, 0.05, 0.05)
  176.  
  177. spawn(function()
  178. Core.Parent = workspace
  179. local Weld = Instance.new("Weld", Core)
  180. Weld.Part0 = Core
  181. Weld.Part1 = localplayer.Character.LowerTorso
  182. Weld.C0 = CFrame.new(0, 0, 0)
  183. end)
  184.  
  185. workspace:WaitForChild("Core")
  186.  
  187. local torso = workspace.Core
  188. flying = true
  189. local speed=50
  190. local keys={a=false,d=false,w=false,s=false}
  191. local e1
  192. local e2
  193. local function start()
  194. local pos = Instance.new("BodyPosition",torso)
  195. local gyro = Instance.new("BodyGyro",torso)
  196. pos.Name="EPIXPOS"
  197. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  198. pos.position = torso.Position
  199. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  200. gyro.cframe = torso.CFrame
  201. repeat
  202. wait()
  203. localplayer.Character.Humanoid.PlatformStand=true
  204. local new=gyro.cframe - gyro.cframe.p + pos.position
  205. if not keys.w and not keys.s and not keys.a and not keys.d then
  206. speed=50
  207. end
  208. if keys.w then
  209. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  210. speed=speed+0
  211. end
  212. if keys.s then
  213. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  214. speed=speed+0
  215. end
  216. if keys.d then
  217. new = new * CFrame.new(speed,0,0)
  218. speed=speed+0
  219. end
  220. if keys.a then
  221. new = new * CFrame.new(-speed,0,0)
  222. speed=speed+0
  223. end
  224. if speed>10 then
  225. speed=50
  226. end
  227. pos.position=new.p
  228. if keys.w then
  229. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*0),0,0)
  230. elseif keys.s then
  231. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*0),0,0)
  232. else
  233. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  234. end
  235. until flying == false
  236. if gyro then gyro:Destroy() end
  237. if pos then pos:Destroy() end
  238. flying=false
  239. localplayer.Character.Humanoid.PlatformStand=false
  240. speed=50
  241. end
  242. e1=mouse.KeyDown:connect(function(key)
  243. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  244. if key=="w" then
  245. keys.w=true
  246. elseif key=="s" then
  247. keys.s=true
  248. elseif key=="a" then
  249. keys.a=true
  250. elseif key=="d" then
  251. keys.d=true
  252. elseif key=="x" then
  253. if flying==true then
  254. flying=false
  255. else
  256. flying=true
  257. start()
  258. end
  259. end
  260. end)
  261. e2=mouse.KeyUp:connect(function(key)
  262. if key=="w" then
  263. keys.w=false
  264. elseif key=="s" then
  265. keys.s=false
  266. elseif key=="a" then
  267. keys.a=false
  268. elseif key=="d" then
  269. keys.d=false
  270. end
  271. end)
  272. start()
  273. end)
  274.  
  275. Bag.Name = "Bag"
  276. Bag.Parent = ScrollingFrame
  277. Bag.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  278. Bag.BorderSizePixel = 0
  279. Bag.Position = UDim2.new(0.109376982, 0, 0.238463193, 0)
  280. Bag.Size = UDim2.new(0, 216, 0, 29)
  281. Bag.Font = Enum.Font.Cartoon
  282. Bag.Text = "Bag"
  283. Bag.TextColor3 = Color3.fromRGB(255, 255, 255)
  284. Bag.TextScaled = true
  285. Bag.TextSize = 14.000
  286. Bag.TextWrapped = true
  287.  
  288. UICorner_3.CornerRadius = UDim.new(0.25, 0)
  289. UICorner_3.Parent = Bag
  290. Bag.MouseButton1Click:connect(function()
  291. local TargetPlr = TextBox.Text
  292. function getRoot(char)
  293. local rootPart = char:FindFirstChild('HumanoidRootPart') or char:FindFirstChild('Torso') or char:FindFirstChild('UpperTorso')
  294. return rootPart
  295. end
  296.  
  297. if TargetPlr and game.Players[TargetPlr].Character.BodyEffects['K.O'].Value == false then
  298. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Ignored.Shop['[BrownBag] - $25'].Head.CFrame
  299. wait(.30)
  300. fireclickdetector(game.Workspace.Ignored.Shop['[BrownBag] - $25'].ClickDetector)
  301. game.Players.LocalPlayer.Backpack:WaitForChild("[BrownBag]").Parent = game.Players.LocalPlayer.Character
  302.  
  303. local A_1 = "[buy racmdx] Attempting To Bag " .. TargetPlr .. "." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  304. wait(.5)
  305. repeat
  306. pcall(function()
  307. wait()
  308. getRoot(game.Players[TargetPlr].Character).CFrame = getRoot(game.Players.LocalPlayer.Character).CFrame + Vector3.new(1,3,0)
  309. game.Players.LocalPlayer.Character["[BrownBag]"]:Activate()
  310. end)
  311. until game.Players[TargetPlr].Character:FindFirstChild("Christmas_Sock")
  312. local A_1 = "[buy racmdx] Successfully Bagged " .. TargetPlr .. "." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  313. elseif game.Players[TargetPlr].Character.BodyEffects['K.O'].Value == false then
  314. local A_1 = "[buy racmdx] " .. TargetPlr .. " Is Already Bagged." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  315. end
  316. end)
  317.  
  318. Target.Name = "Target"
  319. Target.Parent = ScrollingFrame
  320. Target.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  321. Target.BorderSizePixel = 0
  322. Target.Position = UDim2.new(0.109376982, 0, 0.275419772, 0)
  323. Target.Size = UDim2.new(0, 216, 0, 29)
  324. Target.Font = Enum.Font.Cartoon
  325. Target.Text = "Target"
  326. Target.TextColor3 = Color3.fromRGB(255, 255, 255)
  327. Target.TextScaled = true
  328. Target.TextSize = 14.000
  329. Target.TextWrapped = true
  330.  
  331. UICorner_4.CornerRadius = UDim.new(0.25, 0)
  332. UICorner_4.Parent = Target
  333. Target.MouseButton1Click:connect(function()
  334. local localPlayer = game:GetService("Players").LocalPlayer;
  335. local localCharacter = localPlayer.Character;
  336. local TargetPlr = TextBox.Text;
  337. wait(0) local A_1 = "[buy racmdx] " .. TargetPlr .. "Has Been Locked." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  338.  
  339.  
  340. if TargetPlr and game.Players[TargetPlr].Character.BodyEffects['K.O'].Value == false then
  341. pcall(function()
  342.  
  343. game.Players.LocalPlayer.Character.LeftHand.Size = Vector3.new(4,4,4)
  344. localCharacter.LeftHand.LeftWrist:Destroy();
  345. localCharacter.RightHand.RightWrist:Destroy();
  346. game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(4,4,4)
  347.  
  348. end);
  349. repeat
  350. wait();
  351. localCharacter.LeftHand.CFrame = game.Players[TargetPlr].Character.LowerTorso.CFrame;
  352. localCharacter.RightHand.CFrame = game.Players[TargetPlr].Character.LowerTorso.CFrame;
  353. until game.Players[TargetPlr].Character.BodyEffects['K.O'].Value == true
  354. wait(0) local A_1 = "[buy racmdx] " .. TargetPlr .. " Has Been Successfully Eliminated!" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  355. game.StarterGui:SetCore("SendNotification", {
  356. Title = "buy racmdx [Target System]";
  357. Text = "[buy racmdx] " .. TargetPlr .. " Has been successfully knocked!";
  358. Duration = 15;
  359. })
  360. elseif game.Players[TargetPlr].Character.BodyEffects['K.O'].Value == true then
  361. wait(0) local A_1 = "[buy racmdx] " .. TargetPlr .. " Is Already Eliminated." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  362. game.StarterGui:SetCore("SendNotification", {
  363. Title = "buy racmdx [TARGET SYSTEM]";
  364. Text = "[buy racmdx] " .. TargetPlr .. " Is already knocked.";
  365. Duration = 15;
  366. })
  367. end;
  368. end);
  369.  
  370. FreeFists.Name = "Free Fists"
  371. FreeFists.Parent = ScrollingFrame
  372. FreeFists.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  373. FreeFists.BorderSizePixel = 0
  374. FreeFists.Position = UDim2.new(0.109376982, 0, 0.198898003, 0)
  375. FreeFists.Size = UDim2.new(0, 216, 0, 29)
  376. FreeFists.Font = Enum.Font.Cartoon
  377. FreeFists.Text = "Free Fists"
  378. FreeFists.TextColor3 = Color3.fromRGB(255, 255, 255)
  379. FreeFists.TextScaled = true
  380. FreeFists.TextSize = 14.000
  381. FreeFists.TextWrapped = true
  382.  
  383. UICorner_5.CornerRadius = UDim.new(0.25, 0)
  384. UICorner_5.Parent = FreeFists
  385. FreeFists.MouseButton1Down:connect(function()
  386. wait(0) local A_1 = "[buy racmdx] FreeFists Switched To True." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  387.  
  388.  
  389. local Players = game:GetService("Players")
  390. local RunService = game:GetService("RunService")
  391.  
  392. local LocalPlayer = Players.LocalPlayer
  393. local Mouse = LocalPlayer:GetMouse()
  394.  
  395. local Character = LocalPlayer.Character
  396. local RightHand = Character.RightHand
  397. local Character = LocalPlayer.Character
  398. local LeftHand = Character.LeftHand
  399.  
  400. wait(3)
  401.  
  402. local Box = Instance.new("SelectionBox")
  403. Box.LineThickness = 0.15
  404. Box.Color3 = Color3.new(0, 1, 0.0313725)
  405. Box.Adornee = RightHand
  406. Box.Parent = RightHand
  407.  
  408. LeftHand.LeftWrist:Destroy()
  409.  
  410. local Box = Instance.new("SelectionBox")
  411. Box.LineThickness = 0.15
  412. Box.Color3 = Color3.new(0.215686, 1, 0)
  413. Box.Adornee = LeftHand
  414. Box.Parent = LeftHand
  415.  
  416. RightHand.RightWrist:Destroy()
  417.  
  418. while true do
  419. pcall(function()
  420. RightHand.Position = Mouse.Hit.p
  421. RightHand.Rotation = Vector3.new(0,0,0)
  422. RightHand.Massless = true
  423. LeftHand.Position = Mouse.Hit.p
  424. LeftHand.Rotation = Vector3.new(0,0,0)
  425. LeftHand.Massless = true
  426. end)
  427. pcall(function()
  428. local Tool = Character:FindFirstChildOfClass("Tool")
  429. Tool.Handle.Position = RightHand.Position
  430. Tool.Handle.Position = LeftHand.Position
  431. end)
  432. RunService.RenderStepped:Wait()
  433. end
  434. end)
  435.  
  436. AntiStomp.Name = "Anti Stomp"
  437. AntiStomp.Parent = ScrollingFrame
  438. AntiStomp.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  439. AntiStomp.BorderSizePixel = 0
  440. AntiStomp.Position = UDim2.new(0.109376982, 0, 0.162810996, 0)
  441. AntiStomp.Size = UDim2.new(0, 216, 0, 29)
  442. AntiStomp.Font = Enum.Font.Cartoon
  443. AntiStomp.Text = "Anti Stomp"
  444. AntiStomp.TextColor3 = Color3.fromRGB(255, 255, 255)
  445. AntiStomp.TextScaled = true
  446. AntiStomp.TextSize = 14.000
  447. AntiStomp.TextWrapped = true
  448.  
  449. UICorner_6.CornerRadius = UDim.new(0.25, 0)
  450. UICorner_6.Parent = AntiStomp
  451. AntiStomp.MouseButton1Down:connect(function()
  452. wait(0) local A_1 = "[buy racmdx] Anti-Stomp Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  453.  
  454. game.StarterGui:SetCore("SendNotification", {
  455. Title = "buy racmdx";
  456. Text = "Anti stomp enabled."
  457. })
  458. pcall(function() if tostring(game.PlaceId) == "2788229376" then local corepackages = game:GetService"CorePackages" local localplayer = game:GetService"Players".LocalPlayer local run = game:GetService"RunService" run:BindToRenderStep("rrrrrrrrrrr",2000,function() pcall(function() if localplayer.Character.Humanoid.Health <= 30 then localplayer.Character.Humanoid:UnequipTools() localplayer.Character.Humanoid:Destroy() workspace.CurrentCamera.CameraSubject = localplayer.Character wait() local prt = Instance.new("Model", corepackages); Instance.new("Part", prt).Name="Torso"; Instance.new("Part", prt).Name="Head"; Instance.new("Humanoid", prt).Name="Humanoid"; localplayer.Character=prt end end) pcall(function() if localplayer.Character.Humanoid.FloorMaterial == "Plastic" then ReplicatedStorage:FireServer("Stomp") end end) end)
  459. end end)
  460. end)
  461.  
  462. AntiFlashbang.Name = "AntiFlashbang"
  463. AntiFlashbang.Parent = ScrollingFrame
  464. AntiFlashbang.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  465. AntiFlashbang.BorderSizePixel = 0
  466. AntiFlashbang.Position = UDim2.new(0.109376982, 0, 0.124984942, 0)
  467. AntiFlashbang.Size = UDim2.new(0, 216, 0, 29)
  468. AntiFlashbang.Font = Enum.Font.Cartoon
  469. AntiFlashbang.Text = "Anti Flash-Bang"
  470. AntiFlashbang.TextColor3 = Color3.fromRGB(255, 255, 255)
  471. AntiFlashbang.TextScaled = true
  472. AntiFlashbang.TextSize = 14.000
  473. AntiFlashbang.TextWrapped = true
  474.  
  475. UICorner_7.CornerRadius = UDim.new(0.25, 0)
  476. UICorner_7.Parent = AntiFlashbang
  477. AntiFlashbang.MouseButton1Down:connect(function()
  478. wait(0) local A_1 = "[buy racmdx] Anti-Flashbang Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  479.  
  480. while true do
  481. local XD = game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui
  482.  
  483. if XD:FindFirstChild("whiteScreen") then
  484. XD.whiteScreen:Destroy()
  485. end
  486. wait(0.2)
  487. end
  488. end)
  489.  
  490. AntiBag.Name = "Anti Bag"
  491. AntiBag.Parent = ScrollingFrame
  492. AntiBag.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  493. AntiBag.BorderSizePixel = 0
  494. AntiBag.Position = UDim2.new(0.109376982, 0, 0.0880284235, 0)
  495. AntiBag.Size = UDim2.new(0, 216, 0, 29)
  496. AntiBag.Font = Enum.Font.Cartoon
  497. AntiBag.Text = "Anti Bag"
  498. AntiBag.TextColor3 = Color3.fromRGB(255, 255, 255)
  499. AntiBag.TextScaled = true
  500. AntiBag.TextSize = 14.000
  501. AntiBag.TextWrapped = true
  502.  
  503. UICorner_8.CornerRadius = UDim.new(0.25, 0)
  504. UICorner_8.Parent = AntiBag
  505. AntiBag.MouseButton1Down:connect(function()
  506. wait(0) local A_1 = "[buy racmdx] Anti-Bag Enabled" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  507. local LocalPlayer = game:GetService("Players").LocalPlayer
  508. local char = LocalPlayer.Character
  509. char.ChildAdded:Connect(function(sock)
  510. if sock:IsA("MeshPart") then do
  511. wait(0)
  512. sock:Destroy()
  513. end
  514. end
  515. end)
  516. end)
  517.  
  518. Headless.Name = "Headless"
  519. Headless.Parent = ScrollingFrame
  520. Headless.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  521. Headless.BorderSizePixel = 0
  522. Headless.Position = UDim2.new(0.109376982, 0, 0.0510719046, 0)
  523. Headless.Size = UDim2.new(0, 216, 0, 29)
  524. Headless.Font = Enum.Font.Cartoon
  525. Headless.Text = "Headless"
  526. Headless.TextColor3 = Color3.fromRGB(255, 255, 255)
  527. Headless.TextScaled = true
  528. Headless.TextSize = 14.000
  529. Headless.TextWrapped = true
  530.  
  531. UICorner_9.CornerRadius = UDim.new(0.25, 0)
  532. UICorner_9.Parent = Headless
  533. Headless.MouseButton1Down:connect(function()
  534. game.StarterGui:SetCore("SendNotification", {
  535. Title = "buy racmdx";
  536. Text = "Headles Enabled. no one can see ur face or ur head."
  537. })
  538.  
  539. pcall(function()
  540. game.Players.LocalPlayer.Character.Head.Neck:Destroy()
  541. game.Players.LocalPlayer.Character.UpperTorso.NeckAttachment:Destroy()
  542. game.Players.LocalPlayer.Character.Humanoid.HealthDisplayDistance = math.huge
  543. game.Players.LocalPlayer.Character.Humanoid.NameDisplayDistance = math.huge
  544. game.Players.LocalPlayer.Character.Head.Size = Vector3.new(0,0,0)
  545. game.Players.LocalPlayer.Character.Head.Massless = true
  546. game.Players.LocalPlayer.Character.Head.CanCollide = false
  547.  
  548. heazd = true
  549.  
  550. while heazd == true do
  551. pcall(function()
  552. game.Players.LocalPlayer.Character.Head.NeckRigAttachment.CFrame = CFrame.new(0, 100000.4736328125, 0)
  553. game.Players.LocalPlayer.Character.UpperTorso.NeckRigAttachment.CFrame = CFrame.new(0, 100000.4736328125, 0)
  554. game.Players.LocalPlayer.Character.Head.CFrame = CFrame.new(0, 100000.4736328125, 0)
  555. end)
  556. wait()
  557. end
  558. end)
  559. end)
  560.  
  561. Goto.Name = "Goto"
  562. Goto.Parent = ScrollingFrame
  563. Goto.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  564. Goto.BorderSizePixel = 0
  565. Goto.Position = UDim2.new(0.109376982, 0, 0.311941445, 0)
  566. Goto.Size = UDim2.new(0, 216, 0, 29)
  567. Goto.Font = Enum.Font.Cartoon
  568. Goto.Text = "Goto"
  569. Goto.TextColor3 = Color3.fromRGB(255, 255, 255)
  570. Goto.TextScaled = true
  571. Goto.TextSize = 14.000
  572. Goto.TextWrapped = true
  573.  
  574. UICorner_10.CornerRadius = UDim.new(0.25, 0)
  575. UICorner_10.Parent = Goto
  576. Goto.MouseButton1Click:connect(function()
  577. local TargetPlr = TextBox.Text;
  578. local A_1 = "[buy racmdx] Teleporting To " .. TargetPlr .. "." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  579. wait(.30)
  580. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[TargetPlr].Character.HumanoidRootPart.CFrame
  581. end)
  582.  
  583. Spectate.Name = "Spectate"
  584. Spectate.Parent = ScrollingFrame
  585. Spectate.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  586. Spectate.BorderSizePixel = 0
  587. Spectate.Position = UDim2.new(0.109376982, 0, 0.348897994, 0)
  588. Spectate.Size = UDim2.new(0, 216, 0, 29)
  589. Spectate.Font = Enum.Font.Cartoon
  590. Spectate.Text = "Spectate"
  591. Spectate.TextColor3 = Color3.fromRGB(255, 255, 255)
  592. Spectate.TextScaled = true
  593. Spectate.TextSize = 14.000
  594. Spectate.TextWrapped = true
  595.  
  596. UICorner_11.CornerRadius = UDim.new(0.25, 0)
  597. UICorner_11.Parent = Spectate
  598. Spectate.MouseButton1Click:connect(function()
  599. local TargetPlr = TextBox.Text;
  600. game.Workspace.Camera.CameraSubject = game.Players[TargetPlr].Character.Humanoid;
  601. local A_1 = "[buy racmdx] Spectating " .. TargetPlr .. "." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  602. end)
  603.  
  604. Unspectate.Name = "Unspectate"
  605. Unspectate.Parent = ScrollingFrame
  606. Unspectate.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  607. Unspectate.BorderSizePixel = 0
  608. Unspectate.Position = UDim2.new(0.109376982, 0, 0.385854483, 0)
  609. Unspectate.Size = UDim2.new(0, 216, 0, 29)
  610. Unspectate.Font = Enum.Font.Cartoon
  611. Unspectate.Text = "Unspectate"
  612. Unspectate.TextColor3 = Color3.fromRGB(255, 255, 255)
  613. Unspectate.TextScaled = true
  614. Unspectate.TextSize = 14.000
  615. Unspectate.TextWrapped = true
  616.  
  617. UICorner_12.CornerRadius = UDim.new(0.25, 0)
  618. UICorner_12.Parent = Unspectate
  619. Unspectate.MouseButton1Click:connect(function()
  620. local TargetPlr = TextBox.Text;
  621. local A_1 = "[buy racmdx] Stopped Spectating " .. TargetPlr .. "." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  622. game.Workspace.Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  623. end)
  624.  
  625. Cash.Name = "Cash"
  626. Cash.Parent = ScrollingFrame
  627. Cash.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  628. Cash.BorderSizePixel = 0
  629. Cash.Position = UDim2.new(0.109376982, 0, 0.423680574, 0)
  630. Cash.Size = UDim2.new(0, 216, 0, 29)
  631. Cash.Font = Enum.Font.Cartoon
  632. Cash.Text = "Cash"
  633. Cash.TextColor3 = Color3.fromRGB(255, 255, 255)
  634. Cash.TextScaled = true
  635. Cash.TextSize = 14.000
  636. Cash.TextWrapped = true
  637.  
  638. UICorner_13.CornerRadius = UDim.new(0.25, 0)
  639. UICorner_13.Parent = Cash
  640. Cash.MouseButton1Click:connect(function()
  641. local TargetPlr = TextBox.Text;
  642. local A_1 = "[buy racmdx] " .. TargetPlr .. " Has $" .. game.Players[TargetPlr].DataFolder.Currency.Value .. "." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  643. end)
  644.  
  645. FistReach.Name = "Fist Reach"
  646. FistReach.Parent = ScrollingFrame
  647. FistReach.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  648. FistReach.BorderSizePixel = 0
  649. FistReach.Position = UDim2.new(0.109376982, 0, 0.462810993, 0)
  650. FistReach.Size = UDim2.new(0, 216, 0, 29)
  651. FistReach.Font = Enum.Font.Cartoon
  652. FistReach.Text = "Fist Reach"
  653. FistReach.TextColor3 = Color3.fromRGB(255, 255, 255)
  654. FistReach.TextScaled = true
  655. FistReach.TextSize = 14.000
  656. FistReach.TextWrapped = true
  657.  
  658. UICorner_14.CornerRadius = UDim.new(0.25, 0)
  659. UICorner_14.Parent = FistReach
  660. FistReach.MouseButton1Down:connect(function()
  661. game.StarterGui:SetCore("SendNotification", {
  662. Title = "buy racmdx";
  663. Text = "Melee Reach Enabled."
  664. })
  665. LP = game.Players.LocalPlayer
  666.  
  667. for i,v in ipairs(LP.Character:GetDescendants()) do
  668.  
  669. if v:IsA("MeshPart") then v.Massless = true
  670.  
  671. v.CanCollide = false
  672.  
  673. v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  674.  
  675.  
  676. end
  677.  
  678. end
  679.  
  680.  
  681. for i,v in ipairs(game.workspace:GetDescendants()) do
  682.  
  683. if v:IsA("Seat") then
  684.  
  685. v.Disabled = true
  686.  
  687. end
  688.  
  689. end
  690.  
  691. x = 45
  692.  
  693. y = 45
  694.  
  695. z = 45
  696.  
  697.  
  698.  
  699. penis = Vector3.new(x,y,z)
  700.  
  701.  
  702. LP.Character.RightHand.Size = penis
  703.  
  704.  
  705. local selectionBox = Instance.new("SelectionBox",LP.Character.RightHand)
  706.  
  707. selectionBox.Adornee = LP.Character.RightHand
  708. selectionBox = Enum.Material.Neon
  709. selectionBox.Color3 = Color3.new(1, 1, 1)
  710.  
  711. LP.Character.LeftHand.Size = penis
  712.  
  713. LP.Character.BodyEffects.SpecialParts.LeftHand.Size = penis
  714.  
  715.  
  716.  
  717. local selectionBox = Instance.new("SelectionBox",LP.Character.LeftHand)
  718.  
  719. selectionBox.Adornee = LP.Character.LeftHand
  720. selectionBox = Enum.Material.Neon
  721. selectionBox.Color3 = Color3.new(1, 1, 1)
  722.  
  723. end)
  724.  
  725. FEBackflip.Name = "FE Backflip"
  726. FEBackflip.Parent = ScrollingFrame
  727. FEBackflip.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  728. FEBackflip.BorderSizePixel = 0
  729. FEBackflip.Position = UDim2.new(0.109376982, 0, 0.499332726, 0)
  730. FEBackflip.Size = UDim2.new(0, 216, 0, 29)
  731. FEBackflip.Font = Enum.Font.Cartoon
  732. FEBackflip.Text = "Fe Backflip"
  733. FEBackflip.TextColor3 = Color3.fromRGB(255, 255, 255)
  734. FEBackflip.TextScaled = true
  735. FEBackflip.TextSize = 14.000
  736. FEBackflip.TextWrapped = true
  737.  
  738. UICorner_15.CornerRadius = UDim.new(0.25, 0)
  739. UICorner_15.Parent = FEBackflip
  740. FEBackflip.MouseButton1Down:connect(function()
  741. wait(5)
  742.  
  743. --[[ Info ]]--
  744.  
  745. local ver = "2.00"
  746. local scriptname = "feFlip"
  747.  
  748.  
  749. --[[ Keybinds ]]--
  750.  
  751. local FrontflipKey = Enum.KeyCode.Z
  752. local BackflipKey = Enum.KeyCode.X
  753. local AirjumpKey = Enum.KeyCode.C
  754.  
  755.  
  756. --[[ Dependencies ]]--
  757.  
  758. local ca = game:GetService("ContextActionService")
  759. local zeezy = game:GetService("Players").LocalPlayer
  760. local h = 0.0174533
  761. local antigrav
  762.  
  763.  
  764. --[[ Functions ]]--
  765.  
  766. function zeezyFrontflip(act,inp,obj)
  767. if inp == Enum.UserInputState.Begin then
  768. zeezy.Character.Humanoid:ChangeState("Jumping")
  769. wait()
  770. zeezy.Character.Humanoid.Sit = true
  771. for i = 1,360 do
  772. delay(i/720,function()
  773. zeezy.Character.Humanoid.Sit = true
  774. zeezy.Character.HumanoidRootPart.CFrame = zeezy.Character.HumanoidRootPart.CFrame * CFrame.Angles(-h,0,0)
  775. end)
  776. end
  777. wait(0.55)
  778. zeezy.Character.Humanoid.Sit = false
  779. end
  780. end
  781.  
  782. function zeezyBackflip(act,inp,obj)
  783. if inp == Enum.UserInputState.Begin then
  784. zeezy.Character.Humanoid:ChangeState("Jumping")
  785. wait()
  786. zeezy.Character.Humanoid.Sit = true
  787. for i = 1,360 do
  788. delay(i/720,function()
  789. zeezy.Character.Humanoid.Sit = true
  790. zeezy.Character.HumanoidRootPart.CFrame = zeezy.Character.HumanoidRootPart.CFrame * CFrame.Angles(h,0,0)
  791. end)
  792. end
  793. wait(0.55)
  794. zeezy.Character.Humanoid.Sit = false
  795. end
  796. end
  797.  
  798. function zeezyAirjump(act,inp,obj)
  799. if inp == Enum.UserInputState.Begin then
  800. zeezy.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
  801. wait()
  802. zeezy.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  803. end
  804. end
  805.  
  806.  
  807. --[[ Binds ]]--
  808.  
  809. ca:BindAction("zeezyFrontflip",zeezyFrontflip,false,FrontflipKey)
  810. ca:BindAction("zeezyBackflip",zeezyBackflip,false,BackflipKey)
  811. ca:BindAction("zeezyAirjump",zeezyAirjump,false,AirjumpKey)
  812.  
  813. --[[ Load Message ]]--
  814.  
  815. local notifSound = Instance.new("Sound",workspace)
  816. notifSound.PlaybackSpeed = 1.5
  817. notifSound.Volume = 0.15
  818. notifSound.SoundId = "rbxassetid://170765130"
  819. notifSound.PlayOnRemove = true
  820. notifSound:Destroy()
  821. game.StarterGui:SetCore("SendNotification", {Title = "buy racmdx", Text = "febackslip loaded successfully!", Icon = "rbxassetid://505845268", Duration = 5, Button1 = "Okay"})
  822. end)
  823.  
  824. Maskspam.Name = "Maskspam"
  825. Maskspam.Parent = ScrollingFrame
  826. Maskspam.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  827. Maskspam.BorderSizePixel = 0
  828. Maskspam.Position = UDim2.new(0.109376982, 0, 0.534984887, 0)
  829. Maskspam.Size = UDim2.new(0, 216, 0, 29)
  830. Maskspam.Font = Enum.Font.Cartoon
  831. Maskspam.Text = "Mask Spam | Lag Reset"
  832. Maskspam.TextColor3 = Color3.fromRGB(255, 255, 255)
  833. Maskspam.TextScaled = true
  834. Maskspam.TextSize = 14.000
  835. Maskspam.TextWrapped = true
  836.  
  837. UICorner_16.CornerRadius = UDim.new(0.25, 0)
  838. UICorner_16.Parent = Maskspam
  839. Maskspam.MouseButton1Down:connect(function()
  840. local notifSound = Instance.new("Sound",workspace)
  841. notifSound.PlaybackSpeed = 1.5
  842. notifSound.Volume = 0.15
  843. notifSound.SoundId = "rbxassetid://170765130"
  844. notifSound.PlayOnRemove = true
  845. notifSound:Destroy()
  846. game.StarterGui:SetCore("SendNotification", {Title = "buy racmdx", Text = "Mask Spam | Health Spam [Enabled]", Icon = "rbxassetid://505845268", Duration = 5, Button1 = "Okay"})
  847. gsPlayers = game:GetService("Players")
  848. gsWorkspace = game:GetService("Workspace")
  849. gsLighting = game:GetService("Lighting")
  850. gsReplicatedStorage = game:GetService("ReplicatedStorage")
  851. gsCoreGui = game:GetService("CoreGui")
  852. gsTween = game:GetService("TweenService")
  853. gsHttp = game:GetService("HttpService")
  854.  
  855. LP = gsPlayers.LocalPlayer
  856. Mouse = LP:GetMouse()
  857.  
  858. LP.Character.ChildAdded:Connect(function(b)
  859. wait(0)
  860. if b:IsA("Accessory") then b.Handle.Mesh:Destroy()
  861. b.Parent = gsWorkspace
  862. end
  863. end)
  864. end)
  865.  
  866.  
  867. Naked.Name = "Naked"
  868. Naked.Parent = ScrollingFrame
  869. Naked.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  870. Naked.BorderSizePixel = 0
  871. Naked.Position = UDim2.new(0.109376982, 0, 0.570637047, 0)
  872. Naked.Size = UDim2.new(0, 216, 0, 29)
  873. Naked.Font = Enum.Font.Cartoon
  874. Naked.Text = "Naked"
  875. Naked.TextColor3 = Color3.fromRGB(255, 255, 255)
  876. Naked.TextScaled = true
  877. Naked.TextSize = 14.000
  878. Naked.TextWrapped = true
  879.  
  880. UICorner_17.CornerRadius = UDim.new(0.25, 0)
  881. UICorner_17.Parent = Naked
  882. Naked.MouseButton1Down:connect(function()
  883. local notifSound = Instance.new("Sound",workspace)
  884. notifSound.PlaybackSpeed = 1.5
  885. notifSound.Volume = 0.15
  886. notifSound.SoundId = "rbxassetid://170765130"
  887. notifSound.PlayOnRemove = true
  888. notifSound:Destroy()
  889. game.StarterGui:SetCore("SendNotification", {Title = "buy racmdx", Text = "Removing ur clothes ;))", Icon = "rbxassetid://505845268", Duration = 5, Button1 = "Okay"})
  890. while wait() do
  891. pcall(function()
  892. if game.Players.LocalPlayer.Character:FindFirstChild("Shirt") then
  893. game.Players.LocalPlayer.Character.Shirt:Destroy()
  894. elseif game.Players.LocalPlayer.Character:FindFirstChild("Pants") then
  895. game.Players.LocalPlayer.Character.Pants:Destroy()
  896. end
  897. end)
  898. end
  899. end)
  900.  
  901. GodBullet.Name = "GodBullet"
  902. GodBullet.Parent = ScrollingFrame
  903. GodBullet.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  904. GodBullet.BorderSizePixel = 0
  905. GodBullet.Position = UDim2.new(0.109376982, 0, 0.605419636, 0)
  906. GodBullet.Size = UDim2.new(0, 216, 0, 29)
  907. GodBullet.Font = Enum.Font.Cartoon
  908. GodBullet.Text = "God Bullet"
  909. GodBullet.TextColor3 = Color3.fromRGB(255, 255, 255)
  910. GodBullet.TextScaled = true
  911. GodBullet.TextSize = 14.000
  912. GodBullet.TextWrapped = true
  913.  
  914. UICorner_18.CornerRadius = UDim.new(0.25, 0)
  915. UICorner_18.Parent = GodBullet
  916. GodBullet.MouseButton1Down:connect(function()
  917. wait(0) local A_1 = "[buy racmdx] Bulletproof Switched To True." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  918.  
  919. game.StarterGui:SetCore("SendNotification", {
  920. Title = "buy racmdx";
  921. Text = "God Bullet enabled. bullets wont damage u anymore!"
  922. })
  923. local ps = game:GetService("Players")
  924. local lp = ps.LocalPlayer
  925. local char = lp.Character
  926.  
  927. char.BodyEffects.Armor:Destroy()
  928. char.BodyEffects.Defense:Destroy()
  929.  
  930. local Clone1 = Instance.new("IntValue")
  931. Clone1.Name = "Armor"
  932. Clone1.Parent = char.BodyEffects
  933.  
  934. local Clone2 = Instance.new("NumberValue")
  935. Clone2.Name = "Defense"
  936. Clone2.Parent = char.BodyEffects
  937. end)
  938.  
  939. GodmodeUnban.Name = "Godmode + Unban"
  940. GodmodeUnban.Parent = ScrollingFrame
  941. GodmodeUnban.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  942. GodmodeUnban.BorderSizePixel = 0
  943. GodmodeUnban.Position = UDim2.new(0.10576687, 0, 0.640202224, 0)
  944. GodmodeUnban.Size = UDim2.new(0, 216, 0, 29)
  945. GodmodeUnban.Font = Enum.Font.Cartoon
  946. GodmodeUnban.Text = "God Mode + Unban"
  947. GodmodeUnban.TextColor3 = Color3.fromRGB(255, 255, 255)
  948. GodmodeUnban.TextScaled = true
  949. GodmodeUnban.TextSize = 14.000
  950. GodmodeUnban.TextWrapped = true
  951.  
  952. UICorner_19.CornerRadius = UDim.new(0.25, 0)
  953. UICorner_19.Parent = GodmodeUnban
  954. GodmodeUnban.MouseButton1Down:connect(function()
  955. wait(0) local A_1 = "[buy racmdx] Godmode and Unban Enabled." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  956. local notifSound = Instance.new("Sound",workspace)
  957. notifSound.PlaybackSpeed = 1.5
  958. notifSound.Volume = 0.15
  959. notifSound.SoundId = "rbxassetid://170765130"
  960. notifSound.PlayOnRemove = true
  961. notifSound:Destroy()
  962. game.StarterGui:SetCore("SendNotification", {Title = "buy racmdx", Text = "God Mode Enabled | Unban Enabled [Guns Only With God Mode]", Icon = "rbxassetid://505845268", Duration = 5, Button1 = "Okay"})
  963. local name = game.Players.LocalPlayer.Name
  964. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  965. game.Players.LocalPlayer.Character:ClearAllChildren()
  966. local lol = game.Workspace:WaitForChild(name)
  967. local money = Instance.new("Folder",game.Players.LocalPlayer.Character);money.Name = "FULLY_LOADED_CHAR"
  968. lol.Parent = game.Workspace.Players
  969. game.Players.LocalPlayer.Character:WaitForChild("BodyEffects")
  970. game.Players.LocalPlayer.Character.BodyEffects.BreakingParts:Destroy()
  971. end)
  972.  
  973. FreeFistsBiggerHitbox.Name = "Free Fists Bigger Hitbox"
  974. FreeFistsBiggerHitbox.Parent = ScrollingFrame
  975. FreeFistsBiggerHitbox.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  976. FreeFistsBiggerHitbox.BorderSizePixel = 0
  977. FreeFistsBiggerHitbox.Position = UDim2.new(0.109376982, 0, 0.676723957, 0)
  978. FreeFistsBiggerHitbox.Size = UDim2.new(0, 216, 0, 29)
  979. FreeFistsBiggerHitbox.Font = Enum.Font.Cartoon
  980. FreeFistsBiggerHitbox.Text = "FreeFists [HitBox]"
  981. FreeFistsBiggerHitbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  982. FreeFistsBiggerHitbox.TextScaled = true
  983. FreeFistsBiggerHitbox.TextSize = 14.000
  984. FreeFistsBiggerHitbox.TextWrapped = true
  985.  
  986. UICorner_20.CornerRadius = UDim.new(0.25, 0)
  987. UICorner_20.Parent = FreeFistsBiggerHitbox
  988. FreeFistsBiggerHitbox.MouseButton1Down:connect(function()
  989. wait(0) local A_1 = "[buy racmdx] FreeFists Switched To True." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  990.  
  991.  
  992. local Players = game:GetService("Players")
  993. local RunService = game:GetService("RunService")
  994.  
  995. local LocalPlayer = Players.LocalPlayer
  996. local Mouse = LocalPlayer:GetMouse()
  997.  
  998. local Character = LocalPlayer.Character
  999. local RightHand = Character.RightHand
  1000. local Character = LocalPlayer.Character
  1001. local LeftHand = Character.LeftHand
  1002.  
  1003. wait(3)
  1004.  
  1005. local Box = Instance.new("SelectionBox")
  1006. Box.LineThickness = 0.15
  1007. Box.Color3 = Color3.new(0, 1, 0.0313725)
  1008. Box.Adornee = RightHand
  1009. Box.Parent = RightHand
  1010.  
  1011. LeftHand.LeftWrist:Destroy()
  1012. game.Players.LocalPlayer.Character.LeftHand.Size = Vector3.new(4,4,4)
  1013.  
  1014. local Box = Instance.new("SelectionBox")
  1015. Box.LineThickness = 0.15
  1016. Box.Color3 = Color3.new(0.215686, 1, 0)
  1017. Box.Adornee = LeftHand
  1018. Box.Parent = LeftHand
  1019.  
  1020. RightHand.RightWrist:Destroy()
  1021. game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(4,4,4)
  1022.  
  1023. while true do
  1024. pcall(function()
  1025. RightHand.Position = Mouse.Hit.p
  1026. RightHand.Rotation = Vector3.new(0,0,0)
  1027. RightHand.Massless = true
  1028. LeftHand.Position = Mouse.Hit.p
  1029. LeftHand.Rotation = Vector3.new(0,0,0)
  1030. LeftHand.Massless = true
  1031. end)
  1032. pcall(function()
  1033. local Tool = Character:FindFirstChildOfClass("Tool")
  1034. Tool.Handle.Position = RightHand.Position
  1035. Tool.Handle.Position = LeftHand.Position
  1036. end)
  1037. RunService.RenderStepped:Wait()
  1038. end
  1039. end)
  1040.  
  1041.  
  1042. FixRightFists.Name = "Fix Right Fists"
  1043. FixRightFists.Parent = ScrollingFrame
  1044. FixRightFists.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  1045. FixRightFists.BorderSizePixel = 0
  1046. FixRightFists.Position = UDim2.new(0.109376982, 0, 0.712376118, 0)
  1047. FixRightFists.Size = UDim2.new(0, 216, 0, 29)
  1048. FixRightFists.Font = Enum.Font.Cartoon
  1049. FixRightFists.Text = "Fix Right Fist"
  1050. FixRightFists.TextColor3 = Color3.fromRGB(255, 255, 255)
  1051. FixRightFists.TextScaled = true
  1052. FixRightFists.TextSize = 14.000
  1053. FixRightFists.TextWrapped = true
  1054.  
  1055. UICorner_21.CornerRadius = UDim.new(0.25, 0)
  1056. UICorner_21.Parent = FixRightFists
  1057. FixRightFists.MouseButton1Down:connect(function()
  1058. game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(1,1,1)
  1059. end)
  1060.  
  1061. FixLeftFists.Name = "Fix Left Fists"
  1062. FixLeftFists.Parent = ScrollingFrame
  1063. FixLeftFists.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  1064. FixLeftFists.BorderSizePixel = 0
  1065. FixLeftFists.Position = UDim2.new(0.10576687, 0, 0.748028278, 0)
  1066. FixLeftFists.Size = UDim2.new(0, 216, 0, 29)
  1067. FixLeftFists.Font = Enum.Font.Cartoon
  1068. FixLeftFists.Text = "Fix Left Fist"
  1069. FixLeftFists.TextColor3 = Color3.fromRGB(255, 255, 255)
  1070. FixLeftFists.TextScaled = true
  1071. FixLeftFists.TextSize = 14.000
  1072. FixLeftFists.TextWrapped = true
  1073.  
  1074. UICorner_22.CornerRadius = UDim.new(0.25, 0)
  1075. UICorner_22.Parent = FixLeftFists
  1076. FixLeftFists.MouseButton1Down:connect(function()
  1077. game.Players.LocalPlayer.Character.LeftHand.Size = Vector3.new(1,1,1)
  1078. end)
  1079.  
  1080. Info.Name = "Info"
  1081. Info.Parent = ScrollingFrame
  1082. Info.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1083. Info.BackgroundTransparency = 1.000
  1084. Info.BorderColor3 = Color3.fromRGB(27, 42, 53)
  1085. Info.Position = UDim2.new(0.0263444912, 0, 0.951430261, 0)
  1086. Info.Size = UDim2.new(0, 262, 0, 50)
  1087. Info.Font = Enum.Font.SourceSans
  1088. Info.Text = "buy racmdx "
  1089. Info.TextColor3 = Color3.fromRGB(140, 140, 140)
  1090. Info.TextScaled = true
  1091. Info.TextSize = 14.000
  1092. Info.TextWrapped = true
  1093.  
  1094. FlyGun.Name = "Fly Gun"
  1095. FlyGun.Parent = ScrollingFrame
  1096. FlyGun.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  1097. FlyGun.BorderSizePixel = 0
  1098. FlyGun.Position = UDim2.new(0.10576687, 0, 0.787158728, 0)
  1099. FlyGun.Size = UDim2.new(0, 216, 0, 29)
  1100. FlyGun.Font = Enum.Font.Cartoon
  1101. FlyGun.Text = "Airstrike [Guns Only]"
  1102. FlyGun.TextColor3 = Color3.fromRGB(255, 255, 255)
  1103. FlyGun.TextScaled = true
  1104. FlyGun.TextSize = 14.000
  1105. FlyGun.TextWrapped = true
  1106.  
  1107. UICorner_23.CornerRadius = UDim.new(0.25, 0)
  1108. UICorner_23.Parent = FlyGun
  1109. FlyGun.MouseButton1Down:connect(function()
  1110. wait(0) local A_1 = "[buy racmdx] Airstrike Switched To True." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  1111.  
  1112. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do if v:isA("Tool") then local a = Instance.new("SelectionBox",v.Handle) a.Adornee = v.Handle v.GripPos = Vector3.new(10,-10,10) lplayer.Character.Humanoid:UnequipTools() end end
  1113. end)
  1114.  
  1115. FlyMeleeWeapon.Name = "Fly Melee Weapon"
  1116. FlyMeleeWeapon.Parent = ScrollingFrame
  1117. FlyMeleeWeapon.BackgroundColor3 = Color3.fromRGB(255, 0, 68)
  1118. FlyMeleeWeapon.BorderSizePixel = 0
  1119. FlyMeleeWeapon.Position = UDim2.new(0.10576687, 0, 0.824550033, 0)
  1120. FlyMeleeWeapon.Size = UDim2.new(0, 216, 0, 29)
  1121. FlyMeleeWeapon.Font = Enum.Font.Cartoon
  1122. FlyMeleeWeapon.Text = "Fly Melee Weapon"
  1123. FlyMeleeWeapon.TextColor3 = Color3.fromRGB(255, 255, 255)
  1124. FlyMeleeWeapon.TextScaled = true
  1125. FlyMeleeWeapon.TextSize = 14.000
  1126. FlyMeleeWeapon.TextWrapped = true
  1127.  
  1128. UICorner_24.CornerRadius = UDim.new(0.25, 0)
  1129. UICorner_24.Parent = FlyMeleeWeapon
  1130. FlyMeleeWeapon.MouseButton1Down:connect(function()
  1131. wait(0) local A_1 = "[buy racmdx] Fly Melee Weapons Enabled." local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  1132. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do if v:isA("Tool") then local a = Instance.new("SelectionBox",v.Handle) a.Adornee = v.Handle v.GripPos = Vector3.new(15,15,15) lplayer.Character.Humanoid:UnequipTools() end end
  1133. end)
  1134. Frame.Name = "Frame"
  1135. Frame.Parent = MainFrame
  1136. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1137. Frame.BackgroundTransparency = 1.000
  1138. Frame.Position = UDim2.new(0.176895306, 0, 0.847826242, 0)
  1139. Frame.Size = UDim2.new(0, 180, 0, 29)
  1140. Frame.Image = "rbxassetid://3570695787"
  1141. Frame.ImageColor3 = Color3.fromRGB(24, 24, 24)
  1142. Frame.ScaleType = Enum.ScaleType.Slice
  1143. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  1144. Frame.SliceScale = 0.080
  1145.  
  1146. TextBox.Parent = Frame
  1147. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1148. TextBox.BackgroundTransparency = 1.000
  1149. TextBox.BorderSizePixel = 0
  1150. TextBox.Size = UDim2.new(0, 180, 0, 29)
  1151. TextBox.Font = Enum.Font.PatrickHand
  1152. TextBox.Text = "Command Here."
  1153. TextBox.TextColor3 = Color3.fromRGB(255, 0, 98)
  1154. TextBox.TextSize = 14.000
  1155.  
  1156. Fatel.Name = "Fatel"
  1157. Fatel.Parent = MainFrame
  1158. Fatel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1159. Fatel.BackgroundTransparency = 1.000
  1160. Fatel.BorderSizePixel = 0
  1161. Fatel.Size = UDim2.new(0, 66, 0, 29)
  1162. Fatel.Font = Enum.Font.Cartoon
  1163. Fatel.Text = "Buy racmdx"
  1164. Fatel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1165. Fatel.TextSize = 21.000
  1166. Fatel.TextWrapped = true
  1167.  
  1168. -- Scripts:
  1169.  
  1170. local function VZEQVF_fake_script() -- LegacyX.IntroScript
  1171. local script = Instance.new('LocalScript', LegacyX)
  1172.  
  1173. -- // Variables
  1174. local StarterFrame = script.Parent.Main
  1175. local TweenService = game:GetService("TweenService");
  1176.  
  1177. -- // Properties
  1178. StarterFrame.Size = UDim2.new(0, 292, 0, 57)
  1179. StarterFrame["Main Frame"].Visible = false;
  1180.  
  1181. -- // Functions
  1182. function TweenFrameSize(frame, endudim2, tweentime)
  1183.  
  1184. local goal = {};
  1185. goal.Size = endudim2
  1186.  
  1187. local info = TweenInfo.new(tweentime);
  1188.  
  1189. local a = TweenService:Create(frame, info, goal);
  1190. a:Play();
  1191. end
  1192.  
  1193.  
  1194. -- // Fade In
  1195. wait(2);
  1196.  
  1197. repeat
  1198. wait();
  1199. StarterFrame.ImageTransparency = StarterFrame.ImageTransparency - 0.07;
  1200. until StarterFrame.ImageTransparency <= 0;
  1201.  
  1202. TweenFrameSize(StarterFrame, UDim2.new(0, 292, 0, 250), .20);
  1203. wait(.20)
  1204.  
  1205. StarterFrame["Main Frame"].Visible = true
  1206.  
  1207. end
  1208. coroutine.wrap(VZEQVF_fake_script)()
  1209.  
  1210. -- // Keybind
  1211. local Toggled = false
  1212. game:GetService("UserInputService").InputBegan:connect(function(Key, g)
  1213. if g then return end;
  1214. if Key.KeyCode == Enum.KeyCode.V then
  1215. if Toggled == false then
  1216. Toggled = true
  1217. Main.Visible = false
  1218. elseif Toggled == true then
  1219. Toggled = false;
  1220. Main.Visible = true;
  1221. end;
  1222. end;
  1223. end)
  1224.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement