R

24kgoldn get all miks by lulas

public
rrixh Apr 07, 2024 Never 47
Clone
Lua 24kgoldn-konxert_lulaslollipop.jar 107 lines (95 loc) | 5.94 KB
1
if game.PlaceId == 8967359816 then --goldnID
2
3
local goldn =
4
loadstring(game:HttpGet("https://pastecode.dev/raw/o579xt86/mobileWally.jpg",true))()
5
6
local uwu = goldn:CreateWindow("24kGoldn Koncert\nExperienxe")
7
8
uwu:AddButton({text = "Find All Golden Mikrophones", callback = function()
9
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6835.24462890625, 167.20150756835938, -160.8429718017578)
10
wait(0.8)
11
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6605.4638671875, 21.847354888916016, -147.72183227539062)
12
wait(0.6)
13
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6592.69287109375, 29.237062454223633, -168.82919311523438)
14
wait(0.6)
15
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6571.8798828125, 22.91210174560547, -217.84022521972656)
16
wait(0.6)
17
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6669.24853515625, 23.154272079467773, -261.07269287109375)
18
wait(0.6)
19
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6584.8857421875, 41.496456146240234, -271.2686767578125)
20
wait(0.6)
21
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6544.583984375, 21.465723037719727, -375.773193359375)
22
wait(0.6)
23
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6545.669921875, 30.27515411376953, -467.7079162597656)
24
wait(0.6)
25
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6619.81005859375, 20.71843719482422, -423.641845703125)
26
wait(0.6)
27
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6842.240234375, 73.59513854980469, -384.72601318359375)
28
wait(0.6)
29
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6812.42333984375, 50.992218017578125, -304.03424072265625)
30
wait(0.6)
31
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6799.21875, 33.06584167480469, -257.4161376953125)
32
wait(0.6)
33
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6908.09375,-13.748577117919922,-383.89105224609375) --✅14fixed
34
wait(0.6)
35
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6832.61865234375, -19.401575088500977, -301.5868835449219)
36
wait(0.6)
37
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6816.92578125, 23.847007751464844, -317.6001892089844)
38
wait(0.6)
39
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6821.14990234375, 60.665435791015625, -462.64208984375)
40
wait(0.6)
41
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6855.30224609375, 52.58441162109375, -403.182373046875)
42
--18fixed✅👆🏽
43
wait(0.6)
44
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6824.1689453125, 50.22691345214844, -366.1539611816406)
45
wait(0.6)
46
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6879.41845703125, 16.97156524658203, -450.9172668457031)
47
wait(0.6)
48
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6860.42236328125, 20.138500213623047, -434.7819519042969)
49
wait(0.6)
50
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6771.95556640625, 17.647911071777344, -448.13092041015625)
51
wait(0.7)
52
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6727.45068359375, 16.509544372558594, -424.3085021972656)
53
wait(0.7)
54
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6689.9423828125, 26.588260650634766, -354.22222900390625)
55
wait(0.6)
56
Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6509.4140625, 50.06605529785156, -310.6515197753906)
57
end})
58
uwu:AddFolder("by lulaslollipop🍭")
59
60
goldn:Init()
61
else
62
--wrong game teleport
63
local player = game.Players.LocalPlayer
64
local playerGui = player:WaitForChild("PlayerGui")
65
local notification = Instance.new("ScreenGui")
66
notification.Name = "notification"
67
notification.Parent = playerGui
68
69
local Background = Instance.new("Frame")
70
Background.Size = UDim2.new(0, 390, 0, 33)--2:length,4:height
71
Background.Position = UDim2.new(0.65, -200, 0.4, -50) --1:position,high=right,low=left
72
--3:low=up,high=down
73
Background.BackgroundColor3 = Color3.new(0, 0, 0)
74
Background.Parent = notification
75
76
local countdownText = Instance.new("TextLabel")
77
countdownText.Text = "by lulas🍭 enjoy! (5)"
78
countdownText.TextColor3 = Color3.new(1, 1, 1)
79
countdownText.BackgroundColor3 = Color3.new(0, 0, 0, 0)
80
countdownText.TextSize = 15
81
countdownText.Size = UDim2.new(1, 0, 1, 0)
82
countdownText.Parent = Background
83
84
local countdown = 5
85
local countdownInterval = 1
86
87
local function updateCountdown()
88
countdown = countdown - 1
89
countdownText.Text = "AHT wrong game! Teleporting...🍭 (" .. countdown .. ")"
90
91
if countdown <= 0 then
92
-- código para executar quando atingir (0)
93
notification:Destroy()
94
else
95
96
wait(countdownInterval)
97
updateCountdown()
98
end
99
end
100
101
updateCountdown()
102
103
wait(0.01)
104
-- tp to Game
105
local GOLDN = 8967359816
106
game:GetService("TeleportService"):Teleport(GOLDN, game:GetService("Players").LocalPlayer)
107
end