Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 KB | None | 0 0
  1. -- I didnt own the script gui built by VesilicsHD
  2. -- So please subscribe to VesilicsHD
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local StrengthLabel = Instance.new("TextLabel")
  6. local EnduranceLabel = Instance.new("TextLabel")
  7. local SpeedLabel = Instance.new("TextLabel")
  8. local JumpLabel = Instance.new("TextLabel")
  9. local MindLabel = Instance.new("TextLabel")
  10. local CloseButton = Instance.new("TextButton")
  11. local CreditsMain = Instance.new("Frame")
  12. local CreditsLabel = Instance.new("TextLabel")
  13. local CreditsLabel2 = Instance.new("TextLabel")
  14. local CreditsClose = Instance.new("TextButton")
  15. local CreditsOpen = Instance.new("TextButton")
  16. local Strength = Instance.new("TextButton")
  17. local Endurance = Instance.new("TextButton")
  18. local Speed = Instance.new("TextButton")
  19. local JumpPower = Instance.new("TextButton")
  20. local Mind = Instance.new("TextButton")
  21. local OpenButton = Instance.new("TextButton")
  22. --Properties:
  23. ScreenGui.Parent = game.CoreGui
  24. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. Main.Name = "Main"
  27. Main.Parent = ScreenGui
  28. Main.Active = true
  29. Main.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  30. Main.BorderColor3 = Color3.new(0.333333, 1, 1)
  31. Main.Position = UDim2.new(0.353102177, 0, 0.089463219, 0)
  32. Main.Size = UDim2.new(0, 412, 0, 284)
  33. Main.SizeConstraint = Enum.SizeConstraint.RelativeYY
  34. Main.Visible = false
  35. Main.Draggabale = true
  36.  
  37. StrengthLabel.Name = "StrengthLabel"
  38. StrengthLabel.Parent = Main
  39. StrengthLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  40. StrengthLabel.BackgroundTransparency = 1
  41. StrengthLabel.Position = UDim2.new(0.237864077, 0, 0.0528169014, 0)
  42. StrengthLabel.Size = UDim2.new(0, 200, 0, 50)
  43. StrengthLabel.Font = Enum.Font.GothamBlack
  44. StrengthLabel.Text = "<- Click + Button to upgrade Strength"
  45. StrengthLabel.TextColor3 = Color3.new(0, 0, 0)
  46. StrengthLabel.TextSize = 14
  47.  
  48. EnduranceLabel.Name = "EnduranceLabel"
  49. EnduranceLabel.Parent = Main
  50. EnduranceLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  51. EnduranceLabel.BackgroundTransparency = 1
  52. EnduranceLabel.Position = UDim2.new(0.257281542, 0, 0.235915482, 0)
  53. EnduranceLabel.Size = UDim2.new(0, 200, 0, 50)
  54. EnduranceLabel.Font = Enum.Font.GothamBlack
  55. EnduranceLabel.Text = "<- Click + Button to upgrade Endurance"
  56. EnduranceLabel.TextColor3 = Color3.new(0, 0, 0)
  57. EnduranceLabel.TextSize = 14
  58.  
  59. SpeedLabel.Name = "SpeedLabel"
  60. SpeedLabel.Parent = Main
  61. SpeedLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  62. SpeedLabel.BackgroundTransparency = 1
  63. SpeedLabel.Position = UDim2.new(0.223300964, 0, 0.42957744, 0)
  64. SpeedLabel.Size = UDim2.new(0, 200, 0, 50)
  65. SpeedLabel.Font = Enum.Font.GothamBlack
  66. SpeedLabel.Text = "<- Click + Button to upgrade Speed"
  67. SpeedLabel.TextColor3 = Color3.new(0, 0, 0)
  68. SpeedLabel.TextSize = 14
  69.  
  70. JumpLabel.Name = "JumpLabel"
  71. JumpLabel.Parent = Main
  72. JumpLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  73. JumpLabel.BackgroundTransparency = 1
  74. JumpLabel.Position = UDim2.new(0.271844655, 0, 0.637323916, 0)
  75. JumpLabel.Size = UDim2.new(0, 200, 0, 50)
  76. JumpLabel.Font = Enum.Font.GothamBlack
  77. JumpLabel.Text = "<- Click + Button to upgrade JumpPower"
  78. JumpLabel.TextColor3 = Color3.new(0, 0, 0)
  79. JumpLabel.TextSize = 14
  80.  
  81. MindLabel.Name = "MindLabel"
  82. MindLabel.Parent = Main
  83. MindLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  84. MindLabel.BackgroundTransparency = 1
  85. MindLabel.Position = UDim2.new(0.271844655, 0, 0.809859157, 0)
  86. MindLabel.Size = UDim2.new(0, 200, 0, 50)
  87. MindLabel.Font = Enum.Font.GothamBlack
  88. MindLabel.Text = "<- Click + Button to upgrade Mind Power"
  89. MindLabel.TextColor3 = Color3.new(0, 0, 0)
  90. MindLabel.TextSize = 14
  91.  
  92. CloseButton.Name = "CloseButton"
  93. CloseButton.Parent = Main
  94. CloseButton.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  95. CloseButton.BorderColor3 = Color3.new(0.333333, 1, 1)
  96. CloseButton.Position = UDim2.new(-0.0917723626, 0, 0.3235237, 0)
  97. CloseButton.Size = UDim2.new(0, 29, 0, 112)
  98. CloseButton.Font = Enum.Font.SourceSans
  99. CloseButton.Text = "< "
  100. CloseButton.TextColor3 = Color3.new(0, 0, 0)
  101. CloseButton.TextScaled = true
  102. CloseButton.TextSize = 14
  103. CloseButton.TextWrapped = true
  104. CloseButton.MouseButton1Down:connect(function()
  105. OpenButton.Visible = true
  106. Main.Visible = false
  107. end)
  108.  
  109. CreditsMain.Name = "CreditsMain"
  110. CreditsMain.Parent = Main
  111. CreditsMain.Active = true
  112. CreditsMain.BackgroundColor3 = Color3.new(0, 0, 0)
  113. CreditsMain.BackgroundTransparency = 0.5
  114. CreditsMain.Position = UDim2.new(1.0169903, 0, 0, 0)
  115. CreditsMain.Size = UDim2.new(0, 289, 0, 284)
  116. CreditsMain.Visible = false
  117.  
  118. CreditsLabel.Name = "CreditsLabel"
  119. CreditsLabel.Parent = CreditsMain
  120. CreditsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  121. CreditsLabel.BackgroundTransparency = 1
  122. CreditsLabel.Position = UDim2.new(0.131487876, 0, 0.0528169051, 0)
  123. CreditsLabel.Size = UDim2.new(0, 245, 0, 100)
  124. CreditsLabel.Font = Enum.Font.SourceSans
  125. CreditsLabel.Text = "Make sure you subscribe to VesilicsHD for more Hack Script "
  126. CreditsLabel.TextColor3 = Color3.new(0.333333, 1, 1)
  127. CreditsLabel.TextScaled = true
  128. CreditsLabel.TextSize = 14
  129. CreditsLabel.TextWrapped = true
  130.  
  131. CreditsLabel2.Name = "CreditsLabel2"
  132. CreditsLabel2.Parent = CreditsMain
  133. CreditsLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  134. CreditsLabel2.BackgroundTransparency = 1
  135. CreditsLabel2.Position = UDim2.new(0.103806213, 0, 0.573943675, 0)
  136. CreditsLabel2.Size = UDim2.new(0, 245, 0, 100)
  137. CreditsLabel2.Font = Enum.Font.SourceSans
  138. CreditsLabel2.Text = "I didnt own the script gui built by VesilicsHD"
  139. CreditsLabel2.TextColor3 = Color3.new(0.333333, 1, 1)
  140. CreditsLabel2.TextScaled = true
  141. CreditsLabel2.TextSize = 14
  142. CreditsLabel2.TextWrapped = true
  143.  
  144. CreditsClose.Name = "CreditsClose"
  145. CreditsClose.Parent = CreditsMain
  146. CreditsClose.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  147. CreditsClose.BackgroundTransparency = 1
  148. CreditsClose.BorderColor3 = Color3.new(0.333333, 1, 1)
  149. CreditsClose.Position = UDim2.new(0.784936607, 0, -0.000419979362, 0)
  150. CreditsClose.Size = UDim2.new(0, 62, 0, 29)
  151. CreditsClose.Font = Enum.Font.SourceSans
  152. CreditsClose.Text = "Close"
  153. CreditsClose.TextColor3 = Color3.new(1, 0, 0)
  154. CreditsClose.TextScaled = true
  155. CreditsClose.TextSize = 14
  156. CreditsClose.TextWrapped = true
  157. CreditsClose.MouseButton1Down:connect(function()
  158. CreditsOpen.Visible = true
  159. CreditsMain.Visible = false
  160. end)
  161.  
  162. CreditsOpen.Name = "CreditsOpen"
  163. CreditsOpen.Parent = Main
  164. CreditsOpen.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  165. CreditsOpen.BackgroundTransparency = 1
  166. CreditsOpen.BorderColor3 = Color3.new(0.333333, 1, 1)
  167. CreditsOpen.Position = UDim2.new(0.814062834, 0, -0.000419979362, 0)
  168. CreditsOpen.Size = UDim2.new(0, 62, 0, 29)
  169. CreditsOpen.Font = Enum.Font.GothamSemibold
  170. CreditsOpen.Text = "Open Me"
  171. CreditsOpen.TextColor3 = Color3.new(1, 0, 0)
  172. CreditsOpen.TextScaled = true
  173. CreditsOpen.TextSize = 14
  174. CreditsOpen.TextWrapped = true
  175. CreditsOpen.MouseButton1Down:connect(function()
  176. CreditsMain.Visible = true
  177. CreditsOpen.Visible = false
  178. end)
  179.  
  180. Strength.Name = "Strength"
  181. Strength.Parent = Main
  182. Strength.BackgroundColor3 = Color3.new(1, 1, 1)
  183. Strength.BackgroundTransparency = 1
  184. Strength.Position = UDim2.new(0.0194174759, 0, 0.0704225302, 0)
  185. Strength.Size = UDim2.new(0, 47, 0, 40)
  186. Strength.Font = Enum.Font.GothamBold
  187. Strength.Text = "+"
  188. Strength.TextColor3 = Color3.new(1, 0, 0)
  189. Strength.TextScaled = true
  190. Strength.TextSize = 14
  191. Strength.TextWrapped = true
  192. Strength.MouseButton1Down:connect(function()
  193. _G.Mode = 'Strength' -- Strength ,Endurance, Speed, JumpPower, Mind
  194.  
  195. loadstring(game:HttpGet("https://pastebin.com/raw/qGHA4Y92", true))()
  196. end)
  197.  
  198. Endurance.Name = "Endurance"
  199. Endurance.Parent = Main
  200. Endurance.BackgroundColor3 = Color3.new(1, 1, 1)
  201. Endurance.BackgroundTransparency = 1
  202. Endurance.Position = UDim2.new(0.0194174759, 0, 0.253521115, 0)
  203. Endurance.Size = UDim2.new(0, 47, 0, 40)
  204. Endurance.Font = Enum.Font.GothamBold
  205. Endurance.Text = "+"
  206. Endurance.TextColor3 = Color3.new(1, 0, 0)
  207. Endurance.TextScaled = true
  208. Endurance.TextSize = 14
  209. Endurance.TextWrapped = true
  210. Endurance.MouseButton1Down:connect(function()
  211. _G.Mode = 'Endurance' -- Strength ,Endurance, Speed, JumpPower, Mind
  212.  
  213. loadstring(game:HttpGet("https://pastebin.com/raw/qGHA4Y92", true))()
  214. end)
  215.  
  216. Speed.Name = "Speed"
  217. Speed.Parent = Main
  218. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  219. Speed.BackgroundTransparency = 1
  220. Speed.Position = UDim2.new(0.0194174759, 0, 0.447183073, 0)
  221. Speed.Size = UDim2.new(0, 47, 0, 40)
  222. Speed.Font = Enum.Font.GothamBold
  223. Speed.Text = "+"
  224. Speed.TextColor3 = Color3.new(1, 0, 0)
  225. Speed.TextScaled = true
  226. Speed.TextSize = 14
  227. Speed.TextWrapped = true
  228. Speed.MouseButton1Down:connect(function()
  229. _G.Mode = 'Speed' -- Strength ,Endurance, Speed, JumpPower, Mind
  230.  
  231. loadstring(game:HttpGet("https://pastebin.com/raw/qGHA4Y92", true))()
  232. end)
  233.  
  234. JumpPower.Name = "JumpPower"
  235. JumpPower.Parent = Main
  236. JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  237. JumpPower.BackgroundTransparency = 1
  238. JumpPower.Position = UDim2.new(0.0194174759, 0, 0.654929519, 0)
  239. JumpPower.Size = UDim2.new(0, 47, 0, 40)
  240. JumpPower.Font = Enum.Font.GothamBold
  241. JumpPower.Text = "+"
  242. JumpPower.TextColor3 = Color3.new(1, 0, 0)
  243. JumpPower.TextScaled = true
  244. JumpPower.TextSize = 14
  245. JumpPower.TextWrapped = true
  246. JumpPower.MouseButton1Down:connect(function()
  247. _G.Mode = 'JumpPower' -- Strength ,Endurance, Speed, JumpPower, Mind
  248.  
  249. loadstring(game:HttpGet("https://pastebin.com/raw/qGHA4Y92", true))()
  250. end)
  251.  
  252. Mind.Name = "Mind"
  253. Mind.Parent = Main
  254. Mind.BackgroundColor3 = Color3.new(1, 1, 1)
  255. Mind.BackgroundTransparency = 1
  256. Mind.Position = UDim2.new(0.0194174759, 0, 0.8274647, 0)
  257. Mind.Size = UDim2.new(0, 47, 0, 40)
  258. Mind.Font = Enum.Font.GothamBold
  259. Mind.Text = "+"
  260. Mind.TextColor3 = Color3.new(1, 0, 0)
  261. Mind.TextScaled = true
  262. Mind.TextSize = 14
  263. Mind.TextWrapped = true
  264. Mind.MouseButton1Down:connect(function()
  265. _G.Mode = 'Mind' -- Strength ,Endurance, Speed, JumpPower, Mind
  266.  
  267. loadstring(game:HttpGet("https://pastebin.com/raw/qGHA4Y92", true))()
  268. end)
  269.  
  270. OpenButton.Name = "OpenButton"
  271. OpenButton.Parent = ScreenGui
  272. OpenButton.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  273. OpenButton.BorderColor3 = Color3.new(0.333333, 1, 1)
  274. OpenButton.Position = UDim2.new(0.189781025, 0, 0.534791291, 0)
  275. OpenButton.Size = UDim2.new(0, 29, 0, 112)
  276. OpenButton.Font = Enum.Font.SourceSans
  277. OpenButton.Text = ">"
  278. OpenButton.TextColor3 = Color3.new(0, 0, 0)
  279. OpenButton.TextScaled = true
  280. OpenButton.TextSize = 14
  281. OpenButton.TextWrapped = true
  282. OpenButton.MouseButton1Down:connect(function()
  283. Main.Visible = true
  284. OpenButton.Visible = false
  285. end)
  286. -- Subscribe to VesilicsHD For more Hack Script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement