oatmeal2009

op haxx

Jun 16th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local equipmysword = Instance.new("TextButton")
  9. local FEbypass1 = Instance.new("TextButton")
  10. local FEbypass2 = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16. ScreenGui.ResetOnSpawn = false
  17.  
  18. Frame.Parent = ScreenGui
  19. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  20. Frame.Position = UDim2.new(0.667636335, 0, 0.138297871, 0)
  21. Frame.Size = UDim2.new(0, 397, 0, 141)
  22.  
  23. equipmysword.Name = "equip my sword"
  24. equipmysword.Parent = Frame
  25. equipmysword.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  26. equipmysword.Position = UDim2.new(0.496221662, 0, -0.00188794732, 0)
  27. equipmysword.Size = UDim2.new(0, 200, 0, 50)
  28. equipmysword.Font = Enum.Font.SourceSans
  29. equipmysword.Text = "equip my sword"
  30. equipmysword.TextColor3 = Color3.fromRGB(0, 0, 0)
  31. equipmysword.TextSize = 14.000
  32.  
  33. FEbypass1.Name = "FE bypass 1"
  34. FEbypass1.Parent = Frame
  35. FEbypass1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  36. FEbypass1.Position = UDim2.new(0.496221662, 0, 0.352721989, 0)
  37. FEbypass1.Size = UDim2.new(0, 200, 0, 50)
  38. FEbypass1.Font = Enum.Font.SourceSans
  39. FEbypass1.Text = "FE bypass 1"
  40. FEbypass1.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. FEbypass1.TextSize = 14.000
  42.  
  43. FEbypass2.Name = "FE bypass 2"
  44. FEbypass2.Parent = Frame
  45. FEbypass2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. FEbypass2.Position = UDim2.new(0.496221662, 0, 0.643502116, 0)
  47. FEbypass2.Size = UDim2.new(0, 200, 0, 50)
  48. FEbypass2.Font = Enum.Font.SourceSans
  49. FEbypass2.Text = "FE bypass 2"
  50. FEbypass2.TextColor3 = Color3.fromRGB(0, 0, 0)
  51. FEbypass2.TextSize = 14.000
  52.  
  53. -- Scripts:
  54.  
  55. local function YJHUKO_fake_script() -- equipmysword.LocalScript
  56. local script = Instance.new('LocalScript', equipmysword)
  57.  
  58. script.Parent.MouseButton1Click:connect(function()
  59. loadstring(game:HttpGet("https://pastebin.com/raw/ympKCD3D", true))()
  60. end)
  61. end
  62. coroutine.wrap(YJHUKO_fake_script)()
  63. local function HSOXEY_fake_script() -- FEbypass1.LocalScript
  64. local script = Instance.new('LocalScript', FEbypass1)
  65.  
  66. script.Parent.MouseButton1Click:connect(function()
  67. game["Run Service"].Stepped:connect(function()
  68. game.Players.LocalPlayer.Character.Tors.CanCollide = false
  69. game.Players.LocalPlayer.Character.Head.CanCollide = false
  70. end)
  71. game.Players.LocalPlayer.CharacterAdded:connect(function()
  72. wait(0.1)
  73. game.Players.LocalPlayer.Character:WaitForChild("Right Arm")
  74. wait(0.1)
  75. rs = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  76. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Destroy()
  77. rs.Parent = game.Players.LocalPlayer.Character.Torso
  78. rs.Part0 = game.Players.LocalPlayer.Character.Torso
  79. rs.Part1 = game.Players.LocalPlayer.Character["Right Arm"]:Clone()
  80. game.Players.LocalPlayer.Character["Right Arm"].Name = "ra"
  81. rs.Part1.Parent = game.Players.LocalPlayer.Character
  82. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Right Arm"])
  83. local rightarm = Instance.new("Attachment", game.Players.LocalPlayer.Character["ra"])
  84. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character["Right Arm"])
  85. ol.Attachment0 = Attachment0
  86. ol.Attachment1 = rightarm
  87. ol.LimitsEnabled = true
  88. ol.LowerAngle = 0
  89. ol.Restitution = 0
  90. ol.UpperAngle = 0
  91. ls = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  92. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Destroy()
  93. ls.Parent = game.Players.LocalPlayer.Character.Torso
  94. ls.Part0 = game.Players.LocalPlayer.Character.Torso
  95. ls.Part1 = game.Players.LocalPlayer.Character["Left Arm"]:Clone()
  96. game.Players.LocalPlayer.Character["Left Arm"].Name = "la"
  97. ls.Part1.Parent = game.Players.LocalPlayer.Character
  98. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Left Arm"])
  99. local rightarm = Instance.new("Attachment", game.Players.LocalPlayer.Character["la"])
  100. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character["Left Arm"])
  101. ol.Attachment0 = Attachment0
  102. ol.Attachment1 = rightarm
  103. ol.LimitsEnabled = true
  104. ol.LowerAngle = 0
  105. ol.Restitution = 0
  106. ol.UpperAngle = 0
  107. rh = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  108. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Destroy()
  109. rh.Parent = game.Players.LocalPlayer.Character.Torso
  110. rh.Part0 = game.Players.LocalPlayer.Character.Torso
  111. rh.Part1 = game.Players.LocalPlayer.Character["Right Leg"]:Clone()
  112. game.Players.LocalPlayer.Character["Right Leg"].Name = "rh"
  113. rh.Part1.Parent = game.Players.LocalPlayer.Character
  114. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Right Leg"])
  115. local rightarm = Instance.new("Attachment", game.Players.LocalPlayer.Character["rh"])
  116. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character["Right Leg"])
  117. ol.Attachment0 = Attachment0
  118. ol.Attachment1 = rightarm
  119. ol.LimitsEnabled = true
  120. ol.LowerAngle = 0
  121. ol.Restitution = 0
  122. ol.UpperAngle = 0
  123. lh = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  124. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Destroy()
  125. lh.Parent = game.Players.LocalPlayer.Character.Torso
  126. lh.Part0 = game.Players.LocalPlayer.Character.Torso
  127. lh.Part1 = game.Players.LocalPlayer.Character["Left Leg"]:Clone()
  128. game.Players.LocalPlayer.Character["Left Leg"].Name = "lh"
  129. lh.Part1.Parent = game.Players.LocalPlayer.Character
  130. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Left Leg"])
  131. local rightarm = Instance.new("Attachment", game.Players.LocalPlayer.Character["lh"])
  132. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character["Left Leg"])
  133. ol.Attachment0 = Attachment0
  134. ol.Attachment1 = rightarm
  135. ol.LimitsEnabled = true
  136. ol.LowerAngle = 0
  137. ol.Restitution = 0
  138. ol.UpperAngle = 0
  139. r = game.Players.LocalPlayer.Character.HumanoidRootPart["RootJoint"]:Clone()
  140. game.Players.LocalPlayer.Character.HumanoidRootPart["RootJoint"]:Destroy()
  141. r.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  142. r.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  143. r.Part1 = Instance.new("Part", game.Players.LocalPlayer.Character)
  144. r.Part1.Size = Vector3.new(2,2,1)
  145. r.Part1.Name = "Tors"
  146. r.Part1.Parent = game.Players.LocalPlayer.Character
  147. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character.Tors)
  148. local rightarm = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  149. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character.Tors)
  150. ol.Attachment0 = Attachment0
  151. ol.Attachment1 = rightarm
  152. ol.LimitsEnabled = true
  153. ol.LowerAngle = 0
  154. ol.Restitution = 0
  155. ol.UpperAngle = 0
  156. char = game.Players.LocalPlayer.Character
  157. repeat wait()until char:FindFirstChildOfClass("Accessory")
  158. wait(0.1)
  159. for i,v in pairs (char:GetChildren()) do
  160. if v:IsA("Accessory") and v:FindFirstChild("Handle") and v:FindFirstChild("Handle"):FindFirstChild("AccessoryWeld").Part1 == char.Head then
  161. local Attachment0 = Instance.new("Attachment", char.Head)
  162. local rightarm = Instance.new("Attachment", v.Handle)
  163. local ol = Instance.new("HingeConstraint", char.Head)
  164. ol.Attachment0 = Attachment0
  165. ol.Attachment1 = rightarm
  166. ol.LimitsEnabled = true
  167. ol.LowerAngle = 0
  168. ol.Restitution = 0
  169. ol.UpperAngle = 0
  170. rightarm.CFrame = v.AttachmentPoint + Vector3.new(0, -0.5, 0)
  171. v.Handle.AccessoryWeld:Destroy()
  172. end
  173. end
  174. spawn(function()
  175. repeat
  176. game:GetService("RunService").RenderStepped:Wait()
  177. char.Torso.CFrame = char.Tors.CFrame
  178. char.lh.CFrame = char["Left Leg"].CFrame
  179. char.rh.CFrame = char["Right Leg"].CFrame
  180. char.la.CFrame = char["Left Arm"].CFrame
  181. char.ra.CFrame = char["Right Arm"].CFrame
  182. until char.Humanoid.Health <= 0
  183. end)
  184. end)
  185. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  186. while wait() do
  187. repeat wait() until game.Players.LocalPlayer.Character
  188. char = game.Players.LocalPlayer.Character
  189. for i,v in pairs (char:GetDescendants()) do
  190. if v:IsA("BasePart") and v.Name ~= "HumanoidRootPart" then
  191. v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0,0,0)
  192. v.Massless = true
  193. end
  194. end
  195. end
  196.  
  197. end)
  198. end
  199. coroutine.wrap(HSOXEY_fake_script)()
  200. local function SECCUWW_fake_script() -- FEbypass2.LocalScript
  201. local script = Instance.new('LocalScript', FEbypass2)
  202.  
  203. function invis()
  204. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  205. if v.Name == "Left Arm" then
  206. v.Transparency = 1
  207. end
  208. end
  209.  
  210. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  211. if v.Name == "Left Leg" then
  212. v.Transparency = 1
  213. end
  214. end
  215.  
  216. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  217. if v.Name == "Right Arm" then
  218. v.Transparency = 1
  219. end
  220. end
  221.  
  222. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  223. if v.Name == "Right Leg" then
  224. v.Transparency = 1
  225. end
  226. end
  227.  
  228. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  229. if v.Name == "Torso" then
  230. v.Transparency = 1
  231. end
  232. end
  233.  
  234. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  235. if v.Name == "lh" then
  236. v.Transparency = 0
  237. end
  238. end
  239. end
  240.  
  241. script.Parent.MouseButton1Click:connect(function()
  242. while wait() do
  243. wait(2)
  244. invis()
  245. end
  246.  
  247. end)
  248. end
  249. coroutine.wrap(SECCUWW_fake_script)()
Add Comment
Please, Sign In to add comment