Advertisement
HHLExploits

Dungeon

May 14th, 2019
813
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.01 KB | None | 0 0
  1. -- Instances:
  2. local DungeonRapist = Instance.new("ScreenGui")
  3. local Teleports = Instance.new("Frame")
  4. local title = Instance.new("TextLabel")
  5. local tab = Instance.new("TextLabel")
  6. local b1 = Instance.new("TextButton")
  7. local b2 = Instance.new("TextButton")
  8. local b3 = Instance.new("TextButton")
  9. local b4 = Instance.new("TextButton")
  10. local guisettings = Instance.new("Frame")
  11. local title_2 = Instance.new("TextLabel")
  12. local tab_2 = Instance.new("TextLabel")
  13. local b1_2 = Instance.new("TextButton")
  14. local b2_2 = Instance.new("TextButton")
  15. local b3_2 = Instance.new("TextButton")
  16. local Title = Instance.new("TextLabel")
  17. local Subtitle = Instance.new("TextLabel")
  18. local openUI = Instance.new("Frame")
  19. local TextButton = Instance.new("TextButton")
  20. --Properties:
  21. DungeonRapist.Name = "DungeonRapist"
  22. DungeonRapist.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23. DungeonRapist.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24. DungeonRapist.ResetOnSpawn = false
  25.  
  26. Teleports.Name = "Teleports"
  27. Teleports.Parent = DungeonRapist
  28. Teleports.Active = true
  29. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  30. Teleports.BackgroundTransparency = 1
  31. Teleports.BorderSizePixel = 0
  32. Teleports.Draggable = true
  33. Teleports.Position = UDim2.new(0.0359999985, 0, 0.150000006, 0)
  34. Teleports.Selectable = true
  35. Teleports.Size = UDim2.new(0, 150, 0, 200)
  36.  
  37. title.Name = "title"
  38. title.Parent = Teleports
  39. title.BackgroundColor3 = Color3.new(1, 0, 0)
  40. title.BorderSizePixel = 0
  41. title.Size = UDim2.new(0, 150, 0, 40)
  42. title.Font = Enum.Font.SciFi
  43. title.Text = "Functions"
  44. title.TextColor3 = Color3.new(1, 1, 1)
  45. title.TextSize = 25
  46. title.TextStrokeTransparency = 0
  47.  
  48. tab.Name = "tab"
  49. tab.Parent = Teleports
  50. tab.BackgroundColor3 = Color3.new(0, 0, 0)
  51. tab.BackgroundTransparency = 0.40000000596046
  52. tab.BorderSizePixel = 0
  53. tab.Position = UDim2.new(0.0333333351, 0, 0.200000003, 0)
  54. tab.Size = UDim2.new(0, 140, 0, 160)
  55. tab.Font = Enum.Font.SourceSans
  56. tab.Text = ""
  57. tab.TextColor3 = Color3.new(0, 0, 0)
  58. tab.TextSize = 14
  59.  
  60. b1.Name = "b1"
  61. b1.Parent = Teleports
  62. b1.BackgroundColor3 = Color3.new(1, 1, 1)
  63. b1.BackgroundTransparency = 1
  64. b1.Position = UDim2.new(0.0666666701, 0, 0.199999869, 0)
  65. b1.Size = UDim2.new(0, 135, 0, 40)
  66. b1.Font = Enum.Font.SourceSans
  67. b1.Text = "> clear room"
  68. b1.TextColor3 = Color3.new(1, 0, 0)
  69. b1.TextSize = 20
  70. b1.TextStrokeTransparency = 0
  71. b1.TextWrapped = true
  72. b1.TextXAlignment = Enum.TextXAlignment.Left
  73.  
  74. b2.Name = "b2"
  75. b2.Parent = Teleports
  76. b2.BackgroundColor3 = Color3.new(1, 1, 1)
  77. b2.BackgroundTransparency = 1
  78. b2.Position = UDim2.new(0.0666666701, 0, 0.399999857, 0)
  79. b2.Size = UDim2.new(0, 135, 0, 40)
  80. b2.Font = Enum.Font.SourceSans
  81. b2.Text = "> 80 walkspeed"
  82. b2.TextColor3 = Color3.new(1, 0, 0)
  83. b2.TextSize = 20
  84. b2.TextStrokeTransparency = 0
  85. b2.TextWrapped = true
  86. b2.TextXAlignment = Enum.TextXAlignment.Left
  87.  
  88. b3.Name = "b3"
  89. b3.Parent = Teleports
  90. b3.BackgroundColor3 = Color3.new(1, 1, 1)
  91. b3.BackgroundTransparency = 1
  92. b3.Position = UDim2.new(0.0666666701, 0, 0.59499985, 0)
  93. b3.Size = UDim2.new(0, 135, 0, 40)
  94. b3.Font = Enum.Font.SourceSans
  95. b3.Text = "> remove barriers"
  96. b3.TextColor3 = Color3.new(1, 0, 0)
  97. b3.TextSize = 20
  98. b3.TextStrokeTransparency = 0
  99. b3.TextWrapped = true
  100. b3.TextXAlignment = Enum.TextXAlignment.Left
  101.  
  102. b4.Name = "b4"
  103. b4.Parent = Teleports
  104. b4.BackgroundColor3 = Color3.new(1, 1, 1)
  105. b4.BackgroundTransparency = 1
  106. b4.Position = UDim2.new(0.0666666701, 0, 0.794999838, 0)
  107. b4.Size = UDim2.new(0, 135, 0, 40)
  108. b4.Font = Enum.Font.SourceSans
  109. b4.Text = "> force start game"
  110. b4.TextColor3 = Color3.new(1, 0, 0)
  111. b4.TextSize = 20
  112. b4.TextStrokeTransparency = 0
  113. b4.TextWrapped = true
  114. b4.TextXAlignment = Enum.TextXAlignment.Left
  115.  
  116. guisettings.Name = "guisettings"
  117. guisettings.Parent = DungeonRapist
  118. guisettings.Active = true
  119. guisettings.BackgroundColor3 = Color3.new(1, 1, 1)
  120. guisettings.BackgroundTransparency = 1
  121. guisettings.BorderSizePixel = 0
  122. guisettings.Draggable = true
  123. guisettings.Position = UDim2.new(0.136000007, 0, 0.150000006, 0)
  124. guisettings.Selectable = true
  125. guisettings.Size = UDim2.new(0, 150, 0, 200)
  126.  
  127. title_2.Name = "title"
  128. title_2.Parent = guisettings
  129. title_2.BackgroundColor3 = Color3.new(1, 0, 0)
  130. title_2.BorderSizePixel = 0
  131. title_2.Size = UDim2.new(0, 150, 0, 40)
  132. title_2.Font = Enum.Font.SciFi
  133. title_2.Text = "GUI settings"
  134. title_2.TextColor3 = Color3.new(1, 1, 1)
  135. title_2.TextSize = 25
  136. title_2.TextStrokeTransparency = 0
  137.  
  138. tab_2.Name = "tab"
  139. tab_2.Parent = guisettings
  140. tab_2.BackgroundColor3 = Color3.new(0, 0, 0)
  141. tab_2.BackgroundTransparency = 0.40000000596046
  142. tab_2.BorderSizePixel = 0
  143. tab_2.Position = UDim2.new(0.0333333351, 0, 0.200000003, 0)
  144. tab_2.Size = UDim2.new(0, 140, 0, 120)
  145. tab_2.Font = Enum.Font.SourceSans
  146. tab_2.Text = ""
  147. tab_2.TextColor3 = Color3.new(0, 0, 0)
  148. tab_2.TextSize = 14
  149.  
  150. b1_2.Name = "b1"
  151. b1_2.Parent = guisettings
  152. b1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  153. b1_2.BackgroundTransparency = 1
  154. b1_2.Position = UDim2.new(0.0666666701, 0, 0.390000015, 0)
  155. b1_2.Size = UDim2.new(0, 135, 0, 40)
  156. b1_2.Font = Enum.Font.SourceSans
  157. b1_2.Text = "> minimize GUI"
  158. b1_2.TextColor3 = Color3.new(1, 0, 0)
  159. b1_2.TextSize = 20
  160. b1_2.TextStrokeTransparency = 0
  161. b1_2.TextWrapped = true
  162. b1_2.TextXAlignment = Enum.TextXAlignment.Left
  163.  
  164. b2_2.Name = "b2"
  165. b2_2.Parent = guisettings
  166. b2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  167. b2_2.BackgroundTransparency = 1
  168. b2_2.Position = UDim2.new(0.0666666701, 0, 0.589999974, 0)
  169. b2_2.Size = UDim2.new(0, 135, 0, 40)
  170. b2_2.Font = Enum.Font.SourceSans
  171. b2_2.Text = "> destroy GUI"
  172. b2_2.TextColor3 = Color3.new(1, 0, 0)
  173. b2_2.TextSize = 20
  174. b2_2.TextStrokeTransparency = 0
  175. b2_2.TextWrapped = true
  176. b2_2.TextXAlignment = Enum.TextXAlignment.Left
  177.  
  178. b3_2.Name = "b3"
  179. b3_2.Parent = guisettings
  180. b3_2.BackgroundColor3 = Color3.new(1, 1, 1)
  181. b3_2.BackgroundTransparency = 1
  182. b3_2.Position = UDim2.new(0.0666666701, 0, 0.200000018, 0)
  183. b3_2.Size = UDim2.new(0, 135, 0, 40)
  184. b3_2.Font = Enum.Font.SourceSans
  185. b3_2.Text = "> hide local name"
  186. b3_2.TextColor3 = Color3.new(1, 0, 0)
  187. b3_2.TextSize = 20
  188. b3_2.TextStrokeTransparency = 0
  189. b3_2.TextWrapped = true
  190. b3_2.TextXAlignment = Enum.TextXAlignment.Left
  191.  
  192. Title.Name = "Title"
  193. Title.Parent = DungeonRapist
  194. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  195. Title.BackgroundTransparency = 1
  196. Title.Position = UDim2.new(0.287927687, 0, 0.0021994696, 0)
  197. Title.Size = UDim2.new(0, 422, 0, 73)
  198. Title.Font = Enum.Font.Fantasy
  199. Title.Text = "Dungeon Rapist V1.2"
  200. Title.TextColor3 = Color3.new(1, 0, 0)
  201. Title.TextScaled = true
  202. Title.TextSize = 14
  203. Title.TextStrokeTransparency = 0.5
  204. Title.TextWrapped = true
  205.  
  206. Subtitle.Name = "Subtitle"
  207. Subtitle.Parent = DungeonRapist
  208. Subtitle.BackgroundColor3 = Color3.new(1, 1, 1)
  209. Subtitle.BackgroundTransparency = 1
  210. Subtitle.Position = UDim2.new(0.304712713, 0, 0.0727558434, 0)
  211. Subtitle.Size = UDim2.new(0, 422, 0, 23)
  212. Subtitle.Font = Enum.Font.Fantasy
  213. Subtitle.Text = "Created by: iJxson"
  214. Subtitle.TextColor3 = Color3.new(1, 0, 0)
  215. Subtitle.TextScaled = true
  216. Subtitle.TextSize = 14
  217. Subtitle.TextStrokeTransparency = 0.5
  218. Subtitle.TextWrapped = true
  219. Subtitle.TextXAlignment = Enum.TextXAlignment.Left
  220.  
  221. openUI.Name = "openUI"
  222. openUI.Parent = DungeonRapist
  223. openUI.BackgroundColor3 = Color3.new(1, 1, 1)
  224. openUI.BorderSizePixel = 0
  225. openUI.Position = UDim2.new(0.445448667, 0, 0.0727558434, 0)
  226. openUI.Size = UDim2.new(0, 100, 0, 22)
  227. openUI.Visible = false
  228.  
  229. TextButton.Parent = openUI
  230. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  231. TextButton.BorderSizePixel = 0
  232. TextButton.Size = UDim2.new(0, 100, 0, 22)
  233. TextButton.Font = Enum.Font.SciFi
  234. TextButton.Text = "open GUI"
  235. TextButton.TextColor3 = Color3.new(1, 1, 1)
  236. TextButton.TextSize = 18
  237. TextButton.TextStrokeTransparency = 0
  238. TextButton.TextWrapped = true
  239. -- Scripts:
  240. Teleports.Draggable = true
  241. Teleports.Selectable = true
  242. Teleports.Active = true
  243.  
  244. guisettings.Draggable = true
  245. guisettings.Selectable = true
  246. guisettings.Active = true
  247.  
  248. namechanger = true
  249.  
  250. guisettings.b3.MouseButton1Click:Connect(function()
  251. local yeet = game.Players.LocalPlayer.PlayerGui.playerStatus.Frame.playerName
  252. local yeet2 = game.Players.LocalPlayer.Character.playerNameplate.Frame.name
  253. local yeet3 = game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.Username
  254.  
  255. game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.AccountType.Text = "Made by iJxson"
  256.  
  257.  
  258.  
  259. while namechanger == true do
  260. yeet.Text = "jCaffie"
  261. yeet2.Text = "jCaffie"
  262. yeet3.Text = "jCaffie"
  263. wait(0.2)
  264. yeet.Text = "Fuck"
  265. yeet2.Text = "Fuck"
  266. yeet3.Text = "Fuck"
  267. wait(0.2)
  268. yeet.Text = "You"
  269. yeet2.Text = "You"
  270. yeet3.Text = "You"
  271. wait(0.2)
  272. yeet.Text = "Thats"
  273. yeet2.Text = "Thats"
  274. yeet3.Text = "Thats"
  275. wait(0.2)
  276. yeet.Text = "Why"
  277. yeet2.Text = "Why"
  278. yeet3.Text = "Why"
  279. wait(0.2)
  280. yeet.Text = "Subscribe"
  281. yeet2.Text = "Subscribe"
  282. yeet3.Text = "Subscribe"
  283. wait(0.2)
  284. yeet.Text = "To"
  285. yeet2.Text = "To"
  286. yeet3.Text = "To"
  287. wait(0.2)
  288. yeet.Text = "HHL"
  289. yeet2.Text = "HHL"
  290. yeet3.Text = "HHL"
  291. wait(0.2)
  292. yeet.Text = "Starkius821"
  293. yeet2.Text = "Starkius821"
  294. yeet3.Text = "Starkius821"
  295. wait(0.2)
  296. yeet.Text = "rajlo"
  297. yeet2.Text = "rajlo"
  298. yeet3.Text = "rajlo"
  299. wait(0.2)
  300. yeet.Text = "BeautifulLegacy"
  301. yeet2.Text = "BeautifulLegacy"
  302. yeet3.Text = "BeautifulLegacy"
  303. wait(0.2)
  304. yeet.Text = "inzr"
  305. yeet2.Text = "inzr"
  306. yeet2.Text = "inzr"
  307. wait(0.2)
  308. yeet.Text = "king1648"
  309. yeet2.Text = "king1648"
  310. yeet3.Text = "king1648"
  311. wait(0.2)
  312. yeet.Text = "xolxna"
  313. yeet2.Text = "xolxna"
  314. yeet3.Text = "xolxna"
  315. wait(0.2)
  316. yeet.Text = "Antietem"
  317. yeet2.Text = "Antietem"
  318. yeet3.Text = "Antietem"
  319. wait(0.2)
  320. yeet.Text = "vCaffy"
  321. yeet2.Text = "vCaffy"
  322. yeet3.Text = "vCaffy"
  323. wait(0.2)
  324. end
  325. end)
  326.  
  327. guisettings.b2.MouseButton1Click:Connect(function()
  328. game.Players.LocalPlayer.PlayerGui.DungeonRapist:Destroy()
  329. namechanger = false
  330. end)
  331.  
  332. closed = false
  333.  
  334. guisettings.b1.MouseButton1Click:Connect(function()
  335. if closed == false then
  336. openUI.Visible = true
  337. Teleports.Visible = false
  338. guisettings.Visible = false
  339. closed = true
  340. end
  341. end)
  342.  
  343. openUI.TextButton.MouseButton1Click:Connect(function()
  344. if closed == true then
  345. openUI.Visible = false
  346. Teleports.Visible = true
  347. guisettings.Visible = true
  348. closed = false
  349. end
  350. end)
  351.  
  352. Teleports.b1.MouseButton1Click:Connect(function()
  353.  
  354. local name = "Dark Mage";
  355. local function Modify(part)
  356. part.Head:Destroy()
  357. end
  358.  
  359. local function recursive(obj)
  360. for _, child in pairs(obj:GetChildren()) do
  361. if (child.Name == name) then
  362. Modify(child);
  363. end
  364. recursive(child);
  365. end
  366. end
  367. recursive(workspace);
  368.  
  369. local nama = "Demon Warrior";
  370. local function Modify(part)
  371. part.Head:Destroy()
  372. end
  373.  
  374. local function recursive(obj)
  375. for _, child in pairs(obj:GetChildren()) do
  376. if (child.Name == nama) then
  377. Modify(child);
  378. end
  379. recursive(child);
  380. end
  381. end
  382. recursive(workspace);
  383.  
  384. local name = "Pirate Savage";
  385. local function Modify(part)
  386. part.Head:Destroy()
  387. end
  388.  
  389. local function recursive(obj)
  390. for _, child in pairs(obj:GetChildren()) do
  391. if (child.Name == name) then
  392. Modify(child);
  393. end
  394. recursive(child);
  395. end
  396. end
  397. recursive(workspace);
  398.  
  399. local nama = "Pirate Rifleman";
  400. local function Modify(part)
  401. part.Head:Destroy()
  402. end
  403.  
  404. local function recursive(obj)
  405. for _, child in pairs(obj:GetChildren()) do
  406. if (child.Name == nama) then
  407. Modify(child);
  408. end
  409. recursive(child);
  410. end
  411. end
  412. recursive(workspace);
  413.  
  414. local name = "King's Guard";
  415. local function Modify(part)
  416. part.Head:Destroy()
  417. end
  418.  
  419. local function recursive(obj)
  420. for _, child in pairs(obj:GetChildren()) do
  421. if (child.Name == name) then
  422. Modify(child);
  423. end
  424. recursive(child);
  425. end
  426. end
  427. recursive(workspace);
  428.  
  429. local nama = "Elementalist";
  430. local function Modify(part)
  431. part.Head:Destroy()
  432. end
  433.  
  434. local function recursive(obj)
  435. for _, child in pairs(obj:GetChildren()) do
  436. if (child.Name == nama) then
  437. Modify(child);
  438. end
  439. recursive(child);
  440. end
  441. end
  442. recursive(workspace);
  443.  
  444. local nama = "Hitman";
  445. local function Modify(part)
  446. part.Head:Destroy()
  447. end
  448.  
  449. local function recursive(obj)
  450. for _, child in pairs(obj:GetChildren()) do
  451. if (child.Name == nama) then
  452. Modify(child);
  453. end
  454. recursive(child);
  455. end
  456. end
  457. recursive(workspace);
  458. end)
  459.  
  460. Teleports.b2.MouseButton1Click:Connect(function()
  461. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 80
  462. end)
  463.  
  464. Teleports.b3.MouseButton1Click:Connect(function()
  465. local nama = "room1";
  466. local function Modify(part)
  467. part.barrier:Destroy()
  468. end
  469.  
  470. local function recursive(obj)
  471. for _, child in pairs(obj:GetChildren()) do
  472. if (child.Name == nama) then
  473. Modify(child);
  474. end
  475. recursive(child);
  476. end
  477. end
  478. recursive(workspace);
  479.  
  480. local nama = "room2";
  481. local function Modify(part)
  482. part.barrier:Destroy()
  483. end
  484.  
  485. local function recursive(obj)
  486. for _, child in pairs(obj:GetChildren()) do
  487. if (child.Name == nama) then
  488. Modify(child);
  489. end
  490. recursive(child);
  491. end
  492. end
  493. recursive(workspace);
  494.  
  495. local nama = "room3";
  496. local function Modify(part)
  497. part.barrier:Destroy()
  498. end
  499.  
  500. local function recursive(obj)
  501. for _, child in pairs(obj:GetChildren()) do
  502. if (child.Name == nama) then
  503. Modify(child);
  504. end
  505. recursive(child);
  506. end
  507. end
  508. recursive(workspace);
  509.  
  510. local nama = "room4";
  511. local function Modify(part)
  512. part.barrier:Destroy()
  513. end
  514.  
  515. local function recursive(obj)
  516. for _, child in pairs(obj:GetChildren()) do
  517. if (child.Name == nama) then
  518. Modify(child);
  519. end
  520. recursive(child);
  521. end
  522. end
  523. recursive(workspace);
  524.  
  525. local nama = "room5";
  526. local function Modify(part)
  527. part.barrier:Destroy()
  528. end
  529.  
  530. local function recursive(obj)
  531. for _, child in pairs(obj:GetChildren()) do
  532. if (child.Name == nama) then
  533. Modify(child);
  534. end
  535. recursive(child);
  536. end
  537. end
  538. recursive(workspace);
  539.  
  540. local nama = "room6";
  541. local function Modify(part)
  542. part.barrier:Destroy()
  543. end
  544.  
  545. local function recursive(obj)
  546. for _, child in pairs(obj:GetChildren()) do
  547. if (child.Name == nama) then
  548. Modify(child);
  549. end
  550. recursive(child);
  551. end
  552. end
  553. recursive(workspace);
  554.  
  555. local nama = "room7";
  556. local function Modify(part)
  557. part.barrier:Destroy()
  558. end
  559.  
  560. local function recursive(obj)
  561. for _, child in pairs(obj:GetChildren()) do
  562. if (child.Name == nama) then
  563. Modify(child);
  564. end
  565. recursive(child);
  566. end
  567. end
  568. recursive(workspace);
  569.  
  570. local nama = "room8";
  571. local function Modify(part)
  572. part.barrier:Destroy()
  573. end
  574.  
  575. local function recursive(obj)
  576. for _, child in pairs(obj:GetChildren()) do
  577. if (child.Name == nama) then
  578. Modify(child);
  579. end
  580. recursive(child);
  581. end
  582. end
  583. recursive(workspace);
  584.  
  585. local nama = "initialRoom";
  586. local function Modify(part)
  587. part.barrier:Destroy()
  588. end
  589.  
  590. local function recursive(obj)
  591. for _, child in pairs(obj:GetChildren()) do
  592. if (child.Name == nama) then
  593. Modify(child);
  594. end
  595. recursive(child);
  596. end
  597. end
  598. recursive(workspace);
  599. end)
  600.  
  601. Teleports.b4.MouseButton1Click:Connect(function()
  602. game.ReplicatedStorage.remotes.changeStartValue:FireServer()
  603. end)
  604.  
  605. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  606.  
  607. counter = 0
  608.  
  609. loopfunc = true
  610. looped = true
  611.  
  612. if loopfunc == true then
  613. while looped == true do
  614. wait(0.1)
  615. Teleports.title.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  616. guisettings.title.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  617. Title.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  618. Subtitle.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  619. Teleports:FindFirstChild('b1').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  620. Teleports:FindFirstChild('b2').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  621. Teleports:FindFirstChild('b3').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  622. Teleports:FindFirstChild('b4').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  623. guisettings:FindFirstChild('b1').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  624. guisettings:FindFirstChild('b2').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  625. guisettings:FindFirstChild('b3').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  626. openUI.TextButton.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  627.  
  628. counter = counter + 0.01
  629. end
  630. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement