Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.98 KB | None | 0 0
  1. print"Press T to toggle the gui on/off"
  2.  
  3. wait(1)
  4.  
  5. -- local player
  6.  
  7. local p = game.Players.LocalPlayer
  8.  
  9. -- gui parts
  10.  
  11. local gui = Instance.new('ScreenGui',p.PlayerGui)
  12. local frame = Instance.new('Frame',gui)
  13. local ws = Instance.new('TextButton',frame)
  14. local ws2 = Instance.new("Frame",frame)
  15. local jp = Instance.new('TextButton',frame)
  16. local jp2 = Instance.new("Frame",frame)
  17. local btools = Instance.new('TextButton',frame)
  18. local btools2 = Instance.new("Frame",frame)
  19. local cbro = Instance.new('TextButton',frame)
  20. local cbro2 = Instance.new("Frame",frame)
  21. local admin = Instance.new('TextButton',frame)
  22. local admin2 = Instance.new("Frame",frame)
  23. local cred = Instance.new('TextLabel',frame)
  24. local cred2 = Instance.new("Frame",frame)
  25. local clicktp = Instance.new('TextButton',frame)
  26. local clicktp2 = Instance.new("Frame",frame)
  27. local clickd = Instance.new('TextButton',frame)
  28. local clickd2 = Instance.new("Frame",frame)
  29. local page1 = Instance.new('TextButton',frame)
  30. local page11 = Instance.new("Frame",frame)
  31. local page2 = Instance.new('TextButton',frame)
  32. local page22 = Instance.new("Frame",frame)
  33. local ws3 = Instance.new('TextButton',frame)
  34. local ws4 = Instance.new("Frame",frame)
  35. local jp3 = Instance.new('TextButton',frame)
  36. local jp4 = Instance.new("Frame",frame)
  37. local invcam = Instance.new('TextButton',frame)
  38. local invcam2 = Instance.new("Frame",frame)
  39.  
  40. -- p
  41.  
  42. ws.Name = "b"
  43. jp.Name = "c"
  44. btools.Name = "d"
  45. cbro.Name = "e"
  46. admin.Name = 'f'
  47. cred.Name = "g"
  48. clicktp.Name = "h"
  49. page1.Name = "i"
  50. page2.Name = "j"
  51. ws3.Name = "k"
  52. jp3.Name = "l"
  53. invcam.Name = "m"
  54. clickd.Name = "n"
  55.  
  56. -- text
  57.  
  58. ws.Text = "ws+10"
  59. jp.Text = "jp+10"
  60. btools.Text = "btools"
  61. cbro.Text = "aimbot"
  62. admin.Text = "iy fe"
  63. clicktp.Text = "tp (q)"
  64. page1.Text = "2"
  65. page2.Text = "1"
  66. ws3.Text = "ws-10"
  67. jp3.Text = "jp-10"
  68. invcam.Text = "invcam"
  69. cred.Text = ".zip#3853"
  70. clickd.Text = "destr(g)"
  71.  
  72. -- a
  73.  
  74. frame.Active = true
  75. frame.Draggable = true
  76. page2.Visible = false
  77. page22.Visible = false
  78. ws3.Visible = true
  79. jp3.Visible = true
  80. admin.Visible = false
  81. admin2.Visible = false
  82. cbro.Visible = false
  83. cbro2.Visible = false
  84. invcam.Visible = false
  85. clickd.Visible = false
  86.  
  87.  
  88. -- colour
  89.  
  90. frame.BackgroundColor3 = Color3.new(0,0,0)
  91. --ws.BackgroundColor3 = Color3.new(99,99,99)
  92. --jp.BackgroundColor3 = Color3.new(99,99,99)
  93. --ws3.BackgroundColor3 = Color3.new(99,99,99) dont know how this fully works yet lol
  94. --jp3.BackgroundColor3 = Color3.new(99,99,99)
  95. --btools.BackgroundColor3 = Color3.new(99,99,99)
  96. cred.TextColor3 = Color3.new(111,11,11)
  97.  
  98. -- position
  99.  
  100. frame.Position = UDim2.new(0,5,0.4,0)
  101. btools.Position = UDim2.new(0,5,0.1,0)
  102. ws.Position = UDim2.new(0,5,0.3,0)
  103. jp.Position = UDim2.new(0,5,0.5,0)
  104. cbro.Position = UDim2.new(0,53,0.1,0)
  105. admin.Position = UDim2.new(0,53,0.3,0)
  106. clicktp.Position = UDim2.new(0,53,0.1,0)
  107. cred.Position = UDim2.new(0,37,0.85,0)
  108. page1.Position = UDim2.new(0,73,0.76,0)
  109. page2.Position = UDim2.new(0,73,0.76,0)
  110. ws3.Position = UDim2.new(0,53,0.3,0)
  111. jp3.Position = UDim2.new(0,53,0.5,0)
  112. invcam.Position = UDim2.new(0,53,0,70,0)
  113. clickd.Position = UDim2.new(0,5,0.1,0)
  114.  
  115.  
  116. -- size
  117.  
  118. frame.Size = UDim2.new(0,100,0,140)
  119. ws.Size = UDim2.new(0,40,0,25)
  120. jp.Size = UDim2.new(0,40,0,25)
  121. btools.Size = UDim2.new(0,40,0,25)
  122. cbro.Size = UDim2.new(0,40,0,25)
  123. admin.Size = UDim2.new(0,40,0,25)
  124. clicktp.Size = UDim2.new(0,40,0,25)
  125. page1.Size = UDim2.new(0,20,0,20)
  126. page2.Size = UDim2.new(0,20,0,20)
  127. ws3.Size = UDim2.new(0,40,0,25)
  128. jp3.Size = UDim2.new(0,40,0,25)
  129. invcam.Size = UDim2.new(0,40,0,25)
  130. clickd.Size = UDim2.new(0,40,0,25)
  131.  
  132. -- btools
  133.  
  134. btools.MouseButton1Down:connect(function()
  135. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  136. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  137. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  138. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  139. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  140. tool1.BinType = "Clone"
  141. tool2.BinType = "GameTool"
  142. tool3.BinType = "Hammer"
  143. tool4.BinType = "Script"
  144. tool5.BinType = "Grab"
  145. end)
  146.  
  147. rec = function(k)
  148. for _, Obj in pairs(k:GetChildren()) do
  149. if Obj:IsA("BasePart") then
  150. Obj.Locked = false
  151. end
  152. rec(Obj)
  153. end
  154. end
  155.  
  156. rec(game.Workspace)
  157.  
  158. -- speeeeeeeeeeeeeeeeeeeeed
  159.  
  160. ws.MouseButton1Down:connect(function()
  161. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 10
  162. end)
  163.  
  164. -- deeeeeeeeeeeeeeeeeeeeeeps
  165.  
  166. jp.MouseButton1Down:connect(function()
  167. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower + 10
  168. end)
  169.  
  170. -- cbro
  171.  
  172. cbro.MouseButton1Down:connect(function()
  173. loadstring(game:HttpGet(('https://pastebin.com/raw/36h796Au'),true))()
  174. end)
  175.  
  176. -- admin
  177.  
  178. admin.MouseButton1Down:connect(function()
  179. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  180. end)
  181.  
  182. -- clicktp
  183.  
  184. clicktp.MouseButton1Down:connect(function()
  185. a = game.Players.LocalPlayer
  186. b = a:GetMouse()
  187. c = b.KeyDown:connect(function(key)
  188. if key == "q" then
  189. if b.Target then
  190. a.Character.HumanoidRootPart.CFrame = CFrame.new(b.Hit.X , b.Hit.y +5, b.Hit.z)
  191. end
  192. end
  193. end)
  194. end)
  195.  
  196. --click destroy
  197.  
  198. clickd.MouseButton1Down:connect(function()
  199. a = game.Players.LocalPlayer
  200. b = a:GetMouse()
  201. c = b.KeyDown:connect(function(key)
  202. if key == "g" then
  203. if b.Target then
  204. b.Target:Destroy()
  205. end
  206. end
  207. end)
  208. end)
  209.  
  210. -- toggle
  211.  
  212. function onKeyPress(inputObject, gameProcessedEvent)
  213. if inputObject.KeyCode == Enum.KeyCode.T then
  214. if frame.Visible == false then
  215. frame.Visible = true
  216. else
  217. frame.Visible = false
  218. end
  219. end
  220. end
  221.  
  222. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  223.  
  224. -- p2
  225.  
  226. page1.MouseButton1Down:connect(function()
  227.  
  228. ws.Visible = false
  229. ws2.Visible = false
  230. jp.Visible = false
  231. jp2.Visible = false
  232. btools.Visible = false
  233. btools2.Visible = false
  234. cbro.Visible = true
  235. cbro2.Visible = true
  236. admin.Visible = true
  237. admin2.Visible = true
  238. clicktp.Visible = false
  239. clicktp2.Visible = false
  240. page1.Visible = false
  241. page11.Visible = false
  242. page2.Visible = true
  243. page22.Visible = true
  244. ws3.Visible = false
  245. ws4.Visible = false
  246. jp3.Visible = false
  247. jp4.Visible = false
  248. invcam.Visible = true
  249. clickd.Visible = true
  250.  
  251. end)
  252.  
  253. -- page 1
  254.  
  255. page2.MouseButton1Down:connect(function()
  256.  
  257. ws.Visible = true
  258. ws2.Visible = true
  259. jp.Visible = true
  260. jp2.Visible = true
  261. btools.Visible = true
  262. btools2.Visible = true
  263. cbro.Visible = true
  264. cbro2.Visible = true
  265. admin.Visible = true
  266. admin2.Visible = true
  267. clicktp.Visible = true
  268. clicktp2.Visible = true
  269. page1.Visible = true
  270. page11.Visible = true
  271. page2.Visible = false
  272. page22.Visible = false
  273. ws3.Visible = true
  274. ws4.Visible = true
  275. jp3.Visible = true
  276. jp4.Visible = true
  277. invcam.Visible = false
  278. clickd.Visible = false
  279.  
  280. end)
  281.  
  282. -- speed -10
  283.  
  284. ws3.MouseButton1Down:connect(function()
  285. p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed - 10
  286. end)
  287.  
  288. -- jump -10
  289.  
  290. jp3.MouseButton1Down:connect(function()
  291. p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower - 10
  292. end)
  293.  
  294. -- invisicam
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement