Advertisement
MawinCK

Universal Script GUI engine supported lot of game (READ COMMENT)

May 7th, 2024 (edited)
300
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.08 KB | None | 0 0
  1. ---this script made by Mawin_CK
  2. ---Dont Forget to Check out my Pastebin!
  3. ---my pastebin Link is https://pastebin.com/u/MawinCK
  4. ---enjoy the script!
  5. ---and also dont forget to check out my social media you found on my Pastebin! By finding it!
  6. local DrRayLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/DrRay-UI-Library/main/DrRay.lua"))()
  7. local window = DrRayLibrary:Load("universal Exploit Head hitbox GUI", "Default")
  8. local tab = DrRayLibrary.newTab("Script/Exploit", "ImageIdHere")
  9. tab.newButton("head hitbox", "head hitbox Press M", function()
  10. loadstring(game:HttpGet("https://pastefy.app/STOsnV9x/raw"))()
  11. end)
  12. tab.newButton("Button", "Ghost hun Recommended", function()
  13. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
  14. end)
  15. tab.newButton("normal hitbox Expander", "i also recommend this", function()
  16. loadstring(game:HttpGet("https://raw.githubusercontent.com/Vcsk/RobloxScripts/main/HitboxExpander.lua"))()
  17. end)
  18. tab.newButton("chat bypass", "try say it with unique type of letter is will help swear alot", function()
  19. loadstring(game:HttpGet("https://raw.githubusercontent.com/Clickgameplay/no-tag-script/main/.NoTagScript"))()
  20. end)
  21. tab.newButton("Zoom Script", "Press V to zoom ur camera", function()
  22. local uis = game:GetService("UserInputService")
  23. local originalFOV = workspace.CurrentCamera.FieldOfView
  24. local zoomedIn = false
  25. local highZoomFOV = 10
  26. local normalFOV = 70
  27.  
  28. uis.InputBegan:Connect(function(input)
  29. if input.KeyCode == Enum.KeyCode.V then
  30. if not zoomedIn then
  31. zoomedIn = true
  32. workspace.CurrentCamera.FieldOfView = highZoomFOV
  33. else
  34. zoomedIn = false
  35. workspace.CurrentCamera.FieldOfView = normalFOV
  36. end
  37. end
  38. end)
  39.  
  40. uis.InputEnded:Connect(function(input)
  41. if input.KeyCode == Enum.KeyCode.V then
  42. workspace.CurrentCamera.FieldOfView = normalFOV
  43. zoomedIn = false
  44. end
  45. end)
  46.  
  47. end)
  48. tab.newButton("Vehicle fly", "for fun!", function()
  49. loadstring(game:HttpGet("https://pastebin.com/raw/MHE1cbWF"))()
  50. end)
  51. local tab = DrRayLibrary.newTab("SUPPORTED GAME TO EXPLOIT", "ImageIdHere")
  52. tab.newButton("Swag mode da hood", "Swag mode Da hood MOBILE and PC", function()
  53. loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002'))()
  54. end)
  55. tab.newButton("Swat vs criminal GUI", "i reccmond this", function()
  56. ---Script made by Mawin_CK
  57. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  58. local Window = OrionLib:MakeWindow({Name = "criminals vs swat 2023 to 2024 script still work OP script", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  59.  
  60. --[[
  61. Name = <string> - The name of the UI.
  62. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  63. SaveConfig = <bool> - Toggles the config saving in the UI.
  64. ConfigFolder = <string> - The name of the folder where the configs are saved.
  65. IntroEnabled = <bool> - Whether or not to show the intro animation.
  66. IntroText = <string> - Text to show in the intro animation.
  67. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  68. Icon = <string> - URL to the image you want displayed on the window.
  69. CloseCallback = <function> - Function to execute when the window is closed.
  70. ]]
  71. local Tab = Window:MakeTab({
  72. Name = "Script",
  73. Icon = "rbxassetid://4483345998",
  74. PremiumOnly = false
  75. })
  76.  
  77. --[[
  78. Name = <string> - The name of the tab.
  79. Icon = <string> - The icon of the tab.
  80. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  81. ]]
  82. local Section = Tab:AddSection({
  83. Name = "Script and remote Event"
  84. })
  85.  
  86. --[[
  87. Name = <string> - The name of the section.
  88. ]]
  89. Tab:AddButton({
  90. Name = "god mode and kill all GUI",
  91. Callback = function()local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  92.  
  93. local w = library:CreateWindow("Some shit game")
  94.  
  95. local b = w:CreateFolder("Main")
  96.  
  97. b:Button("Kill All",function()
  98. local place_Holder = {}
  99.  
  100. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  101. if v.Name == "InflictTarget" then
  102. place_Holder = v
  103. end
  104. end;
  105.  
  106. for i=2,#game.Players:GetPlayers() do
  107. pcall(function()
  108. local v=game.Players:GetPlayers()[i]
  109. place_Holder:FireServer(v.Character.Humanoid,v.Character.UpperTorso,math.huge,nil,0,false)
  110. end)
  111. end;
  112. end)
  113.  
  114. b:Button("God Mode",function()
  115. local place_Holder = {}
  116.  
  117. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  118. if v.Name == "InflictTarget" then
  119. place_Holder = v
  120. end
  121. end;
  122.  
  123.  
  124. pcall(function()
  125. place_Holder:FireServer(game.Players.LocalPlayer.Character.Humanoid,game.Players.LocalPlayer.Character.UpperTorso,-math.huge,nil,0,false)
  126. end)
  127.  
  128. end)
  129. print("button pressed")
  130. end
  131. })
  132.  
  133. --[[
  134. Name = <string> - The name of the button.
  135. Callback = <function> - The function of the button.
  136. ]]
  137. Tab:AddButton({
  138. Name = "Ghost Hub OP",
  139. Callback = function()loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
  140. print("button pressed")
  141. end
  142. })
  143.  
  144. --[[
  145. Name = <string> - The name of the button.
  146. Callback = <function> - The function of the button.
  147. ]]
  148. Tab:AddButton({
  149. Name = "hit box expand PERMANENT",
  150. Callback = function()_G.HeadSize = 50
  151. _G.Disabled = true
  152.  
  153. game:GetService('RunService').RenderStepped:connect(function()
  154. if _G.Disabled then
  155. for i,v in next, game:GetService('Players'):GetPlayers() do
  156. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  157. pcall(function()
  158. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  159. v.Character.HumanoidRootPart.Transparency = 0.7
  160. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really black")
  161. v.Character.HumanoidRootPart.Material = "Neon"
  162. v.Character.HumanoidRootPart.CanCollide = false
  163. end)
  164. end
  165. end
  166. end
  167. end)
  168. print("button pressed")
  169. end
  170. })
  171.  
  172. --[[
  173. Name = <string> - The name of the button.
  174. Callback = <function> - The function of the button.
  175. ]]
  176. OrionLib:Init()
  177. end)
  178. tab.newButton("noob vs zombie realish", "Beta Verison and Recommended", function()
  179. ---script made by Mawin_CK and random discord scripter
  180. --NoFog --Remove these if you want fog
  181. game:GetService("Lighting").FogStart = 99999
  182. game:GetService("Lighting").FogEnd = 99999
  183.  
  184. --Settings
  185. local settings = {
  186. HeadSize = Vector3.new(6,6,6), --Expanded Head Size "X,Y,Z"
  187. EspEnabled = true, -- Set this to false if you dont want ESP
  188. EspOnlyForPlayers = true, -- True = esp visible only on all PLAYERS except you, false = esp visible on all targets except you.
  189. EspTeamCheck = true, -- Self explanatory (DOESNT APPLY TO NPC'S)
  190. TextScaled = false -- Set true if you want the esp make names smaller if player is further away.
  191. }
  192.  
  193. --No need to modify anything from under this unless you know what to change.
  194.  
  195. --Base Variables.
  196. local Players = game:GetService("Players")
  197. local LocalPlayer = Players.LocalPlayer
  198. local WSpace = game:GetService("Workspace")
  199. local RunService = game:GetService("RunService")
  200.  
  201. --Give ESP to target.
  202. local function give_esp(target)
  203. local name = target.Name
  204. local bigCock = Instance.new("BillboardGui")
  205. local sperm = Instance.new("TextLabel")
  206.  
  207. bigCock.Parent = target:FindFirstChild("Head")
  208. bigCock.Name = "ESP"
  209. bigCock.AlwaysOnTop = true
  210. bigCock.Size = UDim2.new(0,40,0,40)
  211. bigCock.StudsOffset = Vector3.new(0,2,0)
  212.  
  213. sperm.Parent = bigCock
  214. sperm.BackgroundColor3 = Color3.fromRGB(255,255,255)
  215. sperm.BackgroundTransparency = 1
  216. sperm.Size = UDim2.new(1,0,1,0)
  217. sperm.Text = name
  218. sperm.TextColor3 = Color3.fromRGB(255,255,255)
  219. sperm.TextScaled = settings.TextScaled
  220. end
  221. --Give Hitbox to target.
  222. local function give_hitbox(target)
  223. if target:FindFirstChild("HumanoidRootPart") and target:FindFirstChild("Head") then
  224. target.Head.Size = settings.HeadSize
  225. target.Head.Transparency = 0.6
  226. end
  227. end
  228. --Run this "Updating" part 60 times per second by using Heartbeat.
  229. RunService.Heartbeat:Connect(function()
  230. for _,v in pairs(WSpace.Units:GetChildren()) do
  231. if v:IsA("Model") and v.Name ~= LocalPlayer.Name then
  232. local isPlayer = Players:FindFirstChild(v.Name)
  233. if v:FindFirstChild("Head") and v:FindFirstChild("Humanoid").Health ~= 0 then
  234. --tupsutumppu#3145 was here :)
  235. if settings.EspEnabled then
  236. if not v.Head:FindFirstChild("ESP") then
  237. if settings.EspOnlyForPlayers then
  238. if settings.EspTeamCheck then
  239. if isPlayer and LocalPlayer.Team and isPlayer.Team and LocalPlayer.Team ~= isPlayer.Team then
  240. give_esp(v)
  241. end
  242. elseif not settings.EspTeamCheck then
  243. if isPlayer then give_esp(v) end
  244. end
  245. else
  246. if settings.EspTeamCheck then
  247. if isPlayer and LocalPlayer.Team and isPlayer.Team and LocalPlayer.Team ~= isPlayer.Team then
  248. give_esp(v)
  249. elseif not isPlayer then give_esp(v) end
  250. elseif not settings.EspTeamCheck then
  251. give_esp(v)
  252. end
  253. end
  254. end
  255. end
  256. if v.Head.Size ~= settings.HeadSize then
  257. give_hitbox(v) end
  258. end
  259. end
  260. end
  261. end)
  262. --Just a quick fix for the Head Collision issue
  263. task.spawn(function()
  264. while true do
  265. for _, v in pairs(WSpace.Units:GetDescendants()) do
  266. if v.Name == "Head" then
  267. if v.CanCollide then
  268. v.CanCollide = false
  269. v.CanTouch = false
  270. end
  271. end
  272. end
  273. task.wait(2)
  274. end
  275. end)
  276. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement