R

strongmansim tp and redeem allkodes

public
rrixh Feb 04, 2024 Never 55
Clone
Plaintext strongmansimulator-tpredeem_lulaslollipop 149 lines (118 loc) | 4.5 KB
1
for i,v in next, game.CoreGui:GetChildren() do
2
if v.Name == "ScreenGui" and v.ImageButton then
3
v:Destroy()
4
end
5
end
6
7
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/sannin9000/Ui-Libraries/main/uwuware", true))()
8
9
local Window = Library:CreateWindow"Strongman Simulator"
10
11
local list = {
12
"Area 1",
13
"Area 2",
14
"Area 3",
15
"Area 4",
16
"Area 5",
17
"Area 6",
18
"Area 7",
19
"Area 8",
20
"Area 9",
21
"Area 10",
22
"Area 11",
23
"Area 12",
24
"Area 13",
25
"Area 14",
26
"Area 15",
27
"Area 16",
28
"Area 17",
29
"Area 18",
30
31
32
}
33
34
Window:AddList({text = "Areas", flag = "list", values = list, callback = function(a)
35
getgenv().borntodie1 = a
36
end})
37
38
39
40
Window:AddButton({text = "Teleport to Area", flag = "button", callback = function()
41
if borntodie1 == "Area 1" then
42
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(115, 11, -197)
43
elseif borntodie1 == "Area 2" then
44
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(90, 11, -20)
45
elseif borntodie1 == "Area 3" then
46
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(192, 14, 224)
47
elseif borntodie1 == "Area 4" then
48
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(176, 11, 503)
49
elseif borntodie1 == "Area 5" then
50
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20, 14, 776)
51
elseif borntodie1 == "Area 6" then
52
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-200, 18, 1340)
53
elseif borntodie1 == "Area 7" then
54
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-167, 19, 2018)
55
elseif borntodie1 == "Area 8" then
56
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-175, 12, 2817)
57
elseif borntodie1 == "Area 9" then
58
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-128, 12, 4119)
59
elseif borntodie1 == "Area 10" then
60
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-199, 12, 4555)
61
elseif borntodie1 == "Area 11" then
62
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-189, 21, 5463)
63
elseif borntodie1 == "Area 12" then
64
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-240, 11, 6353)
65
elseif borntodie1 == "Area 13" then
66
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-312, 11, 7196)
67
elseif borntodie1 == "Area 14" then
68
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(466, 12, 8243)
69
elseif borntodie1 == "Area 15" then
70
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-290, 11, 9226)
71
elseif borntodie1 == "Area 16" then
72
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-294, 10, 10264)
73
elseif borntodie1 == "Area 17" then
74
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-243, 10, 11233)
75
elseif borntodie1 == "Area 18" then
76
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-279, 10, 12252)
77
78
79
end
80
81
end})
82
83
84
85
Window:AddButton({text = "Redeem all Promo Kodes", flag = "button", callback = function()
86
local args = {
87
[1] = "400M"
88
}
89
90
game:GetService("ReplicatedStorage").PromoCodeRequest:InvokeServer(unpack(args))
91
92
task.wait(0.5)
93
94
local args = {
95
[1] = "100m"
96
}
97
98
game:GetService("ReplicatedStorage").PromoCodeRequest:InvokeServer(unpack(args))
99
task.wait(0.5)
100
local args = {
101
[1] = "Chad"
102
}
103
104
game:GetService("ReplicatedStorage").PromoCodeRequest:InvokeServer(unpack(args))
105
task.wait(0.5)
106
local args = {
107
[1] = "10m"
108
}
109
110
game:GetService("ReplicatedStorage").PromoCodeRequest:InvokeServer(unpack(args))
111
task.wait(0.5)
112
local args = {
113
[1] = "25k"
114
}
115
116
game:GetService("ReplicatedStorage").PromoCodeRequest:InvokeServer(unpack(args))
117
task.wait(0.5)
118
local args = {
119
[1] = "1500likes"
120
}
121
122
game:GetService("ReplicatedStorage").PromoCodeRequest:InvokeServer(unpack(args))
123
task.wait(0.5)
124
local args = {
125
[1] = "5000likes"
126
}
127
128
game:GetService("ReplicatedStorage").PromoCodeRequest:InvokeServer(unpack(args))
129
task.wait(0.5)
130
local args = {
131
[1] = "10000"
132
}
133
134
game:GetService("ReplicatedStorage").PromoCodeRequest:InvokeServer(unpack(args))
135
task.wait(0.5)
136
local args = {
137
[1] = "strongman"
138
}
139
140
game:GetService("ReplicatedStorage").PromoCodeRequest:InvokeServer(unpack(args))
141
142
end})
143
144
Window:AddFolder"Kredits"
145
146
Window:AddLabel({text = "by Borntodie1"})
147
148
149
Library:Init()