-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.lua
More file actions
207 lines (178 loc) Β· 6.72 KB
/
Copy pathmain.lua
File metadata and controls
207 lines (178 loc) Β· 6.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
getgenv().scammone = false
getgenv().vers = 1.5
local Rayfield = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Rayfield/main/source'))()
local Window = Rayfield:CreateWindow({
Name = "π swagpex hub π",
LoadingTitle = "making scam calls to save your best friend tycoon - the script you NEED!",
LoadingSubtitle = "by supexian <3",
ConfigurationSaving = {
Enabled = true,
FolderName = "supex_hub",
FileName = "ambatukam"
},
KeySystem = true,
KeySettings = {
Title = "π swagpex hub π",
Subtitle = "the big fat dumpster baby of NucleusX",
Note = "join discord.gg/4kRf7vVfrt 4 more scriptz",
FileName = "supexHUB_enjoyer",
SaveKey = true,
GrabKeyFromSite = false,
Key = 'swagpexhubFTW'
}
})
Rayfield:Notify({
Title = "π swagpex hub π",
Content = "swagpex hub".. vers .." has loaded with (0) Errors.",
Duration = 6.5,
Actions = {
Ignore = {
Name = "k",
Callback = function()
Rayfield:Notify({Title = "", Content = "k.", Duration = 1})
end
},
},
})
local Autoclaim = Window:CreateTab("πΌ | Office")
local AutoclaimSection = Autoclaim:CreateSection("Miscellaneous")
local ClaimOffice = Autoclaim:CreateButton({
Name = "Claim an empty Scam Center",
Callback = function()
for _, v in pairs(game.Workspace.Tycoons:GetChildren()) do
if v:FindFirstChild("TycoonOwner") then
if v.TycoonOwner.Value == "" then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Claim.Claim.CFrame
return
end
end
end
end,
})
local OfficeTP = Autoclaim:CreateButton({
Name = "Teleport to Scam Center",
Callback = function()
for _, v in pairs(game.Workspace.Tycoons:GetChildren()) do
if v:FindFirstChild("TycoonOwner") then
if v.TycoonOwner.Value == tostring(game.Players.LocalPlayer) then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.TP.CFrame
return
end
end
end
end,
})
local AutoTab = Window:CreateTab("π€ | Automation")
local AutoSection = AutoTab:CreateSection("Scam Seniors")
local infcash = AutoTab:CreateToggle({
Name = "Scam Loop",
CurrentValue = false,
Flag = "scammone",
Callback = function(Value)
scammone = Value
game:GetService("Players").LocalPlayer.PlayerGui:WaitForChild("Notifications").Enabled = false
game:GetService("Players").LocalPlayer.Data.ScamSpeed.Value = 0.1
game:GetService("Players").LocalPlayer.Data.TransferSpeed.Value = 0.1
while scammone and task.wait(5.5) do
if not game:GetService("Players").LocalPlayer:FindFirstChild("GeneratedNumber") then
local a = game:GetService("ReplicatedStorage").Events.GenerateNumber:FireServer()
task.wait()
else
local b = {[1] = game:GetService("Players").LocalPlayer.GeneratedNumber.Value}
game:GetService("ReplicatedStorage").Events.CheckNumber:FireServer(unpack(b))
end
end
end
})
local AutoUpgrades = AutoTab:CreateSection("Upgrades")
local UgradeAdvertisement = AutoTab:CreateButton({
Name = "Upgrade Scamming Speed",
Callback = function()
local args = {
[1] = "ScamSpeed",
[2] = game:GetService("Players").LocalPlayer.Data.ScamSpeedLevel.Value
}
game:GetService("ReplicatedStorage").Events.UpgradeItem:FireServer(unpack(args))
end,
})
local UgradeSpeed = AutoTab:CreateButton({
Name = "Upgrade Transfer Speed",
Callback = function()
local args = {
[1] = "TransferSpeed",
[2] = game:GetService("Players").LocalPlayer.Data.TransferSpeedLevel.Value
}
game:GetService("ReplicatedStorage").Events.UpgradeItem:FireServer(unpack(args))
end,
})
local UgradeDrive = AutoTab:CreateButton({
Name = "Upgrade Income per Scam",
Callback = function()
local args = {
[1] = "ScamValue",
[2] = game:GetService("Players").LocalPlayer.Data.ScamValueLevel.Value
}
game:GetService("ReplicatedStorage").Events.UpgradeItem:FireServer(unpack(args))
end,
})
local MethHeadTab = Window:CreateTab("π | Drugs") -- Title, Image
local MethHeadSection = MethHeadTab:CreateSection("Silly Scripts!!")
local ANTIAFK = MethHeadTab:CreateButton({
Name = "Anti-AFK",
Callback = function()
local vu = game:GetService("VirtualUser")
game:GetService("Players").LocalPlayer.Idled:connect(function()
vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
wait(1)
vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
end)
Rayfield:Notify({Title = "ANTI-AFK", Content = "Anti AFK has been enabled, enjoy the afk time i guess...", Duration = 7})
end,
})
local INFYIELD = MethHeadTab:CreateButton({
Name = "Infinite Yield",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
Rayfield:Notify({Title = "Infinite Yield", Content = "I WOV CHEESSEEE BADUM!!!! Enjoy that IY bro <3", Duration = 7})
end,
})
local PlrSection = MethHeadTab:CreateSection("Local Player")
local WsSlider = MethHeadTab:CreateSlider({
Name = "WalkSpeed",
Range = {0, 500},
Increment = 1,
Suffix = "ZOOMER",
CurrentValue = 16,
Flag = "WsSlider",
Callback = function(Value)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
end,
})
local JsSlider = MethHeadTab:CreateSlider({
Name = "JumpPower",
Range = {0, 500},
Increment = 1,
Suffix = "YEET",
CurrentValue = 7.2,
Flag = "JpSlider",
Callback = function(Value)
game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(Value)
end,
})
local fovSlider = MethHeadTab:CreateSlider({
Name = "Field of View (FOV)",
Range = {30, 120},
Increment = 1,
Suffix = "ZOOOOOOOOOOOOOOOOOOOOOOM",
CurrentValue = 70,
Flag = "FovSlider",
Callback = function(Value)
game.Workspace.Camera.FieldOfView = Value
end,
})
local CreditsTab = Window:CreateTab("Β© | Credits")
local CreditsSection = CreditsTab:CreateSection("Developers and Contributors")
local CreditsLabel1 = CreditsTab:CreateLabel("Scripting : supexian")
local CreditsLabel2 = CreditsTab:CreateLabel("Advisory : CRICKR0N")
local CreditsLabel3 = CreditsTab:CreateLabel("π₯΅π₯΅ GOD I LOVE RAYFIELD UI LIBRARY ZAMN π₯΅π₯΅")
local CreditsLabel4 = CreditsTab:CreateLabel("βοΈ Heavily Inspired by VaporArtworks Hub π©πͺ")