Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.06 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. hum = plr.Character.HumanoidRootPart
  3. mouse = plr:GetMouse()
  4.  
  5. mouse.KeyDown:connect(function(key)
  6. if key == "x" then
  7. if mouse.Target then
  8. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  9. end
  10. end
  11. end)
  12.  
  13. -- Objects
  14.  
  15. local ScreenGui = Instance.new("ScreenGui")
  16. local Open = Instance.new("TextButton")
  17. local Booga = Instance.new("Frame")
  18. local BoogaTop = Instance.new("Frame")
  19. local Title = Instance.new("TextLabel")
  20. local Exit = Instance.new("TextButton")
  21. local Speed = Instance.new("TextButton")
  22. local SpeedBind = Instance.new("TextBox")
  23. local AutoPickUp = Instance.new("TextButton")
  24. local AutoPickUpBind = Instance.new("TextBox")
  25. local AutoBreak = Instance.new("TextButton")
  26. local Breakkey = Instance.new("TextBox")
  27. local InfinityChest = Instance.new("TextButton")
  28. local GodHut = Instance.new("TextButton")
  29. local RevizV2 = Instance.new("TextButton")
  30. local AutoEatbtn = Instance.new("TextButton")
  31. local VoidTpbtn = Instance.new("TextButton")
  32. local RemoveAllEffectsbtn = Instance.new("TextButton")
  33. local CraftAnyItem = Instance.new("TextButton")
  34. local CraftItem = Instance.new("TextBox")
  35. local ESPbtn = Instance.new("TextButton")
  36. local DropAllItemsbtn = Instance.new("TextButton")
  37. local RemoveRainbtn = Instance.new("TextButton")
  38. local TpSpambtn = Instance.new("TextButton")
  39. local AutoCampfirebtn = Instance.new("TextButton")
  40. local AutoWallTrapbtn = Instance.new("TextButton")
  41. local AutoEatFoodNamekb = Instance.new("TextBox")
  42. local TpSpamPlayerNamekb = Instance.new("TextBox")
  43. local DropAllItemsItemNamekb = Instance.new("TextBox")
  44. local DropAllItemskb = Instance.new("TextBox")
  45. local AutoEatkb = Instance.new("TextBox")
  46. local Recipes = Instance.new("TextButton")
  47. local Credits = Instance.new("TextLabel")
  48. local Booga2 = Instance.new("Frame")
  49. local BoogaTop2 = Instance.new("Frame")
  50. local Exit2 = Instance.new("TextButton")
  51. local EmeraldHelmet = Instance.new("TextButton")
  52. local EmeraldDivider = Instance.new("Frame")
  53. local EmeraldChestplate = Instance.new("TextButton")
  54. local EmeraldPick = Instance.new("TextButton")
  55. local EmeraldGreaves = Instance.new("TextButton")
  56. local EmeraldBlade = Instance.new("TextButton")
  57. local EmeraldAxe = Instance.new("TextButton")
  58. local EmeraldBag = Instance.new("TextButton")
  59. local VoidShroud = Instance.new("TextButton")
  60. local EmeraldDivider2 = Instance.new("Frame")
  61. local GodDivider = Instance.new("Frame")
  62. local GodDivider2 = Instance.new("Frame")
  63. local GodRock = Instance.new("TextButton")
  64. local GodHalo = Instance.new("TextButton")
  65. local GodChestplate = Instance.new("TextButton")
  66. local GodAxe = Instance.new("TextButton")
  67. local GodBag = Instance.new("TextButton")
  68. local GodLegs = Instance.new("TextButton")
  69. local GodPick = Instance.new("TextButton")
  70. local VoidChestplate = Instance.new("TextButton")
  71. local VoidDivider2 = Instance.new("Frame")
  72. local VoidDivider = Instance.new("Frame")
  73. local VoidBag = Instance.new("TextButton")
  74. local VoidGreaves = Instance.new("TextButton")
  75. local OOFHorn = Instance.new("TextButton")
  76.  
  77. -- Properties
  78.  
  79. ScreenGui.Parent = game.CoreGui
  80.  
  81. Open.Name = "Open"
  82. Open.Parent = ScreenGui
  83. Open.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  84. Open.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  85. Open.BorderSizePixel = 2
  86. Open.Position = UDim2.new(0.433682919, 0, 0.0281030443, 0)
  87. Open.Size = UDim2.new(0, 151, 0, 26)
  88. Open.Font = Enum.Font.SourceSansSemibold
  89. Open.Text = "SPEED HACK"
  90. Open.TextColor3 = Color3.new(1, 1, 1)
  91. Open.TextScaled = true
  92. Open.TextSize = 14
  93. Open.TextWrapped = true
  94.  
  95. InfinityChest.Name = "X to TP"
  96. InfinityChest.Parent = Booga
  97. InfinityChest.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  98. InfinityChest.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  99. InfinityChest.BorderSizePixel = 2
  100. InfinityChest.Position = UDim2.new(0.700421929, 0, 0.149572656, 0)
  101. InfinityChest.Size = UDim2.new(0, 116, 0, 27)
  102. InfinityChest.Font = Enum.Font.SourceSansSemibold
  103. InfinityChest.Text = "TP (x)"
  104. InfinityChest.TextColor3 = Color3.new(1, 1, 1)
  105. InfinityChest.TextScaled = true
  106. InfinityChest.TextSize = 14
  107. InfinityChest.TextWrapped = true
  108.  
  109. Booga.Name = "Booga"
  110. Booga.Parent = ScreenGui
  111. Booga.Active = true
  112. Booga.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  113. Booga.BackgroundTransparency = 0.30000001192093
  114. Booga.BorderColor3 = Color3.new(1, 0, 0.498039)
  115. Booga.BorderSizePixel = 2
  116. Booga.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
  117. Booga.Size = UDim2.new(0, 474, 0, 468)
  118.  
  119. BoogaTop.Name = "BoogaTop"
  120. BoogaTop.Parent = Booga
  121. BoogaTop.Active = true
  122. BoogaTop.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  123. BoogaTop.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  124. BoogaTop.BorderSizePixel = 2
  125. BoogaTop.Size = UDim2.new(0, 474, 0, 27)
  126.  
  127. Title.Name = "Title"
  128. Title.Parent = BoogaTop
  129. Title.Active = true
  130. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  131. Title.BackgroundTransparency = 1
  132. Title.BorderSizePixel = 0
  133. Title.Position = UDim2.new(0.00210970454, 0, 0, 0)
  134. Title.Size = UDim2.new(0, 473, 0, 27)
  135. Title.Font = Enum.Font.SourceSansSemibold
  136. Title.Text = "Stand Online Hack"
  137. Title.TextColor3 = Color3.new(1, 1, 1)
  138. Title.TextScaled = true
  139. Title.TextSize = 14
  140. Title.TextWrapped = true
  141.  
  142. Exit.Name = "Exit"
  143. Exit.Parent = Booga
  144. Exit.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
  145. Exit.BorderSizePixel = 0
  146. Exit.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
  147. Exit.Size = UDim2.new(0, 28, 0, 19)
  148. Exit.Font = Enum.Font.SourceSans
  149. Exit.Text = "X"
  150. Exit.TextColor3 = Color3.new(1, 1, 1)
  151. Exit.TextSize = 14
  152.  
  153. Speed.Name = "Speed"
  154. Speed.Parent = Booga
  155. Speed.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  156. Speed.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  157. Speed.BorderSizePixel = 2
  158. Speed.Position = UDim2.new(0.035864979, 0, 0.0726495758, 0)
  159. Speed.Size = UDim2.new(0, 116, 0, 27)
  160. Speed.Font = Enum.Font.SourceSansSemibold
  161. Speed.Text = "Speed"
  162. Speed.TextColor3 = Color3.new(1, 1, 1)
  163. Speed.TextScaled = true
  164. Speed.TextSize = 14
  165. Speed.TextWrapped = true
  166.  
  167. SpeedBind.Name = "SpeedBind"
  168. SpeedBind.Parent = Booga
  169. SpeedBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  170. SpeedBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  171. SpeedBind.BorderSizePixel = 2
  172. SpeedBind.Position = UDim2.new(0.035864979, 0, 0.151709408, 0)
  173. SpeedBind.Size = UDim2.new(0, 116, 0, 27)
  174. SpeedBind.Font = Enum.Font.SourceSans
  175. SpeedBind.Text = "Keybind"
  176. SpeedBind.TextColor3 = Color3.new(1, 1, 1)
  177. SpeedBind.TextScaled = true
  178. SpeedBind.TextSize = 14
  179. SpeedBind.TextWrapped = true
  180.  
  181. ESPbtn.Name = "ESPbtn"
  182. ESPbtn.Parent = Booga
  183. ESPbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  184. ESPbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  185. ESPbtn.BorderSizePixel = 2
  186. ESPbtn.Position = UDim2.new(0.356540084, 0, 0.0747863278, 0)
  187. ESPbtn.Size = UDim2.new(0, 116, 0, 27)
  188. ESPbtn.Font = Enum.Font.SourceSansSemibold
  189. ESPbtn.Text = "ESP"
  190. ESPbtn.TextColor3 = Color3.new(1, 1, 1)
  191. ESPbtn.TextScaled = true
  192. ESPbtn.TextSize = 14
  193. ESPbtn.TextWrapped = true
  194.  
  195. Credits.Name = "Credits"
  196. Credits.Parent = Booga
  197. Credits.Active = true
  198. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  199. Credits.BackgroundTransparency = 1
  200. Credits.BorderColor3 = Color3.new(1, 1, 0)
  201. Credits.BorderSizePixel = 2
  202. Credits.Position = UDim2.new(0.00210970454, 0, 0.929487169, 0)
  203. Credits.Size = UDim2.new(0, 473, 0, 34)
  204. Credits.Font = Enum.Font.SourceSansSemibold
  205. Credits.Text = "GUI Made by lDeekub"
  206. Credits.TextColor3 = Color3.new(1, 1, 1)
  207. Credits.TextScaled = true
  208. Credits.TextSize = 14
  209. Credits.TextWrapped = true
  210.  
  211. AutoBreak.Name = "New Soon!"
  212. AutoBreak.Parent = Booga
  213. AutoBreak.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  214. AutoBreak.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  215. AutoBreak.BorderSizePixel = 2
  216. AutoBreak.Position = UDim2.new(0.700421929, 0, 0.0726495758, 0)
  217. AutoBreak.Size = UDim2.new(0, 116, 0, 27)
  218. AutoBreak.Font = Enum.Font.SourceSansSemibold
  219. AutoBreak.Text = "New Soon!"
  220. AutoBreak.TextColor3 = Color3.new(1, 1, 1)
  221. AutoBreak.TextScaled = true
  222. AutoBreak.TextSize = 14
  223. AutoBreak.TextWrapped = true
  224.  
  225. Booga2.Name = "Booga2"
  226. Booga2.Parent = ScreenGui
  227. Booga2.Active = true
  228. Booga2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  229. Booga2.BackgroundTransparency = 0.30000001192093
  230. Booga2.BorderColor3 = Color3.new(1, 0, 0.498039)
  231. Booga2.BorderSizePixel = 2
  232. Booga2.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
  233. Booga2.Size = UDim2.new(0, 474, 0, 468)
  234.  
  235. BoogaTop2.Name = "BoogaTop2"
  236. BoogaTop2.Parent = Booga2
  237. BoogaTop2.Active = true
  238. BoogaTop2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  239. BoogaTop2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  240. BoogaTop2.BorderSizePixel = 2
  241. BoogaTop2.Size = UDim2.new(0, 474, 0, 27)
  242.  
  243. Exit2.Name = "Exit2"
  244. Exit2.Parent = Booga2
  245. Exit2.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
  246. Exit2.BorderSizePixel = 0
  247. Exit2.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
  248. Exit2.Size = UDim2.new(0, 28, 0, 19)
  249. Exit2.Font = Enum.Font.SourceSans
  250. Exit2.Text = "X"
  251. Exit2.TextColor3 = Color3.new(1, 1, 1)
  252. Exit2.TextSize = 14
  253.  
  254. EmeraldHelmet.Name = "EmeraldHelmet"
  255. EmeraldHelmet.Parent = Booga2
  256. EmeraldHelmet.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  257. EmeraldHelmet.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  258. EmeraldHelmet.BorderSizePixel = 2
  259. EmeraldHelmet.Position = UDim2.new(0.03164557, 0, 0.126068383, 0)
  260. EmeraldHelmet.Size = UDim2.new(0, 93, 0, 27)
  261. EmeraldHelmet.Font = Enum.Font.SourceSansSemibold
  262. EmeraldHelmet.Text = "Emerald Helmet"
  263. EmeraldHelmet.TextColor3 = Color3.new(1, 1, 1)
  264. EmeraldHelmet.TextScaled = true
  265. EmeraldHelmet.TextSize = 14
  266. EmeraldHelmet.TextWrapped = true
  267.  
  268. EmeraldDivider.Name = "EmeraldDivider"
  269. EmeraldDivider.Parent = Booga2
  270. EmeraldDivider.Active = true
  271. EmeraldDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  272. EmeraldDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  273. EmeraldDivider.BorderSizePixel = 2
  274. EmeraldDivider.Position = UDim2.new(0.03164557, 0, 0.0769230798, 0)
  275. EmeraldDivider.Size = UDim2.new(0, 447, 0, 11)
  276.  
  277. EmeraldChestplate.Name = "EmeraldChestplate"
  278. EmeraldChestplate.Parent = Booga2
  279. EmeraldChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  280. EmeraldChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  281. EmeraldChestplate.BorderSizePixel = 2
  282. EmeraldChestplate.Position = UDim2.new(0.261603385, 0, 0.126068383, 0)
  283. EmeraldChestplate.Size = UDim2.new(0, 93, 0, 27)
  284. EmeraldChestplate.Font = Enum.Font.SourceSansSemibold
  285. EmeraldChestplate.Text = "Emerald Chestplate"
  286. EmeraldChestplate.TextColor3 = Color3.new(1, 1, 1)
  287. EmeraldChestplate.TextScaled = true
  288. EmeraldChestplate.TextSize = 14
  289. EmeraldChestplate.TextWrapped = true
  290.  
  291. EmeraldPick.Name = "EmeraldPick"
  292. EmeraldPick.Parent = Booga2
  293. EmeraldPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  294. EmeraldPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  295. EmeraldPick.BorderSizePixel = 2
  296. EmeraldPick.Position = UDim2.new(0.748945177, 0, 0.121794872, 0)
  297. EmeraldPick.Size = UDim2.new(0, 93, 0, 27)
  298. EmeraldPick.Font = Enum.Font.SourceSansSemibold
  299. EmeraldPick.Text = "Emerald Pick"
  300. EmeraldPick.TextColor3 = Color3.new(1, 1, 1)
  301. EmeraldPick.TextScaled = true
  302. EmeraldPick.TextSize = 14
  303. EmeraldPick.TextWrapped = true
  304.  
  305. EmeraldGreaves.Name = "EmeraldGreaves"
  306. EmeraldGreaves.Parent = Booga2
  307. EmeraldGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  308. EmeraldGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  309. EmeraldGreaves.BorderSizePixel = 2
  310. EmeraldGreaves.Position = UDim2.new(0.506329119, 0, 0.123931624, 0)
  311. EmeraldGreaves.Size = UDim2.new(0, 93, 0, 27)
  312. EmeraldGreaves.Font = Enum.Font.SourceSansSemibold
  313. EmeraldGreaves.Text = "Emerald Greaves"
  314. EmeraldGreaves.TextColor3 = Color3.new(1, 1, 1)
  315. EmeraldGreaves.TextScaled = true
  316. EmeraldGreaves.TextSize = 14
  317. EmeraldGreaves.TextWrapped = true
  318.  
  319. EmeraldBlade.Name = "EmeraldBlade"
  320. EmeraldBlade.Parent = Booga2
  321. EmeraldBlade.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  322. EmeraldBlade.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  323. EmeraldBlade.BorderSizePixel = 2
  324. EmeraldBlade.Position = UDim2.new(0.03164557, 0, 0.211538464, 0)
  325. EmeraldBlade.Size = UDim2.new(0, 93, 0, 27)
  326. EmeraldBlade.Font = Enum.Font.SourceSansSemibold
  327. EmeraldBlade.Text = "Emerald Blade"
  328. EmeraldBlade.TextColor3 = Color3.new(1, 1, 1)
  329. EmeraldBlade.TextScaled = true
  330. EmeraldBlade.TextSize = 14
  331. EmeraldBlade.TextWrapped = true
  332.  
  333. EmeraldAxe.Name = "EmeraldAxe"
  334. EmeraldAxe.Parent = Booga2
  335. EmeraldAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  336. EmeraldAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  337. EmeraldAxe.BorderSizePixel = 2
  338. EmeraldAxe.Position = UDim2.new(0.261603385, 0, 0.211538464, 0)
  339. EmeraldAxe.Size = UDim2.new(0, 93, 0, 27)
  340. EmeraldAxe.Font = Enum.Font.SourceSansSemibold
  341. EmeraldAxe.Text = "Emerald Axe"
  342. EmeraldAxe.TextColor3 = Color3.new(1, 1, 1)
  343. EmeraldAxe.TextScaled = true
  344. EmeraldAxe.TextSize = 14
  345. EmeraldAxe.TextWrapped = true
  346.  
  347. EmeraldBag.Name = "EmeraldBag"
  348. EmeraldBag.Parent = Booga2
  349. EmeraldBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  350. EmeraldBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  351. EmeraldBag.BorderSizePixel = 2
  352. EmeraldBag.Position = UDim2.new(0.506329119, 0, 0.209401712, 0)
  353. EmeraldBag.Size = UDim2.new(0, 93, 0, 27)
  354. EmeraldBag.Font = Enum.Font.SourceSansSemibold
  355. EmeraldBag.Text = "EmeraldBag"
  356. EmeraldBag.TextColor3 = Color3.new(1, 1, 1)
  357. EmeraldBag.TextScaled = true
  358. EmeraldBag.TextSize = 14
  359. EmeraldBag.TextWrapped = true
  360.  
  361. VoidShroud.Name = "VoidShroud"
  362. VoidShroud.Parent = Booga2
  363. VoidShroud.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  364. VoidShroud.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  365. VoidShroud.BorderSizePixel = 2
  366. VoidShroud.Position = UDim2.new(0.719409287, 0, 0.623931646, 0)
  367. VoidShroud.Size = UDim2.new(0, 93, 0, 27)
  368. VoidShroud.Font = Enum.Font.SourceSansSemibold
  369. VoidShroud.Text = "Void Shroud"
  370. VoidShroud.TextColor3 = Color3.new(1, 1, 1)
  371. VoidShroud.TextScaled = true
  372. VoidShroud.TextSize = 14
  373. VoidShroud.TextWrapped = true
  374.  
  375. EmeraldDivider2.Name = "EmeraldDivider2"
  376. EmeraldDivider2.Parent = Booga2
  377. EmeraldDivider2.Active = true
  378. EmeraldDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  379. EmeraldDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  380. EmeraldDivider2.BorderSizePixel = 2
  381. EmeraldDivider2.Position = UDim2.new(0.0232067518, 0, 0.288461536, 0)
  382. EmeraldDivider2.Size = UDim2.new(0, 447, 0, 11)
  383.  
  384. GodDivider.Name = "GodDivider"
  385. GodDivider.Parent = Booga2
  386. GodDivider.Active = true
  387. GodDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  388. GodDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  389. GodDivider.BorderSizePixel = 2
  390. GodDivider.Position = UDim2.new(0.0232067518, 0, 0.324786335, 0)
  391. GodDivider.Size = UDim2.new(0, 447, 0, 11)
  392.  
  393. GodDivider2.Name = "GodDivider2"
  394. GodDivider2.Parent = Booga2
  395. GodDivider2.Active = true
  396. GodDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  397. GodDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  398. GodDivider2.BorderSizePixel = 2
  399. GodDivider2.Position = UDim2.new(0.0147679336, 0, 0.538461566, 0)
  400. GodDivider2.Size = UDim2.new(0, 447, 0, 11)
  401.  
  402. GodRock.Name = "GodRock"
  403. GodRock.Parent = Booga2
  404. GodRock.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  405. GodRock.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  406. GodRock.BorderSizePixel = 2
  407. GodRock.Position = UDim2.new(0.03164557, 0, 0.455128193, 0)
  408. GodRock.Size = UDim2.new(0, 93, 0, 27)
  409. GodRock.Font = Enum.Font.SourceSansSemibold
  410. GodRock.Text = "God Rock"
  411. GodRock.TextColor3 = Color3.new(1, 1, 1)
  412. GodRock.TextScaled = true
  413. GodRock.TextSize = 14
  414. GodRock.TextWrapped = true
  415.  
  416. GodHalo.Name = "GodHalo"
  417. GodHalo.Parent = Booga2
  418. GodHalo.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  419. GodHalo.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  420. GodHalo.BorderSizePixel = 2
  421. GodHalo.Position = UDim2.new(0.03164557, 0, 0.369658113, 0)
  422. GodHalo.Size = UDim2.new(0, 93, 0, 27)
  423. GodHalo.Font = Enum.Font.SourceSansSemibold
  424. GodHalo.Text = "God Halo"
  425. GodHalo.TextColor3 = Color3.new(1, 1, 1)
  426. GodHalo.TextScaled = true
  427. GodHalo.TextSize = 14
  428. GodHalo.TextWrapped = true
  429.  
  430. GodChestplate.Name = "GodChestplate"
  431. GodChestplate.Parent = Booga2
  432. GodChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  433. GodChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  434. GodChestplate.BorderSizePixel = 2
  435. GodChestplate.Position = UDim2.new(0.261603385, 0, 0.369658113, 0)
  436. GodChestplate.Size = UDim2.new(0, 93, 0, 27)
  437. GodChestplate.Font = Enum.Font.SourceSansSemibold
  438. GodChestplate.Text = "God Chestplate"
  439. GodChestplate.TextColor3 = Color3.new(1, 1, 1)
  440. GodChestplate.TextScaled = true
  441. GodChestplate.TextSize = 14
  442. GodChestplate.TextWrapped = true
  443.  
  444. GodAxe.Name = "GodAxe"
  445. GodAxe.Parent = Booga2
  446. GodAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  447. GodAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  448. GodAxe.BorderSizePixel = 2
  449. GodAxe.Position = UDim2.new(0.261603385, 0, 0.455128193, 0)
  450. GodAxe.Size = UDim2.new(0, 93, 0, 27)
  451. GodAxe.Font = Enum.Font.SourceSansSemibold
  452. GodAxe.Text = "God Axe"
  453. GodAxe.TextColor3 = Color3.new(1, 1, 1)
  454. GodAxe.TextScaled = true
  455. GodAxe.TextSize = 14
  456. GodAxe.TextWrapped = true
  457.  
  458. GodBag.Name = "GodBag"
  459. GodBag.Parent = Booga2
  460. GodBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  461. GodBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  462. GodBag.BorderSizePixel = 2
  463. GodBag.Position = UDim2.new(0.506329119, 0, 0.452991456, 0)
  464. GodBag.Size = UDim2.new(0, 93, 0, 27)
  465. GodBag.Font = Enum.Font.SourceSansSemibold
  466. GodBag.Text = "God Bag"
  467. GodBag.TextColor3 = Color3.new(1, 1, 1)
  468. GodBag.TextScaled = true
  469. GodBag.TextSize = 14
  470. GodBag.TextWrapped = true
  471.  
  472. GodLegs.Name = "GodLegs"
  473. GodLegs.Parent = Booga2
  474. GodLegs.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  475. GodLegs.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  476. GodLegs.BorderSizePixel = 2
  477. GodLegs.Position = UDim2.new(0.506329119, 0, 0.367521375, 0)
  478. GodLegs.Size = UDim2.new(0, 93, 0, 27)
  479. GodLegs.Font = Enum.Font.SourceSansSemibold
  480. GodLegs.Text = "God Legs"
  481. GodLegs.TextColor3 = Color3.new(1, 1, 1)
  482. GodLegs.TextScaled = true
  483. GodLegs.TextSize = 14
  484. GodLegs.TextWrapped = true
  485.  
  486. GodPick.Name = "GodPick"
  487. GodPick.Parent = Booga2
  488. GodPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  489. GodPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  490. GodPick.BorderSizePixel = 2
  491. GodPick.Position = UDim2.new(0.748945177, 0, 0.365384609, 0)
  492. GodPick.Size = UDim2.new(0, 93, 0, 27)
  493. GodPick.Font = Enum.Font.SourceSansSemibold
  494. GodPick.Text = "God Pick"
  495. GodPick.TextColor3 = Color3.new(1, 1, 1)
  496. GodPick.TextScaled = true
  497. GodPick.TextSize = 14
  498. GodPick.TextWrapped = true
  499.  
  500. VoidChestplate.Name = "VoidChestplate"
  501. VoidChestplate.Parent = Booga2
  502. VoidChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  503. VoidChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  504. VoidChestplate.BorderSizePixel = 2
  505. VoidChestplate.Position = UDim2.new(0.371308029, 0, 0.626068354, 0)
  506. VoidChestplate.Size = UDim2.new(0, 93, 0, 27)
  507. VoidChestplate.Font = Enum.Font.SourceSansSemibold
  508. VoidChestplate.Text = "Void Chestplate"
  509. VoidChestplate.TextColor3 = Color3.new(1, 1, 1)
  510. VoidChestplate.TextScaled = true
  511. VoidChestplate.TextSize = 14
  512. VoidChestplate.TextWrapped = true
  513.  
  514. VoidDivider2.Name = "VoidDivider2"
  515. VoidDivider2.Parent = Booga2
  516. VoidDivider2.Active = true
  517. VoidDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  518. VoidDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  519. VoidDivider2.BorderSizePixel = 2
  520. VoidDivider2.Position = UDim2.new(0.00632911548, 0, 0.797008574, 0)
  521. VoidDivider2.Size = UDim2.new(0, 447, 0, 11)
  522.  
  523. VoidDivider.Name = "VoidDivider"
  524. VoidDivider.Parent = Booga2
  525. VoidDivider.Active = true
  526. VoidDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  527. VoidDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  528. VoidDivider.BorderSizePixel = 2
  529. VoidDivider.Position = UDim2.new(0.0147679336, 0, 0.583333373, 0)
  530. VoidDivider.Size = UDim2.new(0, 447, 0, 11)
  531.  
  532. VoidBag.Name = "VoidBag"
  533. VoidBag.Parent = Booga2
  534. VoidBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  535. VoidBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  536. VoidBag.BorderSizePixel = 2
  537. VoidBag.Position = UDim2.new(0.373417735, 0, 0.715811968, 0)
  538. VoidBag.Size = UDim2.new(0, 93, 0, 27)
  539. VoidBag.Font = Enum.Font.SourceSansSemibold
  540. VoidBag.Text = "Void Bag"
  541. VoidBag.TextColor3 = Color3.new(1, 1, 1)
  542. VoidBag.TextScaled = true
  543. VoidBag.TextSize = 14
  544. VoidBag.TextWrapped = true
  545.  
  546. VoidGreaves.Name = "VoidGreaves"
  547. VoidGreaves.Parent = Booga2
  548. VoidGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  549. VoidGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  550. VoidGreaves.BorderSizePixel = 2
  551. VoidGreaves.Position = UDim2.new(0.03164557, 0, 0.630341887, 0)
  552. VoidGreaves.Size = UDim2.new(0, 93, 0, 27)
  553. VoidGreaves.Font = Enum.Font.SourceSansSemibold
  554. VoidGreaves.Text = "Void Greaves"
  555. VoidGreaves.TextColor3 = Color3.new(1, 1, 1)
  556. VoidGreaves.TextScaled = true
  557. VoidGreaves.TextSize = 14
  558. VoidGreaves.TextWrapped = true
  559.  
  560. OOFHorn.Name = "OOFHorn"
  561. OOFHorn.Parent = Booga2
  562. OOFHorn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  563. OOFHorn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  564. OOFHorn.BorderSizePixel = 2
  565. OOFHorn.Position = UDim2.new(0.748945177, 0, 0.450854689, 0)
  566. OOFHorn.Size = UDim2.new(0, 93, 0, 27)
  567. OOFHorn.Font = Enum.Font.SourceSansSemibold
  568. OOFHorn.Text = "OOF Horn"
  569. OOFHorn.TextColor3 = Color3.new(1, 1, 1)
  570. OOFHorn.TextScaled = true
  571. OOFHorn.TextSize = 14
  572. OOFHorn.TextWrapped = true
  573.  
  574. Open.MouseButton1Down:connect(function()
  575. Booga:TweenPosition(UDim2.new(0.079, 0, 0.074, 0), 'Out','Bounce', 1)
  576. Open.Visible = true
  577. Booga.Visible = true
  578. end)
  579.  
  580. Exit.MouseButton1Down:connect(function()
  581. Booga:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  582. Open.Visible = true
  583. end)
  584.  
  585. Recipes.MouseButton1Down:connect(function()
  586. Booga2:TweenPosition(UDim2.new(0.433, 0, 0.074, 0), 'Out','Bounce', 1)
  587. Booga2.Visible = true
  588. end)
  589.  
  590. Exit2.MouseButton1Down:connect(function()
  591. Booga2:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  592. end)
  593.  
  594. VoidBag.MouseButton1Click:connect(function()
  595. local A_1 = "Void Bag"
  596. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  597. Event:FireServer(A_1)
  598. end)
  599.  
  600. VoidShroud.MouseButton1Click:connect(function()
  601. local A_1 = "Void Shroud"
  602. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  603. Event:FireServer(A_1)
  604. end)
  605.  
  606. VoidChestplate.MouseButton1Click:connect(function()
  607. local A_1 = "Void Chestplate"
  608. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  609. Event:FireServer(A_1)
  610. end)
  611.  
  612. VoidGreaves.MouseButton1Click:connect(function()
  613. local A_1 = "Void Greaves"
  614. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  615. Event:FireServer(A_1)
  616. end)
  617.  
  618.  
  619.  
  620. EmeraldAxe.MouseButton1Click:connect(function()
  621. local A_1 = "Emerald Axe"
  622. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  623. Event:FireServer(A_1)
  624. end)
  625.  
  626. EmeraldBlade.MouseButton1Click:connect(function()
  627. local A_1 = "Emerald Blade"
  628. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  629. Event:FireServer(A_1)
  630. end)
  631.  
  632. EmeraldPick.MouseButton1Click:connect(function()
  633. local A_1 = "Emerald Pick"
  634. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  635. Event:FireServer(A_1)
  636. end)
  637.  
  638. EmeraldBag.MouseButton1Click:connect(function()
  639. local A_1 = "Emerald Bag"
  640. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  641. Event:FireServer(A_1)
  642. end)
  643.  
  644. EmeraldHelmet.MouseButton1Click:connect(function()
  645. local A_1 = "Emerald Helmet"
  646. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  647. Event:FireServer(A_1)
  648. end)
  649.  
  650. EmeraldChestplate.MouseButton1Click:connect(function()
  651. local A_1 = "Emerald Chestplate"
  652. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  653. Event:FireServer(A_1)
  654. end)
  655.  
  656. EmeraldGreaves.MouseButton1Click:connect(function()
  657. local A_1 = "Emerald Greaves"
  658. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  659. Event:FireServer(A_1)
  660. end)
  661.  
  662.  
  663.  
  664. GodAxe.MouseButton1Click:connect(function()
  665. local A_1 = "God Axe"
  666. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  667. Event:FireServer(A_1)
  668. end)
  669.  
  670. GodRock.MouseButton1Click:connect(function()
  671. local A_1 = "God Rock"
  672. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  673. Event:FireServer(A_1)
  674. end)
  675.  
  676. GodPick.MouseButton1Click:connect(function()
  677. local A_1 = "God Pick"
  678. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  679. Event:FireServer(A_1)
  680. end)
  681.  
  682. GodHalo.MouseButton1Click:connect(function()
  683. local A_1 = "God Halo"
  684. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  685. Event:FireServer(A_1)
  686. end)
  687.  
  688. GodChestplate.MouseButton1Click:connect(function()
  689. local A_1 = "God Chestplate"
  690. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  691. Event:FireServer(A_1)
  692. end)
  693.  
  694. GodLegs.MouseButton1Click:connect(function()
  695. local A_1 = "God Legs"
  696. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  697. Event:FireServer(A_1)
  698. end)
  699.  
  700. GodBag.MouseButton1Click:connect(function()
  701. local A_1 = "God Bag"
  702. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  703. Event:FireServer(A_1)
  704. end)
  705.  
  706.  
  707. OOFHorn.MouseButton1Click:connect(function()
  708. local A_1 = "OOF Horn"
  709. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  710. Event:FireServer(A_1)
  711. end)
  712.  
  713.  
  714. InfinityChest.MouseButton1Down:connect(function()
  715. local plr = game:GetService("Players").LocalPlayer
  716. local mouse = plr:GetMouse()
  717. mouse.KeyDown:connect(function(key)
  718. if key == "q" then
  719. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  720. Torso = game.Players.LocalPlayer.Character.UpperTorso
  721. b = Torso.Position + Torso.CFrame.lookVector * 10
  722. local c = b.x
  723. local d = b.y - 2
  724. local e = b.z
  725. for i = 1,1 do
  726. local A_1 = "Infinity Chest"
  727. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  728. local A_3 = 0
  729. Event:FireServer(A_1, A_2, A_3)
  730. end end end)
  731. end)
  732.  
  733.  
  734. CraftAnyItem.MouseButton1Click:connect(function()
  735. local event = game.ReplicatedStorage.Events.CraftItem
  736. local item = CraftItem.Text
  737. event:FireServer(item)
  738. end)
  739.  
  740. GodHut.MouseButton1Click:connect(function()
  741. local plr = game:GetService("Players").LocalPlayer
  742. local mouse = plr:GetMouse()
  743. mouse.KeyDown:connect(function(key)
  744. if key == "g" then
  745. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  746. Torso = game.Players.LocalPlayer.Character.UpperTorso
  747. b = Torso.Position + Torso.CFrame.lookVector * 10
  748. local c = b.x
  749. local d = b.y - 2
  750. local e = b.z
  751. for i = 1,1 do
  752. local A_1 = "God Hut"
  753. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  754. local A_3 = 0
  755. Event:FireServer(A_1, A_2, A_3)
  756. end end end)
  757. end)
  758.  
  759. AutoPickUp.MouseButton1Click:connect(function()
  760. local Objects;
  761. local Pickup = function(Character)
  762. local myPos = Character.HumanoidRootPart.Position
  763. local Objects = {}
  764. for i,v in pairs(workspace:GetChildren()) do
  765. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  766. local Pos = v.Position
  767. local Distance = (myPos - Pos).magnitude
  768. if Distance < 40 then
  769. table.insert(Objects, v)
  770. end
  771. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  772. local Pos = v.Part.Position
  773. local Distance = (myPos - Pos).magnitude
  774. if Distance < 40 then
  775. table.insert(Objects, v)
  776. end
  777. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  778. local Pos = v.Position
  779. local Distance = (myPos - Pos).magnitude
  780. if Distance < 40 then
  781. table.insert(Objects, v)
  782. end
  783. end
  784. end
  785. for i,v in pairs(Objects) do
  786. for i=1,10 do
  787. v.Position = myPos
  788. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  789. end
  790. end
  791. end
  792. wait(1)
  793. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  794.  
  795. mouse.KeyDown:connect(function(key)
  796. if key == AutoPickUpBind.Text then
  797. print'AutoPicked-up YEET'
  798. Pickup(game.Players.LocalPlayer.Character)
  799. end
  800. end)
  801. end)
  802.  
  803. local plr = game:GetService("Players").LocalPlayer
  804. local char = plr.Character
  805. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  806. local hum = char:FindFirstChild("HumanoidRootPart")
  807.  
  808. --SpeedVariables
  809. local plr = game:GetService("Players").LocalPlayer
  810. local char = plr.Character
  811. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  812. local hum = char:FindFirstChild("HumanoidRootPart")
  813. --yeet
  814. Speed.MouseButton1Down:connect(function()
  815. local plr = game:GetService("Players").LocalPlayer
  816. local char = plr.Character
  817. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  818. local hum = char:FindFirstChild("HumanoidRootPart")
  819. mouse.KeyDown:connect(function(key)
  820. if key == SpeedBind.Text then
  821. loop = true
  822. while loop do
  823. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
  824. wait()
  825. end
  826. end
  827. end)
  828. end)
  829.  
  830. mouse.KeyUp:connect(function(key)
  831. if key == SpeedBind.Text then
  832. loop = false
  833. end
  834. end)
  835.  
  836. AutoBreak.MouseButton1Click:connect(function()
  837. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  838. local breaking=false
  839. mouse.KeyDown:connect(function(key)
  840. if key == Breakkey.Text then
  841. breaking = true
  842. while breaking and wait(0.1) do
  843. local part = game:GetService("Players").LocalPlayer:GetMouse().Target
  844. local one = game:GetService("ReplicatedStorage").RelativeTime.Value
  845. local two = {part,part,part,part}
  846. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)
  847. end
  848. end
  849. end)
  850. mouse.KeyUp:connect(function(key)
  851. if key == Breakkey.Text then
  852. breaking = false
  853. end
  854. end)
  855. end)
  856.  
  857. RevizV2.MouseButton1Click:connect(function()
  858. loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
  859. end)
  860.  
  861. RemoveRainbtn.MouseButton1Click:Connect(function()
  862. if workspace:FindFirstChild('RainPart') ~= nil then
  863. workspace.RainPart:Destroy()
  864. game.ReplicatedStorage.Sounds.Nature.Rain:Stop()
  865. game.ReplicatedStorage.Sounds.Nature.Thunder:Stop()
  866. game.Lighting.Rain:Destroy()
  867. game.ReplicatedStorage.Skies.Shine:Clone().Parent = game.Lighting
  868. end
  869. end)
  870.  
  871. TpSpambtn.MouseButton1Down:connect(function()
  872. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  873. if v.Name:lower():find(TpSpamPlayerNamekb.Text:lower()) then
  874. if v.Name == "Infinity_Chest" or v.Name == "BlueBearTimx" then
  875. print("Fools you cannot kill the devs")
  876. else
  877. player = game.Players.LocalPlayer.Character
  878. repeat
  879. player.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  880. wait(.001)
  881. until v.Character.Humanoid.Health <= 0
  882. end
  883. end
  884. end
  885. end)
  886.  
  887. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  888.  
  889. local enabledesp = false
  890.  
  891. function CreateESP(plr)
  892.  
  893. if plr ~= nil then
  894.  
  895. local GetChar = plr.Character
  896. if not GetChar then return end
  897.  
  898. local GetHead do
  899.  
  900. repeat wait() until GetChar:FindFirstChild("Head")
  901.  
  902. end
  903. GetHead = GetChar.Head
  904.  
  905. local bb = Instance.new("BillboardGui", Important.CoreGui)
  906. bb.Adornee = GetHead
  907. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  908. bb.AlwaysOnTop = true
  909. bb.Size = UDim2.new(0, 5, 0, 5)
  910. bb.StudsOffset = Vector3.new(0, 3, 0)
  911. bb.Name = "ESP_PLAYER_" .. plr.Name
  912.  
  913. local displayframe = Instance.new("Frame", bb)
  914. displayframe.ZIndex = 10
  915. displayframe.BackgroundTransparency = 1
  916. displayframe.Size = UDim2.new(1,0,1,0)
  917.  
  918. local name = Instance.new("TextLabel", displayframe)
  919. name.Name = "Name"
  920. name.ZIndex = 10
  921. name.Text = plr.Name
  922. name.Visible = true
  923. name.TextColor3 = Color3.new(170,0,0)
  924. name.BackgroundTransparency = 1
  925. name.Size = UDim2.new(1,0,10,0)
  926. name.Font = Enum.Font.SourceSansLight
  927. name.TextSize = 20
  928. name.TextStrokeTransparency = .5
  929.  
  930. end
  931.  
  932. end
  933.  
  934. ESPbtn.MouseButton1Click:Connect(function()
  935. for i,v in pairs(Important.Players:GetChildren()) do
  936.  
  937. CreateESP(v)
  938. end
  939. end)
  940.  
  941. DropAllItemsbtn.MouseButton1Click:Connect(function()
  942.  
  943. Player = game.Players.LocalPlayer
  944. Mouse = Player:GetMouse()
  945.  
  946. function PressedE(key)
  947. Key = key:lower()
  948. if Key == DropAllItemskb.Text then
  949. for i=1, 100 do
  950. game.ReplicatedStorage.Events.DropBagItem:FireServer(DropAllItemsItemNamekb.Text)
  951. end
  952. end
  953. end
  954. Mouse.KeyDown:connect(PressedE)
  955. end)
  956.  
  957.  
  958. RemoveAllEffectsbtn.MouseButton1Click:Connect(function()
  959. game.Lighting.FogEnd = 1200000
  960. game.Lighting.Brightness = 3
  961. game.Lighting.GlobalShadows = false
  962. end)
  963.  
  964. VoidTpbtn.MouseButton1Click:Connect(function()
  965. game:GetService("TeleportService"):Teleport(2021740958)
  966. print('VoidTP Credits: Flareo!')
  967. end)
  968.  
  969. AutoEatbtn.MouseButton1Click:Connect(function()
  970. if game.PlaceId == 1262182609 or game.PlaceId == 2021740958 then
  971. local lol = 1
  972. local plr = game:GetService("Players").LocalPlayer
  973. local mouse = plr:GetMouse()
  974. mouse.KeyDown:connect(function(key)
  975. if key == AutoEatkb.Text then
  976. lol = 0
  977. while lol == 0 do
  978. wait()
  979. local Event = game:GetService("ReplicatedStorage").Events.UseBagItem
  980. Event:FireServer(AutoEatFoodNamekb.Text)
  981. Event:FireServer(AutoEatFoodNamekb.Text)
  982. Event:FireServer(AutoEatFoodNamekb.Text)
  983. end end end)
  984. local plr = game:GetService("Players").LocalPlayer
  985. local mouse = plr:GetMouse()
  986. mouse.KeyUp:connect(function(key)
  987. if key == AutoEatkb.Text then
  988. lol = 1
  989. end end) end
  990. end)
  991. AutoCampfirebtn.MouseButton1Click:Connect(function()
  992. local Fires = 1
  993. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  994. h = game.Players.LocalPlayer.Character.LowerTorso.Position
  995. local c = h.x + 5
  996. local d = h.y - 2
  997. local e = h.z
  998. local j = h.x
  999. local k = h.y - 2
  1000. local l = h.z
  1001. local aa = h.x - 5
  1002. local bb = h.y - 2
  1003. local cc = h.z
  1004. local aaa = h.x
  1005. local bbb = h.y - 2
  1006. local ccc = h.z + 5
  1007. local aaaa = h.x
  1008. local bbbb = h.y - 2
  1009. local cccc = h.z - 5
  1010. for i = 1,1 do
  1011. local C_1 = "Chest"
  1012. local C_2 = CFrame.new(j, k, l, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1013. local C_3 = 0
  1014. Event:FireServer(C_1, C_2, C_3)
  1015. end
  1016. for i = 1,Fires do
  1017. local A_1 = "Campfire"
  1018. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1019. local A_3 = 0
  1020. Event:FireServer(A_1, A_2, A_3)
  1021. end
  1022. for i = 1,Fires do
  1023. local B_1 = "Campfire"
  1024. local B_2 = CFrame.new(aa, bb, cc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1025. local B_3 = 0
  1026. Event:FireServer(B_1, B_2, B_3)
  1027. end
  1028. for i = 1,Fires do
  1029. local D_1 = "Campfire"
  1030. local D_2 = CFrame.new(aaa, bbb, ccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1031. local D_3 = 0
  1032. Event:FireServer(D_1, D_2, D_3)
  1033. end
  1034. for i = 1,Fires do
  1035. local E_1 = "Campfire"
  1036. local E_2 = CFrame.new(aaaa, bbbb, cccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  1037. local E_3 = 0
  1038. Event:FireServer(E_1, E_2, E_3)
  1039. end
  1040. end)
  1041.  
  1042. AutoWallTrapbtn.MouseButton1Click:Connect(function()
  1043. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1044. h = game.Players.LocalPlayer.Character.LowerTorso.Position
  1045. local aa = h.x + 13
  1046. local bb = h.y - 2
  1047. local cc = h.z
  1048. local aaa = h.x - 13
  1049. local bbb = h.y - 2
  1050. local ccc = h.z
  1051. local aaaa = h.x
  1052. local bbbb = h.y - 2
  1053. local cccc = h.z + 13
  1054. local aaaaa = h.x
  1055. local bbbbb = h.y - 2
  1056. local ccccc = h.z - 13
  1057. local k_1 = "Stone Wall"
  1058. local k_2 = CFrame.new(aaaa, bbbb, cccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)
  1059. local k_3 = 177
  1060. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1061. Event:FireServer(k_1, k_2, k_3)
  1062. local l_1 = "Stone Wall"
  1063. local l_2 = CFrame.new(aaaaa, bbbbb, ccccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)
  1064. local l_3 = 177
  1065. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1066. Event:FireServer(l_1, l_2, l_3)
  1067. local m_1 = "Stone Wall"
  1068. local m_2 = CFrame.new(aaa, bbb, ccc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
  1069. local m_3 = 270
  1070. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1071. Event:FireServer(m_1, m_2, m_3)
  1072. local n_1 = "Stone Wall"
  1073. local n_2 = CFrame.new(aa, bb, cc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
  1074. local n_3 = 270
  1075. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  1076. Event:FireServer(n_1, n_2, n_3)
  1077. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement