Advertisement
AjojaHacKER

Untitled

Oct 22nd, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 KB | None | 0 0
  1. -- My first exloit
  2. -- My first script
  3. -- Instances:
  4. local SB = Instance.new("ScreenGui")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local MainGui = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. --Properties:
  10. SB.Name = "SB"
  11. SB.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. SB.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. ImageLabel.Parent = SB
  15. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  16. ImageLabel.BackgroundTransparency = 1
  17. ImageLabel.Position = UDim2.new(0.459501565, 0, 0.436893195, 0)
  18. ImageLabel.Size = UDim2.new(0, 103, 0, 103)
  19. ImageLabel.Image = "rbxassetid://4158095967"
  20.  
  21. MainGui.Name = "MainGui"
  22. MainGui.Parent = SB
  23. MainGui.Active = true
  24. MainGui.BackgroundColor3 = Color3.new(0, 0, 0)
  25. MainGui.BackgroundTransparency = 0.40000000596046
  26. MainGui.BorderColor3 = Color3.new(0, 0, 0)
  27. MainGui.BorderSizePixel = 3
  28. MainGui.Draggable = true
  29. MainGui.Position = UDim2.new(0, 1080, 0, 710)
  30. MainGui.Size = UDim2.new(0, 148, 0, 56)
  31.  
  32. TextLabel.Parent = MainGui
  33. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  34. TextLabel.BackgroundTransparency = 1
  35. TextLabel.Position = UDim2.new(0.104901507, 0, 0.043998532, 0)
  36. TextLabel.Size = UDim2.new(0, 121, 0, 27)
  37. TextLabel.Font = Enum.Font.Gotham
  38. TextLabel.Text = "FLY (E)"
  39. TextLabel.TextColor3 = Color3.new(1, 0.984314, 0.984314)
  40. TextLabel.TextScaled = true
  41. TextLabel.TextSize = 14
  42. TextLabel.TextWrapped = true
  43.  
  44. TextLabel_2.Parent = MainGui
  45. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  46. TextLabel_2.BackgroundTransparency = 1
  47. TextLabel_2.Position = UDim2.new(0.105932206, 0, 0.53744024, 0)
  48. TextLabel_2.Size = UDim2.new(0, 121, 0, 27)
  49. TextLabel_2.Font = Enum.Font.Gotham
  50. TextLabel_2.Text = "NOCLIP (C)"
  51. TextLabel_2.TextColor3 = Color3.new(1, 0.984314, 0.984314)
  52. TextLabel_2.TextScaled = true
  53. TextLabel_2.TextSize = 14
  54. TextLabel_2.TextWrapped = true
  55. -- Scripts:
  56. function SCRIPT_HNOH68_FAKESCRIPT() -- ImageLabel.LocalScript
  57. local script = Instance.new('LocalScript')
  58. script.Parent = ImageLabel
  59. local object = script.Parent
  60. object.AnchorPoint = Vector2.new(0.5, 0.5)
  61. object.Position = UDim2.new(0.5, 0, 0.5, 0)
  62.  
  63. wait(2)
  64.  
  65. object:TweenSize(UDim2.new(0.4, 0, 0.6, 0))
  66. local object = script.Parent
  67. object.AnchorPoint = Vector2.new(0.5, 0.5)
  68. object.Position = UDim2.new(0.5, 0, 0.5, 0)
  69.  
  70. wait(2)
  71.  
  72. object:TweenSize(UDim2.new(0.0, 0, 0.0, 0))
  73.  
  74. end
  75. coroutine.resume(coroutine.create(SCRIPT_HNOH68_FAKESCRIPT))
  76. function SCRIPT_MYOQ76_FAKESCRIPT() -- MainGui.LocalScript
  77. local script = Instance.new('LocalScript')
  78. script.Parent = MainGui
  79. local object = script.Parent
  80. object.AnchorPoint = Vector2.new(0.5, 0.5)
  81. object.Position = UDim2.new(0, -object.Size.X.Offset, 0.5, 0)
  82.  
  83. wait(4)
  84.  
  85. object:TweenPosition(UDim2.new(0.82, 0, 0.87, 0))
  86.  
  87. end
  88. coroutine.resume(coroutine.create(SCRIPT_MYOQ76_FAKESCRIPT))
  89. function SCRIPT_YIWP79_FAKESCRIPT() -- MainGui.fly
  90. local script = Instance.new('LocalScript')
  91. script.Parent = MainGui
  92. repeat wait()
  93. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Head") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  94. local mouse = game.Players.LocalPlayer:GetMouse()
  95. repeat wait() until mouse
  96. local plr = game.Players.LocalPlayer
  97. local torso = plr.Character.Head
  98. local flying = false
  99. local deb = true
  100. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  101. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  102. local maxspeed = 400
  103. local speed = 5000
  104.  
  105. function Fly()
  106. local bg = Instance.new("BodyGyro", torso)
  107. bg.P = 9e4
  108. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  109. bg.cframe = torso.CFrame
  110. local bv = Instance.new("BodyVelocity", torso)
  111. bv.velocity = Vector3.new(0,0.1,0)
  112. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  113. repeat wait()
  114. plr.Character.Humanoid.PlatformStand = true
  115. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  116. speed = speed+.5+(speed/maxspeed)
  117. if speed > maxspeed then
  118. speed = maxspeed
  119. end
  120. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  121. speed = speed-1
  122. if speed < 0 then
  123. speed = 0
  124. end
  125. end
  126. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  127. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  128. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  129. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  130. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  131. else
  132. bv.velocity = Vector3.new(0,0.1,0)
  133. end
  134. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  135. until not flying
  136. ctrl = {f = 0, b = 0, l = 0, r = 0}
  137. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  138. speed = 0
  139. bg:Destroy()
  140. bv:Destroy()
  141. plr.Character.Humanoid.PlatformStand = false
  142. end
  143. mouse.KeyDown:connect(function(key)
  144. if key:lower() == "u" then
  145. if flying then flying = false
  146. else
  147. flying = true
  148. Fly()
  149. end
  150. elseif key:lower() == "w" then
  151. ctrl.f = 1
  152. elseif key:lower() == "s" then
  153. ctrl.b = -1
  154. elseif key:lower() == "a" then
  155. ctrl.l = -1
  156. elseif key:lower() == "d" then
  157. ctrl.r = 1
  158. end
  159. end)
  160. mouse.KeyUp:connect(function(key)
  161. if key:lower() == "w" then
  162. ctrl.f = 0
  163. elseif key:lower() == "s" then
  164. ctrl.b = 0
  165. elseif key:lower() == "a" then
  166. ctrl.l = 0
  167. elseif key:lower() == "d" then
  168. ctrl.r = 0
  169. end
  170. end)
  171. Fly()
  172.  
  173. end
  174. coroutine.resume(coroutine.create(SCRIPT_YIWP79_FAKESCRIPT))
  175. function SCRIPT_PVJB89_FAKESCRIPT() -- MainGui.noclip
  176. local script = Instance.new('LocalScript')
  177. script.Parent = MainGui
  178. noclip = false
  179. game:GetService('RunService').Stepped:connect(function()
  180. if noclip then
  181. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  182. end
  183. end)
  184. plr = game.Players.LocalPlayer
  185. mouse = plr:GetMouse()
  186. mouse.KeyDown:connect(function(key)
  187.  
  188. if key == "c" then
  189. noclip = not noclip
  190. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  191. end
  192. end)
  193. print('SOFTER BLOX THE BEST EXPLOIT!')
  194.  
  195. end
  196. coroutine.resume(coroutine.create(SCRIPT_PVJB89_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement