Advertisement
xcodeerror

EasyCheat build 3

Jul 7th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1.  
  2. warn("[EasyCheat]:Loaded.")
  3. warn("[EasyCheat]:Checking whitelist...")
  4. warn("[EasyCheat]:Sucess!")
  5. warn("[EasyCheat]:Rendering Menu...")
  6. warn("[EasyCheat]:Done.")
  7.  
  8.  
  9. local EasyCheat = Instance.new("ScreenGui")
  10. local Main = Instance.new("Frame")
  11. local Movement = Instance.new("TextLabel")
  12. local Visuals = Instance.new("TextLabel")
  13. local Rage = Instance.new("TextLabel")
  14. local Player = Instance.new("TextLabel")
  15. local Other = Instance.new("TextLabel")
  16. local Speed = Instance.new("TextButton")
  17. local Gravity = Instance.new("TextButton")
  18. local InfJump = Instance.new("TextButton")
  19. local MegaJump = Instance.new("TextButton")
  20. local Wallhack = Instance.new("TextButton")
  21. local ReBuildText = Instance.new("TextLabel")
  22.  
  23. local opened = false
  24. local hidekey = Enum.KeyCode.Insert
  25.  
  26. -- Properties
  27.  
  28. EasyCheat.Name = "EasyCheat"
  29. EasyCheat.Parent = game.CoreGui
  30. EasyCheat.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31.  
  32. Main.Name = "Main"
  33. Main.Parent = EasyCheat
  34. Main.BackgroundColor3 = Color3.new(0, 0.635294, 1)
  35. Main.BorderColor3 = Color3.new(0, 0.635294, 1)
  36. Main.Position = UDim2.new(0.0696055666, 0, 0.155378491, 0)
  37. Main.Size = UDim2.new(0, 679, 0, 324)
  38.  
  39. Movement.Name = "Movement"
  40. Movement.Parent = Main
  41. Movement.BackgroundColor3 = Color3.new(0, 0, 0)
  42. Movement.BorderColor3 = Color3.new(0, 0, 0)
  43. Movement.Position = UDim2.new(0.0162002947, 0, 0.0414391756, 0)
  44. Movement.Size = UDim2.new(0, 112, 0, 27)
  45. Movement.Font = Enum.Font.SciFi
  46. Movement.Text = "Movement"
  47. Movement.TextColor3 = Color3.new(1, 0, 0)
  48. Movement.TextSize = 14
  49.  
  50. Visuals.Name = "Visuals"
  51. Visuals.Parent = Main
  52. Visuals.BackgroundColor3 = Color3.new(0, 0, 0)
  53. Visuals.BorderColor3 = Color3.new(0, 0, 0)
  54. Visuals.Position = UDim2.new(0.195876285, 0, 0.0414391756, 0)
  55. Visuals.Size = UDim2.new(0, 112, 0, 27)
  56. Visuals.Font = Enum.Font.SciFi
  57. Visuals.Text = "Visuals"
  58. Visuals.TextColor3 = Color3.new(1, 0, 0)
  59. Visuals.TextSize = 14
  60.  
  61. Rage.Name = "Rage"
  62. Rage.Parent = Main
  63. Rage.BackgroundColor3 = Color3.new(0, 0, 0)
  64. Rage.BorderColor3 = Color3.new(0, 0, 0)
  65. Rage.Position = UDim2.new(0.369661242, 0, 0.0414391756, 0)
  66. Rage.Size = UDim2.new(0, 112, 0, 27)
  67. Rage.Font = Enum.Font.SciFi
  68. Rage.Text = "Rage"
  69. Rage.TextColor3 = Color3.new(1, 0, 0)
  70. Rage.TextSize = 14
  71.  
  72. Player.Name = "Player"
  73. Player.Parent = Main
  74. Player.BackgroundColor3 = Color3.new(0, 0, 0)
  75. Player.BorderColor3 = Color3.new(0, 0, 0)
  76. Player.Position = UDim2.new(0.546391726, 0, 0.0414391756, 0)
  77. Player.Size = UDim2.new(0, 112, 0, 27)
  78. Player.Font = Enum.Font.SciFi
  79. Player.Text = "Player"
  80. Player.TextColor3 = Color3.new(1, 0, 0)
  81. Player.TextSize = 14
  82.  
  83. Other.Name = "Other"
  84. Other.Parent = Main
  85. Other.BackgroundColor3 = Color3.new(0, 0, 0)
  86. Other.BorderColor3 = Color3.new(0, 0, 0)
  87. Other.Position = UDim2.new(0.73490423, 0, 0.0414391756, 0)
  88. Other.Size = UDim2.new(0, 112, 0, 27)
  89. Other.Font = Enum.Font.SciFi
  90. Other.Text = "Other"
  91. Other.TextColor3 = Color3.new(1, 0, 0)
  92. Other.TextSize = 14
  93.  
  94. Speed.Name = "Speed"
  95. Speed.Parent = Main
  96. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  97. Speed.Position = UDim2.new(0.0162002947, 0, 0.151234567, 0)
  98. Speed.Size = UDim2.new(0, 112, 0, 27)
  99. Speed.Font = Enum.Font.SciFi
  100. Speed.Text = "Speed"
  101. Speed.TextColor3 = Color3.new(0.333333, 1, 0)
  102. Speed.TextSize = 14
  103. Speed.MouseButton1Down:connect(function()
  104. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  105. end)
  106.  
  107. Gravity.Name = "Gravity"
  108. Gravity.Parent = Main
  109. Gravity.BackgroundColor3 = Color3.new(0, 0, 0)
  110. Gravity.Position = UDim2.new(0.734904289, 0, 0.151234567, 0)
  111. Gravity.Size = UDim2.new(0, 112, 0, 27)
  112. Gravity.Font = Enum.Font.SciFi
  113. Gravity.Text = "Gravity"
  114. Gravity.TextColor3 = Color3.new(0.333333, 1, 0)
  115. Gravity.TextSize = 14
  116. Gravity.MouseButton1Down:connect(function()
  117. game.Workspace.Gravity = 32
  118. end)
  119.  
  120. InfJump.Name = "InfJump"
  121. InfJump.Parent = Main
  122. InfJump.BackgroundColor3 = Color3.new(0, 0, 0)
  123. InfJump.Position = UDim2.new(0.016200304, 0, 0.256172836, 0)
  124. InfJump.Size = UDim2.new(0, 112, 0, 27)
  125. InfJump.Font = Enum.Font.SciFi
  126. InfJump.Text = "InfJump"
  127. InfJump.TextColor3 = Color3.new(0.333333, 1, 0)
  128. InfJump.TextSize = 14
  129. InfJump.MouseButton1Down:connect(function()
  130. local Player = game:GetService'Players'.LocalPlayer;
  131. local UIS = game:GetService'UserInputService';
  132.  
  133. _G.JumpHeight = 50;
  134.  
  135. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  136.  
  137. UIS.InputBegan:connect(function(UserInput)
  138. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  139. Action(Player.Character.Humanoid, function(self)
  140. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  141. Action(self.Parent.HumanoidRootPart, function(self)
  142. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  143. end)
  144. end
  145. end)
  146. end
  147. end)
  148. end)
  149.  
  150. MegaJump.Name = "MegaJump"
  151. MegaJump.Parent = Main
  152. MegaJump.BackgroundColor3 = Color3.new(0, 0, 0)
  153. MegaJump.Position = UDim2.new(0.0147275496, 0, 0.36728394, 0)
  154. MegaJump.Size = UDim2.new(0, 112, 0, 27)
  155. MegaJump.Font = Enum.Font.SciFi
  156. MegaJump.Text = "MegaJump"
  157. MegaJump.TextColor3 = Color3.new(0.333333, 1, 0)
  158. MegaJump.TextSize = 14
  159. MegaJump.MouseButton1Down:connect(function()
  160. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250
  161. end)
  162.  
  163.  
  164. Wallhack.Name = "Wallhack"
  165. Wallhack.Parent = Main
  166. Wallhack.BackgroundColor3 = Color3.new(0, 0, 0)
  167. Wallhack.Position = UDim2.new(0.546391785, 0, 0.151234508, 0)
  168. Wallhack.Size = UDim2.new(0, 112, 0, 26)
  169. Wallhack.Font = Enum.Font.SciFi
  170. Wallhack.Text = "PlayerESP"
  171. Wallhack.TextColor3 = Color3.new(0.333333, 1, 0)
  172. Wallhack.TextSize = 14
  173.  
  174.  
  175. ReBuildText.Name = "ReBuildText"
  176. ReBuildText.Parent = EasyCheat
  177. ReBuildText.BackgroundColor3 = Color3.new(0, 0, 0)
  178. ReBuildText.Size = UDim2.new(0, 144, 0, 27)
  179. ReBuildText.Font = Enum.Font.SciFi
  180. ReBuildText.Text = "EasyCheat build 3"
  181. ReBuildText.TextColor3 = Color3.new(1, 0, 0)
  182. ReBuildText.TextSize = 14
  183.  
  184.  
  185. game:GetService("UserInputService").InputBegan:connect(function(key)
  186. if key.KeyCode == Enum.KeyCode.Insert then
  187. if opened == true then
  188. opened = false
  189. Main.Visible = false
  190. elseif opened == false then
  191. opened = true
  192. Main.Visible = true
  193. end
  194. end
  195. end)
  196.  
  197. game.StarterGui:SetCore("SendNotification",{Title="EasyCheat",Text="Loaded."})
  198. wait(1)
  199. game.StarterGui:SetCore("SendNotification",{Title="EasyCheat",Text="Press [Insert] to close/open menu"})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement