Advertisement
Guest User

Gui Beyond Update Non Loadstring

a guest
Sep 10th, 2018
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.13 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local BoogaBooga = Instance.new("ScreenGui")
  5. local logingui = Instance.new("Frame")
  6. local user = Instance.new("TextBox")
  7. local pass = Instance.new("TextBox")
  8. local submit = Instance.new("TextButton")
  9. local titlte = Instance.new("TextLabel")
  10. local maingui = Instance.new("Frame")
  11. local spawninfchest = Instance.new("TextButton")
  12. local spawngodhut = Instance.new("TextButton")
  13. local openothergui = Instance.new("TextButton")
  14. local credit1 = Instance.new("TextLabel")
  15. local credit2 = Instance.new("TextLabel")
  16. local close = Instance.new("TextButton")
  17. local opengui = Instance.new("Frame")
  18. local open = Instance.new("TextButton")
  19. --Properties:
  20. BoogaBooga.Name = "Booga Booga"
  21. BoogaBooga.Parent = game.CoreGui
  22.  
  23. logingui.Name = "logingui"
  24. logingui.Parent = BoogaBooga
  25. logingui.BackgroundColor3 = Color3.new(1, 1, 1)
  26. logingui.Position = UDim2.new(0.324797839, 0, 0.201581031, 0)
  27. logingui.Size = UDim2.new(0, 262, 0, 296)
  28. logingui.Style = Enum.FrameStyle.DropShadow
  29. logingui.Active = true
  30. logingui.Draggable = true
  31.  
  32. user.Name = "user"
  33. user.Parent = logingui
  34. user.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  35. user.Position = UDim2.new(0.0877862647, 0, 0.175675675, 0)
  36. user.Size = UDim2.new(0, 200, 0, 60)
  37. user.Font = Enum.Font.SourceSans
  38. user.Text = "Username"
  39. user.TextColor3 = Color3.new(1, 1, 1)
  40. user.TextSize = 14
  41.  
  42. pass.Name = "pass"
  43. pass.Parent = logingui
  44. pass.BackgroundColor3 = Color3.new(0, 0, 0)
  45. pass.Position = UDim2.new(0.0954198465, 0, 0.452702671, 0)
  46. pass.Size = UDim2.new(0, 200, 0, 57)
  47. pass.Font = Enum.Font.SourceSans
  48. pass.Text = "Password"
  49. pass.TextColor3 = Color3.new(1, 1, 1)
  50. pass.TextSize = 14
  51.  
  52. submit.Name = "submit"
  53. submit.Parent = logingui
  54. submit.BackgroundColor3 = Color3.new(0, 0, 0)
  55. submit.Position = UDim2.new(0.0877862573, 0, 0.783783793, 0)
  56. submit.Size = UDim2.new(0, 200, 0, 50)
  57. submit.Font = Enum.Font.SourceSans
  58. submit.Text = "Submit"
  59. submit.TextColor3 = Color3.new(1, 1, 1)
  60. submit.TextSize = 14
  61. submit.MouseButton1Down:connect(function()
  62. if user.Text == "Clark" and pass.Text == "Shadow" then
  63. logingui.Visible = false
  64. opengui.Visible = true
  65. end
  66. end)
  67.  
  68. titlte.Name = "titlte"
  69. titlte.Parent = logingui
  70. titlte.BackgroundColor3 = Color3.new(0, 0, 0)
  71. titlte.Position = UDim2.new(0.0877862647, 0, -0.00675676018, 0)
  72. titlte.Size = UDim2.new(0, 200, 0, 29)
  73. titlte.Font = Enum.Font.SourceSans
  74. titlte.Text = "Gui Booga Booga"
  75. titlte.TextColor3 = Color3.new(1, 1, 1)
  76. titlte.TextSize = 14
  77.  
  78. maingui.Name = "maingui"
  79. maingui.Parent = BoogaBooga
  80. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  81. maingui.Position = UDim2.new(0.334231794, 0, 0.213438734, 0)
  82. maingui.Size = UDim2.new(0, 255, 0, 290)
  83. maingui.Visible = false
  84. maingui.Style = Enum.FrameStyle.DropShadow
  85. maingui.Active = true
  86. maingui.Draggable = true
  87.  
  88. spawninfchest.Name = "spawninfchest"
  89. spawninfchest.Parent = maingui
  90. spawninfchest.BackgroundColor3 = Color3.new(0, 0, 0)
  91. spawninfchest.Position = UDim2.new(0.054901965, 0, 0.141379312, 0)
  92. spawninfchest.Size = UDim2.new(0, 200, 0, 50)
  93. spawninfchest.Font = Enum.Font.SourceSans
  94. spawninfchest.Text = "Press U To Spawn Inf Chest After Click"
  95. spawninfchest.TextColor3 = Color3.new(1, 1, 1)
  96. spawninfchest.TextSize = 14
  97. spawninfchest.MouseButton1Down:connect(function()
  98. local plr = game:GetService("Players").LocalPlayer
  99. local mouse = plr:GetMouse()
  100. mouse.KeyDown:connect(function(key)
  101. if key == "u" then
  102. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  103. Torso = game.Players.LocalPlayer.Character.UpperTorso
  104. b = Torso.Position + Torso.CFrame.lookVector * 10
  105. local c = b.x
  106. local d = b.y - 2
  107. local e = b.z
  108. for i = 1,1 do
  109. local A_1 = "Infinity Chest"
  110. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  111. local A_3 = 0
  112. Event:FireServer(A_1, A_2, A_3)
  113. end end end)
  114. end)
  115.  
  116. spawngodhut.Name = "spawngodhut"
  117. spawngodhut.Parent = maingui
  118. spawngodhut.BackgroundColor3 = Color3.new(0, 0, 0)
  119. spawngodhut.Position = UDim2.new(0.054901965, 0, 0.382758617, 0)
  120. spawngodhut.Size = UDim2.new(0, 200, 0, 50)
  121. spawngodhut.ZIndex = 14
  122. spawngodhut.Font = Enum.Font.SourceSans
  123. spawngodhut.Text = "Press J To Spawn God Hut After Click"
  124. spawngodhut.TextColor3 = Color3.new(1, 1, 1)
  125. spawngodhut.TextSize = 14
  126. spawngodhut.MouseButton1Down:connect(function()
  127. local plr = game:GetService("Players").LocalPlayer
  128. local mouse = plr:GetMouse()
  129. mouse.KeyDown:connect(function(key)
  130. if key == "j" then
  131. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  132. Torso = game.Players.LocalPlayer.Character.UpperTorso
  133. b = Torso.Position + Torso.CFrame.lookVector * 10
  134. local c = b.x
  135. local d = b.y - 2
  136. local e = b.z
  137. for i = 1,1 do
  138. local A_1 = "God Hut"
  139. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  140. local A_3 = 0
  141. Event:FireServer(A_1, A_2, A_3)
  142. end end end)
  143. end)
  144.  
  145. openothergui.Name = "openothergui"
  146. openothergui.Parent = maingui
  147. openothergui.BackgroundColor3 = Color3.new(0, 0, 0)
  148. openothergui.Position = UDim2.new(0.054901965, 0, 0.655172408, 0)
  149. openothergui.Size = UDim2.new(0, 200, 0, 50)
  150. openothergui.Font = Enum.Font.SourceSans
  151. openothergui.Text = "Open Other Gui"
  152. openothergui.TextColor3 = Color3.new(1, 1, 1)
  153. openothergui.TextSize = 14
  154. openothergui.MouseButton1Down:connect(function()
  155. -- Onyx HUB v2.1
  156. -- Speedhack : Q
  157. -- Auto pickup : y
  158.  
  159. -- by Zeestriaa#7876
  160. -- Showcased by Cryptic
  161.  
  162. local BoogaBooga = Instance.new("ScreenGui")
  163. local Frame = Instance.new("Frame")
  164. local HeaderFrame = Instance.new("Frame")
  165. local TitleGUI = Instance.new("TextLabel")
  166. local SpeedHack = Instance.new("TextButton")
  167. local JumpHack = Instance.new("TextButton")
  168. local InfinityJump = Instance.new("TextButton")
  169. local CraftGUI = Instance.new("TextButton")
  170. local Minimize = Instance.new("TextButton")
  171. local CraftFrame = Instance.new("Frame")
  172. local HeaderFrame_2 = Instance.new("Frame")
  173. local CraftLogo = Instance.new("TextLabel")
  174. local ItemName = Instance.new("TextBox")
  175. local CraftSubmit = Instance.new("TextButton")
  176. local CraftGUI_2 = Instance.new("TextButton")
  177. local AutoPickup = Instance.new("TextButton")
  178. local ESPTrack = Instance.new("TextButton")
  179. local DropItem = Instance.new("TextButton")
  180. local ItemDrop = Instance.new("TextBox")
  181. local MinimizeFrame = Instance.new("Frame")
  182. local MinOpen = Instance.new("TextButton")
  183.  
  184. -- Properties
  185.  
  186. BoogaBooga.Name = "BoogaBooga"
  187. BoogaBooga.Parent = game.CoreGui
  188.  
  189. Frame.Parent = BoogaBooga
  190. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  191. Frame.BorderSizePixel = 0
  192. Frame.Position = UDim2.new(0, 319, 0, 134)
  193. Frame.Size = UDim2.new(0, 577, 0, 250)
  194.  
  195. HeaderFrame.Name = "HeaderFrame"
  196. HeaderFrame.Parent = Frame
  197. HeaderFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  198. HeaderFrame.BorderSizePixel = 0
  199. HeaderFrame.Size = UDim2.new(0, 577, 0, 33)
  200.  
  201. TitleGUI.Name = "TitleGUI"
  202. TitleGUI.Parent = Frame
  203. TitleGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  204. TitleGUI.BackgroundTransparency = 1
  205. TitleGUI.BorderSizePixel = 0
  206. TitleGUI.Position = UDim2.new(0, 140, 0, 0)
  207. TitleGUI.Size = UDim2.new(0, 309, 0, 33)
  208. TitleGUI.Font = Enum.Font.SciFi
  209. TitleGUI.Text = "Booga Booga | Onyx Version"
  210. TitleGUI.TextColor3 = Color3.new(1, 1, 1)
  211. TitleGUI.TextSize = 14
  212.  
  213. SpeedHack.Name = "SpeedHack"
  214. SpeedHack.Parent = Frame
  215. SpeedHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  216. SpeedHack.BorderSizePixel = 0
  217. SpeedHack.Position = UDim2.new(0, 20, 0, 49)
  218. SpeedHack.Size = UDim2.new(0, 200, 0, 50)
  219. SpeedHack.Font = Enum.Font.SourceSans
  220. SpeedHack.Text = "SpeedHack"
  221. SpeedHack.TextColor3 = Color3.new(1, 1, 1)
  222. SpeedHack.TextSize = 14
  223.  
  224. JumpHack.Name = "JumpHack"
  225. JumpHack.Parent = Frame
  226. JumpHack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  227. JumpHack.BorderSizePixel = 0
  228. JumpHack.Position = UDim2.new(0, 20, 0, 112)
  229. JumpHack.Size = UDim2.new(0, 200, 0, 50)
  230. JumpHack.Font = Enum.Font.SourceSans
  231. JumpHack.Text = "JumpHack"
  232. JumpHack.TextColor3 = Color3.new(1, 1, 1)
  233. JumpHack.TextSize = 14
  234.  
  235. InfinityJump.Name = "InfinityJump"
  236. InfinityJump.Parent = Frame
  237. InfinityJump.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  238. InfinityJump.BorderSizePixel = 0
  239. InfinityJump.Position = UDim2.new(0, 21, 0, 173)
  240. InfinityJump.Size = UDim2.new(0, 200, 0, 50)
  241. InfinityJump.Font = Enum.Font.SourceSans
  242. InfinityJump.Text = "Infinity Jump"
  243. InfinityJump.TextColor3 = Color3.new(1, 1, 1)
  244. InfinityJump.TextSize = 14
  245.  
  246. CraftGUI.Name = "CraftGUI"
  247. CraftGUI.Parent = Frame
  248. CraftGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  249. CraftGUI.BackgroundTransparency = 1
  250. CraftGUI.BorderSizePixel = 0
  251. CraftGUI.Size = UDim2.new(0, 81, 0, 31)
  252. CraftGUI.Font = Enum.Font.ArialBold
  253. CraftGUI.Text = "<"
  254. CraftGUI.TextColor3 = Color3.new(1, 1, 1)
  255. CraftGUI.TextSize = 14
  256.  
  257. Minimize.Name = "Minimize"
  258. Minimize.Parent = Frame
  259. Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  260. Minimize.BackgroundTransparency = 1
  261. Minimize.BorderSizePixel = 0
  262. Minimize.Position = UDim2.new(0, 496, 0, 0)
  263. Minimize.Size = UDim2.new(0, 81, 0, 31)
  264. Minimize.Font = Enum.Font.ArialBold
  265. Minimize.Text = ">"
  266. Minimize.TextColor3 = Color3.new(1, 1, 1)
  267. Minimize.TextSize = 14
  268.  
  269. CraftFrame.Name = "CraftFrame"
  270. CraftFrame.Parent = Frame
  271. CraftFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  272. CraftFrame.Position = UDim2.new(0, -245, 0, 0)
  273. CraftFrame.Size = UDim2.new(0, 226, 0, 151)
  274. CraftFrame.Visible = false
  275.  
  276. HeaderFrame_2.Name = "HeaderFrame"
  277. HeaderFrame_2.Parent = CraftFrame
  278. HeaderFrame_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  279. HeaderFrame_2.BorderSizePixel = 0
  280. HeaderFrame_2.Size = UDim2.new(0, 226, 0, 33)
  281.  
  282. CraftLogo.Name = "CraftLogo"
  283. CraftLogo.Parent = CraftFrame
  284. CraftLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  285. CraftLogo.BackgroundTransparency = 1
  286. CraftLogo.BorderSizePixel = 0
  287. CraftLogo.Position = UDim2.new(0, 55, 0, 0)
  288. CraftLogo.Size = UDim2.new(0, 115, 0, 31)
  289. CraftLogo.Font = Enum.Font.SciFi
  290. CraftLogo.Text = "Craft Item"
  291. CraftLogo.TextColor3 = Color3.new(1, 1, 1)
  292. CraftLogo.TextSize = 14
  293.  
  294. ItemName.Name = "ItemName"
  295. ItemName.Parent = CraftFrame
  296. ItemName.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  297. ItemName.BorderColor3 = Color3.new(0, 0, 0)
  298. ItemName.BorderSizePixel = 3
  299. ItemName.Position = UDim2.new(0, 13, 0, 47)
  300. ItemName.Size = UDim2.new(0, 200, 0, 34)
  301. ItemName.Font = Enum.Font.SciFi
  302. ItemName.Text = "Item Name"
  303. ItemName.TextColor3 = Color3.new(1, 1, 1)
  304. ItemName.TextSize = 14
  305.  
  306. CraftSubmit.Name = "CraftSubmit"
  307. CraftSubmit.Parent = CraftFrame
  308. CraftSubmit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  309. CraftSubmit.BorderSizePixel = 0
  310. CraftSubmit.Position = UDim2.new(0, 13, 0, 93)
  311. CraftSubmit.Size = UDim2.new(0, 200, 0, 35)
  312. CraftSubmit.Font = Enum.Font.SciFi
  313. CraftSubmit.Text = "Craft Now!"
  314. CraftSubmit.TextColor3 = Color3.new(1, 1, 1)
  315. CraftSubmit.TextSize = 14
  316.  
  317. CraftGUI_2.Name = "CraftGUI"
  318. CraftGUI_2.Parent = CraftFrame
  319. CraftGUI_2.BackgroundColor3 = Color3.new(1, 1, 1)
  320. CraftGUI_2.BackgroundTransparency = 1
  321. CraftGUI_2.BorderSizePixel = 0
  322. CraftGUI_2.Position = UDim2.new(0, 163, 0, 0)
  323. CraftGUI_2.Size = UDim2.new(0, 63, 0, 31)
  324. CraftGUI_2.Font = Enum.Font.ArialBold
  325. CraftGUI_2.Text = ">"
  326. CraftGUI_2.TextColor3 = Color3.new(1, 1, 1)
  327. CraftGUI_2.TextSize = 14
  328.  
  329. AutoPickup.Name = "AutoPickup"
  330. AutoPickup.Parent = Frame
  331. AutoPickup.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  332. AutoPickup.BorderSizePixel = 0
  333. AutoPickup.Position = UDim2.new(0, 236, 0, 49)
  334. AutoPickup.Size = UDim2.new(0, 200, 0, 50)
  335. AutoPickup.Font = Enum.Font.SciFi
  336. AutoPickup.Text = "Auto Pickup"
  337. AutoPickup.TextColor3 = Color3.new(1, 1, 1)
  338. AutoPickup.TextSize = 14
  339.  
  340. ESPTrack.Name = "ESP Track"
  341. ESPTrack.Parent = Frame
  342. ESPTrack.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  343. ESPTrack.BorderSizePixel = 0
  344. ESPTrack.Position = UDim2.new(0, 237, 0, 110)
  345. ESPTrack.Size = UDim2.new(0, 200, 0, 49)
  346. ESPTrack.Font = Enum.Font.SciFi
  347. ESPTrack.Text = "ESP Track"
  348. ESPTrack.TextColor3 = Color3.new(1, 1, 1)
  349. ESPTrack.TextSize = 14
  350.  
  351. DropItem.Name = "DropItem"
  352. DropItem.Parent = Frame
  353. DropItem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  354. DropItem.BorderSizePixel = 0
  355. DropItem.Position = UDim2.new(0, 238, 0, 173)
  356. DropItem.Size = UDim2.new(0, 324, 0, 49)
  357. DropItem.Font = Enum.Font.SciFi
  358. DropItem.Text = "Drop item from bag!"
  359. DropItem.TextColor3 = Color3.new(1, 1, 1)
  360. DropItem.TextSize = 14
  361.  
  362. ItemDrop.Name = "ItemDrop"
  363. ItemDrop.Parent = Frame
  364. ItemDrop.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  365. ItemDrop.BorderColor3 = Color3.new(0, 0, 0)
  366. ItemDrop.BorderSizePixel = 3
  367. ItemDrop.Position = UDim2.new(0, 448, 0, 49)
  368. ItemDrop.Size = UDim2.new(0, 113, 0, 106)
  369. ItemDrop.Font = Enum.Font.SciFi
  370. ItemDrop.Text = "Item Name"
  371. ItemDrop.TextColor3 = Color3.new(1, 1, 1)
  372. ItemDrop.TextSize = 14
  373.  
  374. MinimizeFrame.Name = "MinimizeFrame"
  375. MinimizeFrame.Parent = BoogaBooga
  376. MinimizeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  377. MinimizeFrame.BackgroundTransparency = 1
  378. MinimizeFrame.BorderSizePixel = 0
  379. MinimizeFrame.Position = UDim2.new(0, 942, 0, 215)
  380. MinimizeFrame.Size = UDim2.new(0, 154, 0, 223)
  381. MinimizeFrame.Visible = false
  382.  
  383. MinOpen.Name = "MinOpen"
  384. MinOpen.Parent = MinimizeFrame
  385. MinOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  386. MinOpen.BackgroundTransparency = 1
  387. MinOpen.BorderSizePixel = 0
  388. MinOpen.Size = UDim2.new(0, 154, 0, 223)
  389. MinOpen.Font = Enum.Font.Fantasy
  390. MinOpen.Text = "<"
  391. MinOpen.TextColor3 = Color3.new(1, 1, 1)
  392. MinOpen.TextScaled = true
  393. MinOpen.TextSize = 14
  394. MinOpen.TextWrapped = true
  395.  
  396. -- Scripts
  397.  
  398. SpeedHack.MouseButton1Down:connect(function()
  399. local plr = game:GetService("Players").LocalPlayer
  400. local char = plr.Character
  401. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  402. local hum = char:FindFirstChild("HumanoidRootPart")
  403. local speed = 3
  404. mouse.KeyDown:connect(function(key)
  405. if key == "q" then
  406. loop = true
  407. while loop do
  408. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
  409. wait()
  410. end
  411. end
  412. end)
  413.  
  414. mouse.KeyUp:connect(function(key)
  415. if key == "q" then
  416. loop = false
  417. end
  418. end)
  419. end)
  420.  
  421. JumpHack.MouseButton1Down:connect(function()
  422. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  423. end)
  424.  
  425. InfinityJump.MouseButton1Down:connect(function()
  426. loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
  427. end)
  428.  
  429. CraftGUI.MouseButton1Down:connect(function()
  430. CraftFrame.Visible = true
  431. end)
  432.  
  433. Minimize.MouseButton1Down:connect(function()
  434. Frame.Visible = false
  435. MinimizeFrame.Visible = true
  436. end)
  437.  
  438. CraftSubmit.MouseButton1Down:connect(function()
  439. local Item = ItemName.Text
  440. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  441. Event:FireServer(Item)
  442. end)
  443.  
  444. CraftGUI_2.MouseButton1Down:connect(function()
  445. CraftFrame.Visible = false
  446. end)
  447.  
  448. AutoPickup.MouseButton1Down:connect(function()
  449. local Objects;
  450.  
  451. local Pickup = function(Character)
  452. local myPos = Character.HumanoidRootPart.Position
  453. local Objects = {}
  454. for i,v in pairs(workspace:GetChildren()) do
  455. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  456. local Pos = v.Position
  457. local Distance = (myPos - Pos).magnitude
  458. if Distance < 40 then
  459. table.insert(Objects, v)
  460. end
  461. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  462. local Pos = v.Part.Position
  463. local Distance = (myPos - Pos).magnitude
  464. if Distance < 40 then
  465. table.insert(Objects, v)
  466. end
  467. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  468. local Pos = v.Position
  469. local Distance = (myPos - Pos).magnitude
  470. if Distance < 40 then
  471. table.insert(Objects, v)
  472. end
  473. end
  474. end
  475. for i,v in pairs(Objects) do
  476. for i=1,10 do
  477. v.Position = myPos
  478. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  479. end
  480. end
  481. end
  482. wait(1)
  483. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  484.  
  485. mouse.KeyDown:connect(function(key)
  486. if key == "y" then
  487. print'howdi neighbor'
  488. Pickup(game.Players.LocalPlayer.Character)
  489. end
  490. end)
  491. end)
  492.  
  493. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  494.  
  495. local enabledesp = false
  496.  
  497. function CreateESP(plr)
  498.  
  499. if plr ~= nil then
  500.  
  501. local GetChar = plr.Character
  502. if not GetChar then return end
  503.  
  504. local GetHead do
  505.  
  506. repeat wait() until GetChar:FindFirstChild("Head")
  507.  
  508. end
  509. GetHead = GetChar.Head
  510.  
  511. local bb = Instance.new("BillboardGui", Important.CoreGui)
  512. bb.Adornee = GetHead
  513. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  514. bb.AlwaysOnTop = true
  515. bb.Size = UDim2.new(0, 5, 0, 5)
  516. bb.StudsOffset = Vector3.new(0, 3, 0)
  517. bb.Name = "ESP_PLAYER_" .. plr.Name
  518.  
  519. local displayframe = Instance.new("Frame", bb)
  520. displayframe.ZIndex = 10
  521. displayframe.BackgroundTransparency = 1
  522. displayframe.Size = UDim2.new(1,0,1,0)
  523.  
  524. local name = Instance.new("TextLabel", displayframe)
  525. name.Name = "Name"
  526. name.ZIndex = 10
  527. name.Text = plr.Name
  528. name.Visible = true
  529. name.TextColor3 = Color3.new(170,0,0)
  530. name.BackgroundTransparency = 1
  531. name.Size = UDim2.new(1,0,10,0)
  532. name.Font = Enum.Font.SourceSansLight
  533. name.TextSize = 20
  534. name.TextStrokeTransparency = .5
  535.  
  536. end
  537.  
  538. end
  539.  
  540. ESPTrack.MouseButton1Click:connect(function()
  541. for i,v in pairs(Important.Players:GetChildren()) do
  542.  
  543. CreateESP(v)
  544.  
  545. end
  546. end)
  547.  
  548. DropItem.MouseButton1Down:connect(function()
  549. local item = ItemDrop.Text -- change this to the item you want to drop
  550. local amount = 1000 -- change this to the amount you want to drop
  551.  
  552. local i = 0
  553. while i <= amount do
  554. game.ReplicatedStorage.Events.DropBagItem:FireServer(item)
  555. i = i + 1
  556. end
  557. end)
  558.  
  559. MinOpen.MouseButton1Down:connect(function()
  560. MinimizeFrame.Visible = false
  561. Frame.Visible = true
  562. end)
  563. end)
  564.  
  565. credit1.Name = "credit1"
  566. credit1.Parent = maingui
  567. credit1.BackgroundColor3 = Color3.new(0, 0, 0)
  568. credit1.Position = UDim2.new(0.0627451017, 0, -0.0310344845, 0)
  569. credit1.Size = UDim2.new(0, 200, 0, 28)
  570. credit1.Font = Enum.Font.SourceSans
  571. credit1.Text = "Make By ClarkShadow"
  572. credit1.TextColor3 = Color3.new(1, 1, 1)
  573. credit1.TextSize = 14
  574.  
  575. credit2.Name = "credit2"
  576. credit2.Parent = maingui
  577. credit2.BackgroundColor3 = Color3.new(0, 0, 0)
  578. credit2.Position = UDim2.new(0.054901965, 0, 0.906896591, 0)
  579. credit2.Size = UDim2.new(0, 200, 0, 28)
  580. credit2.Font = Enum.Font.SourceSans
  581. credit2.Text = "Facebook Name:Dang Truong Thi"
  582. credit2.TextColor3 = Color3.new(1, 1, 1)
  583. credit2.TextSize = 14
  584.  
  585. close.Name = "close"
  586. close.Parent = maingui
  587. close.BackgroundColor3 = Color3.new(0, 0, 0)
  588. close.Position = UDim2.new(0.905882359, 0, -0.0310344864, 0)
  589. close.Size = UDim2.new(0, 24, 0, 25)
  590. close.Font = Enum.Font.SourceSans
  591. close.Text = "X"
  592. close.TextColor3 = Color3.new(1, 1, 1)
  593. close.TextSize = 14
  594. close.MouseButton1Down:connect(function()
  595. maingui.Visible = false
  596. opengui.Visible = true
  597. end)
  598.  
  599. opengui.Name = "opengui"
  600. opengui.Parent = BoogaBooga
  601. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  602. opengui.Position = UDim2.new(-0.0094339624, 0, 0.488142282, 0)
  603. opengui.Size = UDim2.new(0, 95, 0, 35)
  604. opengui.Visible = false
  605. opengui.Style = Enum.FrameStyle.DropShadow
  606.  
  607. open.Name = "open"
  608. open.Parent = opengui
  609. open.BackgroundColor3 = Color3.new(0.0117647, 0.0117647, 0.0117647)
  610. open.Position = UDim2.new(0.042105265, 0, -0.0059523955, 0)
  611. open.Size = UDim2.new(0, 73, 0, 19)
  612. open.Font = Enum.Font.SourceSans
  613. open.Text = "Open"
  614. open.TextColor3 = Color3.new(1, 1, 1)
  615. open.TextSize = 14
  616. open.MouseButton1Down:connect(function()
  617. maingui.Visible = true
  618. opengui.Visible = false
  619. end)
  620. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement