Advertisement
sahdudelol123

Untitled

Mar 30th, 2020
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. pcall(function()
  2. local char = game.Players.LocalPlayer.Character;
  3. local player = game.Players.LocalPlayer
  4. pcall(function()
  5. if game.Players.LocalPlayer:FindFirstChild("GuiLoaded") then
  6. else
  7. local fold = Instance.new("Folder", game.Players.LocalPlayer)
  8. fold.Name="GuiLoaded"
  9. local VastRealm = Instance.new("ScreenGui")
  10. local Frame = Instance.new("Frame")
  11. local BackGround = Instance.new("ImageLabel")
  12. local TextLabel = Instance.new("TextLabel")
  13. local SettingLabel = Instance.new("TextLabel")
  14. local TextButton = Instance.new("TextButton")
  15. local Button = Instance.new("ImageLabel")
  16. if game.Players.LocalPlayer.PlayerGui:FindFirstChild("Main") then
  17. if game.Players.LocalPlayer.PlayerGui.Main:FindFirstChild("SettingsMenu") then
  18. if game.Players.LocalPlayer.PlayerGui.Main.SettingsMenu.Visible==false then
  19. game.Players.LocalPlayer.PlayerGui.Main.SettingsMenu.Visible=true
  20. end
  21. end
  22. end
  23. VastRealm.Name = "VastRealm"
  24. VastRealm.Parent = game:WaitForChild("CoreGui")
  25. VastRealm.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. Frame.Parent = VastRealm
  28. Frame.Active = true
  29. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  30. Frame.BackgroundTransparency = 1.000
  31. Frame.Position = UDim2.new(0.0250672363, 0, 0.606992185, 0)
  32. Frame.Size = UDim2.new(0, 286, 0, 174)
  33. Frame.Draggable = true
  34.  
  35. BackGround.Name = "BackGround"
  36. BackGround.Parent = Frame
  37. BackGround.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. BackGround.BackgroundTransparency = 1.000
  39. BackGround.Position = UDim2.new(-0.00225755386, 0, -0.00272170361, 0)
  40. BackGround.Size = UDim2.new(0, 287, 0, 174)
  41. BackGround.Image = "rbxassetid://605740338"
  42. BackGround.ImageColor3 = Color3.fromRGB(56, 56, 56)
  43.  
  44. TextLabel.Parent = Frame
  45. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. TextLabel.BackgroundTransparency = 1.000
  47. TextLabel.Position = UDim2.new(0.0209790207, 0, 0.206896573, 0)
  48. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  49. TextLabel.Font = Enum.Font.GothamBlack
  50. TextLabel.Text = "Anti-FallDmg:"
  51. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. TextLabel.TextSize = 17.000
  53. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  54.  
  55. SettingLabel.Name = "SettingLabel"
  56. SettingLabel.Parent = Frame
  57. SettingLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. SettingLabel.BackgroundTransparency = 1.000
  59. SettingLabel.Position = UDim2.new(0.146853149, 0, -0.00574710965, 0)
  60. SettingLabel.Size = UDim2.new(0, 200, 0, 50)
  61. SettingLabel.Font = Enum.Font.GothamBlack
  62. SettingLabel.Text = "Settings"
  63. SettingLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  64. SettingLabel.TextSize = 23.000
  65.  
  66. Button.Name = "Button"
  67. Button.Parent = TextButton
  68. Button.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. Button.BackgroundTransparency = 1.000
  70. Button.Size = UDim2.new(0, 30, 0, 28)
  71. Button.Image = "http://www.roblox.com/asset/?id=3188341304"
  72.  
  73. TextButton.Parent = Frame
  74. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  75. TextButton.BackgroundTransparency = 1.000
  76. TextButton.Position = UDim2.new(0.447552443, 0, 0.275862068, 0)
  77. TextButton.Size = UDim2.new(0, 28, 0, 26)
  78. TextButton.Font = Enum.Font.SourceSans
  79. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. TextButton.TextSize = 14.000
  81. TextButton.TextTransparency = 1.000
  82. TextButton.MouseButton1Down:connect(function()
  83. if game.ReplicatedStorage.Remotes:FindFirstChild("FallDmg") then
  84. game.ReplicatedStorage.Remotes.FallDmg.Name="FallDam"
  85. local start = Color3.new(1,1,1)-- White
  86. local End = Color3.new(0,1,0)--Green
  87. for i = 0,1,0.15 do
  88. wait()
  89. Button.ImageColor3 = start:lerp(End,i)
  90. end
  91. else
  92. if game.ReplicatedStorage.Remotes:FindFirstChild("FallDam") then
  93. game.ReplicatedStorage.Remotes.FallDam.Name="FallDmg"
  94. local start = Color3.new(0,1,0)-- Green
  95. local End = Color3.new(1,1,1)--Green
  96. for i = 0,1,0.1 do
  97. wait()
  98. Button.ImageColor3 = start:lerp(End,i)
  99. end
  100. end
  101. end
  102. end)
  103. end
  104. end)
  105. while wait(0.001) do
  106. if player.Stats:FindFirstChild("Cache") then
  107. if player.Stats.Cache:FindFirstChild("InAction") then
  108. player.Stats.Cache.InAction:Remove()
  109. end
  110. if game.Players.LocalPlayer.PlayerGui:FindFirstChild("Main") then
  111. if game.Players.LocalPlayer.PlayerGui.Main:FindFirstChild("SettingsMenu") then
  112. if game.Players.LocalPlayer.PlayerGui.Main.SettingsMenu.Visible==false then
  113. game.CoreGui.VastRealm.Enabled=false
  114. else
  115. game.CoreGui.VastRealm.Enabled=true
  116. end
  117. end
  118. end
  119. if player.Stats.Cache:FindFirstChild("Stun") then
  120. player.Stats.Cache.Stun:Remove()
  121. end
  122. if char:FindFirstChild("ragdoll") then
  123. if char.ragdoll.Value == true then
  124. if char:FindFirstChild("CanGrab") then
  125. char.ragdoll.Value = false
  126. else
  127. wait(0.4)
  128. char.ragdoll.Value = false
  129. end
  130. end
  131. end
  132. if player.Stats.Cache:FindFirstChild("NoRegen") then
  133. player.Stats.Cache.NoRegen:Remove()
  134. end
  135. if player.Stats.Cache:FindFirstChild("InFairy") then
  136. player.Stats.Cache.InFairy:Remove()
  137. end
  138. if player.Stats.Speed:FindFirstChild("SkillBlock") then
  139. player.Stats.Speed.SkillBlock:Remove()
  140. end
  141. if player.Stats:FindFirstChild("HealthSave") then
  142. player.Stats.HealthSave.Value = 100
  143. end
  144. if player.Stats:FindFirstChild("HealthSave") then
  145. player.Stats.HealthSave.Value = 100
  146. end
  147. if player.Stats:FindFirstChild("State") then
  148. if player.Stats.State.Value=="Ko" then
  149. player.Stats.State.Value="Normal"
  150. end
  151. end
  152. if player.ReplicatedStats:FindFirstChild("State") then
  153. if player.ReplicatedStats.State.Value=="Ko" then
  154. player.ReplicatedStats.State.Value="Normal"
  155. end
  156. end
  157. if player:FindFirstChild("Stats") then
  158. if player.Stats:FindFirstChild("IsCarrying") then
  159. if player.Stats.IsCarrying.Value==true then
  160. if player.Stats.Cache:FindFirstChild("MCarry") then
  161. else
  162. pcall(function()
  163. local char = game.Players.LocalPlayer.Character;
  164. local fold = Instance.new("Folder", player.Stats.Cache)
  165. fold.Name = "MCarry"
  166. end)
  167. end
  168. end
  169. end
  170. end
  171. end
  172. end
  173. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement