Advertisement
filipaopastebins2134

RoBloXploit ver 1.0.0 beta

Jan 1st, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.08 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local RoBloXploit = Instance.new("ScreenGui")
  7. local Draggable = Instance.new("TextButton")
  8. local Icons = Instance.new("Folder")
  9. local ImageLabel = Instance.new("ImageLabel")
  10. local Frame = Instance.new("Frame")
  11. local SpeedHack = Instance.new("TextButton")
  12. local TextBox1 = Instance.new("TextBox")
  13. local JumpPower = Instance.new("TextButton")
  14. local TextBox1_2 = Instance.new("TextBox")
  15. local MSA = Instance.new("TextButton")
  16. local TextBox1_3 = Instance.new("TextBox")
  17. local MaxHealth = Instance.new("TextButton")
  18. local TextBox1_4 = Instance.new("TextBox")
  19. local Health = Instance.new("TextButton")
  20. local TextBox1_5 = Instance.new("TextBox")
  21. local Kill = Instance.new("TextButton")
  22. local Anchor = Instance.new("TextButton")
  23. local Unanchor = Instance.new("TextButton")
  24. local Sit = Instance.new("TextButton")
  25. local Jump = Instance.new("TextButton")
  26. local HipHeight = Instance.new("TextButton")
  27. local TextBox1_6 = Instance.new("TextBox")
  28. local AntiJump = Instance.new("TextButton")
  29. local ResetJumpPower = Instance.new("TextButton")
  30. local OpenClose = Instance.new("TextButton")
  31. local TextLabel = Instance.new("TextLabel")
  32.  
  33. --Properties:
  34.  
  35. RoBloXploit.Name = "RoBloXploit"
  36. RoBloXploit.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  37. RoBloXploit.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38.  
  39. Draggable.Name = "Draggable"
  40. Draggable.Parent = RoBloXploit
  41. Draggable.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  42. Draggable.BackgroundTransparency = 0.060
  43. Draggable.Position = UDim2.new(0.111999996, 0, 0.211480364, 0)
  44. Draggable.Size = UDim2.new(0, 775, 0, 64)
  45. Draggable.Font = Enum.Font.SourceSans
  46. Draggable.Text = "RoBloXploit v1.01 beta"
  47. Draggable.TextColor3 = Color3.fromRGB(255, 0, 0)
  48. Draggable.TextScaled = true
  49. Draggable.TextSize = 14.000
  50. Draggable.TextStrokeTransparency = 0.000
  51. Draggable.TextWrapped = true
  52.  
  53. Icons.Name = "Icons"
  54. Icons.Parent = Draggable
  55.  
  56. ImageLabel.Parent = Icons
  57. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. ImageLabel.BackgroundTransparency = 1.000
  59. ImageLabel.Position = UDim2.new(-0.000862466113, 0, 0.09136796, 0)
  60. ImageLabel.Size = UDim2.new(0, 144, 0, 51)
  61. ImageLabel.Image = "rbxassetid://1174566901"
  62.  
  63. Frame.Parent = Draggable
  64. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  65. Frame.Position = UDim2.new(0, 0, 1, 0)
  66. Frame.Size = UDim2.new(0, 775, 0, 341)
  67. Frame.Style = Enum.FrameStyle.RobloxSquare
  68.  
  69. SpeedHack.Name = "SpeedHack"
  70. SpeedHack.Parent = Draggable
  71. SpeedHack.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  72. SpeedHack.Position = UDim2.new(0.239255011, 0, 1.44230771, 0)
  73. SpeedHack.Size = UDim2.new(0, 154, 0, 36)
  74. SpeedHack.Font = Enum.Font.Cartoon
  75. SpeedHack.Text = "SpeedHack"
  76. SpeedHack.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. SpeedHack.TextScaled = true
  78. SpeedHack.TextSize = 14.000
  79. SpeedHack.TextWrapped = true
  80.  
  81. TextBox1.Name = "TextBox1"
  82. TextBox1.Parent = SpeedHack
  83. TextBox1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  84. TextBox1.Position = UDim2.new(-0.974025965, 0, 0, 0)
  85. TextBox1.Size = UDim2.new(0, 150, 0, 36)
  86. TextBox1.Font = Enum.Font.SourceSans
  87. TextBox1.Text = "0"
  88. TextBox1.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. TextBox1.TextScaled = true
  90. TextBox1.TextSize = 14.000
  91. TextBox1.TextWrapped = true
  92.  
  93. JumpPower.Name = "JumpPower"
  94. JumpPower.Parent = Draggable
  95. JumpPower.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  96. JumpPower.Position = UDim2.new(0.748932421, 0, 1.44230771, 0)
  97. JumpPower.Size = UDim2.new(0, 154, 0, 36)
  98. JumpPower.Font = Enum.Font.Cartoon
  99. JumpPower.Text = "JumpPower"
  100. JumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)
  101. JumpPower.TextScaled = true
  102. JumpPower.TextSize = 14.000
  103. JumpPower.TextWrapped = true
  104.  
  105. TextBox1_2.Name = "TextBox1"
  106. TextBox1_2.Parent = JumpPower
  107. TextBox1_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  108. TextBox1_2.Position = UDim2.new(-0.974025965, 0, 0, 0)
  109. TextBox1_2.Size = UDim2.new(0, 150, 0, 36)
  110. TextBox1_2.Font = Enum.Font.SourceSans
  111. TextBox1_2.Text = "0"
  112. TextBox1_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. TextBox1_2.TextScaled = true
  114. TextBox1_2.TextSize = 14.000
  115. TextBox1_2.TextWrapped = true
  116.  
  117. MSA.Name = "MSA"
  118. MSA.Parent = Draggable
  119. MSA.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  120. MSA.Position = UDim2.new(0.239255011, 0, 2.00480771, 0)
  121. MSA.Size = UDim2.new(0, 154, 0, 36)
  122. MSA.Font = Enum.Font.Cartoon
  123. MSA.Text = "MaxSlopeAngle"
  124. MSA.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. MSA.TextScaled = true
  126. MSA.TextSize = 14.000
  127. MSA.TextWrapped = true
  128.  
  129. TextBox1_3.Name = "TextBox1"
  130. TextBox1_3.Parent = MSA
  131. TextBox1_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  132. TextBox1_3.Position = UDim2.new(-0.974025965, 0, 0, 0)
  133. TextBox1_3.Size = UDim2.new(0, 150, 0, 36)
  134. TextBox1_3.Font = Enum.Font.SourceSans
  135. TextBox1_3.Text = "0"
  136. TextBox1_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  137. TextBox1_3.TextScaled = true
  138. TextBox1_3.TextSize = 14.000
  139. TextBox1_3.TextWrapped = true
  140.  
  141. MaxHealth.Name = "MaxHealth"
  142. MaxHealth.Parent = Draggable
  143. MaxHealth.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  144. MaxHealth.Position = UDim2.new(0.239255011, 0, 2.56730771, 0)
  145. MaxHealth.Size = UDim2.new(0, 154, 0, 36)
  146. MaxHealth.Font = Enum.Font.Cartoon
  147. MaxHealth.Text = "MaxHealth"
  148. MaxHealth.TextColor3 = Color3.fromRGB(0, 0, 0)
  149. MaxHealth.TextScaled = true
  150. MaxHealth.TextSize = 14.000
  151. MaxHealth.TextWrapped = true
  152.  
  153. TextBox1_4.Name = "TextBox1"
  154. TextBox1_4.Parent = MaxHealth
  155. TextBox1_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  156. TextBox1_4.Position = UDim2.new(-0.974025965, 0, 0, 0)
  157. TextBox1_4.Size = UDim2.new(0, 150, 0, 36)
  158. TextBox1_4.Font = Enum.Font.SourceSans
  159. TextBox1_4.Text = "0"
  160. TextBox1_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  161. TextBox1_4.TextScaled = true
  162. TextBox1_4.TextSize = 14.000
  163. TextBox1_4.TextWrapped = true
  164.  
  165. Health.Name = "Health"
  166. Health.Parent = Draggable
  167. Health.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  168. Health.Position = UDim2.new(0.748932421, 0, 2.00480771, 0)
  169. Health.Size = UDim2.new(0, 154, 0, 36)
  170. Health.Font = Enum.Font.Cartoon
  171. Health.Text = "Health"
  172. Health.TextColor3 = Color3.fromRGB(0, 0, 0)
  173. Health.TextScaled = true
  174. Health.TextSize = 14.000
  175. Health.TextWrapped = true
  176.  
  177. TextBox1_5.Name = "TextBox1"
  178. TextBox1_5.Parent = Health
  179. TextBox1_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. TextBox1_5.Position = UDim2.new(-0.974025965, 0, 0, 0)
  181. TextBox1_5.Size = UDim2.new(0, 150, 0, 36)
  182. TextBox1_5.Font = Enum.Font.SourceSans
  183. TextBox1_5.Text = "0"
  184. TextBox1_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  185. TextBox1_5.TextScaled = true
  186. TextBox1_5.TextSize = 14.000
  187. TextBox1_5.TextWrapped = true
  188.  
  189. Kill.Name = "Kill"
  190. Kill.Parent = Draggable
  191. Kill.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  192. Kill.Position = UDim2.new(0.0457066298, 0, 3.12980747, 0)
  193. Kill.Size = UDim2.new(0, 304, 0, 36)
  194. Kill.Font = Enum.Font.Cartoon
  195. Kill.Text = "Die Yourself"
  196. Kill.TextColor3 = Color3.fromRGB(0, 0, 0)
  197. Kill.TextScaled = true
  198. Kill.TextSize = 14.000
  199. Kill.TextWrapped = true
  200.  
  201. Anchor.Name = "Anchor"
  202. Anchor.Parent = Draggable
  203. Anchor.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  204. Anchor.Position = UDim2.new(0.55538398, 0, 2.56730747, 0)
  205. Anchor.Size = UDim2.new(0, 150, 0, 36)
  206. Anchor.Font = Enum.Font.Cartoon
  207. Anchor.Text = "Anchor"
  208. Anchor.TextColor3 = Color3.fromRGB(0, 0, 0)
  209. Anchor.TextScaled = true
  210. Anchor.TextSize = 14.000
  211. Anchor.TextWrapped = true
  212.  
  213. Unanchor.Name = "Unanchor"
  214. Unanchor.Parent = Draggable
  215. Unanchor.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  216. Unanchor.Position = UDim2.new(0.751513064, 0, 2.56730747, 0)
  217. Unanchor.Size = UDim2.new(0, 152, 0, 36)
  218. Unanchor.Font = Enum.Font.Cartoon
  219. Unanchor.Text = "Unanchor"
  220. Unanchor.TextColor3 = Color3.fromRGB(0, 0, 0)
  221. Unanchor.TextScaled = true
  222. Unanchor.TextSize = 14.000
  223. Unanchor.TextWrapped = true
  224.  
  225. Sit.Name = "Sit"
  226. Sit.Parent = Draggable
  227. Sit.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  228. Sit.Position = UDim2.new(0.55538398, 0, 3.12980747, 0)
  229. Sit.Size = UDim2.new(0, 150, 0, 36)
  230. Sit.Font = Enum.Font.Cartoon
  231. Sit.Text = "Sit"
  232. Sit.TextColor3 = Color3.fromRGB(0, 0, 0)
  233. Sit.TextScaled = true
  234. Sit.TextSize = 14.000
  235. Sit.TextWrapped = true
  236.  
  237. Jump.Name = "Jump"
  238. Jump.Parent = Draggable
  239. Jump.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  240. Jump.Position = UDim2.new(0.751513064, 0, 3.12980747, 0)
  241. Jump.Size = UDim2.new(0, 152, 0, 36)
  242. Jump.Font = Enum.Font.Cartoon
  243. Jump.Text = "Jump"
  244. Jump.TextColor3 = Color3.fromRGB(0, 0, 0)
  245. Jump.TextScaled = true
  246. Jump.TextSize = 14.000
  247. Jump.TextWrapped = true
  248.  
  249. HipHeight.Name = "HipHeight"
  250. HipHeight.Parent = Draggable
  251. HipHeight.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  252. HipHeight.Position = UDim2.new(0.239255011, 0, 3.69230771, 0)
  253. HipHeight.Size = UDim2.new(0, 154, 0, 36)
  254. HipHeight.Font = Enum.Font.Cartoon
  255. HipHeight.Text = "HipHeight"
  256. HipHeight.TextColor3 = Color3.fromRGB(0, 0, 0)
  257. HipHeight.TextScaled = true
  258. HipHeight.TextSize = 14.000
  259. HipHeight.TextWrapped = true
  260.  
  261. TextBox1_6.Name = "TextBox1"
  262. TextBox1_6.Parent = HipHeight
  263. TextBox1_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  264. TextBox1_6.Position = UDim2.new(-0.974025965, 0, 0, 0)
  265. TextBox1_6.Size = UDim2.new(0, 150, 0, 36)
  266. TextBox1_6.Font = Enum.Font.SourceSans
  267. TextBox1_6.Text = "0"
  268. TextBox1_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  269. TextBox1_6.TextScaled = true
  270. TextBox1_6.TextSize = 14.000
  271. TextBox1_6.TextWrapped = true
  272.  
  273. AntiJump.Name = "Anti-Jump"
  274. AntiJump.Parent = Draggable
  275. AntiJump.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  276. AntiJump.Position = UDim2.new(0.55538398, 0, 3.69230747, 0)
  277. AntiJump.Size = UDim2.new(0, 150, 0, 36)
  278. AntiJump.Font = Enum.Font.Cartoon
  279. AntiJump.Text = "Anti-Jump"
  280. AntiJump.TextColor3 = Color3.fromRGB(0, 0, 0)
  281. AntiJump.TextScaled = true
  282. AntiJump.TextSize = 14.000
  283. AntiJump.TextWrapped = true
  284.  
  285. ResetJumpPower.Name = "Reset JumpPower"
  286. ResetJumpPower.Parent = Draggable
  287. ResetJumpPower.BackgroundColor3 = Color3.fromRGB(255, 85, 255)
  288. ResetJumpPower.Position = UDim2.new(0.751513004, 0, 3.69230747, 0)
  289. ResetJumpPower.Size = UDim2.new(0, 150, 0, 36)
  290. ResetJumpPower.Font = Enum.Font.Cartoon
  291. ResetJumpPower.Text = "Reset JumpPower"
  292. ResetJumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)
  293. ResetJumpPower.TextScaled = true
  294. ResetJumpPower.TextSize = 14.000
  295. ResetJumpPower.TextWrapped = true
  296.  
  297. OpenClose.Name = "OpenClose"
  298. OpenClose.Parent = RoBloXploit
  299. OpenClose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  300. OpenClose.BackgroundTransparency = 1.000
  301. OpenClose.Position = UDim2.new(0, 0, 0.819423318, 0)
  302. OpenClose.Size = UDim2.new(0, 200, 0, 50)
  303. OpenClose.Font = Enum.Font.Highway
  304. OpenClose.Text = ""
  305. OpenClose.TextColor3 = Color3.fromRGB(255, 255, 255)
  306. OpenClose.TextScaled = true
  307. OpenClose.TextSize = 14.000
  308. OpenClose.TextWrapped = true
  309.  
  310. TextLabel.Parent = RoBloXploit
  311. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  312. TextLabel.BackgroundTransparency = 1.000
  313. TextLabel.Position = UDim2.new(0, 0, 0.845921457, 0)
  314. TextLabel.Size = UDim2.new(0, 346, 0, 102)
  315. TextLabel.Font = Enum.Font.Cartoon
  316. TextLabel.Text = "[Q] - Show/Hide Exploit"
  317. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  318. TextLabel.TextScaled = true
  319. TextLabel.TextSize = 14.000
  320. TextLabel.TextStrokeTransparency = 0.000
  321. TextLabel.TextWrapped = true
  322.  
  323. -- Scripts:
  324.  
  325. local function YHYFXLT_fake_script() -- Icons.READ ME
  326. local script = Instance.new('Script', Icons)
  327.  
  328. ---[[ Don't edit the icon!!! N0 Ed1t1ng I N Th1s P0INT!]]---
  329. ---[[ N O E D I T I N G I N T H I S P O I N T ! ! ! ]]---
  330. end
  331. coroutine.wrap(YHYFXLT_fake_script)()
  332. local function WMBU_fake_script() -- Draggable.Dragscript -By Apocalyps-
  333. local script = Instance.new('Script', Draggable)
  334.  
  335. ----------------------------------------------------------------------
  336. -----------------------By Apocalyps-------------------------------
  337. --When using this, it would be nice if you gave credit!---
  338. ----------------------------------------------------------------------
  339. ----------------------------------------------------------------------
  340.  
  341. script.Parent.MouseButton1Down:connect(function(x,y)
  342. local startPos = script.Parent.Position
  343. local conn = script.Parent.MouseMoved:connect(function(X,Y)
  344. script.Parent.Position = startPos + UDim2.new(0,X-x,0,Y-y)
  345. end)
  346. script.Parent.MouseButton1Up:wait()
  347. conn:disconnect()
  348. end)
  349. end
  350. coroutine.wrap(WMBU_fake_script)()
  351. local function HTSRHUP_fake_script() -- SpeedHack.OnChangeValue
  352. local script = Instance.new('Script', SpeedHack)
  353.  
  354. script.Parent.TextBox1.Text = script.Parent.TextBox1.WalkSpeed.Value
  355. if script.Parent.TextBox1.InputChanged then
  356. script.Parent.TextBox1.WalkSpeed.Value = script.Parent.TextBox1.Text
  357. end
  358. ---[[ For Exploits!!! ]]---
  359. end
  360. coroutine.wrap(HTSRHUP_fake_script)()
  361. local function BBDAA_fake_script() -- SpeedHack.SpeedScript
  362. local script = Instance.new('LocalScript', SpeedHack)
  363.  
  364. script.Parent.MouseButton1Click:Connect(function()
  365. script.Parent.Text = "Executing."
  366. wait(0.9)
  367. script.Parent.Text = "Executing.."
  368. wait(0.9)
  369. script.Parent.Text = "Executing..."
  370. wait(0.9)
  371. script.Parent.Text = "Executing."
  372. wait(0.9)
  373. script.Parent.Text = "Executing.."
  374. wait(0.9)
  375. script.Parent.Text = "Executing..."
  376. wait(0.9)
  377. script.Parent.Text = "Executed!"
  378. wait(0.9)
  379. game.Players.LocalPlayer.Character:WaitForChild('Humanoid').WalkSpeed = script.Parent.TextBox1.Text
  380. script.Parent.Text = "SpeedHack"
  381. wait(0.9)
  382.  
  383. end)
  384.  
  385. end
  386. coroutine.wrap(BBDAA_fake_script)()
  387. local function HWFJHVG_fake_script() -- JumpPower.OnChangeValue
  388. local script = Instance.new('Script', JumpPower)
  389.  
  390. script.Parent.TextBox1.Text = script.Parent.TextBox1.JPwr.Value
  391. if script.Parent.TextBox1.InputChanged then
  392. script.Parent.TextBox1.JPwr.Value = script.Parent.TextBox1.Text
  393. end
  394. ---[[ For Exploits!!! ]]---
  395. end
  396. coroutine.wrap(HWFJHVG_fake_script)()
  397. local function RLKR_fake_script() -- JumpPower.JumpPowerScript
  398. local script = Instance.new('LocalScript', JumpPower)
  399.  
  400. script.Parent.MouseButton1Click:Connect(function()
  401. script.Parent.Text = "Executing."
  402. wait(0.9)
  403. script.Parent.Text = "Executing.."
  404. wait(0.9)
  405. script.Parent.Text = "Executing..."
  406. wait(0.9)
  407. script.Parent.Text = "Executing."
  408. wait(0.9)
  409. script.Parent.Text = "Executing.."
  410. wait(0.9)
  411. script.Parent.Text = "Executing..."
  412. wait(0.9)
  413. script.Parent.Text = "Executed!"
  414. game.Players.LocalPlayer.Character:WaitForChild('Humanoid').JumpPower = script.Parent.TextBox1.Text
  415. wait(0.9)
  416. script.Parent.Text = "JumpPower"
  417. wait(0.9)
  418. end)
  419.  
  420. end
  421. coroutine.wrap(RLKR_fake_script)()
  422. local function QXOJ_fake_script() -- MSA.OnChangeValue
  423. local script = Instance.new('Script', MSA)
  424.  
  425. script.Parent.TextBox1.Text = script.Parent.TextBox1.MSAInt.Value
  426. if script.Parent.TextBox1.InputChanged then
  427. script.Parent.TextBox1.MSAInt.Value = script.Parent.TextBox1.Text
  428. end
  429. ---[[ For Exploits!!! ]]---
  430. end
  431. coroutine.wrap(QXOJ_fake_script)()
  432. local function ELYOJHY_fake_script() -- MSA.MaxSlopeAngleScript
  433. local script = Instance.new('LocalScript', MSA)
  434.  
  435. script.Parent.MouseButton1Click:Connect(function()
  436. script.Parent.Text = "Executing."
  437. wait(0.9)
  438. script.Parent.Text = "Executing.."
  439. wait(0.9)
  440. script.Parent.Text = "Executing..."
  441. wait(0.9)
  442. script.Parent.Text = "Executing."
  443. wait(0.9)
  444. script.Parent.Text = "Executing.."
  445. wait(0.9)
  446. script.Parent.Text = "Executing..."
  447. wait(0.9)
  448. script.Parent.Text = "Executed!"
  449. wait(0.9)
  450. game.Players.LocalPlayer.Character:WaitForChild('Humanoid').MaxSlopeAngle = script.Parent.TextBox1.Text
  451. script.Parent.Text = "MaxSlopeAngle"
  452. wait(0.9)
  453.  
  454. end)
  455.  
  456. end
  457. coroutine.wrap(ELYOJHY_fake_script)()
  458. local function CZKNMOE_fake_script() -- MaxHealth.OnChangeValue
  459. local script = Instance.new('Script', MaxHealth)
  460.  
  461. script.Parent.TextBox1.Text = script.Parent.TextBox1.MaxH.Value
  462. if script.Parent.TextBox1.InputChanged then
  463. script.Parent.TextBox1.MaxH.Value = script.Parent.TextBox1.Text
  464. end
  465. ---[[ For Exploits!!! ]]---
  466. end
  467. coroutine.wrap(CZKNMOE_fake_script)()
  468. local function BJAI_fake_script() -- MaxHealth.MaxHealScript
  469. local script = Instance.new('LocalScript', MaxHealth)
  470.  
  471. script.Parent.MouseButton1Click:Connect(function()
  472. script.Parent.Text = "Executing."
  473. wait(0.9)
  474. script.Parent.Text = "Executing.."
  475. wait(0.9)
  476. script.Parent.Text = "Executing..."
  477. wait(0.9)
  478. script.Parent.Text = "Executing."
  479. wait(0.9)
  480. script.Parent.Text = "Executing.."
  481. wait(0.9)
  482. script.Parent.Text = "Executing..."
  483. wait(0.9)
  484. script.Parent.Text = "Executed!"
  485. wait(0.9)
  486. game.Players.LocalPlayer.Character:WaitForChild('Humanoid').MaxHealth = script.Parent.TextBox1.Text
  487. script.Parent.Text = "MaxHealth"
  488. wait(0.9)
  489.  
  490. end)
  491.  
  492. end
  493. coroutine.wrap(BJAI_fake_script)()
  494. local function NCNMOV_fake_script() -- Health.OnChangeValue
  495. local script = Instance.new('Script', Health)
  496.  
  497. script.Parent.TextBox1.Text = script.Parent.TextBox1.Health.Value
  498. if script.Parent.TextBox1.InputChanged then
  499. script.Parent.TextBox1.Health.Value = script.Parent.TextBox1.Text
  500. end
  501. ---[[ For Exploits!!! ]]---
  502. end
  503. coroutine.wrap(NCNMOV_fake_script)()
  504. local function XZUK_fake_script() -- Health.HealScript
  505. local script = Instance.new('LocalScript', Health)
  506.  
  507. script.Parent.MouseButton1Click:Connect(function()
  508. script.Parent.Text = "Executing."
  509. wait(0.9)
  510. script.Parent.Text = "Executing.."
  511. wait(0.9)
  512. script.Parent.Text = "Executing..."
  513. wait(0.9)
  514. script.Parent.Text = "Executing."
  515. wait(0.9)
  516. script.Parent.Text = "Executing.."
  517. wait(0.9)
  518. script.Parent.Text = "Executing..."
  519. wait(0.9)
  520. script.Parent.Text = "Executed!"
  521. wait(0.9)
  522. game.Players.LocalPlayer.Character:WaitForChild('Humanoid').Health = script.Parent.TextBox1.Text
  523. script.Parent.Text = "Health"
  524. wait(0.9)
  525.  
  526. end)
  527.  
  528. end
  529. coroutine.wrap(XZUK_fake_script)()
  530. local function PZKCNF_fake_script() -- Kill.DeathScript
  531. local script = Instance.new('LocalScript', Kill)
  532.  
  533. script.Parent.MouseButton1Click:Connect(function()
  534. script.Parent.Text = "Executing."
  535. wait(0.9)
  536. script.Parent.Text = "Executing.."
  537. wait(0.9)
  538. script.Parent.Text = "Executing..."
  539. wait(0.9)
  540. script.Parent.Text = "Executing."
  541. wait(0.9)
  542. script.Parent.Text = "Executing.."
  543. wait(0.9)
  544. script.Parent.Text = "Executing..."
  545. wait(0.9)
  546. script.Parent.Text = "Executed!"
  547. wait(0.9)
  548. game.Players.LocalPlayer.Character:WaitForChild('Humanoid').Health = 0
  549. script.Parent.Text = "Die Yourself"
  550. wait(0.9)
  551.  
  552. end)
  553.  
  554. end
  555. coroutine.wrap(PZKCNF_fake_script)()
  556. local function ACPNXS_fake_script() -- Anchor.AnchorScript
  557. local script = Instance.new('LocalScript', Anchor)
  558.  
  559. script.Parent.MouseButton1Click:Connect(function()
  560. script.Parent.Text = "Executing."
  561. wait(0.9)
  562. script.Parent.Text = "Executing.."
  563. wait(0.9)
  564. script.Parent.Text = "Executing..."
  565. wait(0.9)
  566. script.Parent.Text = "Executing."
  567. wait(0.9)
  568. script.Parent.Text = "Executing.."
  569. wait(0.9)
  570. script.Parent.Text = "Executing..."
  571. wait(0.9)
  572. script.Parent.Text = "Executed!"
  573. wait(0.9)
  574. game.Players.LocalPlayer.Character:WaitForChild('HumanoidRootPart').Anchored = true
  575. script.Parent.Text = "Anchor"
  576. wait(0.9)
  577. end)
  578.  
  579. end
  580. coroutine.wrap(ACPNXS_fake_script)()
  581. local function QTROMR_fake_script() -- Unanchor.AnchorScript
  582. local script = Instance.new('LocalScript', Unanchor)
  583.  
  584. script.Parent.MouseButton1Click:Connect(function()
  585. script.Parent.Text = "Executing."
  586. wait(0.9)
  587. script.Parent.Text = "Executing.."
  588. wait(0.9)
  589. script.Parent.Text = "Executing..."
  590. wait(0.9)
  591. script.Parent.Text = "Executing."
  592. wait(0.9)
  593. script.Parent.Text = "Executing.."
  594. wait(0.9)
  595. script.Parent.Text = "Executing..."
  596. wait(0.9)
  597. script.Parent.Text = "Executed!"
  598. wait(0.9)
  599. game.Players.LocalPlayer.Character:WaitForChild('HumanoidRootPart').Anchored = false
  600. script.Parent.Text = "Unanchor"
  601. wait(0.9)
  602.  
  603. end)
  604.  
  605. end
  606. coroutine.wrap(QTROMR_fake_script)()
  607. local function PMUZNXQ_fake_script() -- Sit.SeatScript
  608. local script = Instance.new('LocalScript', Sit)
  609.  
  610. script.Parent.MouseButton1Click:Connect(function()
  611. script.Parent.Text = "Executing."
  612. wait(0.9)
  613. script.Parent.Text = "Executing.."
  614. wait(0.9)
  615. script.Parent.Text = "Executing..."
  616. wait(0.9)
  617. script.Parent.Text = "Executing."
  618. wait(0.9)
  619. script.Parent.Text = "Executing.."
  620. wait(0.9)
  621. script.Parent.Text = "Executing..."
  622. wait(0.9)
  623. script.Parent.Text = "Executed!"
  624. wait(0.9)
  625. game.Players.LocalPlayer.Character:WaitForChild('Humanoid').Sit = true
  626. script.Parent.Text = "Sit"
  627. wait(0.9)
  628.  
  629. end)
  630.  
  631. end
  632. coroutine.wrap(PMUZNXQ_fake_script)()
  633. local function STHNKBD_fake_script() -- Jump.JumpScript
  634. local script = Instance.new('LocalScript', Jump)
  635.  
  636. script.Parent.MouseButton1Click:Connect(function()
  637. script.Parent.Text = "Executing."
  638. wait(0.9)
  639. script.Parent.Text = "Executing.."
  640. wait(0.9)
  641. script.Parent.Text = "Executing..."
  642. wait(0.9)
  643. script.Parent.Text = "Executing."
  644. wait(0.9)
  645. script.Parent.Text = "Executing.."
  646. wait(0.9)
  647. script.Parent.Text = "Executing..."
  648. wait(0.9)
  649. script.Parent.Text = "Executed!"
  650. wait(0.9)
  651. game.Players.LocalPlayer.Character:WaitForChild('Humanoid').Jump = true
  652. script.Parent.Text = "Jump"
  653. wait(0.9)
  654.  
  655. end)
  656.  
  657. end
  658. coroutine.wrap(STHNKBD_fake_script)()
  659. local function ZCLPZX_fake_script() -- HipHeight.OnChangeValue
  660. local script = Instance.new('Script', HipHeight)
  661.  
  662. script.Parent.TextBox1.Text = script.Parent.TextBox1.HH.Value
  663. if script.Parent.TextBox1.InputChanged then
  664. script.Parent.TextBox1.HH.Value = script.Parent.TextBox1.Text
  665. end
  666. ---[[ For Exploits!!! ]]---
  667. end
  668. coroutine.wrap(ZCLPZX_fake_script)()
  669. local function CBMMYR_fake_script() -- HipHeight.HHeightScript
  670. local script = Instance.new('LocalScript', HipHeight)
  671.  
  672. script.Parent.MouseButton1Click:Connect(function()
  673. script.Parent.Text = "Executing."
  674. wait(0.9)
  675. script.Parent.Text = "Executing.."
  676. wait(0.9)
  677. script.Parent.Text = "Executing..."
  678. wait(0.9)
  679. script.Parent.Text = "Executing."
  680. wait(0.9)
  681. script.Parent.Text = "Executing.."
  682. wait(0.9)
  683. script.Parent.Text = "Executing..."
  684. wait(0.9)
  685. script.Parent.Text = "Executed!"
  686. wait(0.9)
  687. game.Players.LocalPlayer.Character:WaitForChild('Humanoid').HipHeight = script.Parent.TextBox1.Text
  688. script.Parent.Text = "HipHeight"
  689. wait(0.9)
  690.  
  691. end)
  692.  
  693. end
  694. coroutine.wrap(CBMMYR_fake_script)()
  695. local function ULGMMV_fake_script() -- AntiJump.NOJUMPScript
  696. local script = Instance.new('LocalScript', AntiJump)
  697.  
  698. script.Parent.MouseButton1Click:Connect(function()
  699. script.Parent.Text = "Executing."
  700. wait(0.9)
  701. script.Parent.Text = "Executing.."
  702. wait(0.9)
  703. script.Parent.Text = "Executing..."
  704. wait(0.9)
  705. script.Parent.Text = "Executing."
  706. wait(0.9)
  707. script.Parent.Text = "Executing.."
  708. wait(0.9)
  709. script.Parent.Text = "Executing..."
  710. wait(0.9)
  711. script.Parent.Text = "Executed!"
  712. wait(0.9)
  713. game.Players.LocalPlayer.Character:WaitForChild('Humanoid').JumpPower = 0
  714. script.Parent.Text = "Anti-Jump"
  715. wait(0.9)
  716.  
  717. end)
  718.  
  719. end
  720. coroutine.wrap(ULGMMV_fake_script)()
  721. local function IHDOXEJ_fake_script() -- ResetJumpPower.RESETJUMPScript
  722. local script = Instance.new('LocalScript', ResetJumpPower)
  723.  
  724. script.Parent.MouseButton1Click:Connect(function()
  725. script.Parent.Text = "Executing."
  726. wait(0.9)
  727. script.Parent.Text = "Executing.."
  728. wait(0.9)
  729. script.Parent.Text = "Executing..."
  730. wait(0.9)
  731. script.Parent.Text = "Executing."
  732. wait(0.9)
  733. script.Parent.Text = "Executing.."
  734. wait(0.9)
  735. script.Parent.Text = "Executing..."
  736. wait(0.9)
  737. script.Parent.Text = "Executed!"
  738. wait(0.9)
  739. game.Players.LocalPlayer.Character:WaitForChild('Humanoid').JumpPower = 50
  740. script.Parent.Text = "Reset JumpPower"
  741. wait(0.9)
  742.  
  743. end)
  744.  
  745. end
  746. coroutine.wrap(IHDOXEJ_fake_script)()
  747. local function SPLZHY_fake_script() -- OpenClose.LocalScript
  748. local script = Instance.new('LocalScript', OpenClose)
  749.  
  750. local frame = script.Parent.Parent.Draggable --Change Frame to your Frame name!
  751. local hotkey = Enum.KeyCode.Q -- Change Q to your own hotkey!
  752.  
  753. local UIS = game:GetService("UserInputService")
  754. local open = false
  755.  
  756.  
  757.  
  758. UIS.InputBegan:Connect(function(key, gp)
  759. if key.KeyCode == hotkey then
  760. if UIS:GetFocusedTextBox() == nil then
  761. if open == false then
  762. open = true
  763. frame.Visible = open
  764. elseif open == true then
  765. open = false
  766. frame.Visible = open
  767. end
  768. end
  769. end
  770. end)
  771.  
  772. end
  773. coroutine.wrap(SPLZHY_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement