Advertisement
nazmoney

INF jump With Speed

Feb 14th, 2020
912
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. -- Not MY script
  2. local Player = game:GetService'Players'.LocalPlayer;
  3. local UIS = game:GetService'UserInputService';
  4.  
  5. _G.JumpHeight = 50;
  6.  
  7. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  8.  
  9. UIS.InputBegan:connect(function(UserInput)
  10. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  11. Action(Player.Character.Humanoid, function(self)
  12. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  13. Action(self.Parent.HumanoidRootPart, function(self)
  14. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  15. end)
  16. end
  17. end)
  18. end
  19. end)-- Made by Tokumei/Aresuu
  20. -- Instances:
  21. local BoogaBV1 = Instance.new("ScreenGui")
  22. local BoogaBV1_2 = Instance.new("Frame")
  23. local Speed = Instance.new("TextButton")
  24. local SpeedBind = Instance.new("TextBox")
  25. local AutoPickUp = Instance.new("TextButton")
  26. local AutoPickUpBind = Instance.new("TextBox")
  27. local CraftAnyItem = Instance.new("TextButton")
  28. local CraftItem = Instance.new("TextBox")
  29. local Title = Instance.new("TextLabel")
  30. local InfinityChest = Instance.new("TextButton")
  31. local RevizV2 = Instance.new("TextButton")
  32. local GodHut = Instance.new("TextButton")
  33. local MadebyTokumeiAresuu = Instance.new("TextLabel")
  34. local CreditOwners = Instance.new("TextLabel")
  35. local AutoBreak = Instance.new("TextButton")
  36. local Breakkey = Instance.new("TextBox")
  37. local EmeraldSetCrafter = Instance.new("TextButton")
  38. local FEme = Instance.new("Frame")
  39. local SFrameEme = Instance.new("ScrollingFrame")
  40. local EmeraldHelmet = Instance.new("TextButton")
  41. local EmeraldChestplate = Instance.new("TextButton")
  42. local EmeraldGreaves = Instance.new("TextButton")
  43. local EmeraldPick = Instance.new("TextButton")
  44. local EmeraldBlade = Instance.new("TextButton")
  45. local EmeraldAxe = Instance.new("TextButton")
  46. local EmeraldBag = Instance.new("TextButton")
  47. local GodSetCrafter = Instance.new("TextButton")
  48. local FGod = Instance.new("Frame")
  49. local SFrameGod = Instance.new("ScrollingFrame")
  50. local GodHalo = Instance.new("TextButton")
  51. local GodChestplate = Instance.new("TextButton")
  52. local GodLegs = Instance.new("TextButton")
  53. local GodRock = Instance.new("TextButton")
  54. local GodPick = Instance.new("TextButton")
  55. local GodAxe = Instance.new("TextButton")
  56. local GodBag = Instance.new("TextButton")
  57. local OOFHorn = Instance.new("TextButton")
  58. local VoidSetCrafter = Instance.new("TextButton")
  59. local FVOID = Instance.new("Frame")
  60. local SFrameVoid = Instance.new("ScrollingFrame")
  61. local VoidShroud = Instance.new("TextButton")
  62. local VoidChestplate = Instance.new("TextButton")
  63. local VoidGreaves = Instance.new("TextButton")
  64. local VoidBag = Instance.new("TextButton")
  65. local TeletoVoid = Instance.new("TextButton")
  66. local Open = Instance.new("TextButton")
  67. local Close = Instance.new("TextButton")
  68. --Properties:
  69. BoogaBV1.Name = "BoogaBV1"
  70. BoogaBV1.Parent = game.CoreGui
  71.  
  72. BoogaBV1_2.Name = "BoogaBV1"
  73. BoogaBV1_2.Parent = BoogaBV1
  74. BoogaBV1_2.Active = true
  75. BoogaBV1_2.BackgroundColor3 = Color3.new(1, 0.65098, 0)
  76. BoogaBV1_2.BackgroundTransparency = 0.30000001192093
  77. BoogaBV1_2.BorderColor3 = Color3.new(0, 0, 0)
  78. BoogaBV1_2.BorderSizePixel = 5
  79. BoogaBV1_2.Position = UDim2.new(0.315448642, 0, 0.254980087, 0)
  80. BoogaBV1_2.Size = UDim2.new(0, 487, 0, 245)
  81. BoogaBV1_2.Draggable = true
  82.  
  83. Speed.Name = "Speed"
  84. Speed.Parent = BoogaBV1_2
  85. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  86. Speed.BorderColor3 = Color3.new(0, 0, 0)
  87. Speed.BorderSizePixel = 3
  88. Speed.Position = UDim2.new(0.0164271053, 0, 0.877551019, 0)
  89. Speed.Size = UDim2.new(0, 117, 0, 25)
  90. Speed.Font = Enum.Font.Cartoon
  91. Speed.Text = "Speed"
  92. Speed.TextColor3 = Color3.new(1, 1, 1)
  93. Speed.TextScaled = true
  94. Speed.TextSize = 14
  95. Speed.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  96. Speed.TextWrapped = true
  97.  
  98. SpeedBind.Name = "SpeedBind"
  99. SpeedBind.Parent = Speed
  100. SpeedBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  101. SpeedBind.BorderColor3 = Color3.new(0, 0, 0)
  102. SpeedBind.BorderSizePixel = 3
  103. SpeedBind.Position = UDim2.new(1.15199995, 0, 0, 0)
  104. SpeedBind.Size = UDim2.new(0, 83, 0, 26)
  105. SpeedBind.Font = Enum.Font.Cartoon
  106. SpeedBind.Text = "Key Bind"
  107. SpeedBind.TextColor3 = Color3.new(0, 0, 0)
  108. SpeedBind.TextScaled = true
  109. SpeedBind.TextSize = 14
  110. SpeedBind.TextWrapped = true
  111.  
  112. AutoPickUp.Name = "Auto Pick Up"
  113. AutoPickUp.Parent = BoogaBV1_2
  114. AutoPickUp.BackgroundColor3 = Color3.new(0, 0, 0)
  115. AutoPickUp.BorderColor3 = Color3.new(0, 0, 0)
  116. AutoPickUp.BorderSizePixel = 3
  117. AutoPickUp.Position = UDim2.new(0.0164271053, 0, 0.596045792, 0)
  118. AutoPickUp.Size = UDim2.new(0, 117, 0, 25)
  119. AutoPickUp.Font = Enum.Font.Cartoon
  120. AutoPickUp.Text = "Auto Pick Up"
  121. AutoPickUp.TextColor3 = Color3.new(1, 1, 1)
  122. AutoPickUp.TextScaled = true
  123. AutoPickUp.TextSize = 14
  124. AutoPickUp.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  125. AutoPickUp.TextWrapped = true
  126.  
  127. AutoPickUpBind.Name = "AutoPickUpBind"
  128. AutoPickUpBind.Parent = AutoPickUp
  129. AutoPickUpBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  130. AutoPickUpBind.BorderColor3 = Color3.new(0, 0, 0)
  131. AutoPickUpBind.BorderSizePixel = 3
  132. AutoPickUpBind.Position = UDim2.new(1.15199995, 0, 0, 0)
  133. AutoPickUpBind.Size = UDim2.new(0, 83, 0, 25)
  134. AutoPickUpBind.Font = Enum.Font.Cartoon
  135. AutoPickUpBind.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  136. AutoPickUpBind.Text = "Key Bind"
  137. AutoPickUpBind.TextColor3 = Color3.new(0, 0, 0)
  138. AutoPickUpBind.TextScaled = true
  139. AutoPickUpBind.TextSize = 14
  140. AutoPickUpBind.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  141. AutoPickUpBind.TextWrapped = true
  142.  
  143. CraftAnyItem.Name = "Craft Any Item"
  144. CraftAnyItem.Parent = BoogaBV1_2
  145. CraftAnyItem.BackgroundColor3 = Color3.new(0, 0, 0)
  146. CraftAnyItem.BorderColor3 = Color3.new(0, 0, 0)
  147. CraftAnyItem.BorderSizePixel = 2
  148. CraftAnyItem.Position = UDim2.new(0.0164271053, 0, 0.461892724, 0)
  149. CraftAnyItem.Size = UDim2.new(0, 117, 0, 25)
  150. CraftAnyItem.Font = Enum.Font.Cartoon
  151. CraftAnyItem.Text = "Craft Any Item"
  152. CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)
  153. CraftAnyItem.TextScaled = true
  154. CraftAnyItem.TextSize = 14
  155. CraftAnyItem.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  156. CraftAnyItem.TextWrapped = true
  157.  
  158. CraftItem.Name = "Craft Item"
  159. CraftItem.Parent = CraftAnyItem
  160. CraftItem.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  161. CraftItem.BorderColor3 = Color3.new(0, 0, 0)
  162. CraftItem.BorderSizePixel = 3
  163. CraftItem.Position = UDim2.new(1.15384614, 0, 0, 0)
  164. CraftItem.Size = UDim2.new(0, 84, 0, 25)
  165. CraftItem.Font = Enum.Font.Cartoon
  166. CraftItem.Text = "Item Name"
  167. CraftItem.TextColor3 = Color3.new(0, 0, 0)
  168. CraftItem.TextScaled = true
  169. CraftItem.TextSize = 14
  170. CraftItem.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  171. CraftItem.TextWrapped = true
  172.  
  173. Title.Name = "Title"
  174. Title.Parent = BoogaBV1_2
  175. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  176. Title.Size = UDim2.new(0, 487, 0, 29)
  177. Title.Font = Enum.Font.Cartoon
  178. Title.Text = "BoogaBitchesV1"
  179. Title.TextColor3 = Color3.new(0, 0, 0)
  180. Title.TextScaled = true
  181. Title.TextSize = 16
  182. Title.TextWrapped = true
  183.  
  184. InfinityChest.Name = "Infinity Chest"
  185. InfinityChest.Parent = BoogaBV1_2
  186. InfinityChest.BackgroundColor3 = Color3.new(0, 0, 0)
  187. InfinityChest.BorderColor3 = Color3.new(0, 0, 0)
  188. InfinityChest.BorderSizePixel = 3
  189. InfinityChest.Position = UDim2.new(0.291581094, 0, 0.32911393, 0)
  190. InfinityChest.Size = UDim2.new(0, 117, 0, 21)
  191. InfinityChest.Font = Enum.Font.Cartoon
  192. InfinityChest.Text = "Infinity Chest [Q]"
  193. InfinityChest.TextColor3 = Color3.new(1, 1, 1)
  194. InfinityChest.TextScaled = true
  195. InfinityChest.TextSize = 14
  196. InfinityChest.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  197. InfinityChest.TextWrapped = true
  198.  
  199. RevizV2.Name = "Reviz V2"
  200. RevizV2.Parent = BoogaBV1_2
  201. RevizV2.BackgroundColor3 = Color3.new(0, 0, 0)
  202. RevizV2.BorderColor3 = Color3.new(0, 0, 0)
  203. RevizV2.BorderSizePixel = 3
  204. RevizV2.Position = UDim2.new(0.572895288, 0, 0.15611814, 0)
  205. RevizV2.Size = UDim2.new(0, 194, 0, 25)
  206. RevizV2.Font = Enum.Font.Cartoon
  207. RevizV2.Text = "Reviz V2"
  208. RevizV2.TextColor3 = Color3.new(1, 1, 1)
  209. RevizV2.TextScaled = true
  210. RevizV2.TextSize = 14
  211. RevizV2.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  212. RevizV2.TextWrapped = true
  213.  
  214. GodHut.Name = "God Hut"
  215. GodHut.Parent = BoogaBV1_2
  216. GodHut.BackgroundColor3 = Color3.new(0, 0, 0)
  217. GodHut.BorderColor3 = Color3.new(0, 0, 0)
  218. GodHut.BorderSizePixel = 3
  219. GodHut.Position = UDim2.new(0.572895288, 0, 0.327337861, 0)
  220. GodHut.Size = UDim2.new(0, 194, 0, 25)
  221. GodHut.Font = Enum.Font.Cartoon
  222. GodHut.Text = "God Hut [G]"
  223. GodHut.TextColor3 = Color3.new(1, 1, 1)
  224. GodHut.TextScaled = true
  225. GodHut.TextSize = 14
  226. GodHut.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  227. GodHut.TextWrapped = true
  228.  
  229. MadebyTokumeiAresuu.Name = "Made by Tokumei/Aresuu"
  230. MadebyTokumeiAresuu.Parent = BoogaBV1_2
  231. MadebyTokumeiAresuu.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  232. MadebyTokumeiAresuu.BorderColor3 = Color3.new(0, 0, 0)
  233. MadebyTokumeiAresuu.BorderSizePixel = 5
  234. MadebyTokumeiAresuu.Position = UDim2.new(0.704355955, 0, 0.699711502, 0)
  235. MadebyTokumeiAresuu.Size = UDim2.new(0, 144, 0, 34)
  236. MadebyTokumeiAresuu.Font = Enum.Font.Cartoon
  237. MadebyTokumeiAresuu.Text = "Made by Tokumei/Aresuu"
  238. MadebyTokumeiAresuu.TextColor3 = Color3.new(0, 0, 0)
  239. MadebyTokumeiAresuu.TextSize = 14
  240.  
  241. CreditOwners.Name = "Credit Owners"
  242. CreditOwners.Parent = MadebyTokumeiAresuu
  243. CreditOwners.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  244. CreditOwners.BorderColor3 = Color3.new(0, 0, 0)
  245. CreditOwners.BorderSizePixel = 5
  246. CreditOwners.Position = UDim2.new(-0.686473131, 0, 1.04991567, 0)
  247. CreditOwners.Size = UDim2.new(0, 243, 0, 34)
  248. CreditOwners.Font = Enum.Font.Cartoon
  249. CreditOwners.Text = "Credit to the Owners of Scripts that i Used for this GUI"
  250. CreditOwners.TextColor3 = Color3.new(0, 0, 0)
  251. CreditOwners.TextScaled = true
  252. CreditOwners.TextSize = 14
  253. CreditOwners.TextWrapped = true
  254.  
  255. AutoBreak.Name = "AutoBreak"
  256. AutoBreak.Parent = BoogaBV1_2
  257. AutoBreak.BackgroundColor3 = Color3.new(0, 0, 0)
  258. AutoBreak.BorderColor3 = Color3.new(0, 0, 0)
  259. AutoBreak.BorderSizePixel = 3
  260. AutoBreak.Position = UDim2.new(0.0164271053, 0, 0.735780597, 0)
  261. AutoBreak.Size = UDim2.new(0, 117, 0, 25)
  262. AutoBreak.Font = Enum.Font.Cartoon
  263. AutoBreak.Text = "Auto Break"
  264. AutoBreak.TextColor3 = Color3.new(1, 1, 1)
  265. AutoBreak.TextScaled = true
  266. AutoBreak.TextSize = 14
  267. AutoBreak.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  268. AutoBreak.TextWrapped = true
  269.  
  270. Breakkey.Name = "Breakkey"
  271. Breakkey.Parent = AutoBreak
  272. Breakkey.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  273. Breakkey.BorderColor3 = Color3.new(0, 0, 0)
  274. Breakkey.BorderSizePixel = 3
  275. Breakkey.Position = UDim2.new(1.15199995, 0, 0, 0)
  276. Breakkey.Size = UDim2.new(0, 83, 0, 25)
  277. Breakkey.Font = Enum.Font.Cartoon
  278. Breakkey.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  279. Breakkey.Text = "Key Bind"
  280. Breakkey.TextColor3 = Color3.new(0, 0, 0)
  281. Breakkey.TextScaled = true
  282. Breakkey.TextSize = 14
  283. Breakkey.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  284. Breakkey.TextWrapped = true
  285.  
  286. EmeraldSetCrafter.Name = "Emerald Set Crafter"
  287. EmeraldSetCrafter.Parent = BoogaBV1_2
  288. EmeraldSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
  289. EmeraldSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
  290. EmeraldSetCrafter.BorderSizePixel = 3
  291. EmeraldSetCrafter.Position = UDim2.new(0.0164271053, 0, 0.156479806, 0)
  292. EmeraldSetCrafter.Size = UDim2.new(0, 117, 0, 25)
  293. EmeraldSetCrafter.Font = Enum.Font.Cartoon
  294. EmeraldSetCrafter.Text = "Emerald Set Crafter"
  295. EmeraldSetCrafter.TextColor3 = Color3.new(1, 1, 1)
  296. EmeraldSetCrafter.TextScaled = true
  297. EmeraldSetCrafter.TextSize = 14
  298. EmeraldSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  299. EmeraldSetCrafter.TextWrapped = true
  300.  
  301. FEme.Name = "FEme"
  302. FEme.Parent = EmeraldSetCrafter
  303. FEme.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  304. FEme.BorderColor3 = Color3.new(0, 0, 0)
  305. FEme.BorderSizePixel = 5
  306. FEme.Position = UDim2.new(-1.64102566, 0, -1.47999966, 0)
  307. FEme.Size = UDim2.new(0, 169, 0, 199)
  308. FEme.Visible = false
  309.  
  310. SFrameEme.Name = "SFrameEme"
  311. SFrameEme.Parent = FEme
  312. SFrameEme.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  313. SFrameEme.Size = UDim2.new(0, 157, 0, 199)
  314.  
  315. EmeraldHelmet.Name = "Emerald Helmet"
  316. EmeraldHelmet.Parent = SFrameEme
  317. EmeraldHelmet.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  318. EmeraldHelmet.Position = UDim2.new(0.055555556, 0, 0.0355654769, 0)
  319. EmeraldHelmet.Size = UDim2.new(0, 131, 0, 39)
  320. EmeraldHelmet.Font = Enum.Font.SourceSans
  321. EmeraldHelmet.Text = "Emerald Helmet"
  322. EmeraldHelmet.TextColor3 = Color3.new(0, 0, 0)
  323. EmeraldHelmet.TextSize = 14
  324.  
  325. EmeraldChestplate.Name = "Emerald Chestplate"
  326. EmeraldChestplate.Parent = SFrameEme
  327. EmeraldChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  328. EmeraldChestplate.Position = UDim2.new(0.055555556, 0, 0.131398827, 0)
  329. EmeraldChestplate.Size = UDim2.new(0, 131, 0, 39)
  330. EmeraldChestplate.Font = Enum.Font.SourceSans
  331. EmeraldChestplate.Text = "Emerald Chestplate"
  332. EmeraldChestplate.TextColor3 = Color3.new(0, 0, 0)
  333. EmeraldChestplate.TextSize = 14
  334.  
  335. EmeraldGreaves.Name = "Emerald Greaves"
  336. EmeraldGreaves.Parent = SFrameEme
  337. EmeraldGreaves.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  338. EmeraldGreaves.Position = UDim2.new(0.055555556, 0, 0.231398791, 0)
  339. EmeraldGreaves.Size = UDim2.new(0, 131, 0, 39)
  340. EmeraldGreaves.Font = Enum.Font.SourceSans
  341. EmeraldGreaves.Text = "Emerald Greaves"
  342. EmeraldGreaves.TextColor3 = Color3.new(0, 0, 0)
  343. EmeraldGreaves.TextSize = 14
  344.  
  345. EmeraldPick.Name = "Emerald Pick"
  346. EmeraldPick.Parent = SFrameEme
  347. EmeraldPick.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  348. EmeraldPick.Position = UDim2.new(0.055555556, 0, 0.333482146, 0)
  349. EmeraldPick.Size = UDim2.new(0, 131, 0, 39)
  350. EmeraldPick.Font = Enum.Font.SourceSans
  351. EmeraldPick.Text = "Emerald Pick"
  352. EmeraldPick.TextColor3 = Color3.new(0, 0, 0)
  353. EmeraldPick.TextSize = 14
  354.  
  355. EmeraldBlade.Name = "Emerald Blade"
  356. EmeraldBlade.Parent = SFrameEme
  357. EmeraldBlade.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  358. EmeraldBlade.Position = UDim2.new(0.0555555597, 0, 0.433482111, 0)
  359. EmeraldBlade.Size = UDim2.new(0, 131, 0, 39)
  360. EmeraldBlade.Font = Enum.Font.SourceSans
  361. EmeraldBlade.Text = "Emerald Blade"
  362. EmeraldBlade.TextColor3 = Color3.new(0, 0, 0)
  363. EmeraldBlade.TextSize = 14
  364.  
  365. EmeraldAxe.Name = "Emerald Axe"
  366. EmeraldAxe.Parent = SFrameEme
  367. EmeraldAxe.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  368. EmeraldAxe.Position = UDim2.new(0.0555555597, 0, 0.539732158, 0)
  369. EmeraldAxe.Size = UDim2.new(0, 131, 0, 39)
  370. EmeraldAxe.Font = Enum.Font.SourceSans
  371. EmeraldAxe.Text = "Emerald Axe"
  372. EmeraldAxe.TextColor3 = Color3.new(0, 0, 0)
  373. EmeraldAxe.TextSize = 14
  374.  
  375. EmeraldBag.Name = "Emerald Bag"
  376. EmeraldBag.Parent = SFrameEme
  377. EmeraldBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  378. EmeraldBag.Position = UDim2.new(0.0555555597, 0, 0.637648761, 0)
  379. EmeraldBag.Size = UDim2.new(0, 131, 0, 39)
  380. EmeraldBag.Font = Enum.Font.SourceSans
  381. EmeraldBag.Text = "Emerald Bag"
  382. EmeraldBag.TextColor3 = Color3.new(0, 0, 0)
  383. EmeraldBag.TextSize = 14
  384.  
  385. GodSetCrafter.Name = "God Set Crafter"
  386. GodSetCrafter.Parent = BoogaBV1_2
  387. GodSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
  388. GodSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
  389. GodSetCrafter.BorderSizePixel = 3
  390. GodSetCrafter.Position = UDim2.new(0.0164270997, 0, 0.310994625, 0)
  391. GodSetCrafter.Size = UDim2.new(0, 117, 0, 25)
  392. GodSetCrafter.Font = Enum.Font.Cartoon
  393. GodSetCrafter.Text = "God Set Crafter"
  394. GodSetCrafter.TextColor3 = Color3.new(1, 1, 1)
  395. GodSetCrafter.TextScaled = true
  396. GodSetCrafter.TextSize = 14
  397. GodSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  398. GodSetCrafter.TextWrapped = true
  399.  
  400. FGod.Name = "FGod"
  401. FGod.Parent = GodSetCrafter
  402. FGod.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  403. FGod.BorderColor3 = Color3.new(0, 0, 0)
  404. FGod.BorderSizePixel = 5
  405. FGod.Position = UDim2.new(-1.64102578, 0, -2.95999932, 0)
  406. FGod.Size = UDim2.new(0, 169, 0, 199)
  407. FGod.Visible = false
  408.  
  409. SFrameGod.Name = "SFrameGod"
  410. SFrameGod.Parent = FGod
  411. SFrameGod.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  412. SFrameGod.Size = UDim2.new(0, 161, 0, 199)
  413.  
  414. GodHalo.Name = "God Halo"
  415. GodHalo.Parent = SFrameGod
  416. GodHalo.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  417. GodHalo.Position = UDim2.new(0.055555556, 0, 0.0334821418, 0)
  418. GodHalo.Size = UDim2.new(0, 131, 0, 39)
  419. GodHalo.Font = Enum.Font.SourceSans
  420. GodHalo.Text = "God Halo"
  421. GodHalo.TextColor3 = Color3.new(0, 0, 0)
  422. GodHalo.TextSize = 14
  423.  
  424. GodChestplate.Name = "God Chestplate"
  425. GodChestplate.Parent = SFrameGod
  426. GodChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  427. GodChestplate.Position = UDim2.new(0.055555556, 0, 0.135565475, 0)
  428. GodChestplate.Size = UDim2.new(0, 131, 0, 39)
  429. GodChestplate.Font = Enum.Font.SourceSans
  430. GodChestplate.Text = "God Chestplate"
  431. GodChestplate.TextColor3 = Color3.new(0, 0, 0)
  432. GodChestplate.TextSize = 14
  433.  
  434. GodLegs.Name = "God Legs"
  435. GodLegs.Parent = SFrameGod
  436. GodLegs.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  437. GodLegs.Position = UDim2.new(0.055555556, 0, 0.237648815, 0)
  438. GodLegs.Size = UDim2.new(0, 131, 0, 39)
  439. GodLegs.Font = Enum.Font.SourceSans
  440. GodLegs.Text = "God Legs"
  441. GodLegs.TextColor3 = Color3.new(0, 0, 0)
  442. GodLegs.TextSize = 14
  443.  
  444. GodRock.Name = "God Rock"
  445. GodRock.Parent = SFrameGod
  446. GodRock.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  447. GodRock.Position = UDim2.new(0.055555556, 0, 0.337648839, 0)
  448. GodRock.Size = UDim2.new(0, 131, 0, 39)
  449. GodRock.Font = Enum.Font.SourceSans
  450. GodRock.Text = "God Rock"
  451. GodRock.TextColor3 = Color3.new(0, 0, 0)
  452. GodRock.TextSize = 14
  453.  
  454. GodPick.Name = "God Pick"
  455. GodPick.Parent = SFrameGod
  456. GodPick.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  457. GodPick.Position = UDim2.new(0.0555555597, 0, 0.541815639, 0)
  458. GodPick.Size = UDim2.new(0, 131, 0, 39)
  459. GodPick.Font = Enum.Font.SourceSans
  460. GodPick.Text = "God Pick"
  461. GodPick.TextColor3 = Color3.new(0, 0, 0)
  462. GodPick.TextSize = 14
  463.  
  464. GodAxe.Name = "God Axe"
  465. GodAxe.Parent = SFrameGod
  466. GodAxe.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  467. GodAxe.Position = UDim2.new(0.0555555597, 0, 0.443898767, 0)
  468. GodAxe.Size = UDim2.new(0, 131, 0, 39)
  469. GodAxe.Font = Enum.Font.SourceSans
  470. GodAxe.Text = "God Axe"
  471. GodAxe.TextColor3 = Color3.new(0, 0, 0)
  472. GodAxe.TextSize = 14
  473.  
  474. GodBag.Name = "God Bag"
  475. GodBag.Parent = SFrameGod
  476. GodBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  477. GodBag.Position = UDim2.new(0.0555555597, 0, 0.739732146, 0)
  478. GodBag.Size = UDim2.new(0, 131, 0, 39)
  479. GodBag.Font = Enum.Font.SourceSans
  480. GodBag.Text = "God Bag"
  481. GodBag.TextColor3 = Color3.new(0, 0, 0)
  482. GodBag.TextSize = 14
  483.  
  484. OOFHorn.Name = "OOF Horn"
  485. OOFHorn.Parent = SFrameGod
  486. OOFHorn.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  487. OOFHorn.Position = UDim2.new(0.055555556, 0, 0.641815484, 0)
  488. OOFHorn.Size = UDim2.new(0, 131, 0, 39)
  489. OOFHorn.Font = Enum.Font.SourceSans
  490. OOFHorn.Text = "OOF Horn"
  491. OOFHorn.TextColor3 = Color3.new(0, 0, 0)
  492. OOFHorn.TextSize = 14
  493.  
  494. VoidSetCrafter.Name = "Void Set Crafter"
  495. VoidSetCrafter.Parent = BoogaBV1_2
  496. VoidSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
  497. VoidSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
  498. VoidSetCrafter.BorderSizePixel = 3
  499. VoidSetCrafter.Position = UDim2.new(0.291581094, 0, 0.155744419, 0)
  500. VoidSetCrafter.Size = UDim2.new(0, 117, 0, 25)
  501. VoidSetCrafter.Font = Enum.Font.Cartoon
  502. VoidSetCrafter.Text = "Void Set Crafter"
  503. VoidSetCrafter.TextColor3 = Color3.new(1, 1, 1)
  504. VoidSetCrafter.TextScaled = true
  505. VoidSetCrafter.TextSize = 14
  506. VoidSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  507. VoidSetCrafter.TextWrapped = true
  508.  
  509. FVOID.Name = "FVOID"
  510. FVOID.Parent = VoidSetCrafter
  511. FVOID.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  512. FVOID.BorderColor3 = Color3.new(0, 0, 0)
  513. FVOID.BorderSizePixel = 5
  514. FVOID.Position = UDim2.new(-2.78632498, 0, -1.47999954, 0)
  515. FVOID.Size = UDim2.new(0, 169, 0, 199)
  516. FVOID.Visible = false
  517.  
  518. SFrameVoid.Name = "SFrameVoid"
  519. SFrameVoid.Parent = FVOID
  520. SFrameVoid.Active = true
  521. SFrameVoid.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  522. SFrameVoid.Size = UDim2.new(0, 157, 0, 199)
  523.  
  524. VoidShroud.Name = "Void Shroud"
  525. VoidShroud.Parent = SFrameVoid
  526. VoidShroud.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  527. VoidShroud.Position = UDim2.new(0.055555556, 0, 0.0334821418, 0)
  528. VoidShroud.Size = UDim2.new(0, 131, 0, 39)
  529. VoidShroud.Font = Enum.Font.SourceSans
  530. VoidShroud.Text = "Void Shroud"
  531. VoidShroud.TextColor3 = Color3.new(0, 0, 0)
  532. VoidShroud.TextSize = 14
  533.  
  534. VoidChestplate.Name = "Void Chestplate"
  535. VoidChestplate.Parent = SFrameVoid
  536. VoidChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  537. VoidChestplate.Position = UDim2.new(0.055555556, 0, 0.151785716, 0)
  538. VoidChestplate.Size = UDim2.new(0, 131, 0, 39)
  539. VoidChestplate.Font = Enum.Font.SourceSans
  540. VoidChestplate.Text = "Void Shroud"
  541. VoidChestplate.TextColor3 = Color3.new(0, 0, 0)
  542. VoidChestplate.TextSize = 14
  543.  
  544. VoidGreaves.Name = "Void Greaves"
  545. VoidGreaves.Parent = SFrameVoid
  546. VoidGreaves.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  547. VoidGreaves.Position = UDim2.new(0.055555556, 0, 0.272321433, 0)
  548. VoidGreaves.Size = UDim2.new(0, 131, 0, 39)
  549. VoidGreaves.Font = Enum.Font.SourceSans
  550. VoidGreaves.Text = "Void Shroud"
  551. VoidGreaves.TextColor3 = Color3.new(0, 0, 0)
  552. VoidGreaves.TextSize = 14
  553.  
  554. VoidBag.Name = "Void Bag"
  555. VoidBag.Parent = SFrameVoid
  556. VoidBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  557. VoidBag.Position = UDim2.new(0.055555556, 0, 0.383928567, 0)
  558. VoidBag.Size = UDim2.new(0, 131, 0, 39)
  559. VoidBag.Font = Enum.Font.SourceSans
  560. VoidBag.Text = "Void Shroud"
  561. VoidBag.TextColor3 = Color3.new(0, 0, 0)
  562. VoidBag.TextSize = 14
  563.  
  564. TeletoVoid.Name = "Tele to Void"
  565. TeletoVoid.Parent = BoogaBV1_2
  566. TeletoVoid.BackgroundColor3 = Color3.new(0, 0, 0)
  567. TeletoVoid.BorderColor3 = Color3.new(0, 0, 0)
  568. TeletoVoid.BorderSizePixel = 3
  569. TeletoVoid.Position = UDim2.new(0.50102669, 0, 0.502848029, 0)
  570. TeletoVoid.Size = UDim2.new(0, 194, 0, 25)
  571. TeletoVoid.Font = Enum.Font.Cartoon
  572. TeletoVoid.Text = "Teleport to Void"
  573. TeletoVoid.TextColor3 = Color3.new(1, 1, 1)
  574. TeletoVoid.TextScaled = true
  575. TeletoVoid.TextSize = 14
  576. TeletoVoid.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  577. TeletoVoid.TextWrapped = true
  578.  
  579. Open.Name = "Open"
  580. Open.Parent = BoogaBV1
  581. Open.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  582. Open.BorderColor3 = Color3.new(0.709804, 0, 0.0117647)
  583. Open.BorderSizePixel = 6
  584. Open.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
  585. Open.Size = UDim2.new(0, 114, 0, 21)
  586. Open.Font = Enum.Font.Cartoon
  587. Open.Text = "Open"
  588. Open.TextColor3 = Color3.new(0, 0, 0)
  589. Open.TextScaled = true
  590. Open.TextSize = 14
  591. Open.TextWrapped = true
  592.  
  593. Close.Name = "Close"
  594. Close.Parent = BoogaBV1
  595. Close.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  596. Close.BorderColor3 = Color3.new(0, 0, 0)
  597. Close.BorderSizePixel = 6
  598. Close.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
  599. Close.Size = UDim2.new(0, 114, 0, 21)
  600. Close.Font = Enum.Font.Cartoon
  601. Close.Text = "Close"
  602. Close.TextColor3 = Color3.new(0, 0, 0)
  603. Close.TextScaled = true
  604. Close.TextSize = 14
  605. Close.TextWrapped = true
  606. -- Scripts:
  607.  
  608. EmeraldSetCrafter.MouseButton1Click:connect(function()
  609. if EmeraldSetCrafter == true then
  610. EmeraldSetCrafter = false
  611. FEme.Visible = false
  612. else
  613. EmeraldSetCrafter = true
  614. FEme.Visible = true
  615. end
  616. end)
  617.  
  618. GodSetCrafter.MouseButton1Click:connect(function()
  619. if GodSetCrafter == true then
  620. GodSetCrafter = false
  621. FGod.Visible = false
  622. else
  623. GodSetCrafter = true
  624. FGod.Visible = true
  625. end
  626. end)
  627.  
  628. VoidSetCrafter.MouseButton1Click:connect(function()
  629. if VoidSetCrafter == true then
  630. VoidSetCrafter = false
  631. FVOID.Visible = false
  632. else
  633. VoidSetCrafter = true
  634. FVOID.Visible = true
  635. end
  636. end)
  637.  
  638. VoidBag.MouseButton1Click:connect(function()
  639. local A_1 = "Void Bag"
  640. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  641. Event:FireServer(A_1)
  642. end)
  643.  
  644. VoidShroud.MouseButton1Click:connect(function()
  645. local A_1 = "Void Shroud"
  646. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  647. Event:FireServer(A_1)
  648. end)
  649.  
  650. VoidChestplate.MouseButton1Click:connect(function()
  651. local A_1 = "Void Chestplate"
  652. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  653. Event:FireServer(A_1)
  654. end)
  655.  
  656. VoidGreaves.MouseButton1Click:connect(function()
  657. local A_1 = "Void Greaves"
  658. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  659. Event:FireServer(A_1)
  660. end)
  661.  
  662. EmeraldAxe.MouseButton1Click:connect(function()
  663. local A_1 = "Emerald Axe"
  664. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  665. Event:FireServer(A_1)
  666. end)
  667.  
  668. EmeraldBlade.MouseButton1Click:connect(function()
  669. local A_1 = "Emerald Blade"
  670. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  671. Event:FireServer(A_1)
  672. end)
  673.  
  674. EmeraldPick.MouseButton1Click:connect(function()
  675. local A_1 = "Emerald Pick"
  676. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  677. Event:FireServer(A_1)
  678. end)
  679.  
  680. EmeraldBag.MouseButton1Click:connect(function()
  681. local A_1 = "Emerald Bag"
  682. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  683. Event:FireServer(A_1)
  684. end)
  685.  
  686. EmeraldHelmet.MouseButton1Click:connect(function()
  687. local A_1 = "Emerald Helmet"
  688. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  689. Event:FireServer(A_1)
  690. end)
  691.  
  692. EmeraldChestplate.MouseButton1Click:connect(function()
  693. local A_1 = "Emerald Chestplate"
  694. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  695. Event:FireServer(A_1)
  696. end)
  697.  
  698. EmeraldGreaves.MouseButton1Click:connect(function()
  699. local A_1 = "Emerald Greaves"
  700. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  701. Event:FireServer(A_1)
  702. end)
  703.  
  704. GodAxe.MouseButton1Click:connect(function()
  705. local A_1 = "God Axe"
  706. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  707. Event:FireServer(A_1)
  708. end)
  709.  
  710. GodRock.MouseButton1Click:connect(function()
  711. local A_1 = "God Rock"
  712. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  713. Event:FireServer(A_1)
  714. end)
  715.  
  716. GodPick.MouseButton1Click:connect(function()
  717. local A_1 = "God Pick"
  718. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  719. Event:FireServer(A_1)
  720. end)
  721.  
  722. GodHalo.MouseButton1Click:connect(function()
  723. local A_1 = "God Halo"
  724. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  725. Event:FireServer(A_1)
  726. end)
  727.  
  728. GodChestplate.MouseButton1Click:connect(function()
  729. local A_1 = "God Chestplate"
  730. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  731. Event:FireServer(A_1)
  732. end)
  733.  
  734. GodLegs.MouseButton1Click:connect(function()
  735. local A_1 = "God Legs"
  736. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  737. Event:FireServer(A_1)
  738. end)
  739.  
  740. GodBag.MouseButton1Click:connect(function()
  741. local A_1 = "God Bag"
  742. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  743. Event:FireServer(A_1)
  744. end)
  745.  
  746. OOFHorn.MouseButton1Click:connect(function()
  747. local A_1 = "OOF Horn"
  748. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  749. Event:FireServer(A_1)
  750. end)
  751.  
  752.  
  753. Open.MouseButton1Click:connect(function()
  754. BoogaBV1_2.Visible = true
  755. Open.Visible = false
  756. Close.Visible = true
  757. end)
  758.  
  759. Close.MouseButton1Click:connect(function()
  760. BoogaBV1_2.Visible = false
  761. Open.Visible = true
  762. Close.Visible = false
  763. end)
  764.  
  765.  
  766. InfinityChest.MouseButton1Down:connect(function()
  767. local plr = game:GetService("Players").LocalPlayer
  768. local mouse = plr:GetMouse()
  769. mouse.KeyDown:connect(function(key)
  770. if key == "q" then
  771. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  772. Torso = game.Players.LocalPlayer.Character.UpperTorso
  773. b = Torso.Position + Torso.CFrame.lookVector * 10
  774. local c = b.x
  775. local d = b.y - 2
  776. local e = b.z
  777. for i = 1,1 do
  778. local A_1 = "Infinity Chest"
  779. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  780. local A_3 = 0
  781. Event:FireServer(A_1, A_2, A_3)
  782. end end end)
  783. end)
  784.  
  785.  
  786. CraftAnyItem.MouseButton1Click:connect(function()
  787. local event = game.ReplicatedStorage.Events.CraftItem
  788. local item = CraftItem.Text
  789. event:FireServer(item)
  790. end)
  791.  
  792. GodHut.MouseButton1Click:connect(function()
  793. local plr = game:GetService("Players").LocalPlayer
  794. local mouse = plr:GetMouse()
  795. mouse.KeyDown:connect(function(key)
  796. if key == "g" then
  797. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  798. Torso = game.Players.LocalPlayer.Character.UpperTorso
  799. b = Torso.Position + Torso.CFrame.lookVector * 10
  800. local c = b.x
  801. local d = b.y - 2
  802. local e = b.z
  803. for i = 1,1 do
  804. local A_1 = "God Hut"
  805. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  806. local A_3 = 0
  807. Event:FireServer(A_1, A_2, A_3)
  808. end end end)
  809. end)
  810.  
  811. AutoPickUp.MouseButton1Click:connect(function()
  812. local Objects;
  813. local Pickup = function(Character)
  814. local myPos = Character.HumanoidRootPart.Position
  815. local Objects = {}
  816. for i,v in pairs(workspace:GetChildren()) do
  817. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  818. local Pos = v.Position
  819. local Distance = (myPos - Pos).magnitude
  820. if Distance < 40 then
  821. table.insert(Objects, v)
  822. end
  823. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  824. local Pos = v.Part.Position
  825. local Distance = (myPos - Pos).magnitude
  826. if Distance < 40 then
  827. table.insert(Objects, v)
  828. end
  829. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  830. local Pos = v.Position
  831. local Distance = (myPos - Pos).magnitude
  832. if Distance < 40 then
  833. table.insert(Objects, v)
  834. end
  835. end
  836. end
  837. for i,v in pairs(Objects) do
  838. for i=1,10 do
  839. v.Position = myPos
  840. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  841. end
  842. end
  843. end
  844. wait(1)
  845. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  846.  
  847. mouse.KeyDown:connect(function(key)
  848. if key == AutoPickUpBind.Text then
  849. print'AutoPicked-up YEET'
  850. Pickup(game.Players.LocalPlayer.Character)
  851. end
  852. end)
  853. end)
  854.  
  855. local plr = game:GetService("Players").LocalPlayer
  856. local char = plr.Character
  857. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  858. local hum = char:FindFirstChild("HumanoidRootPart")
  859.  
  860. --SpeedVariables
  861. local plr = game:GetService("Players").LocalPlayer
  862. local char = plr.Character
  863. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  864. local hum = char:FindFirstChild("HumanoidRootPart")
  865. --yeet
  866. Speed.MouseButton1Down:connect(function()
  867. local plr = game:GetService("Players").LocalPlayer
  868. local char = plr.Character
  869. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  870. local hum = char:FindFirstChild("HumanoidRootPart")
  871. mouse.KeyDown:connect(function(key)
  872. if key == SpeedBind.Text then
  873. loop = true
  874. while loop do
  875. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
  876. wait()
  877. end
  878. end
  879. end)
  880. end)
  881.  
  882. mouse.KeyUp:connect(function(key)
  883. if key == SpeedBind.Text then
  884. loop = false
  885. end
  886. end)
  887.  
  888. AutoBreak.MouseButton1Click:connect(function()
  889. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  890. local breaking=false
  891. mouse.KeyDown:connect(function(key)
  892. if key == Breakkey.Text then
  893. breaking = true
  894. while breaking and wait(0.1) do
  895. local part = game:GetService("Players").LocalPlayer:GetMouse().Target
  896. local one = game:GetService("ReplicatedStorage").RelativeTime.Value
  897. local two = {part,part,part,part}
  898. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)
  899. end
  900. end
  901. end)
  902. mouse.KeyUp:connect(function(key)
  903. if key == Breakkey.Text then
  904. breaking = false
  905. end
  906. end)
  907. end)
  908.  
  909. RevizV2.MouseButton1Click:connect(function()
  910. loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
  911. end)
  912.  
  913. TeletoVoid.MouseButton1Click:connect(function()
  914. game:GetService("TeleportService"):Teleport(2021740958, game.Players.LocalPlayer)
  915. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement