Advertisement
Xp_Isolation

Doom

Dec 5th, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.18 KB | None | 0 0
  1. local doomspiregui = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local title = Instance.new("TextLabel")
  4. local teleportsTab = Instance.new("Frame")
  5. local red = Instance.new("TextLabel")
  6. local blue = Instance.new("TextLabel")
  7. local yellow = Instance.new("TextLabel")
  8. local green = Instance.new("TextLabel")
  9. local redtop = Instance.new("TextButton")
  10. local bluetop = Instance.new("TextButton")
  11. local yellowtop = Instance.new("TextButton")
  12. local greentop = Instance.new("TextButton")
  13. local redbottom = Instance.new("TextButton")
  14. local bluebottom = Instance.new("TextButton")
  15. local yellowbottom = Instance.new("TextButton")
  16. local greenbottom = Instance.new("TextButton")
  17. local functionsTab = Instance.new("Frame")
  18. local sling = Instance.new("TextButton")
  19. local sling2 = Instance.new("TextButton")
  20. local AutoRocket = Instance.new("TextButton")
  21. local reach = Instance.new("TextButton")
  22. local CreditsTab = Instance.new("Frame")
  23. local creds1 = Instance.new("TextLabel")
  24. local creds2 = Instance.new("TextLabel")
  25. local creds3 = Instance.new("TextLabel")
  26. local teleportsTabButton = Instance.new("TextButton")
  27. local FunctionsTabButton = Instance.new("TextButton")
  28. local CreditsTabButton = Instance.new("TextButton")
  29. local openclose = Instance.new("TextButton")
  30. --Properties:
  31. doomspiregui.Name = "doomspiregui"
  32. doomspiregui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  33.  
  34. MainFrame.Name = "MainFrame"
  35. MainFrame.Parent = doomspiregui
  36. MainFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  37. MainFrame.BackgroundTransparency = 0.15000000596046
  38. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  39. MainFrame.BorderSizePixel = 3
  40. MainFrame.Position = UDim2.new(0.241815418, 0, 0.266321301, 0)
  41. MainFrame.Size = UDim2.new(0, 393, 0, 236)
  42.  
  43. title.Name = "title"
  44. title.Parent = MainFrame
  45. title.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  46. title.BorderColor3 = Color3.new(0, 0, 0)
  47. title.BorderSizePixel = 3
  48. title.Size = UDim2.new(0, 310, 0, 58)
  49. title.Font = Enum.Font.Cartoon
  50. title.Text = "Doomspire Wrecker"
  51. title.TextColor3 = Color3.new(0, 0, 0)
  52. title.TextScaled = true
  53. title.TextSize = 14
  54. title.TextWrapped = true
  55.  
  56. teleportsTab.Name = "teleportsTab"
  57. teleportsTab.Parent = MainFrame
  58. teleportsTab.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  59. teleportsTab.BorderColor3 = Color3.new(0, 0, 0)
  60. teleportsTab.BorderSizePixel = 3
  61. teleportsTab.Position = UDim2.new(0, 0, 0.245762706, 0)
  62. teleportsTab.Size = UDim2.new(0, 310, 0, 178)
  63.  
  64. red.Name = "red"
  65. red.Parent = teleportsTab
  66. red.BackgroundColor3 = Color3.new(1, 0, 0)
  67. red.BorderColor3 = Color3.new(0, 0, 0)
  68. red.Size = UDim2.new(0, 77, 0, 49)
  69. red.Font = Enum.Font.Cartoon
  70. red.Text = "Red"
  71. red.TextColor3 = Color3.new(0, 0, 0)
  72. red.TextScaled = true
  73. red.TextSize = 14
  74. red.TextWrapped = true
  75.  
  76. blue.Name = "blue"
  77. blue.Parent = teleportsTab
  78. blue.BackgroundColor3 = Color3.new(0, 0, 1)
  79. blue.Position = UDim2.new(0.248387098, 0, 0, 0)
  80. blue.Size = UDim2.new(0, 77, 0, 49)
  81. blue.Font = Enum.Font.Cartoon
  82. blue.Text = "Blue"
  83. blue.TextColor3 = Color3.new(0, 0, 0)
  84. blue.TextScaled = true
  85. blue.TextSize = 14
  86. blue.TextWrapped = true
  87.  
  88. yellow.Name = "yellow"
  89. yellow.Parent = teleportsTab
  90. yellow.BackgroundColor3 = Color3.new(1, 1, 0)
  91. yellow.Position = UDim2.new(0.496774197, 0, 0, 0)
  92. yellow.Size = UDim2.new(0, 77, 0, 49)
  93. yellow.Font = Enum.Font.Cartoon
  94. yellow.Text = "Yellow"
  95. yellow.TextColor3 = Color3.new(0, 0, 0)
  96. yellow.TextScaled = true
  97. yellow.TextSize = 14
  98. yellow.TextWrapped = true
  99.  
  100. green.Name = "green"
  101. green.Parent = teleportsTab
  102. green.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  103. green.Position = UDim2.new(0.745161295, 0, 0, 0)
  104. green.Size = UDim2.new(0, 79, 0, 49)
  105. green.Font = Enum.Font.Cartoon
  106. green.Text = "Green"
  107. green.TextColor3 = Color3.new(0, 0, 0)
  108. green.TextScaled = true
  109. green.TextSize = 14
  110. green.TextWrapped = true
  111.  
  112. redtop.Name = "redtop"
  113. redtop.Parent = teleportsTab
  114. redtop.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  115. redtop.BorderColor3 = Color3.new(0, 0, 0)
  116. redtop.BorderSizePixel = 2
  117. redtop.Position = UDim2.new(0.0354838707, 0, 0.331460685, 0)
  118. redtop.Size = UDim2.new(0, 55, 0, 32)
  119. redtop.Font = Enum.Font.Cartoon
  120. redtop.Text = "Top"
  121. redtop.TextColor3 = Color3.new(1, 1, 1)
  122. redtop.TextSize = 14
  123.  
  124. bluetop.Name = "bluetop"
  125. bluetop.Parent = teleportsTab
  126. bluetop.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  127. bluetop.BorderColor3 = Color3.new(0, 0, 0)
  128. bluetop.BorderSizePixel = 2
  129. bluetop.Position = UDim2.new(0.283870965, 0, 0.331460685, 0)
  130. bluetop.Size = UDim2.new(0, 55, 0, 32)
  131. bluetop.Font = Enum.Font.Cartoon
  132. bluetop.Text = "Top"
  133. bluetop.TextColor3 = Color3.new(1, 1, 1)
  134. bluetop.TextSize = 14
  135.  
  136. yellowtop.Name = "yellowtop"
  137. yellowtop.Parent = teleportsTab
  138. yellowtop.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  139. yellowtop.BorderColor3 = Color3.new(0, 0, 0)
  140. yellowtop.BorderSizePixel = 2
  141. yellowtop.Position = UDim2.new(0.532258093, 0, 0.331460685, 0)
  142. yellowtop.Size = UDim2.new(0, 55, 0, 32)
  143. yellowtop.Font = Enum.Font.Cartoon
  144. yellowtop.Text = "Top"
  145. yellowtop.TextColor3 = Color3.new(1, 1, 1)
  146. yellowtop.TextSize = 14
  147.  
  148. greentop.Name = "greentop"
  149. greentop.Parent = teleportsTab
  150. greentop.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  151. greentop.BorderColor3 = Color3.new(0, 0, 0)
  152. greentop.BorderSizePixel = 2
  153. greentop.Position = UDim2.new(0.783870995, 0, 0.331460685, 0)
  154. greentop.Size = UDim2.new(0, 55, 0, 32)
  155. greentop.Font = Enum.Font.Cartoon
  156. greentop.Text = "Top"
  157. greentop.TextColor3 = Color3.new(1, 1, 1)
  158. greentop.TextSize = 14
  159.  
  160. redbottom.Name = "redbottom"
  161. redbottom.Parent = teleportsTab
  162. redbottom.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  163. redbottom.BorderColor3 = Color3.new(0, 0, 0)
  164. redbottom.BorderSizePixel = 2
  165. redbottom.Position = UDim2.new(0.0354838707, 0, 0.646067441, 0)
  166. redbottom.Size = UDim2.new(0, 55, 0, 32)
  167. redbottom.Font = Enum.Font.Cartoon
  168. redbottom.Text = "Bottom"
  169. redbottom.TextColor3 = Color3.new(1, 1, 1)
  170. redbottom.TextSize = 14
  171.  
  172. bluebottom.Name = "bluebottom"
  173. bluebottom.Parent = teleportsTab
  174. bluebottom.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  175. bluebottom.BorderColor3 = Color3.new(0, 0, 0)
  176. bluebottom.BorderSizePixel = 2
  177. bluebottom.Position = UDim2.new(0.283870965, 0, 0.646067441, 0)
  178. bluebottom.Size = UDim2.new(0, 55, 0, 32)
  179. bluebottom.Font = Enum.Font.Cartoon
  180. bluebottom.Text = "Bottom"
  181. bluebottom.TextColor3 = Color3.new(1, 1, 1)
  182. bluebottom.TextSize = 14
  183.  
  184. yellowbottom.Name = "yellowbottom"
  185. yellowbottom.Parent = teleportsTab
  186. yellowbottom.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  187. yellowbottom.BorderColor3 = Color3.new(0, 0, 0)
  188. yellowbottom.BorderSizePixel = 2
  189. yellowbottom.Position = UDim2.new(0.532258093, 0, 0.646067441, 0)
  190. yellowbottom.Size = UDim2.new(0, 55, 0, 32)
  191. yellowbottom.Font = Enum.Font.Cartoon
  192. yellowbottom.Text = "Bottom"
  193. yellowbottom.TextColor3 = Color3.new(1, 1, 1)
  194. yellowbottom.TextSize = 14
  195.  
  196. greenbottom.Name = "greenbottom"
  197. greenbottom.Parent = teleportsTab
  198. greenbottom.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  199. greenbottom.BorderColor3 = Color3.new(0, 0, 0)
  200. greenbottom.BorderSizePixel = 2
  201. greenbottom.Position = UDim2.new(0.783870995, 0, 0.646067441, 0)
  202. greenbottom.Size = UDim2.new(0, 55, 0, 32)
  203. greenbottom.Font = Enum.Font.Cartoon
  204. greenbottom.Text = "Bottom"
  205. greenbottom.TextColor3 = Color3.new(1, 1, 1)
  206. greenbottom.TextSize = 14
  207.  
  208. functionsTab.Name = "functionsTab"
  209. functionsTab.Parent = MainFrame
  210. functionsTab.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  211. functionsTab.BorderColor3 = Color3.new(0, 0, 0)
  212. functionsTab.Position = UDim2.new(0, 0, 0.245762706, 0)
  213. functionsTab.Size = UDim2.new(0, 310, 0, 178)
  214.  
  215. sling.Name = "sling"
  216. sling.Parent = functionsTab
  217. sling.BackgroundColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  218. sling.BorderColor3 = Color3.new(0, 0, 0)
  219. sling.Position = UDim2.new(0.0354838707, 0, 0.0505617969, 0)
  220. sling.Size = UDim2.new(0, 77, 0, 30)
  221. sling.Font = Enum.Font.Cartoon
  222. sling.Text = "Fast Slingshot [X]"
  223. sling.TextColor3 = Color3.new(1, 1, 1)
  224. sling.TextScaled = true
  225. sling.TextSize = 14
  226. sling.TextWrapped = true
  227.  
  228. sling2.Name = "sling2"
  229. sling2.Parent = functionsTab
  230. sling2.BackgroundColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  231. sling2.BorderColor3 = Color3.new(0, 0, 0)
  232. sling2.Position = UDim2.new(0.377419353, 0, 0.0505617969, 0)
  233. sling2.Size = UDim2.new(0, 77, 0, 30)
  234. sling2.Font = Enum.Font.Cartoon
  235. sling2.Text = "Slingshot Headshots [X]"
  236. sling2.TextColor3 = Color3.new(1, 1, 1)
  237. sling2.TextScaled = true
  238. sling2.TextSize = 14
  239. sling2.TextWrapped = true
  240.  
  241. AutoRocket.Name = "AutoRocket"
  242. AutoRocket.Parent = functionsTab
  243. AutoRocket.BackgroundColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  244. AutoRocket.BorderColor3 = Color3.new(0, 0, 0)
  245. AutoRocket.Position = UDim2.new(0.709677458, 0, 0.0505617969, 0)
  246. AutoRocket.Size = UDim2.new(0, 77, 0, 30)
  247. AutoRocket.Font = Enum.Font.Cartoon
  248. AutoRocket.Text = "Auto Rocket [E]"
  249. AutoRocket.TextColor3 = Color3.new(1, 1, 1)
  250. AutoRocket.TextScaled = true
  251. AutoRocket.TextSize = 14
  252. AutoRocket.TextWrapped = true
  253.  
  254. reach.Name = "reach"
  255. reach.Parent = functionsTab
  256. reach.BackgroundColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  257. reach.BorderColor3 = Color3.new(0, 0, 0)
  258. reach.Position = UDim2.new(0.0354838967, 0, 0.342696607, 0)
  259. reach.Size = UDim2.new(0, 77, 0, 30)
  260. reach.Font = Enum.Font.Cartoon
  261. reach.Text = "Sword Reach"
  262. reach.TextColor3 = Color3.new(1, 1, 1)
  263. reach.TextScaled = true
  264. reach.TextSize = 14
  265. reach.TextWrapped = true
  266.  
  267. CreditsTab.Name = "CreditsTab"
  268. CreditsTab.Parent = MainFrame
  269. CreditsTab.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  270. CreditsTab.BorderColor3 = Color3.new(0, 0, 0)
  271. CreditsTab.BorderSizePixel = 3
  272. CreditsTab.Position = UDim2.new(0, 0, 0.245762706, 0)
  273. CreditsTab.Size = UDim2.new(0, 310, 0, 178)
  274.  
  275. creds1.Name = "creds1"
  276. creds1.Parent = CreditsTab
  277. creds1.BackgroundColor3 = Color3.new(1, 1, 1)
  278. creds1.BackgroundTransparency = 1
  279. creds1.Position = UDim2.new(0.17741935, 0, 0.078651689, 0)
  280. creds1.Size = UDim2.new(0, 200, 0, 30)
  281. creds1.Font = Enum.Font.Cartoon
  282. creds1.Text = "GUI By Neb#7444"
  283. creds1.TextColor3 = Color3.new(1, 1, 1)
  284. creds1.TextScaled = true
  285. creds1.TextSize = 14
  286. creds1.TextWrapped = true
  287.  
  288. creds2.Name = "creds2"
  289. creds2.Parent = CreditsTab
  290. creds2.BackgroundColor3 = Color3.new(1, 1, 1)
  291. creds2.BackgroundTransparency = 1
  292. creds2.Position = UDim2.new(0.17741935, 0, 0.331460685, 0)
  293. creds2.Size = UDim2.new(0, 200, 0, 30)
  294. creds2.Font = Enum.Font.Cartoon
  295. creds2.Text = "Sword Reach by danvsdon"
  296. creds2.TextColor3 = Color3.new(1, 1, 1)
  297. creds2.TextScaled = true
  298. creds2.TextSize = 14
  299. creds2.TextWrapped = true
  300.  
  301. creds3.Name = "creds3"
  302. creds3.Parent = CreditsTab
  303. creds3.BackgroundColor3 = Color3.new(1, 1, 1)
  304. creds3.BackgroundTransparency = 1
  305. creds3.Position = UDim2.new(0.17741935, 0, 0.584269702, 0)
  306. creds3.Size = UDim2.new(0, 200, 0, 30)
  307. creds3.Font = Enum.Font.Cartoon
  308. creds3.Text = "Some Functions made by UnpatchedCode "
  309. creds3.TextColor3 = Color3.new(1, 1, 1)
  310. creds3.TextScaled = true
  311. creds3.TextSize = 14
  312. creds3.TextWrapped = true
  313.  
  314. teleportsTabButton.Name = "teleportsTabButton"
  315. teleportsTabButton.Parent = MainFrame
  316. teleportsTabButton.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  317. teleportsTabButton.Position = UDim2.new(0.821882963, 0, 0.0805084705, 0)
  318. teleportsTabButton.Size = UDim2.new(0, 62, 0, 20)
  319. teleportsTabButton.Font = Enum.Font.Cartoon
  320. teleportsTabButton.Text = "Teleports"
  321. teleportsTabButton.TextColor3 = Color3.new(0, 0, 0)
  322. teleportsTabButton.TextSize = 14
  323.  
  324. FunctionsTabButton.Name = "FunctionsTabButton"
  325. FunctionsTabButton.Parent = MainFrame
  326. FunctionsTabButton.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  327. FunctionsTabButton.Position = UDim2.new(0.821882963, 0, 0.199152529, 0)
  328. FunctionsTabButton.Size = UDim2.new(0, 62, 0, 20)
  329. FunctionsTabButton.Font = Enum.Font.Cartoon
  330. FunctionsTabButton.Text = "Functions"
  331. FunctionsTabButton.TextColor3 = Color3.new(0, 0, 0)
  332. FunctionsTabButton.TextSize = 14
  333.  
  334. CreditsTabButton.Name = "CreditsTabButton"
  335. CreditsTabButton.Parent = MainFrame
  336. CreditsTabButton.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  337. CreditsTabButton.Position = UDim2.new(0.821882963, 0, 0.326271176, 0)
  338. CreditsTabButton.Size = UDim2.new(0, 62, 0, 20)
  339. CreditsTabButton.Font = Enum.Font.Cartoon
  340. CreditsTabButton.Text = "Credits"
  341. CreditsTabButton.TextColor3 = Color3.new(0, 0, 0)
  342. CreditsTabButton.TextSize = 14
  343.  
  344. openclose.Name = "openclose"
  345. openclose.Parent = doomspiregui
  346. openclose.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  347. openclose.BorderColor3 = Color3.new(0, 0, 0)
  348. openclose.BorderSizePixel = 3
  349. openclose.Position = UDim2.new(0.839140773, 0, 0.733945668, 0)
  350. openclose.Size = UDim2.new(0, 108, 0, 43)
  351. openclose.Font = Enum.Font.Cartoon
  352. openclose.Text = "Open/Close"
  353. openclose.TextColor3 = Color3.new(0, 0, 0)
  354. openclose.TextScaled = true
  355. openclose.TextSize = 14
  356. openclose.TextWrapped = true
  357. -- Scripts:
  358. function SCRIPT_BEYI83_FAKESCRIPT() -- redtop.Script
  359. getfenv().script = Instance.new('Script', redtop)
  360.  
  361. local redtp = script.Parent
  362.  
  363. redtp.MouseButton1Click:Connect(function()
  364. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-92,131,-1.1)
  365. end)
  366.  
  367. end
  368. coroutine.resume(coroutine.create(SCRIPT_BEYI83_FAKESCRIPT))
  369. function SCRIPT_PPRL84_FAKESCRIPT() -- bluetop.Script
  370. getfenv().script = Instance.new('Script', bluetop)
  371.  
  372. local bluetp = script.Parent
  373.  
  374. bluetp.MouseButton1Click:Connect(function()
  375. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2.3,131,91)
  376. end)
  377.  
  378. end
  379. coroutine.resume(coroutine.create(SCRIPT_PPRL84_FAKESCRIPT))
  380. function SCRIPT_LNFU85_FAKESCRIPT() -- yellowtop.Script
  381. getfenv().script = Instance.new('Script', yellowtop)
  382.  
  383. local yellowtp = script.Parent
  384.  
  385. yellowtp.MouseButton1Click:Connect(function()
  386. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(86,131,1)
  387. end)
  388.  
  389. end
  390. coroutine.resume(coroutine.create(SCRIPT_LNFU85_FAKESCRIPT))
  391. function SCRIPT_DPYG79_FAKESCRIPT() -- greentop.Script
  392. getfenv().script = Instance.new('Script', greentop)
  393.  
  394. local greentp = script.Parent
  395.  
  396. greentp.MouseButton1Click:Connect(function()
  397. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1.4,131,-81)
  398. end)
  399.  
  400. end
  401. coroutine.resume(coroutine.create(SCRIPT_DPYG79_FAKESCRIPT))
  402. function SCRIPT_SQUC70_FAKESCRIPT() -- redbottom.Script
  403. getfenv().script = Instance.new('Script', redbottom)
  404.  
  405. local redb = script.Parent
  406.  
  407. redb.MouseButton1Click:Connect(function()
  408. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-131,25,-1.5)
  409. end)
  410.  
  411. end
  412. coroutine.resume(coroutine.create(SCRIPT_SQUC70_FAKESCRIPT))
  413. function SCRIPT_OGQY70_FAKESCRIPT() -- bluebottom.Script
  414. getfenv().script = Instance.new('Script', bluebottom)
  415.  
  416. local blueb = script.Parent
  417.  
  418. blueb.MouseButton1Click:Connect(function()
  419. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-0.4,25,131)
  420. end)
  421.  
  422. end
  423. coroutine.resume(coroutine.create(SCRIPT_OGQY70_FAKESCRIPT))
  424. function SCRIPT_WUCL68_FAKESCRIPT() -- yellowbottom.Script
  425. getfenv().script = Instance.new('Script', yellowbottom)
  426.  
  427. local yelb = script.Parent
  428.  
  429. yelb.MouseButton1Click:Connect(function()
  430. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(131,25,-1.5 )
  431. end)
  432.  
  433. end
  434. coroutine.resume(coroutine.create(SCRIPT_WUCL68_FAKESCRIPT))
  435. function SCRIPT_OWWF76_FAKESCRIPT() -- greenbottom.Script
  436. getfenv().script = Instance.new('Script', greenbottom)
  437.  
  438. local grb = script.Parent
  439.  
  440. grb.MouseButton1Click:Connect(function()
  441. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-0.4,25,-131)
  442. end)
  443.  
  444. end
  445. coroutine.resume(coroutine.create(SCRIPT_OWWF76_FAKESCRIPT))
  446. function SCRIPT_FAEU82_FAKESCRIPT() -- sling.Script
  447. getfenv().script = Instance.new('Script', sling)
  448.  
  449. local slinger = script.Parent
  450.  
  451. slinger.MouseButton1Click:Connect(function()
  452. wait(0)
  453. local lp = game:service('Players').LocalPlayer
  454.  
  455. local spamrocket = false
  456.  
  457. VELOCITY = 85 -- constant
  458.  
  459. lp:GetMouse().KeyDown:connect(function(k)
  460. if k:lower() == "x" then
  461. spamrocket = not spamrocket
  462. end
  463. end)
  464.  
  465. function computeLaunchAngle(dx,dy,grav)
  466. -- arcane
  467. -- http://en.wikipedia.org/wiki/Trajectory_of_a_projectile
  468.  
  469. local g = math.abs(grav)
  470. local inRoot = (VELOCITY*VELOCITY*VELOCITY*VELOCITY) - (g * ((g*dx*dx) + (2*dy*VELOCITY*VELOCITY)))
  471. if inRoot <= 0 then
  472. return .25 * math.pi
  473. end
  474. local root = math.sqrt(inRoot)
  475. local inATan1 = ((VELOCITY*VELOCITY) + root) / (g*dx)
  476.  
  477. local inATan2 = ((VELOCITY*VELOCITY) - root) / (g*dx)
  478. local answer1 = math.atan(inATan1)
  479. local answer2 = math.atan(inATan2)
  480. if answer1 < answer2 then return answer1 end
  481. return answer2
  482. end
  483.  
  484. function computeDirection(vec)
  485. local invSqrt = 1 / math.sqrt(vec.magnitude * vec.magnitude)
  486. return Vector3.new(vec.x * invSqrt, vec.y * invSqrt, vec.z * invSqrt)
  487. end
  488.  
  489. while wait(0) do
  490. if spamrocket then
  491. if lp.Character:FindFirstChild("Slingshot") then
  492. local rocket = lp.Character.Slingshot
  493.  
  494. local vCharacter = lp.Character
  495. local vTarget = lp:GetMouse().Hit.p
  496. local humanoid = vCharacter.Humanoid
  497.  
  498. if humanoid then
  499. if humanoid.Health ~= 0 then local head = vCharacter:findFirstChild("Head")
  500. if head then
  501. local dir = vTarget - head.Position
  502. dir = computeDirection(dir)
  503.  
  504. local launch = vCharacter.Torso.Position + 5 * dir
  505.  
  506. local delta = vTarget - launch
  507.  
  508. local dy = delta.y
  509.  
  510. local new_delta = Vector3.new(delta.x, 0, delta.z)
  511. delta = new_delta
  512.  
  513. local dx = delta.magnitude
  514. local unit_delta = delta.unit
  515.  
  516. -- acceleration due to gravity in RBX units
  517. local g = (-9.81 * 20)
  518.  
  519. local theta = computeLaunchAngle( dx, dy, g)
  520.  
  521. local vy = math.sin(theta)
  522. local xz = math.cos(theta)
  523. local vx = unit_delta.x * xz
  524. local vz = unit_delta.z * xz
  525.  
  526. local vel=Vector3.new(vx,vy,vz) * VELOCITY
  527. rocket:WaitForChild("PelletCreateEvent",1):FireServer(launch,vel)
  528. wait(1 / 25)
  529. end
  530. end
  531. end
  532. end
  533. end
  534. end
  535. end)
  536.  
  537. end
  538. coroutine.resume(coroutine.create(SCRIPT_FAEU82_FAKESCRIPT))
  539. function SCRIPT_LSYP71_FAKESCRIPT() -- sling2.Script
  540. getfenv().script = Instance.new('Script', sling2)
  541.  
  542. local slinghead = script.Parent
  543.  
  544. slinghead.MouseButton1Click:Connect(function()
  545. wait(0)
  546. local lp = game:service('Players').LocalPlayer
  547.  
  548. local spamrocket = false
  549.  
  550. VELOCITY = 85 -- constant
  551.  
  552. lp:GetMouse().KeyDown:connect(function(k)
  553. if k:lower() == "x" then
  554. spamrocket = not spamrocket
  555. end
  556. end)
  557.  
  558. function computeLaunchAngle(dx,dy,grav)
  559. -- arcane
  560. -- http://en.wikipedia.org/wiki/Trajectory_of_a_projectile
  561.  
  562. local g = math.abs(grav)
  563. local inRoot = (VELOCITY*VELOCITY*VELOCITY*VELOCITY) - (g * ((g*dx*dx) + (2*dy*VELOCITY*VELOCITY)))
  564. if inRoot <= 0 then
  565. return .25 * math.pi
  566. end
  567. local root = math.sqrt(inRoot)
  568. local inATan1 = ((VELOCITY*VELOCITY) + root) / (g*dx)
  569.  
  570. local inATan2 = ((VELOCITY*VELOCITY) - root) / (g*dx)
  571. local answer1 = math.atan(inATan1)
  572. local answer2 = math.atan(inATan2)
  573. if answer1 < answer2 then return answer1 end
  574. return answer2
  575. end
  576.  
  577. function computeDirection(vec)
  578. local invSqrt = 1 / math.sqrt(vec.magnitude * vec.magnitude)
  579. return Vector3.new(vec.x * invSqrt, vec.y * invSqrt, vec.z * invSqrt)
  580. end
  581.  
  582. while wait(0) do
  583. if spamrocket then
  584. if lp.Character:FindFirstChild("Slingshot") then
  585. local rocket = lp.Character.Slingshot
  586.  
  587. local vCharacter = lp.Character
  588. local vTarget = lp:GetMouse().Hit.p
  589. local humanoid = vCharacter.Humanoid
  590.  
  591. if humanoid then
  592. if humanoid.Health ~= 0 then local head = vCharacter:findFirstChild("Head")
  593. if head then
  594. for i,v in pairs(game:service('Players'):GetPlayers()) do
  595. if v.TeamColor ~= lp.TeamColor and v.userId ~= lp.userId then
  596. if v.Character ~= nil then if v.Character:FindFirstChild("Torso") then
  597. rocket:WaitForChild("PelletCreateEvent",1):FireServer(v.Character.Torso.Position + Vector3.new(0, 4, 0),Vector3.new(0, -5, 0))
  598.  
  599. end end end
  600. end
  601. wait(1 / 25)
  602. end
  603. end
  604. end
  605. end
  606. end
  607. end
  608. end)
  609.  
  610. end
  611. coroutine.resume(coroutine.create(SCRIPT_LSYP71_FAKESCRIPT))
  612. function SCRIPT_TNYZ70_FAKESCRIPT() -- AutoRocket.Script
  613. getfenv().script = Instance.new('Script', AutoRocket)
  614.  
  615. local autorckt = script.Parent
  616.  
  617. autorckt.MouseButton1Click:Connect(function()
  618. wait(0)
  619. local lp = game:service('Players').LocalPlayer
  620.  
  621. local spamrocket = false
  622.  
  623. lp:GetMouse().KeyDown:connect(function(k)
  624. if k:lower() == "e" then
  625. spamrocket = not spamrocket
  626. end
  627. end)
  628.  
  629. function computeDirection(vec)
  630. local invSqrt = 1 / math.sqrt(vec.magnitude * vec.magnitude)
  631. return Vector3.new(vec.x * invSqrt, vec.y * invSqrt, vec.z * invSqrt)
  632. end
  633.  
  634. while wait(0) do
  635. if spamrocket then
  636. if lp.Character:FindFirstChild("RocketLauncher") then
  637. local rocket = lp.Character.RocketLauncher
  638.  
  639. local vCharacter = lp.Character
  640. local vTarget = lp:GetMouse().Hit.p
  641. local humanoid = vCharacter.Humanoid
  642.  
  643. if humanoid then
  644. if humanoid.Health ~= 0 then
  645. local Head = vCharacter.PrimaryPart
  646.  
  647. local dir = vTarget - Head.Position
  648. dir = computeDirection(dir)
  649.  
  650. local pos = Head.Position + (dir * 8)
  651. local ad=5000
  652.  
  653. rocket.RocketCreateEvent:FireServer(ad,pos,dir)
  654. wait(6)
  655. end
  656. end
  657. end
  658. end
  659. end
  660. end)
  661.  
  662. end
  663. coroutine.resume(coroutine.create(SCRIPT_TNYZ70_FAKESCRIPT))
  664. function SCRIPT_JDVY74_FAKESCRIPT() -- reach.Script
  665. getfenv().script = Instance.new('Script', reach)
  666.  
  667. local reacher = script.Parent
  668.  
  669. reacher.MouseButton1Click:Connect(function()
  670. local sword=game.Players.LocalPlayer.Backpack.Sword
  671. a=Instance.new("SelectionBox",sword.Handle)
  672. a.Adornee=sword.Handle
  673. sword.Handle.Size=Vector3.new(0.2,0.2,120)
  674. sword.Equipped:connect(function()
  675. while wait() do
  676. game.Workspace[game.Players.LocalPlayer.Name].Sword.GripPos=Vector3.new(0,0,-60)
  677. end
  678. end)
  679. end)
  680.  
  681. end
  682. coroutine.resume(coroutine.create(SCRIPT_JDVY74_FAKESCRIPT))
  683. function SCRIPT_NCNQ66_FAKESCRIPT() -- teleportsTabButton.Script
  684. getfenv().script = Instance.new('Script', teleportsTabButton)
  685.  
  686. local tptab = script.Parent
  687.  
  688. tptab.MouseButton1Click:Connect(function()
  689. tptab.Parent.CreditsTab.Visible = false
  690. tptab.Parent.functionsTab.Visible = false
  691. tptab.Parent.teleportsTab.Visible = true
  692. end)
  693.  
  694. end
  695. coroutine.resume(coroutine.create(SCRIPT_NCNQ66_FAKESCRIPT))
  696. function SCRIPT_WJWN79_FAKESCRIPT() -- FunctionsTabButton.Script
  697. getfenv().script = Instance.new('Script', FunctionsTabButton)
  698.  
  699. local functionstab = script.Parent
  700.  
  701. functionstab.MouseButton1Click:Connect(function()
  702. functionstab.Parent.CreditsTab.Visible = false
  703. functionstab.Parent.functionsTab.Visible = true
  704. functionstab.Parent.teleportsTab.Visible = false
  705. end)
  706.  
  707. end
  708. coroutine.resume(coroutine.create(SCRIPT_WJWN79_FAKESCRIPT))
  709. function SCRIPT_OHTV68_FAKESCRIPT() -- CreditsTabButton.Script
  710. getfenv().script = Instance.new('Script', CreditsTabButton)
  711.  
  712. local functionstab = script.Parent
  713.  
  714. functionstab.MouseButton1Click:Connect(function()
  715. functionstab.Parent.CreditsTab.Visible = true
  716. functionstab.Parent.functionsTab.Visible = false
  717. functionstab.Parent.teleportsTab.Visible = false
  718. end)
  719.  
  720. end
  721. coroutine.resume(coroutine.create(SCRIPT_OHTV68_FAKESCRIPT))
  722. function SCRIPT_GJRM80_FAKESCRIPT() -- MainFrame.draggable
  723. getfenv().script = Instance.new('Script', MainFrame)
  724.  
  725. mainframed = script.Parent
  726.  
  727. mainframed.Active = true
  728. mainframed.Draggable = true
  729.  
  730. end
  731. coroutine.resume(coroutine.create(SCRIPT_GJRM80_FAKESCRIPT))
  732. function SCRIPT_CSGR67_FAKESCRIPT() -- MainFrame.Script
  733. getfenv().script = Instance.new('Script', MainFrame)
  734.  
  735.  
  736.  
  737. end
  738. coroutine.resume(coroutine.create(SCRIPT_CSGR67_FAKESCRIPT))
  739. function SCRIPT_ZHQY71_FAKESCRIPT() -- openclose.Script
  740. getfenv().script = Instance.new('Script', openclose)
  741.  
  742. local toggle = script.Parent
  743. local visibled = script.Parent.Parent.MainFrame
  744.  
  745. toggle.MouseButton1Click:Connect(function()
  746. if visibled.Visible == true then
  747. visibled.Visible = false
  748.  
  749.  
  750. elseif visibled.Visible == false then
  751. visibled.Visible = true
  752. end
  753. end)
  754.  
  755. end
  756. coroutine.resume(coroutine.create(SCRIPT_ZHQY71_FAKESCRIPT))
  757. function SCRIPT_YETB81_FAKESCRIPT() -- doomspiregui.nodisappear
  758. getfenv().script = Instance.new('Script', doomspiregui)
  759.  
  760. script.Parent.ResetOnSpawn = false
  761.  
  762. end
  763. coroutine.resume(coroutine.create(SCRIPT_YETB81_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement