Advertisement
random1754

RM Gui (Residence Massacre)

Oct 2nd, 2023 (edited)
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 22.79 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local RM = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local Title = Instance.new("TextLabel")
  10. local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
  11. local X = Instance.new("TextButton")
  12. local UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint")
  13. local Bypass = Instance.new("TextButton")
  14. local UICorner_2 = Instance.new("UICorner")
  15. local UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint")
  16. local Modules = Instance.new("Folder")
  17. local SpeedTool = Instance.new("TextButton")
  18. local UICorner_3 = Instance.new("UICorner")
  19. local UITextSizeConstraint_4 = Instance.new("UITextSizeConstraint")
  20. local Values = Instance.new("Folder")
  21. local Esp = Instance.new("TextButton")
  22. local UICorner_4 = Instance.new("UICorner")
  23. local UITextSizeConstraint_5 = Instance.new("UITextSizeConstraint")
  24. local Esp_Name = Instance.new("TextButton")
  25. local UICorner_5 = Instance.new("UICorner")
  26. local UITextSizeConstraint_6 = Instance.new("UITextSizeConstraint")
  27. local Version = Instance.new("TextLabel")
  28. local UITextSizeConstraint_7 = Instance.new("UITextSizeConstraint")
  29. local Esp_Off = Instance.new("TextButton")
  30. local UICorner_6 = Instance.new("UICorner")
  31. local UITextSizeConstraint_8 = Instance.new("UITextSizeConstraint")
  32. local Esp_Name_Off = Instance.new("TextButton")
  33. local UICorner_7 = Instance.new("UICorner")
  34. local UITextSizeConstraint_9 = Instance.new("UITextSizeConstraint")
  35. local Open = Instance.new("TextButton")
  36. local UICorner_8 = Instance.new("UICorner")
  37. local UITextSizeConstraint_10 = Instance.new("UITextSizeConstraint")
  38.  
  39. --Properties:
  40.  
  41. RM.Name = "RM"
  42. RM.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  43. RM.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  44. RM.ResetOnSpawn = false
  45.  
  46. Main.Name = "Main"
  47. Main.Parent = RM
  48. Main.Active = true
  49. Main.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  50. Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  51. Main.BorderSizePixel = 0
  52. Main.Position = UDim2.new(0.330350488, 0, 0.255859375, 0)
  53. Main.Size = UDim2.new(0.338553309, 0, 0.48828125, 0)
  54. Main.Visible = false
  55.  
  56. UICorner.CornerRadius = UDim.new(0, 16)
  57. UICorner.Parent = Main
  58.  
  59. Title.Name = "Title"
  60. Title.Parent = Main
  61. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. Title.BackgroundTransparency = 1.000
  63. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  64. Title.BorderSizePixel = 0
  65. Title.Position = UDim2.new(0.211453751, 0, 0, 0)
  66. Title.Size = UDim2.new(0.579295158, 0, 0.148000002, 0)
  67. Title.Font = Enum.Font.Gotham
  68. Title.Text = "Residence Massacre"
  69. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  70. Title.TextScaled = true
  71. Title.TextSize = 18.000
  72. Title.TextWrapped = true
  73.  
  74. UITextSizeConstraint.Parent = Title
  75. UITextSizeConstraint.MaxTextSize = 18
  76.  
  77. X.Name = "X"
  78. X.Parent = Main
  79. X.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  80. X.BackgroundTransparency = 1.000
  81. X.BorderColor3 = Color3.fromRGB(0, 0, 0)
  82. X.BorderSizePixel = 0
  83. X.Position = UDim2.new(0.905286372, 0, 0, 0)
  84. X.Size = UDim2.new(0.0947136581, 0, 0.148000002, 0)
  85. X.Font = Enum.Font.Gotham
  86. X.Text = "X"
  87. X.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. X.TextScaled = true
  89. X.TextSize = 18.000
  90. X.TextWrapped = true
  91.  
  92. UITextSizeConstraint_2.Parent = X
  93. UITextSizeConstraint_2.MaxTextSize = 18
  94.  
  95. Bypass.Name = "Bypass"
  96. Bypass.Parent = Main
  97. Bypass.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  98. Bypass.BorderColor3 = Color3.fromRGB(0, 0, 0)
  99. Bypass.BorderSizePixel = 0
  100. Bypass.Position = UDim2.new(0.544052839, 0, 0.551999986, 0)
  101. Bypass.Size = UDim2.new(0.403083712, 0, 0.200000003, 0)
  102. Bypass.Font = Enum.Font.Gotham
  103. Bypass.Text = "Anti Cheat Bypass"
  104. Bypass.TextColor3 = Color3.fromRGB(255, 255, 255)
  105. Bypass.TextScaled = true
  106. Bypass.TextSize = 17.000
  107. Bypass.TextWrapped = true
  108.  
  109. UICorner_2.CornerRadius = UDim.new(0, 10)
  110. UICorner_2.Parent = Bypass
  111.  
  112. UITextSizeConstraint_3.Parent = Bypass
  113. UITextSizeConstraint_3.MaxTextSize = 17
  114.  
  115. Modules.Name = "Modules"
  116. Modules.Parent = Main
  117.  
  118. SpeedTool.Name = "SpeedTool"
  119. SpeedTool.Parent = Main
  120. SpeedTool.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  121. SpeedTool.BorderColor3 = Color3.fromRGB(0, 0, 0)
  122. SpeedTool.BorderSizePixel = 0
  123. SpeedTool.Position = UDim2.new(0.544052839, 0, 0.219999999, 0)
  124. SpeedTool.Size = UDim2.new(0.403083712, 0, 0.200000003, 0)
  125. SpeedTool.Font = Enum.Font.Gotham
  126. SpeedTool.Text = "Speed Tool"
  127. SpeedTool.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. SpeedTool.TextScaled = true
  129. SpeedTool.TextSize = 17.000
  130. SpeedTool.TextWrapped = true
  131.  
  132. UICorner_3.CornerRadius = UDim.new(0, 10)
  133. UICorner_3.Parent = SpeedTool
  134.  
  135. UITextSizeConstraint_4.Parent = SpeedTool
  136. UITextSizeConstraint_4.MaxTextSize = 17
  137.  
  138. Values.Name = "Values"
  139. Values.Parent = Main
  140.  
  141. Esp.Name = "Esp"
  142. Esp.Parent = Main
  143. Esp.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  144. Esp.BorderColor3 = Color3.fromRGB(0, 0, 0)
  145. Esp.BorderSizePixel = 0
  146. Esp.Position = UDim2.new(0.0440528616, 0, 0.219999999, 0)
  147. Esp.Size = UDim2.new(0.403083712, 0, 0.200000003, 0)
  148. Esp.Font = Enum.Font.Gotham
  149. Esp.Text = "Esp: off"
  150. Esp.TextColor3 = Color3.fromRGB(255, 255, 255)
  151. Esp.TextScaled = true
  152. Esp.TextSize = 17.000
  153. Esp.TextWrapped = true
  154.  
  155. UICorner_4.CornerRadius = UDim.new(0, 10)
  156. UICorner_4.Parent = Esp
  157.  
  158. UITextSizeConstraint_5.Parent = Esp
  159. UITextSizeConstraint_5.MaxTextSize = 17
  160.  
  161. Esp_Name.Name = "Esp_Name"
  162. Esp_Name.Parent = Main
  163. Esp_Name.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  164. Esp_Name.BorderColor3 = Color3.fromRGB(0, 0, 0)
  165. Esp_Name.BorderSizePixel = 0
  166. Esp_Name.Position = UDim2.new(0.0440528616, 0, 0.551999986, 0)
  167. Esp_Name.Size = UDim2.new(0.403083712, 0, 0.200000003, 0)
  168. Esp_Name.Font = Enum.Font.Gotham
  169. Esp_Name.Text = "Esp Name: off"
  170. Esp_Name.TextColor3 = Color3.fromRGB(255, 255, 255)
  171. Esp_Name.TextScaled = true
  172. Esp_Name.TextSize = 17.000
  173. Esp_Name.TextWrapped = true
  174.  
  175. UICorner_5.CornerRadius = UDim.new(0, 10)
  176. UICorner_5.Parent = Esp_Name
  177.  
  178. UITextSizeConstraint_6.Parent = Esp_Name
  179. UITextSizeConstraint_6.MaxTextSize = 17
  180.  
  181. Version.Name = "Version"
  182. Version.Parent = Main
  183. Version.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  184. Version.BackgroundTransparency = 1.000
  185. Version.BorderColor3 = Color3.fromRGB(0, 0, 0)
  186. Version.BorderSizePixel = 0
  187. Version.Position = UDim2.new(0, 0, 0.851999998, 0)
  188. Version.Size = UDim2.new(0.145374447, 0, 0.148000002, 0)
  189. Version.Font = Enum.Font.Gotham
  190. Version.Text = "Beta"
  191. Version.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. Version.TextScaled = true
  193. Version.TextSize = 18.000
  194. Version.TextStrokeTransparency = 0.000
  195. Version.TextTransparency = 0.500
  196. Version.TextWrapped = true
  197.  
  198. UITextSizeConstraint_7.Parent = Version
  199. UITextSizeConstraint_7.MaxTextSize = 18
  200.  
  201. Esp_Off.Name = "Esp_Off"
  202. Esp_Off.Parent = Main
  203. Esp_Off.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  204. Esp_Off.BorderColor3 = Color3.fromRGB(0, 0, 0)
  205. Esp_Off.BorderSizePixel = 0
  206. Esp_Off.Position = UDim2.new(0.471365631, 0, 0.244000003, 0)
  207. Esp_Off.Size = UDim2.new(0.0550660789, 0, 0.151999995, 0)
  208. Esp_Off.Visible = false
  209. Esp_Off.Font = Enum.Font.Gotham
  210. Esp_Off.Text = "off"
  211. Esp_Off.TextColor3 = Color3.fromRGB(255, 255, 255)
  212. Esp_Off.TextScaled = true
  213. Esp_Off.TextSize = 17.000
  214. Esp_Off.TextWrapped = true
  215.  
  216. UICorner_6.CornerRadius = UDim.new(0, 10)
  217. UICorner_6.Parent = Esp_Off
  218.  
  219. UITextSizeConstraint_8.Parent = Esp_Off
  220. UITextSizeConstraint_8.MaxTextSize = 17
  221.  
  222. Esp_Name_Off.Name = "Esp_Name_Off"
  223. Esp_Name_Off.Parent = Main
  224. Esp_Name_Off.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  225. Esp_Name_Off.BorderColor3 = Color3.fromRGB(0, 0, 0)
  226. Esp_Name_Off.BorderSizePixel = 0
  227. Esp_Name_Off.Position = UDim2.new(0.471365631, 0, 0.575999975, 0)
  228. Esp_Name_Off.Size = UDim2.new(0.0550660789, 0, 0.151999995, 0)
  229. Esp_Name_Off.Visible = false
  230. Esp_Name_Off.Font = Enum.Font.Gotham
  231. Esp_Name_Off.Text = "off"
  232. Esp_Name_Off.TextColor3 = Color3.fromRGB(255, 255, 255)
  233. Esp_Name_Off.TextScaled = true
  234. Esp_Name_Off.TextSize = 17.000
  235. Esp_Name_Off.TextWrapped = true
  236.  
  237. UICorner_7.CornerRadius = UDim.new(0, 10)
  238. UICorner_7.Parent = Esp_Name_Off
  239.  
  240. UITextSizeConstraint_9.Parent = Esp_Name_Off
  241. UITextSizeConstraint_9.MaxTextSize = 17
  242.  
  243. Open.Name = "Open"
  244. Open.Parent = RM
  245. Open.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  246. Open.BorderColor3 = Color3.fromRGB(0, 0, 0)
  247. Open.BorderSizePixel = 0
  248. Open.Position = UDim2.new(0, 0, 0.451171875, 0)
  249. Open.Size = UDim2.new(0.0738255009, 0, 0.09765625, 0)
  250. Open.Font = Enum.Font.Gotham
  251. Open.Text = "RM Gui"
  252. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  253. Open.TextScaled = true
  254. Open.TextSize = 16.000
  255. Open.TextWrapped = true
  256.  
  257. UICorner_8.CornerRadius = UDim.new(0, 10)
  258. UICorner_8.Parent = Open
  259.  
  260. UITextSizeConstraint_10.Parent = Open
  261. UITextSizeConstraint_10.MaxTextSize = 16
  262.  
  263. -- Module Scripts:
  264.  
  265. local fake_module_scripts = {}
  266.  
  267. do -- Modules.Notification
  268.     local script = Instance.new('ModuleScript', Modules)
  269.     script.Name = "Notification"
  270.     local function module_script()
  271.         local module = {}
  272.        
  273.         function module:Notification(Name, Msg, Id, Time)
  274.            
  275.             game.StarterGui:SetCore("SendNotification", {
  276.                
  277.                 Title = Name,
  278.                 Text = Msg,
  279.                 Icon = Id,
  280.                 Duration = Time
  281.                
  282.             })
  283.            
  284.         end
  285.        
  286.         return module
  287.     end
  288.     fake_module_scripts[script] = module_script
  289. end
  290. do -- Modules.Find
  291.     local script = Instance.new('ModuleScript', Modules)
  292.     script.Name = "Find"
  293.     local function module_script()
  294.         local module = {}
  295.        
  296.         function module:MakeEsp(Path, Name, instance)
  297.            
  298.             for i, v in pairs(Path:GetChildren()) do
  299.                
  300.                 if v.Name == Name then
  301.                    
  302.                     if not v:FindFirstChild(instance) then
  303.                        
  304.                         local HL = Instance.new("Highlight", v)
  305.                         HL.Archivable = true
  306.                         HL.Adornee = v
  307.                         HL.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  308.                         HL.Enabled = true
  309.                         HL.FillColor = Color3.new(1, 0, 0)
  310.                         HL.FillTransparency = 0.3
  311.                         HL.Name = instance
  312.                         HL.OutlineColor = Color3.new(1, 1, 1)
  313.                         HL.OutlineTransparency = 1
  314.                        
  315.                     end
  316.                    
  317.                 end
  318.                
  319.             end
  320.            
  321.         end
  322.        
  323.         function module:Billboard(Path, Name)
  324.            
  325.             for i, v in pairs(Path:GetChildren()) do
  326.                
  327.                 if v.Name == Name then
  328.                    
  329.                     if not v.Head:FindFirstChild("EspName") then
  330.                        
  331.                         local EspName = Instance.new("BillboardGui")
  332.                         local Esp = Instance.new("TextLabel")
  333.                        
  334.                         EspName.Name = "EspName"
  335.                         EspName.Parent = v.Head
  336.                         EspName.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  337.                         EspName.Active = true
  338.                         EspName.Adornee = v.Head
  339.                         EspName.AlwaysOnTop = true
  340.                         EspName.ExtentsOffset = Vector3.new(0, 4, 0)
  341.                         EspName.LightInfluence = 1.000
  342.                         EspName.Size = UDim2.new(0, 200, 0, 50)
  343.                        
  344.                         Esp.Name = "Esp"
  345.                         Esp.Parent = EspName
  346.                         Esp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  347.                         Esp.BackgroundTransparency = 1.000
  348.                         Esp.BorderColor3 = Color3.fromRGB(0, 0, 0)
  349.                         Esp.BorderSizePixel = 0
  350.                         Esp.Size = UDim2.new(0, 200, 0, 50)
  351.                         Esp.Font = Enum.Font.Gotham
  352.                         Esp.Text = "Mutant"
  353.                         Esp.TextColor3 = Color3.fromRGB(255, 0, 0)
  354.                         Esp.TextSize = 18.000
  355.                         Esp.TextStrokeTransparency = 0.000
  356.                        
  357.                     end
  358.                    
  359.                 end
  360.                
  361.             end
  362.            
  363.         end
  364.        
  365.         function module:RemoveEsp(Path, Name, instance)
  366.            
  367.             for i, v in pairs(Path:GetChildren()) do
  368.                
  369.                 if v.Name == Name then
  370.                    
  371.                     if v:FindFirstChild(instance) then
  372.                        
  373.                         v[instance]:Destroy()
  374.                        
  375.                     end
  376.                    
  377.                 end
  378.                
  379.             end
  380.            
  381.         end
  382.        
  383.         return module
  384.     end
  385.     fake_module_scripts[script] = module_script
  386. end
  387.  
  388.  
  389. -- Scripts:
  390.  
  391. local function VIAQ_fake_script() -- Main.Drag
  392.     local script = Instance.new('LocalScript', Main)
  393.     local req = require
  394.     local require = function(obj)
  395.         local fake = fake_module_scripts[obj]
  396.         if fake then
  397.             return fake()
  398.         end
  399.         return req(obj)
  400.     end
  401.  
  402.     local UserInputService = game:GetService("UserInputService")
  403.    
  404.     local gui = script.Parent
  405.    
  406.     local dragging
  407.     local dragInput
  408.     local dragStart
  409.     local startPos
  410.    
  411.     local function update(input)
  412.         local delta = input.Position - dragStart
  413.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  414.     end
  415.    
  416.     gui.InputBegan:Connect(function(input)
  417.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  418.             dragging = true
  419.             dragStart = input.Position
  420.             startPos = gui.Position
  421.            
  422.             input.Changed:Connect(function()
  423.                 if input.UserInputState == Enum.UserInputState.End then
  424.                     dragging = false
  425.                 end
  426.             end)
  427.         end
  428.     end)
  429.    
  430.     gui.InputChanged:Connect(function(input)
  431.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  432.             dragInput = input
  433.         end
  434.     end)
  435.    
  436.     UserInputService.InputChanged:Connect(function(input)
  437.         if input == dragInput and dragging then
  438.             update(input)
  439.         end
  440.     end)
  441. end
  442. coroutine.wrap(VIAQ_fake_script)()
  443. local function LRHSYM_fake_script() -- X.CloseScript
  444.     local script = Instance.new('LocalScript', X)
  445.     local req = require
  446.     local require = function(obj)
  447.         local fake = fake_module_scripts[obj]
  448.         if fake then
  449.             return fake()
  450.         end
  451.         return req(obj)
  452.     end
  453.  
  454.     local Main = script.Parent.Parent
  455.     local Close = script.Parent
  456.    
  457.     Close.MouseButton1Click:Connect(function()
  458.        
  459.         Main.Visible = false
  460.        
  461.     end)
  462. end
  463. coroutine.wrap(LRHSYM_fake_script)()
  464. local function TZCCGT_fake_script() -- Bypass.BypassScript
  465.     local script = Instance.new('LocalScript', Bypass)
  466.     local req = require
  467.     local require = function(obj)
  468.         local fake = fake_module_scripts[obj]
  469.         if fake then
  470.             return fake()
  471.         end
  472.         return req(obj)
  473.     end
  474.  
  475.     local Bypass = script.Parent
  476.     local Notifiy = require(Bypass.Parent.Modules.Notification)
  477.     local Bypassed = Bypass.Parent.Values:WaitForChild("Bypassed")
  478.    
  479.     Bypass.MouseButton1Click:Connect(function()
  480.        
  481.         Bypassed.Value = true
  482.        
  483.         local Success, Error = pcall(function()
  484.            
  485.             local remote = game:GetService("ReplicatedStorage"):WaitForChild("Remotes").Kick
  486.             local old
  487.            
  488.             old = hookmetamethod(game,"__namecall",function(self,...)
  489.                 local method = getnamecallmethod()
  490.                 if self == remote and method == "FireServer" then
  491.                     return nil
  492.                 end
  493.                 return old(self,...)
  494.             end)
  495.            
  496.             Notifiy:Notification("Bypassed", "Now you can use other scripts", "rbxassetid://13012250972", 5)
  497.            
  498.         end)
  499.        
  500.     end)
  501. end
  502. coroutine.wrap(TZCCGT_fake_script)()
  503. local function DEHYJZM_fake_script() -- SpeedTool.Give
  504.     local script = Instance.new('LocalScript', SpeedTool)
  505.     local req = require
  506.     local require = function(obj)
  507.         local fake = fake_module_scripts[obj]
  508.         if fake then
  509.             return fake()
  510.         end
  511.         return req(obj)
  512.     end
  513.  
  514.     local Main = script.Parent.Parent
  515.     local Bypassed = Main.Values:WaitForChild("Bypassed")
  516.     local Speed = Main.Values:WaitForChild("Speed")
  517.     local Plr = game.Players.LocalPlayer
  518.     local Hum = Plr.Character:WaitForChild("Humanoid")
  519.     local Notifiy = require(Main.Modules.Notification)
  520.     local SpeedToolButton = script.Parent
  521.    
  522.     SpeedToolButton.MouseButton1Click:Connect(function()
  523.        
  524.         if Bypassed.Value == true then
  525.            
  526.             local SpeedTool = Instance.new("Tool", Plr.Backpack)
  527.             SpeedTool.RequiresHandle = false
  528.             SpeedTool.ToolTip = "Only Speed LOL"
  529.             SpeedTool.Name = "SpeedTool"
  530.            
  531.             SpeedTool.Equipped:Connect(function()
  532.                
  533.                 Hum.WalkSpeed = 80
  534.                
  535.             end)
  536.            
  537.             SpeedTool.Unequipped:Connect(function()
  538.                
  539.                 Hum.WalkSpeed = Speed.Value
  540.                
  541.             end)
  542.            
  543.         else
  544.            
  545.             Notifiy:Notification("¡Not Bypassed!", "The Anti Cheat is not Bypassed", "rbxassetid://11745872910", 5)
  546.            
  547.         end
  548.        
  549.     end)
  550. end
  551. coroutine.wrap(DEHYJZM_fake_script)()
  552. local function SUJD_fake_script() -- Values.Create
  553.     local script = Instance.new('LocalScript', Values)
  554.     local req = require
  555.     local require = function(obj)
  556.         local fake = fake_module_scripts[obj]
  557.         if fake then
  558.             return fake()
  559.         end
  560.         return req(obj)
  561.     end
  562.  
  563.     local Plr = game.Players.LocalPlayer
  564.     local Values = script.Parent
  565.    
  566.     if not Values:FindFirstChild("Bypassed") then
  567.        
  568.         local Bypassed = Instance.new("BoolValue", Values)
  569.         Bypassed.Name = "Bypassed"
  570.        
  571.     end
  572.    
  573.     if not Values:FindFirstChild("Speed") then
  574.        
  575.         local Speed = Instance.new("IntValue", Values)
  576.         Speed.Name = "Speed"
  577.         Speed.Value = Plr.Character:WaitForChild("Humanoid").WalkSpeed
  578.        
  579.     end
  580.    
  581.     if Values:FindFirstChild("Bypassed") and Values:FindFirstChild("Speed") then
  582.        
  583.         script:Destroy()
  584.        
  585.     end
  586. end
  587. coroutine.wrap(SUJD_fake_script)()
  588. local function LYWPLF_fake_script() -- Esp.EspScript
  589.     local script = Instance.new('LocalScript', Esp)
  590.     local req = require
  591.     local require = function(obj)
  592.         local fake = fake_module_scripts[obj]
  593.         if fake then
  594.             return fake()
  595.         end
  596.         return req(obj)
  597.     end
  598.  
  599.     local RS = game:GetService("RunService")
  600.     local RS2 = game:GetService("ReplicatedStorage")
  601.     local Esp = script.Parent
  602.     local Find = require(Esp.Parent.Modules.Find)
  603.     local Notifiy = require(Esp.Parent.Modules.Notification)
  604.     local Bypassed = Esp.Parent.Values:WaitForChild("Bypassed")
  605.     local Off = Esp.Parent.Esp_Off
  606.    
  607.     Esp.MouseButton1Click:Connect(function()
  608.        
  609.         if Bypassed.Value == true then
  610.            
  611.             Esp.Text = "Esp: on"
  612.             Off.Visible = true
  613.    
  614.             local Render = RS.RenderStepped:Connect(function()
  615.                
  616.                 if not workspace:FindFirstChild("Mutant") and RS2:FindFirstChild("Mutant") then
  617.                    
  618.                     Find:MakeEsp(RS2, "Mutant", "Esp")
  619.                    
  620.                 elseif workspace:FindFirstChild("Mutant") and not RS2:FindFirstChild("Mutant") then
  621.                    
  622.                     Find:MakeEsp(workspace, "Mutant", "Esp")
  623.                    
  624.                 end
  625.                
  626.             end)
  627.            
  628.             while wait() do
  629.                
  630.                 if Esp.Text == "Esp: off" then
  631.                    
  632.                     Render:Disconnect()
  633.                    
  634.                     if not workspace:FindFirstChild("Mutant") and RS2:FindFirstChild("Mutant") then
  635.                        
  636.                         Find:RemoveEsp(RS2, "Mutant", "Esp")
  637.                        
  638.                     elseif workspace:FindFirstChild("Mutant") and not RS2:FindFirstChild("Mutant") then
  639.                        
  640.                         Find:RemoveEsp(workspace, "Mutant", "Esp")
  641.                        
  642.                     end
  643.                    
  644.                 end
  645.                
  646.             end
  647.            
  648.         else
  649.            
  650.             Notifiy:Notification("¡Not Bypassed!", "The Anti Cheat is not Bypassed", "rbxassetid://11745872910", 5)
  651.            
  652.         end
  653.        
  654.     end)
  655. end
  656. coroutine.wrap(LYWPLF_fake_script)()
  657. local function RAXX_fake_script() -- Esp_Name.EspNameScript
  658.     local script = Instance.new('LocalScript', Esp_Name)
  659.     local req = require
  660.     local require = function(obj)
  661.         local fake = fake_module_scripts[obj]
  662.         if fake then
  663.             return fake()
  664.         end
  665.         return req(obj)
  666.     end
  667.  
  668.     local RS = game:GetService("RunService")
  669.     local RS2 = game:GetService("ReplicatedStorage")
  670.     local Esp_Name = script.Parent
  671.     local Bypassed = Esp_Name.Parent.Values:WaitForChild("Bypassed")
  672.     local Find = require(Esp_Name.Parent.Modules.Find)
  673.     local Off = Esp_Name.Parent.Esp_Name_Off
  674.     local Notifiy = require(Esp_Name.Parent.Modules.Notification)
  675.    
  676.     Esp_Name.MouseButton1Click:Connect(function()
  677.        
  678.         if Bypassed.Value == true then
  679.            
  680.             Esp_Name.Text = "Esp Name: on"
  681.             Off.Visible = true
  682.            
  683.             local Render = RS.RenderStepped:Connect(function()
  684.                
  685.                 if not workspace:FindFirstChild("Mutant") and RS2:FindFirstChild("Mutant") then
  686.                    
  687.                     Find:Billboard(RS2, "Mutant")
  688.                    
  689.                 elseif workspace:FindFirstChild("Mutant") and not RS2:FindFirstChild("Mutant") then
  690.                    
  691.                     Find:Billboard(workspace, "Mutant")
  692.                    
  693.                 end
  694.                
  695.             end)
  696.            
  697.             while wait() do
  698.                
  699.                 if Esp_Name.Text == "Esp Name: off" then
  700.                    
  701.                     Render:Disconnect()
  702.                    
  703.                     if not workspace:FindFirstChild("Mutant") and RS2:FindFirstChild("Mutant") then
  704.                        
  705.                         local Success, Error = pcall(function()
  706.                            
  707.                             RS2:FindFirstChild("Mutant"):FindFirstChild("Head"):FindFirstChild("EspName"):Destroy()
  708.                            
  709.                         end)
  710.                        
  711.                     elseif workspace:FindFirstChild("Mutant") and not RS2:FindFirstChild("Mutant") then
  712.                        
  713.                         local Success, Error = pcall(function()
  714.                            
  715.                             workspace:FindFirstChild("Mutant"):FindFirstChild("Head"):FindFirstChild("EspName"):Destroy()
  716.                            
  717.                         end)
  718.                        
  719.                     end
  720.                    
  721.                 end
  722.                
  723.             end
  724.            
  725.         else
  726.            
  727.             Notifiy:Notification("¡Not Bypassed!", "The Anti Cheat is not Bypassed", "rbxassetid://11745872910", 5)
  728.            
  729.         end
  730.        
  731.     end)
  732. end
  733. coroutine.wrap(RAXX_fake_script)()
  734. local function HEYG_fake_script() -- Esp_Off.Off
  735.     local script = Instance.new('LocalScript', Esp_Off)
  736.     local req = require
  737.     local require = function(obj)
  738.         local fake = fake_module_scripts[obj]
  739.         if fake then
  740.             return fake()
  741.         end
  742.         return req(obj)
  743.     end
  744.  
  745.     local Esp = script.Parent.Parent.Esp
  746.    
  747.     script.Parent.MouseButton1Click:Connect(function()
  748.        
  749.         script.Parent.Visible = false
  750.         Esp.Text = "Esp: off"
  751.        
  752.     end)
  753. end
  754. coroutine.wrap(HEYG_fake_script)()
  755. local function CCTPYE_fake_script() -- Esp_Name_Off.Off2
  756.     local script = Instance.new('LocalScript', Esp_Name_Off)
  757.     local req = require
  758.     local require = function(obj)
  759.         local fake = fake_module_scripts[obj]
  760.         if fake then
  761.             return fake()
  762.         end
  763.         return req(obj)
  764.     end
  765.  
  766.     local Off = script.Parent
  767.     local Esp_Name = Off.Parent.Esp_Name
  768.    
  769.     Off.MouseButton1Click:Connect(function()
  770.        
  771.         Off.Visible = false
  772.         Esp_Name.Text = "Esp Name: off"
  773.        
  774.     end)
  775. end
  776. coroutine.wrap(CCTPYE_fake_script)()
  777. local function WRQRADC_fake_script() -- Open.Drag
  778.     local script = Instance.new('LocalScript', Open)
  779.     local req = require
  780.     local require = function(obj)
  781.         local fake = fake_module_scripts[obj]
  782.         if fake then
  783.             return fake()
  784.         end
  785.         return req(obj)
  786.     end
  787.  
  788.     local UserInputService = game:GetService("UserInputService")
  789.    
  790.     local gui = script.Parent
  791.    
  792.     local dragging
  793.     local dragInput
  794.     local dragStart
  795.     local startPos
  796.    
  797.     local function update(input)
  798.         local delta = input.Position - dragStart
  799.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  800.     end
  801.    
  802.     gui.InputBegan:Connect(function(input)
  803.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  804.             dragging = true
  805.             dragStart = input.Position
  806.             startPos = gui.Position
  807.            
  808.             input.Changed:Connect(function()
  809.                 if input.UserInputState == Enum.UserInputState.End then
  810.                     dragging = false
  811.                 end
  812.             end)
  813.         end
  814.     end)
  815.    
  816.     gui.InputChanged:Connect(function(input)
  817.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  818.             dragInput = input
  819.         end
  820.     end)
  821.    
  822.     UserInputService.InputChanged:Connect(function(input)
  823.         if input == dragInput and dragging then
  824.             update(input)
  825.         end
  826.     end)
  827. end
  828. coroutine.wrap(WRQRADC_fake_script)()
  829. local function URWJX_fake_script() -- Open.Open
  830.     local script = Instance.new('LocalScript', Open)
  831.     local req = require
  832.     local require = function(obj)
  833.         local fake = fake_module_scripts[obj]
  834.         if fake then
  835.             return fake()
  836.         end
  837.         return req(obj)
  838.     end
  839.  
  840.     local Main = script.Parent.Parent.Main
  841.     local Open = script.Parent
  842.    
  843.     Open.MouseButton1Click:Connect(function()
  844.        
  845.         Main.Visible = not Main.Visible
  846.        
  847.     end)
  848. end
  849. coroutine.wrap(URWJX_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement