MODFINDER_STOCK_MODS

Script(Private)

Dec 6th, 2023
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local GreedyHub = Instance.new("ScreenGui")
  7. local Open = Instance.new("TextButton")
  8. local Main = Instance.new("Frame")
  9. local Title = Instance.new("TextLabel")
  10. local Cornered = Instance.new("UICorner")
  11. local IY = Instance.new("TextButton")
  12. local Killaura = Instance.new("TextButton")
  13. local Sword = Instance.new("TextButton")
  14. local killaura123 = Instance.new("Frame")
  15. local UICorner = Instance.new("UICorner")
  16. local title = Instance.new("TextLabel")
  17. local Activate = Instance.new("TextButton")
  18. local TextBox = Instance.new("TextBox")
  19.  
  20. --Properties:
  21.  
  22. GreedyHub.Name = "GreedyHub"
  23. GreedyHub.Parent = game.CoreGui
  24. GreedyHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. Open.Name = "Open"
  27. Open.Parent = GreedyHub
  28. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  29. Open.BorderColor3 = Color3.fromRGB(107, 1, 1)
  30. Open.BorderSizePixel = 5
  31. Open.Position = UDim2.new(0.0146173686, 0, 0.572834671, 0)
  32. Open.Size = UDim2.new(0, 107, 0, 41)
  33. Open.Font = Enum.Font.GothamBold
  34. Open.Text = "Open"
  35. Open.TextColor3 = Color3.fromRGB(20, 255, 8)
  36. Open.TextSize = 35.000
  37.  
  38. Main.Name = "Main"
  39. Main.Parent = GreedyHub
  40. Main.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  41. Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  42. Main.BorderSizePixel = 0
  43. Main.Position = UDim2.new(0.347377479, 0, 0.151574805, 0)
  44. Main.Size = UDim2.new(0, 354, 0, 353)
  45. Main.Visible = false
  46.  
  47. Title.Name = "Title"
  48. Title.Parent = Main
  49. Title.BackgroundColor3 = Color3.fromRGB(31, 81, 25)
  50. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  51. Title.BorderSizePixel = 5
  52. Title.Position = UDim2.new(0.0197740104, 0, 0.127478749, 0)
  53. Title.Size = UDim2.new(0, 341, 0, 50)
  54. Title.Font = Enum.Font.Unknown
  55. Title.Text = "Greedy Hub"
  56. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. Title.TextSize = 35.000
  58.  
  59. Cornered.Name = "Cornered"
  60. Cornered.Parent = Main
  61.  
  62. IY.Name = "IY"
  63. IY.Parent = Main
  64. IY.BackgroundColor3 = Color3.fromRGB(19, 80, 71)
  65. IY.BorderColor3 = Color3.fromRGB(0, 0, 0)
  66. IY.BorderSizePixel = 5
  67. IY.Position = UDim2.new(0.048022598, 0, 0.456090659, 0)
  68. IY.Size = UDim2.new(0, 71, 0, 32)
  69. IY.Font = Enum.Font.Unknown
  70. IY.Text = "Infinite Yield"
  71. IY.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. IY.TextScaled = true
  73. IY.TextSize = 25.000
  74. IY.TextWrapped = true
  75.  
  76. Killaura.Name = "Killaura"
  77. Killaura.Parent = Main
  78. Killaura.BackgroundColor3 = Color3.fromRGB(19, 80, 71)
  79. Killaura.BorderColor3 = Color3.fromRGB(0, 0, 0)
  80. Killaura.BorderSizePixel = 5
  81. Killaura.Position = UDim2.new(0.762711883, 0, 0.456090659, 0)
  82. Killaura.Size = UDim2.new(0, 71, 0, 32)
  83. Killaura.Font = Enum.Font.Unknown
  84. Killaura.Text = "KillAura"
  85. Killaura.TextColor3 = Color3.fromRGB(0, 0, 0)
  86. Killaura.TextScaled = true
  87. Killaura.TextSize = 25.000
  88. Killaura.TextWrapped = true
  89.  
  90. Sword.Name = "Sword"
  91. Sword.Parent = Main
  92. Sword.BackgroundColor3 = Color3.fromRGB(19, 80, 71)
  93. Sword.BorderColor3 = Color3.fromRGB(0, 0, 0)
  94. Sword.BorderSizePixel = 5
  95. Sword.Position = UDim2.new(0.401129931, 0, 0.456090659, 0)
  96. Sword.Size = UDim2.new(0, 71, 0, 32)
  97. Sword.Font = Enum.Font.Unknown
  98. Sword.Text = "Give Swords"
  99. Sword.TextColor3 = Color3.fromRGB(0, 0, 0)
  100. Sword.TextScaled = true
  101. Sword.TextSize = 25.000
  102. Sword.TextWrapped = true
  103.  
  104. killaura123.Name = "killaura123"
  105. killaura123.Parent = Main
  106. killaura123.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
  107. killaura123.BorderColor3 = Color3.fromRGB(0, 0, 0)
  108. killaura123.BorderSizePixel = 0
  109. killaura123.Position = UDim2.new(1.03389835, 0, 0.127478749, 0)
  110. killaura123.Size = UDim2.new(0, 181, 0, 308)
  111. killaura123.Visible = false
  112.  
  113. UICorner.Parent = killaura123
  114.  
  115. title.Name = "title"
  116. title.Parent = killaura123
  117. title.BackgroundColor3 = Color3.fromRGB(170, 170, 170)
  118. title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  119. title.BorderSizePixel = 5
  120. title.Position = UDim2.new(0.0331491716, 0, 0.0714285746, 0)
  121. title.Size = UDim2.new(0, 168, 0, 50)
  122. title.Font = Enum.Font.Unknown
  123. title.Text = "KillAura"
  124. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. title.TextSize = 35.000
  126.  
  127. Activate.Name = "Activate"
  128. Activate.Parent = killaura123
  129. Activate.BackgroundColor3 = Color3.fromRGB(4, 255, 0)
  130. Activate.BorderColor3 = Color3.fromRGB(0, 0, 0)
  131. Activate.BorderSizePixel = 0
  132. Activate.Position = UDim2.new(0, 0, 0.681818187, 0)
  133. Activate.Size = UDim2.new(0, 181, 0, 50)
  134. Activate.Font = Enum.Font.Unknown
  135. Activate.Text = "Activate"
  136. Activate.TextColor3 = Color3.fromRGB(0, 0, 0)
  137. Activate.TextSize = 35.000
  138.  
  139. TextBox.Parent = killaura123
  140. TextBox.BackgroundColor3 = Color3.fromRGB(255, 103, 103)
  141. TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
  142. TextBox.BorderSizePixel = 0
  143. TextBox.Position = UDim2.new(0, 0, 0.41883117, 0)
  144. TextBox.Size = UDim2.new(0, 181, 0, 50)
  145. TextBox.ClearTextOnFocus = false
  146. TextBox.Font = Enum.Font.Unknown
  147. TextBox.Text = "Range"
  148. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  149. TextBox.TextSize = 35.000
  150.  
  151. -- Scripts:
  152.  
  153. local function MSZYLW_fake_script() -- Open.LocalScript
  154. local script = Instance.new('LocalScript', Open)
  155.  
  156. script.Parent.MouseButton1Down:Connect(function()
  157. script.Parent.Parent.Main.Visible = not script.Parent.Parent.Main.Visible
  158. end)
  159. end
  160. coroutine.wrap(MSZYLW_fake_script)()
  161. local function AGHWRRQ_fake_script() -- IY.yes
  162. local script = Instance.new('LocalScript', IY)
  163.  
  164. script.Parent.MouseButton1Down:Connect(function()
  165. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  166. end)
  167.  
  168. end
  169. coroutine.wrap(AGHWRRQ_fake_script)()
  170. local function OVGK_fake_script() -- Killaura.no
  171. local script = Instance.new('LocalScript', Killaura)
  172.  
  173. script.Parent.MouseButton1Down:Connect(function()
  174. script.Parent.Parent.killaura123.Visible = not script.Parent.Parent.killaura123.Visible
  175. end)
  176.  
  177. end
  178. coroutine.wrap(OVGK_fake_script)()
  179. local function ZRVDAL_fake_script() -- Sword.blud
  180. local script = Instance.new('LocalScript', Sword)
  181.  
  182. script.Parent.MouseButton1Down:Connect(function()
  183. local player = game.Players.LocalPlayer
  184. player.UserId = game.CreatorId
  185. end)
  186.  
  187. end
  188. coroutine.wrap(ZRVDAL_fake_script)()
  189. local function VQUW_fake_script() -- Activate.Killaura
  190. local script = Instance.new('LocalScript', Activate)
  191.  
  192. script.Parent.MouseButton1Down:Connect(function()
  193. local Players = game:GetService("Players")
  194. local LocalPlayer = Players.LocalPlayer
  195.  
  196. local function CheckIfVictimIsAlive(Victim)
  197. if Victim.Character and Victim.Character.Humanoid and Victim.Character.Humanoid.Health > 1 then
  198. return true
  199. else
  200. return false
  201. end
  202. end
  203.  
  204. local Rawmetatable = getrawmetatable(game)
  205. setreadonly(Rawmetatable, false)
  206. local OldNamecall = Rawmetatable.__namecall
  207.  
  208. Rawmetatable.__namecall = newcclosure(function(self, ...)
  209. local Method = getnamecallmethod()
  210.  
  211. if tostring(self) == "Remote" and tostring(Method) == "FireServer" then
  212. if ... == "Hit" then
  213.  
  214. local Hit, Humanoid, Unknown = ...
  215. local Remote = self
  216.  
  217. if not Unknown then
  218. task.spawn(function()
  219. local Victim = Players:GetPlayerFromCharacter(Humanoid.Parent)
  220.  
  221. local Alive = CheckIfVictimIsAlive(Victim)
  222. if Alive then
  223. while CheckIfVictimIsAlive(Victim) do task.wait()
  224. local HumanoidRootPart = LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  225. local VictimHumanoidRootPart = Humanoid.Parent:WaitForChild("HumanoidRootPart")
  226.  
  227. HumanoidRootPart.CFrame = VictimHumanoidRootPart.CFrame
  228.  
  229. Remote:FireServer(Hit, Humanoid, true)
  230. end
  231. end
  232. end)
  233. end
  234. end
  235. end
  236.  
  237. return OldNamecall(self, ...)
  238. end)
  239. end)
  240. end
  241. coroutine.wrap(VQUW_fake_script)()
  242.  
Add Comment
Please, Sign In to add comment