Advertisement
Guest User

hi

a guest
Jan 22nd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.73 KB | None | 0 0
  1. -- Demo for zealous!
  2. local GuiDemoForZealous = Instance.new("ScreenGui")
  3. local LoginFrame = Instance.new("Frame")
  4. local bar = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local SmallCredit = Instance.new("TextLabel")
  7. local bar2 = Instance.new("Frame")
  8. local SmallCredit_2 = Instance.new("TextLabel")
  9. local ExploitFrame = Instance.new("ScrollingFrame")
  10. local TextButton = Instance.new("TextButton")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local TextButton_3 = Instance.new("TextButton")
  13. local TextButton_4 = Instance.new("TextButton")
  14. local bar2_2 = Instance.new("Frame")
  15. local bar_2 = Instance.new("Frame")
  16. local ExploitFrame2 = Instance.new("ScrollingFrame")
  17. local TextButton_5 = Instance.new("TextButton")
  18. local bar2_3 = Instance.new("Frame")
  19. local bar_3 = Instance.new("Frame")
  20. local TextButton_6 = Instance.new("TextButton")
  21. local ExtrasFrame = Instance.new("Frame")
  22. local Title_2 = Instance.new("TextLabel")
  23. --Properties:
  24. GuiDemoForZealous.Name = "Gui(DemoForZealous)"
  25. GuiDemoForZealous.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. GuiDemoForZealous.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. LoginFrame.Name = "LoginFrame"
  29. LoginFrame.Parent = GuiDemoForZealous
  30. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  31. LoginFrame.BorderSizePixel = 0
  32. LoginFrame.Position = UDim2.new(0.010932073, 0, 0.46946907, 0)
  33. LoginFrame.Size = UDim2.new(0, 286, 0, 384)
  34.  
  35. bar.Name = "bar"
  36. bar.Parent = LoginFrame
  37. bar.Active = true
  38. bar.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  39. bar.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  40. bar.BorderSizePixel = 0
  41. bar.Selectable = true
  42. bar.Size = UDim2.new(0, 286, 0, 55)
  43.  
  44. Title.Name = "Title"
  45. Title.Parent = LoginFrame
  46. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  47. Title.BackgroundTransparency = 1
  48. Title.BorderSizePixel = 0
  49. Title.Position = UDim2.new(0.181818187, 0, 0.161458313, 0)
  50. Title.Size = UDim2.new(0, 200, 0, 50)
  51. Title.Font = Enum.Font.Gotham
  52. Title.Text = "UltExploit (Demo for Zealous!)"
  53. Title.TextColor3 = Color3.new(1, 0, 0)
  54. Title.TextScaled = true
  55. Title.TextSize = 20
  56. Title.TextWrapped = true
  57.  
  58. SmallCredit.Name = "Small Credit"
  59. SmallCredit.Parent = LoginFrame
  60. SmallCredit.BackgroundColor3 = Color3.new(1, 1, 1)
  61. SmallCredit.BackgroundTransparency = 1
  62. SmallCredit.BorderSizePixel = 0
  63. SmallCredit.Position = UDim2.new(0.335664332, 0, 0.289678067, 0)
  64. SmallCredit.Size = UDim2.new(0, 93, 0, 16)
  65. SmallCredit.Font = Enum.Font.Gotham
  66. SmallCredit.Text = "By TheUltimm"
  67. SmallCredit.TextColor3 = Color3.new(0.541176, 0.4, 1)
  68. SmallCredit.TextScaled = true
  69. SmallCredit.TextSize = 20
  70. SmallCredit.TextWrapped = true
  71.  
  72. bar2.Name = "bar2"
  73. bar2.Parent = LoginFrame
  74. bar2.Active = true
  75. bar2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  76. bar2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  77. bar2.BorderSizePixel = 0
  78. bar2.Position = UDim2.new(0, 0, 0.856770813, 0)
  79. bar2.Selectable = true
  80. bar2.Size = UDim2.new(0, 286, 0, 55)
  81.  
  82. SmallCredit_2.Name = "Small Credit"
  83. SmallCredit_2.Parent = LoginFrame
  84. SmallCredit_2.BackgroundColor3 = Color3.new(1, 1, 1)
  85. SmallCredit_2.BackgroundTransparency = 1
  86. SmallCredit_2.BorderSizePixel = 0
  87. SmallCredit_2.Position = UDim2.new(0.0524475537, 0, 0.39644894, 0)
  88. SmallCredit_2.Size = UDim2.new(0, 250, 0, 161)
  89. SmallCredit_2.Font = Enum.Font.Gotham
  90. SmallCredit_2.Text = "This is a demo for Zealous! I will give more demo's for you soon! Like animations."
  91. SmallCredit_2.TextColor3 = Color3.new(0.541176, 0.4, 1)
  92. SmallCredit_2.TextScaled = true
  93. SmallCredit_2.TextSize = 20
  94. SmallCredit_2.TextWrapped = true
  95.  
  96. ExploitFrame.Name = "ExploitFrame"
  97. ExploitFrame.Parent = GuiDemoForZealous
  98. ExploitFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  99. ExploitFrame.BorderSizePixel = 0
  100. ExploitFrame.Position = UDim2.new(0.228658542, 0, 0.469287455, 0)
  101. ExploitFrame.Size = UDim2.new(0, 146, 0, 384)
  102.  
  103. TextButton.Parent = ExploitFrame
  104. TextButton.BackgroundColor3 = Color3.new(0.278431, 0.215686, 1)
  105. TextButton.BorderColor3 = Color3.new(0.137255, 0.113725, 0.207843)
  106. TextButton.Position = UDim2.new(0, 0, 0.0138270371, 0)
  107. TextButton.Size = UDim2.new(0, 133, 0, 50)
  108. TextButton.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  109. TextButton.Font = Enum.Font.SciFi
  110. TextButton.Text = "Speed"
  111. TextButton.TextColor3 = Color3.new(0, 0, 0)
  112. TextButton.TextScaled = true
  113. TextButton.TextSize = 14
  114. TextButton.TextWrapped = true
  115.  
  116. TextButton_2.Parent = ExploitFrame
  117. TextButton_2.BackgroundColor3 = Color3.new(0.278431, 0.215686, 1)
  118. TextButton_2.BorderColor3 = Color3.new(0.137255, 0.113725, 0.207843)
  119. TextButton_2.Position = UDim2.new(0, 0, 0.0469965711, 0)
  120. TextButton_2.Size = UDim2.new(0, 133, 0, 50)
  121. TextButton_2.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  122. TextButton_2.Font = Enum.Font.SciFi
  123. TextButton_2.Text = "Jump"
  124. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  125. TextButton_2.TextScaled = true
  126. TextButton_2.TextSize = 14
  127. TextButton_2.TextWrapped = true
  128.  
  129. TextButton_3.Parent = ExploitFrame
  130. TextButton_3.BackgroundColor3 = Color3.new(0.635294, 0.0862745, 0.0862745)
  131. TextButton_3.BorderColor3 = Color3.new(0.533333, 0.0901961, 0.0901961)
  132. TextButton_3.Position = UDim2.new(-0.01369863, 0, 0.0813946053, 0)
  133. TextButton_3.Size = UDim2.new(0, 133, 0, 50)
  134. TextButton_3.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  135. TextButton_3.Font = Enum.Font.SciFi
  136. TextButton_3.Text = "COMING SOON"
  137. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  138. TextButton_3.TextScaled = true
  139. TextButton_3.TextSize = 14
  140. TextButton_3.TextWrapped = true
  141.  
  142. TextButton_4.Parent = ExploitFrame
  143. TextButton_4.BackgroundColor3 = Color3.new(0.278431, 0.215686, 1)
  144. TextButton_4.BorderColor3 = Color3.new(0.137255, 0.113725, 0.207843)
  145. TextButton_4.Position = UDim2.new(-0.01369863, 0, 0.116406888, 0)
  146. TextButton_4.Size = UDim2.new(0, 133, 0, 50)
  147. TextButton_4.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  148. TextButton_4.Font = Enum.Font.SciFi
  149. TextButton_4.Text = "Fly (E to fly)"
  150. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  151. TextButton_4.TextScaled = true
  152. TextButton_4.TextSize = 14
  153. TextButton_4.TextWrapped = true
  154.  
  155. bar2_2.Name = "bar2"
  156. bar2_2.Parent = ExploitFrame
  157. bar2_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  158. bar2_2.BorderSizePixel = 0
  159. bar2_2.Position = UDim2.new(0, 0, 0.984643698, 0)
  160. bar2_2.Size = UDim2.new(0, 146, 0, 23)
  161.  
  162. bar_2.Name = "bar"
  163. bar_2.Parent = ExploitFrame
  164. bar_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  165. bar_2.BorderSizePixel = 0
  166. bar_2.Size = UDim2.new(0, 146, 0, 23)
  167.  
  168. ExploitFrame2.Name = "ExploitFrame2"
  169. ExploitFrame2.Parent = GuiDemoForZealous
  170. ExploitFrame2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  171. ExploitFrame2.BorderSizePixel = 0
  172. ExploitFrame2.Position = UDim2.new(0.0109320758, 0, 0.358722389, 0)
  173. ExploitFrame2.Size = UDim2.new(0, 427, 0, 90)
  174.  
  175. TextButton_5.Parent = ExploitFrame2
  176. TextButton_5.BackgroundColor3 = Color3.new(0.278431, 0.215686, 1)
  177. TextButton_5.BorderColor3 = Color3.new(0.137255, 0.113725, 0.207843)
  178. TextButton_5.Position = UDim2.new(0, 0, 0.0138270371, 0)
  179. TextButton_5.Size = UDim2.new(0, 133, 0, 50)
  180. TextButton_5.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  181. TextButton_5.Font = Enum.Font.SciFi
  182. TextButton_5.Text = "Normal Speed"
  183. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  184. TextButton_5.TextScaled = true
  185. TextButton_5.TextSize = 14
  186. TextButton_5.TextWrapped = true
  187.  
  188. bar2_3.Name = "bar2"
  189. bar2_3.Parent = ExploitFrame2
  190. bar2_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  191. bar2_3.BorderSizePixel = 0
  192. bar2_3.Position = UDim2.new(0, 0, 0.984643698, 0)
  193. bar2_3.Size = UDim2.new(0, 146, 0, 23)
  194.  
  195. bar_3.Name = "bar"
  196. bar_3.Parent = ExploitFrame2
  197. bar_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  198. bar_3.BorderSizePixel = 0
  199. bar_3.Position = UDim2.new(0, 0, -0.0126582282, 0)
  200. bar_3.Size = UDim2.new(0, 262, 0, 23)
  201.  
  202. TextButton_6.Parent = ExploitFrame2
  203. TextButton_6.BackgroundColor3 = Color3.new(0.278431, 0.215686, 1)
  204. TextButton_6.BorderColor3 = Color3.new(0.137255, 0.113725, 0.207843)
  205. TextButton_6.Position = UDim2.new(0.309408486, 0, 0.0138270371, 0)
  206. TextButton_6.Size = UDim2.new(0, 133, 0, 50)
  207. TextButton_6.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  208. TextButton_6.Font = Enum.Font.SciFi
  209. TextButton_6.Text = "Normal Jump"
  210. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  211. TextButton_6.TextScaled = true
  212. TextButton_6.TextSize = 14
  213. TextButton_6.TextWrapped = true
  214.  
  215. ExtrasFrame.Name = "Extra'sFrame"
  216. ExtrasFrame.Parent = GuiDemoForZealous
  217. ExtrasFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  218. ExtrasFrame.Position = UDim2.new(0.0108611323, 0, 0.304668307, 0)
  219. ExtrasFrame.Size = UDim2.new(0, 427, 0, 44)
  220.  
  221. Title_2.Name = "Title"
  222. Title_2.Parent = ExtrasFrame
  223. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  224. Title_2.BackgroundTransparency = 1
  225. Title_2.BorderSizePixel = 0
  226. Title_2.Position = UDim2.new(0.249733746, 0, -0.0983697027, 0)
  227. Title_2.Size = UDim2.new(0, 200, 0, 50)
  228. Title_2.Font = Enum.Font.Gotham
  229. Title_2.Text = "UltExploit Extra's (Thanks for testing my scripts Zealous!)"
  230. Title_2.TextColor3 = Color3.new(1, 0, 0)
  231. Title_2.TextScaled = true
  232. Title_2.TextSize = 20
  233. Title_2.TextWrapped = true
  234. -- Scripts:
  235. function SCRIPT_BSHI81_FAKESCRIPT() -- TextButton.LocalScript
  236. local script = Instance.new('LocalScript')
  237. script.Parent = TextButton
  238. script.Parent.MouseButton1Click:Connect(function()
  239. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  240. end)
  241.  
  242.  
  243.  
  244. end
  245. coroutine.resume(coroutine.create(SCRIPT_BSHI81_FAKESCRIPT))
  246. function SCRIPT_HGSO82_FAKESCRIPT() -- TextButton_2.LocalScript
  247. local script = Instance.new('LocalScript')
  248. script.Parent = TextButton_2
  249. script.Parent.MouseButton1Click:Connect(function()
  250. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  251. end)
  252.  
  253.  
  254.  
  255. end
  256. coroutine.resume(coroutine.create(SCRIPT_HGSO82_FAKESCRIPT))
  257. function SCRIPT_LTBY75_FAKESCRIPT() -- TextButton_3.LocalScript
  258. local script = Instance.new('LocalScript')
  259. script.Parent = TextButton_3
  260.  
  261.  
  262. end
  263. coroutine.resume(coroutine.create(SCRIPT_LTBY75_FAKESCRIPT))
  264. function SCRIPT_HONU82_FAKESCRIPT() -- TextButton_4.LocalScript
  265. local script = Instance.new('LocalScript')
  266. script.Parent = TextButton_4
  267. script.Parent.MouseButton1Click:Connect(function()
  268. repeat wait()
  269. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Head") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  270. local mouse = game.Players.LocalPlayer:GetMouse()
  271. repeat wait() until mouse
  272. local plr = game.Players.LocalPlayer
  273. local torso = plr.Character.Head
  274. local flying = false
  275. local deb = true
  276. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  277. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  278. local maxspeed = 400
  279. local speed = 5000
  280.  
  281. function Fly()
  282. local bg = Instance.new("BodyGyro", torso)
  283. bg.P = 9e4
  284. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  285. bg.cframe = torso.CFrame
  286. local bv = Instance.new("BodyVelocity", torso)
  287. bv.velocity = Vector3.new(0,0.1,0)
  288. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  289. repeat wait()
  290. plr.Character.Humanoid.PlatformStand = true
  291. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  292. speed = speed+.5+(speed/maxspeed)
  293. if speed > maxspeed then
  294. speed = maxspeed
  295. end
  296. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  297. speed = speed-1
  298. if speed < 0 then
  299. speed = 0
  300. end
  301. end
  302. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  303. 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
  304. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  305. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  306. 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
  307. else
  308. bv.velocity = Vector3.new(0,0.1,0)
  309. end
  310. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  311. until not flying
  312. ctrl = {f = 0, b = 0, l = 0, r = 0}
  313. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  314. speed = 0
  315. bg:Destroy()
  316. bv:Destroy()
  317. plr.Character.Humanoid.PlatformStand = false
  318. end
  319. mouse.KeyDown:connect(function(key)
  320. if key:lower() == "e" then
  321. if flying then flying = false
  322. else
  323. flying = true
  324. Fly()
  325. end
  326. elseif key:lower() == "w" then
  327. ctrl.f = 1
  328. elseif key:lower() == "s" then
  329. ctrl.b = -1
  330. elseif key:lower() == "a" then
  331. ctrl.l = -1
  332. elseif key:lower() == "d" then
  333. ctrl.r = 1
  334. end
  335. end)
  336. mouse.KeyUp:connect(function(key)
  337. if key:lower() == "w" then
  338. ctrl.f = 0
  339. elseif key:lower() == "s" then
  340. ctrl.b = 0
  341. elseif key:lower() == "a" then
  342. ctrl.l = 0
  343. elseif key:lower() == "d" then
  344. ctrl.r = 0
  345. end
  346. end)
  347. Fly()
  348. end)
  349.  
  350. end
  351. coroutine.resume(coroutine.create(SCRIPT_HONU82_FAKESCRIPT))
  352. function SCRIPT_CGXZ75_FAKESCRIPT() -- TextButton_5.LocalScript
  353. local script = Instance.new('LocalScript')
  354. script.Parent = TextButton_5
  355. script.Parent.MouseButton1Click:Connect(function()
  356. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  357. end)
  358.  
  359.  
  360.  
  361. end
  362. coroutine.resume(coroutine.create(SCRIPT_CGXZ75_FAKESCRIPT))
  363. function SCRIPT_PJMJ78_FAKESCRIPT() -- TextButton_6.LocalScript
  364. local script = Instance.new('LocalScript')
  365. script.Parent = TextButton_6
  366. script.Parent.MouseButton1Click:Connect(function()
  367. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  368. end)
  369.  
  370.  
  371.  
  372. end
  373. coroutine.resume(coroutine.create(SCRIPT_PJMJ78_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement