Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.61 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local DestinedAscension = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Farm = Instance.new("TextButton")
  8. local Equip = Instance.new("TextButton")
  9. local Kill = Instance.new("TextButton")
  10. local TextBox = Instance.new("TextBox")
  11. local TextLabel = Instance.new("TextLabel")
  12. local Player = Instance.new("TextButton")
  13. local Enemy = Instance.new("TextButton")
  14. local Killp = Instance.new("TextButton")
  15. local TextBoxp = Instance.new("TextBox")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local Server = Instance.new("TextButton")
  18. --Properties:
  19. DestinedAscension.Name = "Destined Ascension"
  20. DestinedAscension.Parent = game.ServerStorage
  21. DestinedAscension.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. Main.Name = "Main"
  24. Main.Parent = DestinedAscension
  25. Main.BackgroundColor3 = Color3.new(0.992157, 1, 0.968628)
  26. Main.BorderColor3 = Color3.new(0, 0, 0)
  27. Main.BorderSizePixel = 0
  28. Main.Position = UDim2.new(0.210396051, 0, 0.125884026, 0)
  29. Main.Size = UDim2.new(0, 200, 0, 470)
  30.  
  31. Title.Name = "Title"
  32. Title.Parent = Main
  33. Title.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  34. Title.BorderColor3 = Color3.new(0, 0, 0)
  35. Title.BorderSizePixel = 0
  36. Title.Position = UDim2.new(-0.00499999989, 0, 0, 0)
  37. Title.Size = UDim2.new(0, 201, 0, 38)
  38. Title.Font = Enum.Font.SourceSans
  39. Title.Text = "Private Destined Ascension GUI"
  40. Title.TextColor3 = Color3.new(1, 1, 1)
  41. Title.TextSize = 14
  42. Title.TextStrokeColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  43.  
  44. Farm.Name = "Farm"
  45. Farm.Parent = Main
  46. Farm.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  47. Farm.BorderSizePixel = 0
  48. Farm.Position = UDim2.new(0.0350000001, 0, 0.818143666, 0)
  49. Farm.Size = UDim2.new(0, 183, 0, 30)
  50. Farm.Font = Enum.Font.SourceSans
  51. Farm.Text = "Bring Mobs"
  52. Farm.TextColor3 = Color3.new(1, 1, 1)
  53. Farm.TextSize = 24
  54.  
  55. Equip.Name = "Equip"
  56. Equip.Parent = Main
  57. Equip.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  58. Equip.BorderSizePixel = 0
  59. Equip.Position = UDim2.new(0.0350000001, 0, 0.109953091, 0)
  60. Equip.Size = UDim2.new(0, 183, 0, 39)
  61. Equip.Font = Enum.Font.SourceSans
  62. Equip.Text = "Equip All Tools"
  63. Equip.TextColor3 = Color3.new(1, 1, 1)
  64. Equip.TextSize = 24
  65.  
  66. Kill.Name = "Kill"
  67. Kill.Parent = Main
  68. Kill.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  69. Kill.BorderSizePixel = 0
  70. Kill.Position = UDim2.new(0.0350000001, 0, 0.322663605, 0)
  71. Kill.Size = UDim2.new(0, 183, 0, 26)
  72. Kill.Font = Enum.Font.SourceSans
  73. Kill.Text = "Kill Enemy"
  74. Kill.TextColor3 = Color3.new(1, 1, 1)
  75. Kill.TextScaled = true
  76. Kill.TextSize = 24
  77. Kill.TextWrapped = true
  78.  
  79. TextBox.Parent = Main
  80. TextBox.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  81. TextBox.BorderSizePixel = 0
  82. TextBox.Position = UDim2.new(0.0350000001, 0, 0.247341543, 0)
  83. TextBox.Size = UDim2.new(0, 183, 0, 33)
  84. TextBox.Font = Enum.Font.SourceSans
  85. TextBox.Text = ""
  86. TextBox.TextColor3 = Color3.new(1, 1, 1)
  87. TextBox.TextSize = 24
  88.  
  89. TextLabel.Parent = Main
  90. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  91. TextLabel.BackgroundTransparency = 1
  92. TextLabel.BorderSizePixel = 0
  93. TextLabel.Position = UDim2.new(0.0350000001, 0, 0.211658895, 0)
  94. TextLabel.Size = UDim2.new(0, 183, 0, 15)
  95. TextLabel.Font = Enum.Font.SourceSans
  96. TextLabel.Text = "Enemy Name"
  97. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  98. TextLabel.TextSize = 14
  99.  
  100. Player.Name = "Player"
  101. Player.Parent = Main
  102. Player.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  103. Player.BorderSizePixel = 0
  104. Player.Position = UDim2.new(0.0350000001, 0, 0.654062808, 0)
  105. Player.Size = UDim2.new(0, 183, 0, 26)
  106. Player.Font = Enum.Font.SourceSans
  107. Player.Text = "Kill All Players"
  108. Player.TextColor3 = Color3.new(1, 1, 1)
  109. Player.TextScaled = true
  110. Player.TextSize = 24
  111. Player.TextWrapped = true
  112.  
  113. Enemy.Name = "Enemy"
  114. Enemy.Parent = Main
  115. Enemy.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  116. Enemy.BorderSizePixel = 0
  117. Enemy.Position = UDim2.new(0.0399999991, 0, 0.734874785, 0)
  118. Enemy.Size = UDim2.new(0, 183, 0, 26)
  119. Enemy.Font = Enum.Font.SourceSans
  120. Enemy.Text = "Kill All Enemies"
  121. Enemy.TextColor3 = Color3.new(1, 1, 1)
  122. Enemy.TextScaled = true
  123. Enemy.TextSize = 24
  124. Enemy.TextWrapped = true
  125.  
  126. Killp.Name = "Killp"
  127. Killp.Parent = Main
  128. Killp.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  129. Killp.BorderSizePixel = 0
  130. Killp.Position = UDim2.new(0.0399999991, 0, 0.521525562, 0)
  131. Killp.Size = UDim2.new(0, 183, 0, 26)
  132. Killp.Font = Enum.Font.SourceSans
  133. Killp.Text = "Kill Player"
  134. Killp.TextColor3 = Color3.new(1, 1, 1)
  135. Killp.TextScaled = true
  136. Killp.TextSize = 24
  137. Killp.TextWrapped = true
  138.  
  139. TextBoxp.Name = "TextBoxp"
  140. TextBoxp.Parent = Main
  141. TextBoxp.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  142. TextBoxp.BorderSizePixel = 0
  143. TextBoxp.Position = UDim2.new(0.0399999991, 0, 0.4462035, 0)
  144. TextBoxp.Size = UDim2.new(0, 183, 0, 33)
  145. TextBoxp.Font = Enum.Font.SourceSans
  146. TextBoxp.Text = ""
  147. TextBoxp.TextColor3 = Color3.new(1, 1, 1)
  148. TextBoxp.TextSize = 24
  149.  
  150. TextLabel_2.Parent = Main
  151. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  152. TextLabel_2.BackgroundTransparency = 1
  153. TextLabel_2.BorderSizePixel = 0
  154. TextLabel_2.Position = UDim2.new(0.0350000001, 0, 0.410520852, 0)
  155. TextLabel_2.Size = UDim2.new(0, 183, 0, 15)
  156. TextLabel_2.Font = Enum.Font.SourceSans
  157. TextLabel_2.Text = "Player Name"
  158. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  159. TextLabel_2.TextSize = 14
  160.  
  161. Server.Name = "Server"
  162. Server.Parent = Main
  163. Server.BackgroundColor3 = Color3.new(0.384314, 0, 0)
  164. Server.BorderSizePixel = 0
  165. Server.Position = UDim2.new(0.0350000001, 0, 0.909342825, 0)
  166. Server.Size = UDim2.new(0, 183, 0, 26)
  167. Server.Font = Enum.Font.SourceSans
  168. Server.Text = "Destroy Server"
  169. Server.TextColor3 = Color3.new(1, 1, 1)
  170. Server.TextScaled = true
  171. Server.TextSize = 24
  172. Server.TextWrapped = true
  173. -- Scripts:
  174. function SCRIPT_PWLH75_FAKESCRIPT() -- Farm.LocalScript
  175. local script = Instance.new('LocalScript')
  176. script.Parent = Farm
  177.  
  178. script.Parent.MouseButton1Click:Connect(function()
  179. wait(1)
  180. while script.Parent.Text==("Active") do wait()
  181. local children = workspace.MobFolder:GetChildren()
  182. for i = 1, #children do
  183. local child = children[i]
  184. if child:FindFirstChild("HumanoidRootPart")then
  185. child.HumanoidRootPart.Anchored=true
  186. end
  187. if child:FindFirstChild("Head")then
  188. child.Head.Size=Vector3.new(13,13,13)
  189. child.Head.CanCollide=false
  190. end
  191. if child:FindFirstChild("HumanoidRootPart")then
  192. if child:FindFirstChild("Enemy")then
  193.  
  194. child.HumanoidRootPart.CFrame=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(10,12),0,0)
  195. end
  196. end
  197. end
  198. end
  199. end)
  200.  
  201. script.Parent.MouseButton1Click:Connect(function()
  202. if script.Parent.Text==("Active") then
  203. wait(.2)
  204. script.Parent.Text=("Bring Mobs")
  205. end
  206. end)
  207. script.Parent.MouseButton1Click:Connect(function()
  208. if script.Parent.Text==("Bring Mobs")then
  209. wait(.2)
  210. script.Parent.Text=("Active")
  211. end
  212.  
  213. end)
  214.  
  215. end
  216. coroutine.resume(coroutine.create(SCRIPT_PWLH75_FAKESCRIPT))
  217. function SCRIPT_ZCFH85_FAKESCRIPT() -- Equip.LocalScript
  218. local script = Instance.new('LocalScript')
  219. script.Parent = Equip
  220. script.Parent.MouseButton1Click:Connect(function()
  221. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  222. if v:IsA("Tool") then
  223. v.Parent = game.Players.LocalPlayer.Character
  224. end
  225. end
  226. end)
  227.  
  228. end
  229. coroutine.resume(coroutine.create(SCRIPT_ZCFH85_FAKESCRIPT))
  230. function SCRIPT_UNUU87_FAKESCRIPT() -- Kill.LocalScript
  231. local script = Instance.new('LocalScript')
  232. script.Parent = Kill
  233. script.Parent.MouseButton1Click:Connect(function()
  234. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  235. local player=game.Players.LocalPlayer.Name
  236. local tbl_232461A0 =
  237. {
  238. Color3.new(1, 0.25098, 0),
  239. Enum.Material.Neon,
  240. 0.15,
  241. 0.2,
  242. 0
  243. }
  244. local tbl_main =
  245. {
  246. CFrame.new(-127.009529, 6.94439411, -197.908203, 0.932072341, -0.0203488786, -0.361700475, 0, 0.998421252, -0.056170091, 0.362272501, 0.0523545891, 0.930600643),
  247. game:GetService("Workspace").MobFolder[script.Parent.Parent.TextBox.Text],
  248. 104.4164276123,
  249. 100000,
  250. false,
  251. tbl_232461A0
  252. }
  253. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  254.  
  255. end)
  256.  
  257. end
  258. coroutine.resume(coroutine.create(SCRIPT_UNUU87_FAKESCRIPT))
  259. function SCRIPT_BHWR66_FAKESCRIPT() -- Player.LocalScript
  260. local script = Instance.new('LocalScript')
  261. script.Parent = Player
  262.  
  263. script.Parent.MouseButton1Click:Connect(function()
  264. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  265. local player=game.Players.LocalPlayer.Name
  266. local children = game.Players:GetChildren()
  267. for i = 1, #children do
  268. local child = children[i]
  269. if child.Name~=player then
  270. local tbl_2B3FD0E8 =
  271. {
  272. Color3.new(0.686275, 0.686275, 0.705882),
  273. Enum.Material.SmoothPlastic,
  274. 0,
  275. 1,
  276. 0
  277. }
  278. local tbl_main =
  279. {
  280. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  281. child.Character,
  282. 42.233993530273,
  283. 1000000,
  284. false,
  285. tbl_2B3FD0E8,
  286. true
  287. }
  288. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  289. end
  290. end
  291. end)
  292.  
  293. end
  294. coroutine.resume(coroutine.create(SCRIPT_BHWR66_FAKESCRIPT))
  295. function SCRIPT_WGVR82_FAKESCRIPT() -- Enemy.LocalScript
  296. local script = Instance.new('LocalScript')
  297. script.Parent = Enemy
  298.  
  299. script.Parent.MouseButton1Click:Connect(function()
  300. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  301. local player=game.Players.LocalPlayer.Name
  302. local children = game.Workspace.MobFolder:GetChildren()
  303. for i = 1, #children do
  304. local child = children[i]
  305. local tbl_2B3FD0E8 =
  306. {
  307. Color3.new(0.686275, 0.686275, 0.705882),
  308. Enum.Material.SmoothPlastic,
  309. 0,
  310. 1,
  311. 0
  312. }
  313. local tbl_main =
  314. {
  315. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  316. child,
  317. 42.233993530273,
  318. 1000000,
  319. false,
  320. tbl_2B3FD0E8,
  321. false
  322. }
  323. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  324. end
  325. end)
  326.  
  327. end
  328. coroutine.resume(coroutine.create(SCRIPT_WGVR82_FAKESCRIPT))
  329. function SCRIPT_UHUZ84_FAKESCRIPT() -- Killp.LocalScript
  330. local script = Instance.new('LocalScript')
  331. script.Parent = Killp
  332. script.Parent.MouseButton1Click:Connect(function()
  333. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  334. local player=game.Players.LocalPlayer.Name
  335. local tbl_232461A0 =
  336. {
  337. Color3.new(1, 0.25098, 0),
  338. Enum.Material.Neon,
  339. 0.15,
  340. 0.2,
  341. 0
  342. }
  343. local tbl_main =
  344. {
  345. CFrame.new(-127.009529, 6.94439411, -197.908203, 0.932072341, -0.0203488786, -0.361700475, 0, 0.998421252, -0.056170091, 0.362272501, 0.0523545891, 0.930600643),
  346. game.Players[script.Parent.Parent.TextBoxp.Text].Character,
  347. 104.4164276123,
  348. 100000,
  349. false,
  350. tbl_232461A0,
  351. true
  352. }
  353. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  354.  
  355. end)
  356.  
  357. end
  358. coroutine.resume(coroutine.create(SCRIPT_UHUZ84_FAKESCRIPT))
  359. function SCRIPT_ICXC72_FAKESCRIPT() -- Server.LocalScript
  360. local script = Instance.new('LocalScript')
  361. script.Parent = Server
  362.  
  363. script.Parent.MouseButton1Click:Connect(function()
  364. while true do wait()
  365. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  366. local player=game.Players.LocalPlayer.Name
  367. local children = game.Workspace.MobFolder:GetChildren()
  368. for i = 1, #children do
  369. local child = children[i]
  370. local tbl_2B3FD0E8 =
  371. {
  372. Color3.new(0.686275, 0.686275, 0.705882),
  373. Enum.Material.SmoothPlastic,
  374. 1000,
  375. 0,
  376. 0
  377. }
  378. local tbl_main =
  379. {
  380. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  381. child,
  382. 42.233993530273,
  383. -1000000,
  384. false,
  385. tbl_2B3FD0E8,
  386. false
  387. }
  388. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  389. end
  390. end
  391. end)
  392.  
  393.  
  394. script.Parent.MouseButton1Click:Connect(function()
  395. while true do wait(3)
  396. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  397. local player=game.Players.LocalPlayer.Name
  398. local children = game.Players:GetChildren()
  399. for i = 1, #children do
  400. local child = children[i]
  401. if child.Name~=player then
  402. local tbl_2B3FD0E8 =
  403. {
  404. Color3.new(0.686275, 0.686275, 0.705882),
  405. Enum.Material.SmoothPlastic,
  406. 10000,
  407. 0,
  408. 0
  409. }
  410. local tbl_main =
  411. {
  412. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  413. child.Character,
  414. 42.233993530273,
  415. 1000000,
  416. false,
  417. tbl_2B3FD0E8,
  418. true
  419. }
  420. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  421. end
  422. end
  423. end
  424. end)
  425.  
  426.  
  427. script.Parent.MouseButton1Click:Connect(function()
  428. while true do wait()
  429. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  430. local player=game.Players.LocalPlayer.Name
  431. local children = game.Workspace.MobFolder:GetChildren()
  432. for i = 1, #children do
  433. local child = children[i]
  434. local tbl_2B3FD0E8 =
  435. {
  436. Color3.new(0.686275, 0.686275, 0.705882),
  437. Enum.Material.SmoothPlastic,
  438. 1000,
  439. 0,
  440. 0
  441. }
  442. local tbl_main =
  443. {
  444. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  445. child,
  446. 42.233993530273,
  447. -1000000,
  448. false,
  449. tbl_2B3FD0E8,
  450. false
  451. }
  452. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  453. end
  454. end
  455. end)
  456.  
  457.  
  458. script.Parent.MouseButton1Click:Connect(function()
  459. while true do wait(3)
  460. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  461. local player=game.Players.LocalPlayer.Name
  462. local children = game.Players:GetChildren()
  463. for i = 1, #children do
  464. local child = children[i]
  465. if child.Name~=player then
  466. local tbl_2B3FD0E8 =
  467. {
  468. Color3.new(0.686275, 0.686275, 0.705882),
  469. Enum.Material.SmoothPlastic,
  470. 10000,
  471. 0,
  472. 0
  473. }
  474. local tbl_main =
  475. {
  476. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  477. child.Character,
  478. 42.233993530273,
  479. 1000000,
  480. false,
  481. tbl_2B3FD0E8,
  482. true
  483. }
  484. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  485. end
  486. end
  487. end
  488. end)
  489.  
  490.  
  491. script.Parent.MouseButton1Click:Connect(function()
  492. while true do wait()
  493. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  494. local player=game.Players.LocalPlayer.Name
  495. local children = game.Workspace.MobFolder:GetChildren()
  496. for i = 1, #children do
  497. local child = children[i]
  498. local tbl_2B3FD0E8 =
  499. {
  500. Color3.new(0.686275, 0.686275, 0.705882),
  501. Enum.Material.SmoothPlastic,
  502. 1000,
  503. 0,
  504. 0
  505. }
  506. local tbl_main =
  507. {
  508. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  509. child,
  510. 42.233993530273,
  511. -1000000,
  512. false,
  513. tbl_2B3FD0E8,
  514. false
  515. }
  516. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  517. end
  518. end
  519. end)
  520.  
  521.  
  522. script.Parent.MouseButton1Click:Connect(function()
  523. while true do wait(3)
  524. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  525. local player=game.Players.LocalPlayer.Name
  526. local children = game.Players:GetChildren()
  527. for i = 1, #children do
  528. local child = children[i]
  529. if child.Name~=player then
  530. local tbl_2B3FD0E8 =
  531. {
  532. Color3.new(0.686275, 0.686275, 0.705882),
  533. Enum.Material.SmoothPlastic,
  534. 10000,
  535. 0,
  536. 0
  537. }
  538. local tbl_main =
  539. {
  540. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  541. child.Character,
  542. 42.233993530273,
  543. 1000000,
  544. false,
  545. tbl_2B3FD0E8,
  546. true
  547. }
  548. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  549. end
  550. end
  551. end
  552. end)
  553.  
  554.  
  555. script.Parent.MouseButton1Click:Connect(function()
  556. while true do wait()
  557. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  558. local player=game.Players.LocalPlayer.Name
  559. local children = game.Workspace.MobFolder:GetChildren()
  560. for i = 1, #children do
  561. local child = children[i]
  562. local tbl_2B3FD0E8 =
  563. {
  564. Color3.new(0.686275, 0.686275, 0.705882),
  565. Enum.Material.SmoothPlastic,
  566. 1000,
  567. 0,
  568. 0
  569. }
  570. local tbl_main =
  571. {
  572. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  573. child,
  574. 42.233993530273,
  575. -1000000,
  576. false,
  577. tbl_2B3FD0E8,
  578. false
  579. }
  580. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  581. end
  582. end
  583. end)
  584.  
  585.  
  586. script.Parent.MouseButton1Click:Connect(function()
  587. while true do wait(3)
  588. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  589. local player=game.Players.LocalPlayer.Name
  590. local children = game.Players:GetChildren()
  591. for i = 1, #children do
  592. local child = children[i]
  593. if child.Name~=player then
  594. local tbl_2B3FD0E8 =
  595. {
  596. Color3.new(0.686275, 0.686275, 0.705882),
  597. Enum.Material.SmoothPlastic,
  598. 10000,
  599. 0,
  600. 0
  601. }
  602. local tbl_main =
  603. {
  604. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  605. child.Character,
  606. 42.233993530273,
  607. 1000000,
  608. false,
  609. tbl_2B3FD0E8,
  610. true
  611. }
  612. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  613. end
  614. end
  615. end
  616. end)
  617.  
  618.  
  619. script.Parent.MouseButton1Click:Connect(function()
  620. while true do wait()
  621. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  622. local player=game.Players.LocalPlayer.Name
  623. local children = game.Workspace.MobFolder:GetChildren()
  624. for i = 1, #children do
  625. local child = children[i]
  626. local tbl_2B3FD0E8 =
  627. {
  628. Color3.new(0.686275, 0.686275, 0.705882),
  629. Enum.Material.SmoothPlastic,
  630. 1000,
  631. 0,
  632. 0
  633. }
  634. local tbl_main =
  635. {
  636. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  637. child,
  638. 42.233993530273,
  639. -1000000,
  640. false,
  641. tbl_2B3FD0E8,
  642. false
  643. }
  644. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  645. end
  646. end
  647. end)
  648.  
  649.  
  650. script.Parent.MouseButton1Click:Connect(function()
  651. while true do wait(3)
  652. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  653. local player=game.Players.LocalPlayer.Name
  654. local children = game.Players:GetChildren()
  655. for i = 1, #children do
  656. local child = children[i]
  657. if child.Name~=player then
  658. local tbl_2B3FD0E8 =
  659. {
  660. Color3.new(0.686275, 0.686275, 0.705882),
  661. Enum.Material.SmoothPlastic,
  662. 10000,
  663. 0,
  664. 0
  665. }
  666. local tbl_main =
  667. {
  668. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  669. child.Character,
  670. 42.233993530273,
  671. 1000000,
  672. false,
  673. tbl_2B3FD0E8,
  674. true
  675. }
  676. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  677. end
  678. end
  679. end
  680. end)
  681.  
  682.  
  683. script.Parent.MouseButton1Click:Connect(function()
  684. while true do wait()
  685. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  686. local player=game.Players.LocalPlayer.Name
  687. local children = game.Workspace.MobFolder:GetChildren()
  688. for i = 1, #children do
  689. local child = children[i]
  690. local tbl_2B3FD0E8 =
  691. {
  692. Color3.new(0.686275, 0.686275, 0.705882),
  693. Enum.Material.SmoothPlastic,
  694. 1000,
  695. 0,
  696. 0
  697. }
  698. local tbl_main =
  699. {
  700. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  701. child,
  702. 42.233993530273,
  703. -1000000,
  704. false,
  705. tbl_2B3FD0E8,
  706. false
  707. }
  708. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  709. end
  710. end
  711. end)
  712.  
  713.  
  714. script.Parent.MouseButton1Click:Connect(function()
  715. while true do wait(3)
  716. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  717. local player=game.Players.LocalPlayer.Name
  718. local children = game.Players:GetChildren()
  719. for i = 1, #children do
  720. local child = children[i]
  721. if child.Name~=player then
  722. local tbl_2B3FD0E8 =
  723. {
  724. Color3.new(0.686275, 0.686275, 0.705882),
  725. Enum.Material.SmoothPlastic,
  726. 10000,
  727. 0,
  728. 0
  729. }
  730. local tbl_main =
  731. {
  732. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  733. child.Character,
  734. 42.233993530273,
  735. 1000000,
  736. false,
  737. tbl_2B3FD0E8,
  738. true
  739. }
  740. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  741. end
  742. end
  743. end
  744. end)
  745.  
  746.  
  747. script.Parent.MouseButton1Click:Connect(function()
  748. while true do wait()
  749. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  750. local player=game.Players.LocalPlayer.Name
  751. local children = game.Workspace.MobFolder:GetChildren()
  752. for i = 1, #children do
  753. local child = children[i]
  754. local tbl_2B3FD0E8 =
  755. {
  756. Color3.new(0.686275, 0.686275, 0.705882),
  757. Enum.Material.SmoothPlastic,
  758. 1000,
  759. 0,
  760. 0
  761. }
  762. local tbl_main =
  763. {
  764. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  765. child,
  766. 42.233993530273,
  767. -1000000,
  768. false,
  769. tbl_2B3FD0E8,
  770. false
  771. }
  772. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  773. end
  774. end
  775. end)
  776.  
  777.  
  778. script.Parent.MouseButton1Click:Connect(function()
  779. while true do wait(3)
  780. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  781. local player=game.Players.LocalPlayer.Name
  782. local children = game.Players:GetChildren()
  783. for i = 1, #children do
  784. local child = children[i]
  785. if child.Name~=player then
  786. local tbl_2B3FD0E8 =
  787. {
  788. Color3.new(0.686275, 0.686275, 0.705882),
  789. Enum.Material.SmoothPlastic,
  790. 10000,
  791. 0,
  792. 0
  793. }
  794. local tbl_main =
  795. {
  796. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  797. child.Character,
  798. 42.233993530273,
  799. 1000000,
  800. false,
  801. tbl_2B3FD0E8,
  802. true
  803. }
  804. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  805. end
  806. end
  807. end
  808. end)
  809.  
  810.  
  811. script.Parent.MouseButton1Click:Connect(function()
  812. while true do wait()
  813. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  814. local player=game.Players.LocalPlayer.Name
  815. local children = game.Workspace.MobFolder:GetChildren()
  816. for i = 1, #children do
  817. local child = children[i]
  818. local tbl_2B3FD0E8 =
  819. {
  820. Color3.new(0.686275, 0.686275, 0.705882),
  821. Enum.Material.SmoothPlastic,
  822. 1000,
  823. 0,
  824. 0
  825. }
  826. local tbl_main =
  827. {
  828. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  829. child,
  830. 42.233993530273,
  831. -1000000,
  832. false,
  833. tbl_2B3FD0E8,
  834. false
  835. }
  836. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  837. end
  838. end
  839. end)
  840.  
  841.  
  842. script.Parent.MouseButton1Click:Connect(function()
  843. while true do wait(3)
  844. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  845. local player=game.Players.LocalPlayer.Name
  846. local children = game.Players:GetChildren()
  847. for i = 1, #children do
  848. local child = children[i]
  849. if child.Name~=player then
  850. local tbl_2B3FD0E8 =
  851. {
  852. Color3.new(0.686275, 0.686275, 0.705882),
  853. Enum.Material.SmoothPlastic,
  854. 10000,
  855. 0,
  856. 0
  857. }
  858. local tbl_main =
  859. {
  860. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  861. child.Character,
  862. 42.233993530273,
  863. 1000000,
  864. false,
  865. tbl_2B3FD0E8,
  866. true
  867. }
  868. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  869. end
  870. end
  871. end
  872. end)
  873.  
  874.  
  875. script.Parent.MouseButton1Click:Connect(function()
  876. while true do wait()
  877. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  878. local player=game.Players.LocalPlayer.Name
  879. local children = game.Workspace.MobFolder:GetChildren()
  880. for i = 1, #children do
  881. local child = children[i]
  882. local tbl_2B3FD0E8 =
  883. {
  884. Color3.new(0.686275, 0.686275, 0.705882),
  885. Enum.Material.SmoothPlastic,
  886. 1000,
  887. 0,
  888. 0
  889. }
  890. local tbl_main =
  891. {
  892. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  893. child,
  894. 42.233993530273,
  895. -1000000,
  896. false,
  897. tbl_2B3FD0E8,
  898. false
  899. }
  900. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  901. end
  902. end
  903. end)
  904.  
  905.  
  906. script.Parent.MouseButton1Click:Connect(function()
  907. while true do wait(3)
  908. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  909. local player=game.Players.LocalPlayer.Name
  910. local children = game.Players:GetChildren()
  911. for i = 1, #children do
  912. local child = children[i]
  913. if child.Name~=player then
  914. local tbl_2B3FD0E8 =
  915. {
  916. Color3.new(0.686275, 0.686275, 0.705882),
  917. Enum.Material.SmoothPlastic,
  918. 10000,
  919. 0,
  920. 0
  921. }
  922. local tbl_main =
  923. {
  924. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  925. child.Character,
  926. 42.233993530273,
  927. 1000000,
  928. false,
  929. tbl_2B3FD0E8,
  930. true
  931. }
  932. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  933. end
  934. end
  935. end
  936. end)
  937.  
  938.  
  939. script.Parent.MouseButton1Click:Connect(function()
  940. while true do wait()
  941. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  942. local player=game.Players.LocalPlayer.Name
  943. local children = game.Workspace.MobFolder:GetChildren()
  944. for i = 1, #children do
  945. local child = children[i]
  946. local tbl_2B3FD0E8 =
  947. {
  948. Color3.new(0.686275, 0.686275, 0.705882),
  949. Enum.Material.SmoothPlastic,
  950. 1000,
  951. 0,
  952. 0
  953. }
  954. local tbl_main =
  955. {
  956. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  957. child,
  958. 42.233993530273,
  959. -1000000,
  960. false,
  961. tbl_2B3FD0E8,
  962. false
  963. }
  964. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  965. end
  966. end
  967. end)
  968.  
  969.  
  970. script.Parent.MouseButton1Click:Connect(function()
  971. while true do wait(3)
  972. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  973. local player=game.Players.LocalPlayer.Name
  974. local children = game.Players:GetChildren()
  975. for i = 1, #children do
  976. local child = children[i]
  977. if child.Name~=player then
  978. local tbl_2B3FD0E8 =
  979. {
  980. Color3.new(0.686275, 0.686275, 0.705882),
  981. Enum.Material.SmoothPlastic,
  982. 10000,
  983. 0,
  984. 0
  985. }
  986. local tbl_main =
  987. {
  988. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  989. child.Character,
  990. 42.233993530273,
  991. 1000000,
  992. false,
  993. tbl_2B3FD0E8,
  994. true
  995. }
  996. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  997. end
  998. end
  999. end
  1000. end)
  1001.  
  1002.  
  1003. script.Parent.MouseButton1Click:Connect(function()
  1004. while true do wait()
  1005. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  1006. local player=game.Players.LocalPlayer.Name
  1007. local children = game.Workspace.MobFolder:GetChildren()
  1008. for i = 1, #children do
  1009. local child = children[i]
  1010. local tbl_2B3FD0E8 =
  1011. {
  1012. Color3.new(0.686275, 0.686275, 0.705882),
  1013. Enum.Material.SmoothPlastic,
  1014. 1000,
  1015. 0,
  1016. 0
  1017. }
  1018. local tbl_main =
  1019. {
  1020. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  1021. child,
  1022. 42.233993530273,
  1023. -1000000,
  1024. false,
  1025. tbl_2B3FD0E8,
  1026. false
  1027. }
  1028. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  1029. end
  1030. end
  1031. end)
  1032.  
  1033.  
  1034. script.Parent.MouseButton1Click:Connect(function()
  1035. while true do wait(3)
  1036. local tool=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  1037. local player=game.Players.LocalPlayer.Name
  1038. local children = game.Players:GetChildren()
  1039. for i = 1, #children do
  1040. local child = children[i]
  1041. if child.Name~=player then
  1042. local tbl_2B3FD0E8 =
  1043. {
  1044. Color3.new(0.686275, 0.686275, 0.705882),
  1045. Enum.Material.SmoothPlastic,
  1046. 10000,
  1047. 0,
  1048. 0
  1049. }
  1050. local tbl_main =
  1051. {
  1052. CFrame.new(-221.530991, 3.34403563, -150.252747, -0.80831027, -0.0392573252, 0.587446511, 0, 0.997774482, 0.0666783378, -0.5887568, 0.0538967848, -0.806511343),
  1053. child.Character,
  1054. 42.233993530273,
  1055. 1000000,
  1056. false,
  1057. tbl_2B3FD0E8,
  1058. true
  1059. }
  1060. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Remote:InvokeServer(unpack(tbl_main))
  1061. end
  1062. end
  1063. end
  1064. end)
  1065.  
  1066.  
  1067.  
  1068. end
  1069. coroutine.resume(coroutine.create(SCRIPT_ICXC72_FAKESCRIPT))
  1070. function SCRIPT_WDLY67_FAKESCRIPT() -- DestinedAscension.Animator
  1071. local script = Instance.new('LocalScript')
  1072. script.Parent = DestinedAscension
  1073. if game:FindFirstChild("CoreGui")then
  1074. script.Parent.Parent=game.CoreGui
  1075. end
  1076. script.Parent.Main.Draggable=true
  1077. script.Parent.Main.Active=true
  1078. local children = script.Parent.Main:GetChildren()
  1079. for i = 1, #children do
  1080. child=children[i]
  1081. child.Visible=false
  1082. end
  1083. script.Parent.Main.Size=(UDim2.new(0,1,0,1))
  1084. wait(3)
  1085. script.Parent.Main:TweenSize(UDim2.new(0,200,0,430))
  1086. wait(1)
  1087. for i = 1, #children do
  1088. child=children[i]
  1089. child.Visible=true
  1090. for i = 3, 1, -1 do
  1091. child.BackgroundTransparency=((i/3)-0.3)
  1092. if child.TextTransparency then
  1093. child.TextTransparency=((i/3)-0.3)
  1094. wait(0)
  1095. end
  1096. end
  1097. end
  1098.  
  1099. end
  1100. coroutine.resume(coroutine.create(SCRIPT_WDLY67_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement