Verhed

Untitled

Jul 26th, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.88 KB | None | 0 0
  1. --[[
  2.  
  3. Enjoy!
  4.  
  5. Made by Hibernica
  6.  
  7. Enjoy!
  8.  
  9.  
  10. --]]
  11.  
  12.  
  13. -- Objects
  14.  
  15. local Minimal = Instance.new("ScreenGui")
  16. local Mainframe = Instance.new("Frame")
  17. local Cosmetics = Instance.new("Frame")
  18. local Title = Instance.new("TextLabel")
  19. local ExitB = Instance.new("TextButton")
  20. local MinimizeB = Instance.new("TextButton")
  21. local DexB = Instance.new("TextButton")
  22. local RockyB = Instance.new("TextButton")
  23. local RemoteSpyB = Instance.new("TextButton")
  24. local RoxploitB = Instance.new("TextButton")
  25. local SpeedB = Instance.new("TextButton")
  26. local JumpB = Instance.new("TextButton")
  27. local InvB = Instance.new("TextButton")
  28. local ShutdownB = Instance.new("TextButton")
  29. local BlurrB = Instance.new("TextButton")
  30. local OpenB = Instance.new("TextButton")
  31.  
  32. -- Properties
  33.  
  34. Minimal.Name = "Minimal"
  35. Minimal.Parent = game.CoreGui
  36.  
  37. Mainframe.Name = "Mainframe"
  38. Mainframe.Parent = Minimal
  39. Mainframe.Active = true
  40. Mainframe.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  41. Mainframe.BorderSizePixel = 0
  42. Mainframe.Position = UDim2.new(-0.185000002, 0, 0.698000014, 0)
  43. Mainframe.Size = UDim2.new(0, 202, 0, 172)
  44. Mainframe.Draggable = true
  45.  
  46. Cosmetics.Name = "Cosmetics"
  47. Cosmetics.Parent = Mainframe
  48. Cosmetics.Active = true
  49. Cosmetics.BackgroundColor3 = Color3.new(0.764706, 0.258824, 0.266667)
  50. Cosmetics.BorderSizePixel = 0
  51. Cosmetics.Size = UDim2.new(0, 202, 0, 33)
  52.  
  53. Title.Name = "Title"
  54. Title.Parent = Cosmetics
  55. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Title.BackgroundTransparency = 1
  57. Title.Size = UDim2.new(0, 80, 0, 33)
  58. Title.Font = Enum.Font.SourceSansLight
  59. Title.Text = "Minimal"
  60. Title.TextColor3 = Color3.new(1, 1, 1)
  61. Title.TextScaled = true
  62. Title.TextSize = 14
  63. Title.TextWrapped = true
  64.  
  65. ExitB.Name = "ExitB"
  66. ExitB.Parent = Cosmetics
  67. ExitB.BackgroundColor3 = Color3.new(0.694118, 0.231373, 0.239216)
  68. ExitB.BorderSizePixel = 0
  69. ExitB.Position = UDim2.new(0.866336644, 0, 0, 0)
  70. ExitB.Size = UDim2.new(0, 27, 0, 33)
  71. ExitB.Font = Enum.Font.SourceSansLight
  72. ExitB.Text = "X"
  73. ExitB.TextColor3 = Color3.new(1, 1, 1)
  74. ExitB.TextScaled = true
  75. ExitB.TextSize = 14
  76. ExitB.TextWrapped = true
  77.  
  78. MinimizeB.Name = "MinimizeB"
  79. MinimizeB.Parent = Cosmetics
  80. MinimizeB.BackgroundColor3 = Color3.new(0.694118, 0.231373, 0.239216)
  81. MinimizeB.BorderSizePixel = 0
  82. MinimizeB.Position = UDim2.new(0.732673287, 0, 0, 0)
  83. MinimizeB.Size = UDim2.new(0, 27, 0, 33)
  84. MinimizeB.Font = Enum.Font.SourceSansLight
  85. MinimizeB.Text = "-"
  86. MinimizeB.TextColor3 = Color3.new(1, 1, 1)
  87. MinimizeB.TextScaled = true
  88. MinimizeB.TextSize = 14
  89. MinimizeB.TextWrapped = true
  90.  
  91. DexB.Name = "DexB"
  92. DexB.Parent = Mainframe
  93. DexB.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  94. DexB.BorderSizePixel = 0
  95. DexB.Position = UDim2.new(0.0346534662, 0, 0.261627913, 0)
  96. DexB.Size = UDim2.new(0, 53, 0, 25)
  97. DexB.Font = Enum.Font.SourceSansLight
  98. DexB.Text = "Dex V3"
  99. DexB.TextColor3 = Color3.new(1, 1, 1)
  100. DexB.TextScaled = true
  101. DexB.TextSize = 14
  102. DexB.TextWrapped = true
  103.  
  104. RockyB.Name = "RockyB"
  105. RockyB.Parent = Mainframe
  106. RockyB.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  107. RockyB.BorderSizePixel = 0
  108. RockyB.Position = UDim2.new(0.366336644, 0, 0.261627913, 0)
  109. RockyB.Size = UDim2.new(0, 53, 0, 25)
  110. RockyB.Font = Enum.Font.SourceSansLight
  111. RockyB.Text = "Rocky2u"
  112. RockyB.TextColor3 = Color3.new(1, 1, 1)
  113. RockyB.TextScaled = true
  114. RockyB.TextSize = 14
  115. RockyB.TextWrapped = true
  116.  
  117. RemoteSpyB.Name = "RemoteSpyB"
  118. RemoteSpyB.Parent = Mainframe
  119. RemoteSpyB.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  120. RemoteSpyB.BorderSizePixel = 0
  121. RemoteSpyB.Position = UDim2.new(0.695544541, 0, 0.261627913, 0)
  122. RemoteSpyB.Size = UDim2.new(0, 53, 0, 25)
  123. RemoteSpyB.Font = Enum.Font.SourceSansLight
  124. RemoteSpyB.Text = "Remote Spy"
  125. RemoteSpyB.TextColor3 = Color3.new(1, 1, 1)
  126. RemoteSpyB.TextScaled = true
  127. RemoteSpyB.TextSize = 14
  128. RemoteSpyB.TextWrapped = true
  129.  
  130. RoxploitB.Name = "RoxploitB"
  131. RoxploitB.Parent = Mainframe
  132. RoxploitB.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  133. RoxploitB.BorderSizePixel = 0
  134. RoxploitB.Position = UDim2.new(0.366336614, 0, 0.488372087, 0)
  135. RoxploitB.Size = UDim2.new(0, 53, 0, 25)
  136. RoxploitB.Font = Enum.Font.SourceSansLight
  137. RoxploitB.Text = "Ro-Xploit"
  138. RoxploitB.TextColor3 = Color3.new(1, 1, 1)
  139. RoxploitB.TextScaled = true
  140. RoxploitB.TextSize = 14
  141. RoxploitB.TextWrapped = true
  142.  
  143. SpeedB.Name = "SpeedB"
  144. SpeedB.Parent = Mainframe
  145. SpeedB.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  146. SpeedB.BorderSizePixel = 0
  147. SpeedB.Position = UDim2.new(0.034653455, 0, 0.488372087, 0)
  148. SpeedB.Size = UDim2.new(0, 53, 0, 25)
  149. SpeedB.Font = Enum.Font.SourceSansLight
  150. SpeedB.Text = "+50 Walkspeed"
  151. SpeedB.TextColor3 = Color3.new(1, 1, 1)
  152. SpeedB.TextScaled = true
  153. SpeedB.TextSize = 14
  154. SpeedB.TextWrapped = true
  155.  
  156. JumpB.Name = "JumpB"
  157. JumpB.Parent = Mainframe
  158. JumpB.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  159. JumpB.BorderSizePixel = 0
  160. JumpB.Position = UDim2.new(0.698019743, 0, 0.488372087, 0)
  161. JumpB.Size = UDim2.new(0, 53, 0, 25)
  162. JumpB.Font = Enum.Font.SourceSansLight
  163. JumpB.Text = "+50 JumpPower"
  164. JumpB.TextColor3 = Color3.new(1, 1, 1)
  165. JumpB.TextScaled = true
  166. JumpB.TextSize = 14
  167. JumpB.TextWrapped = true
  168.  
  169. InvB.Name = "InvB"
  170. InvB.Parent = Mainframe
  171. InvB.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  172. InvB.BorderSizePixel = 0
  173. InvB.Position = UDim2.new(0.698019743, 0, 0.726744175, 0)
  174. InvB.Size = UDim2.new(0, 53, 0, 25)
  175. InvB.Font = Enum.Font.SourceSansLight
  176. InvB.Text = "Invisible"
  177. InvB.TextColor3 = Color3.new(1, 1, 1)
  178. InvB.TextScaled = true
  179. InvB.TextSize = 14
  180. InvB.TextWrapped = true
  181.  
  182. ShutdownB.Name = "ShutdownB"
  183. ShutdownB.Parent = Mainframe
  184. ShutdownB.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  185. ShutdownB.BorderSizePixel = 0
  186. ShutdownB.Position = UDim2.new(0.366336584, 0, 0.726744175, 0)
  187. ShutdownB.Size = UDim2.new(0, 53, 0, 25)
  188. ShutdownB.Font = Enum.Font.SourceSansLight
  189. ShutdownB.Text = "Shutdown"
  190. ShutdownB.TextColor3 = Color3.new(1, 1, 1)
  191. ShutdownB.TextScaled = true
  192. ShutdownB.TextSize = 14
  193. ShutdownB.TextWrapped = true
  194.  
  195. BlurrB.Name = "BlurrB"
  196. BlurrB.Parent = Mainframe
  197. BlurrB.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  198. BlurrB.BorderSizePixel = 0
  199. BlurrB.Position = UDim2.new(0.0346534252, 0, 0.726744175, 0)
  200. BlurrB.Size = UDim2.new(0, 53, 0, 25)
  201. BlurrB.Font = Enum.Font.SourceSansLight
  202. BlurrB.Text = "Blurr All"
  203. BlurrB.TextColor3 = Color3.new(1, 1, 1)
  204. BlurrB.TextScaled = true
  205. BlurrB.TextSize = 14
  206. BlurrB.TextWrapped = true
  207.  
  208. OpenB.Name = "OpenB"
  209. OpenB.Parent = Minimal
  210. OpenB.BackgroundColor3 = Color3.new(0.764706, 0.258824, 0.266667)
  211. OpenB.BackgroundTransparency = 0.5
  212. OpenB.BorderSizePixel = 0
  213. OpenB.Position = UDim2.new(0.466544449, 0, 0.101576187, 0)
  214. OpenB.Size = UDim2.new(0, 73, 0, 23)
  215. OpenB.Visible = false
  216. OpenB.Font = Enum.Font.SourceSansLight
  217. OpenB.Text = "Open Minimal"
  218. OpenB.TextColor3 = Color3.new(1, 1, 1)
  219. OpenB.TextScaled = true
  220. OpenB.TextSize = 14
  221. OpenB.TextWrapped = true
  222.  
  223. --Scripts--
  224. Mainframe:TweenPosition(UDim2.new(0.033, 0,0.644, 0), "In","Back",1,true)
  225.  
  226. MinimizeB.MouseButton1Click:connect(function()
  227. Mainframe:TweenPosition(UDim2.new(-0.185, 0,0.698, 0), "In","Back",1,true)
  228. wait(1)
  229. Mainframe.Visible = false
  230. OpenB.Visible = true
  231. end)
  232.  
  233. OpenB.MouseButton1Click:Connect(function()
  234. Mainframe:TweenPosition(UDim2.new(0.033, 0,0.644, 0), "In","Back",1,true)
  235. Mainframe.Visible = true
  236. OpenB.Visible = false
  237. end)
  238.  
  239. ExitB.MouseButton1Click:connect(function()
  240. Title.Text = 'Goodbye..'
  241. Mainframe:TweenPosition(UDim2.new(-0.185, 0,0.698, 0), "In","Back",1,true)
  242. wait(1)
  243. Minimal:Destroy()
  244. end)
  245.  
  246. DexB.MouseButton1Click:connect(function()
  247. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  248. end)
  249.  
  250. RoxploitB.MouseButton1Click:connect(function()
  251. loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
  252. end)
  253.  
  254. RockyB.MouseButton1Click:connect(function()
  255. loadstring(game:GetObjects("rbxassetid://1699023331")[1].Source)()
  256. end)
  257.  
  258. RemoteSpyB.MouseButton1Click:connect(function()
  259. loadstring(game:GetObjects("rbxassetid://1673275560")[1].Source)()
  260. end)
  261.  
  262. SpeedB.MouseButton1Click:connect(function()
  263. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed + 50
  264. end)
  265.  
  266. JumpB.MouseButton1Click:connect(function()
  267. game.Players.LocalPlayer.Character.Humanoid.JumpPower = game.Players.LocalPlayer.Character.Humanoid.JumpPower + 50
  268. end)
  269.  
  270. ShutdownB.MouseButton1Click:connect(function()
  271. while wait() do
  272. local p = game.Players:GetChildren()
  273. for i = 1,#p do
  274. p[i]:Destroy()
  275. end
  276. end
  277. end)
  278.  
  279. BlurrB.MouseButton1Click:connect(function()
  280. local b = Instance.new("BlurEffect",game.Lighting)
  281. b.Size = 100
  282. b.Enabled = true
  283. end)
  284.  
  285. InvB.MouseButton1Click:connect(function()
  286. local Character = game.Players.LocalPlayer.Character
  287. for i,child in pairs(Character:GetChildren()) do
  288. if child:IsA('Part') or child:IsA('MeshPart') then
  289. child.Transparency = 1
  290. elseif child:IsA('Accessory') then do
  291. child:Destroy()
  292. end
  293. end
  294. end
  295. end)
Add Comment
Please, Sign In to add comment