Advertisement
skinkillaz

booga

Sep 15th, 2018
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.27 KB | None | 0 0
  1. -- Instances:
  2. local UI = Instance.new("ScreenGui")
  3. local RIPBOOGA = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local InfChestBut = Instance.new("TextButton")
  6. local CraftBut = Instance.new("TextButton")
  7. local GodHutBut = Instance.new("TextButton")
  8. local SpeedBut = Instance.new("TextButton")
  9. local InfJumpBut = Instance.new("TextButton")
  10. local PanicBut = Instance.new("TextButton")
  11. local AmountText = Instance.new("TextBox")
  12. local GodHutText = Instance.new("TextBox")
  13. local InfChestText = Instance.new("TextBox")
  14. local Exit = Instance.new("TextButton")
  15. local Open = Instance.new("TextButton")
  16. local EF = Instance.new("Frame")
  17. local InfChestTrail = Instance.new("TextButton")
  18. local KillPlayer = Instance.new("TextButton")
  19. local PlayerName = Instance.new("TextBox")
  20. --Properties:
  21. UI.Name = "UI"
  22. UI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23.  
  24. RIPBOOGA.Name = "RIPBOOGA"
  25. RIPBOOGA.Parent = UI
  26. RIPBOOGA.BackgroundColor3 = Color3.new(1, 1, 1)
  27. RIPBOOGA.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  28. RIPBOOGA.BorderSizePixel = 10
  29. RIPBOOGA.Position = UDim2.new(0.347031951, 0, 0.139442235, 0)
  30. RIPBOOGA.Size = UDim2.new(0, 400, 0, 369)
  31.  
  32. Title.Name = "Title"
  33. Title.Parent = RIPBOOGA
  34. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  35. Title.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  36. Title.BorderSizePixel = 5
  37. Title.Size = UDim2.new(0, 400, 0, 50)
  38. Title.Font = Enum.Font.SourceSansLight
  39. Title.Text = "RIP Booga"
  40. Title.TextColor3 = Color3.new(0, 0, 0)
  41. Title.TextScaled = true
  42. Title.TextSize = 14
  43. Title.TextWrapped = true
  44. Title.TextXAlignment = Enum.TextXAlignment.Left
  45.  
  46. InfChestBut.Name = "InfChestBut"
  47. InfChestBut.Parent = RIPBOOGA
  48. InfChestBut.BackgroundColor3 = Color3.new(1, 1, 1)
  49. InfChestBut.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  50. InfChestBut.BorderSizePixel = 5
  51. InfChestBut.Position = UDim2.new(0, 25, 0, 75)
  52. InfChestBut.Size = UDim2.new(0, 150, 0, 50)
  53. InfChestBut.Font = Enum.Font.SourceSans
  54. InfChestBut.Text = "Infinity Chest"
  55. InfChestBut.TextColor3 = Color3.new(0, 0, 0)
  56. InfChestBut.TextScaled = true
  57. InfChestBut.TextSize = 14
  58. InfChestBut.TextWrapped = true
  59.  
  60. CraftBut.Name = "CraftBut"
  61. CraftBut.Parent = RIPBOOGA
  62. CraftBut.BackgroundColor3 = Color3.new(1, 1, 1)
  63. CraftBut.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  64. CraftBut.BorderSizePixel = 5
  65. CraftBut.Position = UDim2.new(0, 225, 0, 75)
  66. CraftBut.Size = UDim2.new(0, 150, 0, 50)
  67. CraftBut.Font = Enum.Font.SourceSans
  68. CraftBut.Text = "Craft"
  69. CraftBut.TextColor3 = Color3.new(0, 0, 0)
  70. CraftBut.TextScaled = true
  71. CraftBut.TextSize = 14
  72. CraftBut.TextWrapped = true
  73.  
  74. GodHutBut.Name = "GodHutBut"
  75. GodHutBut.Parent = RIPBOOGA
  76. GodHutBut.BackgroundColor3 = Color3.new(1, 1, 1)
  77. GodHutBut.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  78. GodHutBut.BorderSizePixel = 5
  79. GodHutBut.Position = UDim2.new(0, 25, 0, 194)
  80. GodHutBut.Size = UDim2.new(0, 150, 0, 50)
  81. GodHutBut.Font = Enum.Font.SourceSans
  82. GodHutBut.Text = "God Hut"
  83. GodHutBut.TextColor3 = Color3.new(0, 0, 0)
  84. GodHutBut.TextScaled = true
  85. GodHutBut.TextSize = 14
  86. GodHutBut.TextWrapped = true
  87.  
  88. SpeedBut.Name = "SpeedBut"
  89. SpeedBut.Parent = RIPBOOGA
  90. SpeedBut.BackgroundColor3 = Color3.new(1, 1, 1)
  91. SpeedBut.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  92. SpeedBut.BorderSizePixel = 5
  93. SpeedBut.Position = UDim2.new(0, 225, 0, 156)
  94. SpeedBut.Size = UDim2.new(0, 150, 0, 50)
  95. SpeedBut.Font = Enum.Font.SourceSans
  96. SpeedBut.Text = "Speed"
  97. SpeedBut.TextColor3 = Color3.new(0, 0, 0)
  98. SpeedBut.TextScaled = true
  99. SpeedBut.TextSize = 14
  100. SpeedBut.TextWrapped = true
  101.  
  102. InfJumpBut.Name = "InfJumpBut"
  103. InfJumpBut.Parent = RIPBOOGA
  104. InfJumpBut.BackgroundColor3 = Color3.new(1, 1, 1)
  105. InfJumpBut.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  106. InfJumpBut.BorderSizePixel = 5
  107. InfJumpBut.Position = UDim2.new(0, 225, 0, 237)
  108. InfJumpBut.Size = UDim2.new(0, 150, 0, 50)
  109. InfJumpBut.Font = Enum.Font.SourceSans
  110. InfJumpBut.Text = "Infinite Jump"
  111. InfJumpBut.TextColor3 = Color3.new(0, 0, 0)
  112. InfJumpBut.TextScaled = true
  113. InfJumpBut.TextSize = 14
  114. InfJumpBut.TextWrapped = true
  115.  
  116. Exit.Name = "Exit"
  117. Exit.Parent = RIPBOOGA
  118. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  119. Exit.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  120. Exit.BorderSizePixel = 5
  121. Exit.Position = UDim2.new(0, 350, 0, 0)
  122. Exit.Size = UDim2.new(0, 50, 0, 50)
  123. Exit.Font = Enum.Font.SourceSans
  124. Exit.Text = "X"
  125. Exit.TextColor3 = Color3.new(0, 0, 0)
  126. Exit.TextScaled = true
  127. Exit.TextSize = 14
  128. Exit.TextWrapped = true
  129.  
  130. PanicBut.Name = "PanicBut"
  131. PanicBut.Parent = RIPBOOGA
  132. PanicBut.BackgroundColor3 = Color3.new(1, 1, 1)
  133. PanicBut.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  134. PanicBut.BorderSizePixel = 5
  135. PanicBut.Position = UDim2.new(0, 25, 0, 319)
  136. PanicBut.Size = UDim2.new(0, 150, 0, 50)
  137. PanicBut.Font = Enum.Font.SourceSans
  138. PanicBut.Text = "Panic"
  139. PanicBut.TextColor3 = Color3.new(0, 0, 0)
  140. PanicBut.TextScaled = true
  141. PanicBut.TextSize = 14
  142. PanicBut.TextWrapped = true
  143.  
  144. AmountText.Name = "AmountText"
  145. AmountText.Parent = RIPBOOGA
  146. AmountText.BackgroundColor3 = Color3.new(1, 1, 1)
  147. AmountText.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  148. AmountText.BorderSizePixel = 5
  149. AmountText.Position = UDim2.new(0.529999971, 0, 0.829268336, 0)
  150. AmountText.Size = UDim2.new(0, 175, 0, 50)
  151. AmountText.Font = Enum.Font.SourceSans
  152. AmountText.PlaceholderText = "[Insert Number]"
  153. AmountText.Text = ""
  154. AmountText.TextColor3 = Color3.new(0, 0, 0)
  155. AmountText.TextScaled = true
  156. AmountText.TextSize = 14
  157. AmountText.TextWrapped = true
  158.  
  159. GodHutText.Name = "GodHutText"
  160. GodHutText.Parent = RIPBOOGA
  161. GodHutText.BackgroundColor3 = Color3.new(1, 1, 1)
  162. GodHutText.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  163. GodHutText.BorderSizePixel = 5
  164. GodHutText.Position = UDim2.new(0.31249997, 0, 0.677506804, 0)
  165. GodHutText.Size = UDim2.new(0, 50, 0, 50)
  166. GodHutText.Font = Enum.Font.SourceSans
  167. GodHutText.PlaceholderText = "[Key]"
  168. GodHutText.Text = ""
  169. GodHutText.TextColor3 = Color3.new(0, 0, 0)
  170. GodHutText.TextScaled = true
  171. GodHutText.TextSize = 14
  172. GodHutText.TextWrapped = true
  173.  
  174. InfChestText.Name = "InfChestText"
  175. InfChestText.Parent = RIPBOOGA
  176. InfChestText.BackgroundColor3 = Color3.new(1, 1, 1)
  177. InfChestText.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  178. InfChestText.BorderSizePixel = 5
  179. InfChestText.Position = UDim2.new(0.31249997, 0, 0.355013549, 0)
  180. InfChestText.Size = UDim2.new(0, 50, 0, 50)
  181. InfChestText.Font = Enum.Font.SourceSans
  182. InfChestText.PlaceholderText = "[Key]"
  183. InfChestText.Text = ""
  184. InfChestText.TextColor3 = Color3.new(0, 0, 0)
  185. InfChestText.TextScaled = true
  186. InfChestText.TextSize = 14
  187. InfChestText.TextWrapped = true
  188.  
  189. Open.Name = "Open"
  190. Open.Parent = UI
  191. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  192. Open.BorderSizePixel = 5
  193. Open.Position = UDim2.new(0, 0, 0.470119536, 0)
  194. Open.Size = UDim2.new(0, 150, 0, 50)
  195. Open.Visible = false
  196. Open.Font = Enum.Font.SourceSans
  197. Open.Text = "Open"
  198. Open.TextColor3 = Color3.new(0, 0, 0)
  199. Open.TextScaled = true
  200. Open.TextSize = 14
  201. Open.TextWrapped = true
  202.  
  203. EF.Name = "EF"
  204. EF.Parent = RIPBOOGA
  205. EF.BackgroundColor3 = Color3.new(1, 1, 1)
  206. EF.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  207. EF.BorderSizePixel = 10
  208. EF.Draggable = true
  209. EF.Position = UDim2.new(1.02147818, 0, 0.00123085082, 0)
  210. EF.Size = UDim2.new(0, 250, 0, 369)
  211.  
  212. InfChestTrail.Name = "InfChestTrail"
  213. InfChestTrail.Parent = RIPBOOGA
  214. InfChestTrail.BackgroundColor3 = Color3.new(1, 1, 1)
  215. InfChestTrail.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  216. InfChestTrail.BorderSizePixel = 5
  217. InfChestTrail.Position = UDim2.new(0, 459, 0, 50)
  218. InfChestTrail.Size = UDim2.new(0, 150, 0, 50)
  219. InfChestTrail.Font = Enum.Font.SourceSans
  220. InfChestTrail.Text = "Infinity Chest Trail"
  221. InfChestTrail.TextColor3 = Color3.new(0, 0, 0)
  222. InfChestTrail.TextScaled = true
  223. InfChestTrail.TextSize = 14
  224. InfChestTrail.TextWrapped = true
  225.  
  226. KillPlayer.Name = "KillPlayer"
  227. KillPlayer.Parent = RIPBOOGA
  228. KillPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  229. KillPlayer.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  230. KillPlayer.BorderSizePixel = 5
  231. KillPlayer.Position = UDim2.new(0, 459, 0, 156)
  232. KillPlayer.Size = UDim2.new(0, 150, 0, 50)
  233. KillPlayer.Font = Enum.Font.SourceSans
  234. KillPlayer.Text = "Kill"
  235. KillPlayer.TextColor3 = Color3.new(0, 0, 0)
  236. KillPlayer.TextScaled = true
  237. KillPlayer.TextSize = 14
  238. KillPlayer.TextWrapped = true
  239.  
  240. PlayerName.Name = "PlayerName"
  241. PlayerName.Parent = RIPBOOGA
  242. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  243. PlayerName.BorderColor3 = Color3.new(0.392157, 0.392157, 1)
  244. PlayerName.BorderSizePixel = 5
  245. PlayerName.Position = UDim2.new(1.11500001, 0, 0.558265626, 0)
  246. PlayerName.Size = UDim2.new(0, 175, 0, 50)
  247. PlayerName.Font = Enum.Font.SourceSans
  248. PlayerName.PlaceholderText = "[Player Name]"
  249. PlayerName.Text = ""
  250. PlayerName.TextColor3 = Color3.new(0, 0, 0)
  251. PlayerName.TextScaled = true
  252. PlayerName.TextSize = 14
  253. PlayerName.TextWrapped = true
  254.  
  255. -- Scripts:
  256. local player = game.Players.LocalPlayer
  257. local mouse = player:GetMouse()
  258. local infjumptog = false
  259. local canjump = false
  260. local speedtoggle = false
  261. local running = false
  262. local uis = game:GetService("UserInputService")
  263. local fOpen = true
  264. local trail = false
  265. local attacking = false
  266. local canattack = true
  267. RIPBOOGA.Draggable = true
  268. InfChestBut.MouseButton1Click:connect(function()
  269. local event = game:GetService("ReplicatedStorage"):FindFirstChild("Events").PlaceStructure
  270. local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
  271. local hpos = hrp.Position + hrp.CFrame.lookVector * 15
  272. local x1 = hpos.X
  273. local y1 = hpos.Y - 2
  274. local z1 = hpos.Z
  275. local item = "Infinity Chest"
  276. local pos = CFrame.new(x1,y1,z1)
  277. local num = 0
  278. event:FireServer(item,pos,num)
  279. end)
  280.  
  281. mouse.KeyDown:connect(function(key)
  282. if key == InfChestText.Text then
  283. local event = game:GetService("ReplicatedStorage"):FindFirstChild("Events").PlaceStructure
  284. local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
  285. local hpos = hrp.Position + hrp.CFrame.lookVector * 15
  286. local x1 = hpos.X
  287. local y1 = hpos.Y - 2
  288. local z1 = hpos.Z
  289. local item = "Infinity Chest"
  290. local pos = CFrame.new(x1,y1,z1)
  291. local num = 0
  292. event:FireServer(item,pos,num)
  293. end
  294. end)
  295.  
  296. GodHutBut.MouseButton1Click:connect(function()
  297. local event = game:GetService("ReplicatedStorage"):FindFirstChild("Events").PlaceStructure
  298. local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
  299. local hpos = hrp.Position + hrp.CFrame.lookVector * 20
  300. local x1 = hpos.X
  301. local y1 = hpos.Y - 2
  302. local z1 = hpos.Z
  303. local item = "God Hut"
  304. local pos = CFrame.new(x1,y1,z1)
  305. local num = 0
  306. event:FireServer(item,pos,num)
  307. end)
  308.  
  309. mouse.KeyDown:connect(function(key)
  310. if key == GodHutText.Text then
  311. local event = game:GetService("ReplicatedStorage"):FindFirstChild("Events").PlaceStructure
  312. local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
  313. local hpos = hrp.Position + hrp.CFrame.lookVector * 20
  314. local x1 = hpos.X
  315. local y1 = hpos.Y - 2
  316. local z1 = hpos.Z
  317. local item = "God Hut"
  318. local pos = CFrame.new(x1,y1,z1)
  319. local num = 0
  320. event:FireServer(item,pos,num)
  321. end
  322. end)
  323.  
  324. CraftBut.MouseButton1Click:connect(function()
  325. local event = game.ReplicatedStorage.Events.CraftItem
  326. local item = AmountText.Text
  327. event:FireServer(item)
  328. end)
  329.  
  330. InfJumpBut.MouseButton1Click:connect(function()
  331. if infjumptog == false then
  332. infjumptog = true
  333. player.Character.Humanoid.StateChanged:connect(function(old,new)
  334. if new == Enum.HumanoidStateType.Jumping or Enum.HumanoidStateType.Freefall then
  335. canjump = true
  336. uis.InputBegan:connect(function(key,gp)
  337. if key.KeyCode == Enum.KeyCode.Space then
  338. if canjump == true and infjumptog == true then
  339. local hrp = player.Character.HumanoidRootPart
  340. hrp.Velocity = Vector3.new(hrp.Velocity.X,50, hrp.Velocity.Z)
  341. end
  342. end
  343. end)
  344. end
  345. end)
  346. else
  347. infjumptog = false
  348. end
  349. end)
  350.  
  351. SpeedBut.MouseButton1Click:connect(function()
  352. if speedtoggle == false then
  353. speedtoggle = true
  354. uis.InputEnded:connect(function(key,gp)
  355. if key.KeyCode == Enum.KeyCode.W then
  356. running = false
  357. end
  358. end)
  359. uis.InputBegan:connect(function(key,gp)
  360. if key.KeyCode == Enum.KeyCode.W then
  361. running = true and speedtoggle == true
  362. while running == true do
  363. wait(.1)
  364. local hrp = player.Character.HumanoidRootPart
  365. hrp.CFrame = hrp.CFrame * CFrame.new(0,0,-tonumber(AmountText.Text))
  366. end
  367. end
  368. end)
  369. else
  370. speedtoggle = false
  371. end
  372. end)
  373.  
  374. PanicBut.MouseButton1Click:connect(function()
  375. for i,v in pairs(game.Players:GetChildren()) do
  376. if v.Name ~= player.Name then
  377. local event = game:GetService("ReplicatedStorage"):FindFirstChild("Events").PlaceStructure
  378. local pPos = v.Character.HumanoidRootPart.CFrame * CFrame.new(8,0,8)
  379. local item = "God Hut"
  380. local num = 0
  381. event:FireServer(item,pPos,num)
  382. end
  383. end
  384. end)
  385.  
  386. Exit.MouseButton1Click:connect(function()
  387. if fOpen == true then
  388. fOpen = false
  389. Open.Visible = true
  390. RIPBOOGA.Visible = false
  391. end
  392. end)
  393.  
  394. Open.MouseButton1Click:connect(function()
  395. if fOpen == false then
  396. fOpen = true
  397. Open.Visible = false
  398. RIPBOOGA.Visible = true
  399. end
  400. end)
  401.  
  402. InfChestTrail.MouseButton1Click:connect(function()
  403. if trail == false then
  404. trail = true
  405. while trail == true do
  406. wait(0.5)
  407. local event = game:GetService("ReplicatedStorage"):FindFirstChild("Events").PlaceStructure
  408. local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
  409. local hpos = hrp.Position + hrp.CFrame.lookVector * -15
  410. local x1 = hpos.X
  411. local y1 = hpos.Y - 2
  412. local z1 = hpos.Z
  413. local item = "Infinity Chest"
  414. local pos = CFrame.new(x1,y1,z1)
  415. local num = 0
  416. event:FireServer(item,pos,num)
  417. end
  418. else trail = false
  419. end
  420. end)
  421.  
  422. KillPlayer.MouseButton1Click:connect(function()
  423. local plr = game.Players:FindFirstChild(PlayerName.Text)
  424. if plr then
  425. if canattack == true then
  426. canattack = false
  427. attacking = true
  428. plr.Character.Humanoid.Died:connect(function()
  429. attacking = false
  430. canattack = true
  431. end)
  432. player.Character.Humanoid.Died:connect(function()
  433. attacking = false
  434. canattack = true
  435. end)
  436. while attacking == true do
  437. wait(0.05)
  438. local event = game.ReplicatedStorage.Events.SwingTool
  439. player.Character.HumanoidRootPart.CFrame = plr.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,1)
  440. event:FireServer(tick(),{plr.Character.HumanoidRootPart})
  441. end
  442. else
  443. canattack = true
  444. attacking = false
  445. end
  446. else
  447.  
  448. end
  449. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement