local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "inf money and wins",
LoadingTitle = "Loading Script...",
LoadingSubtitle = "by Janrick",
ConfigurationSaving = {
Enabled = true,
FolderName = "JanrickScripts",
FileName = "UnityHub"
},
Discord = {
Enabled = false,
Invite = "noinvitelink",
RememberJoins = true
},
KeySystem = false,
})
local MainTab = Window:CreateTab("Main Hacks", 4483362458) -- Title, Image ID
local Section = MainTab:CreateSection("inf wins")
local Button = MainTab:CreateButton({
Name = "generate wins",
Callback = function()
local args = {
"wins",
math.huge
}
game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Event"):WaitForChild("Climb"):WaitForChild("RE_GrantSlideReward"):FireServer(unpack(args))
print("Executed!!")
end,
})
local Section = MainTab:CreateSection("inf money")
local Button = MainTab:CreateButton({
Name = "generate money",
Callback = function()
local args = {
"coin",
math.huge
}
game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Event"):WaitForChild("Climb"):WaitForChild("RE_GrantSlideReward"):FireServer(unpack(args))
print("Executed!!")
end,
})
local Section = MainTab:CreateSection("Best egg")
local Button = MainTab:CreateButton({
Name = "Buy Best Egg",
Callback = function()
local args = {
"Egg11",
1
}
game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Function"):WaitForChild("Luck"):WaitForChild("[C-S]DoLuck"):InvokeServer(unpack(args))
print("Executed!!")
end,
})
Rayfield:LoadConfiguration()
Comments
No comments yet
Be the first to share your thoughts!