if game.PlaceId == 13127800756

local Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()

local Window = Rayfield:CreateWindow({
   Name = "💪Arm Wrestle Simulator GUI💪 | By FireService",
   LoadingTitle = "Loading...",
   LoadingSubtitle = "by FireService",
   ConfigurationSaving = {
      Enabled = true,
      FolderName = nil, -- Create a custom folder for your hub/game
      FileName = "Big Hub"
   },
   Discord = {
      Enabled = false,
      Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
      RememberJoins = true -- Set this to false to make them join the discord every time they load it up
   },
   KeySystem = false, -- Set this to true to use our key system
   KeySettings = {
      Title = "Untitled",
      Subtitle = "Key System",
      Note = "No method of obtaining the key is provided",
      FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
      SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
      GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
      Key = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
   }
})

local ScriptTab = Window:CreateTab("💪Arm Wrestle Script💪", nil) -- Title, Image
local Section = ScriptTab:CreateSection("Auto")

local Button = ScriptTab:CreateButton({
   Name = "Fast Auto Train (Execute 2 Time For Stop)",
   Callback = function()
        getgenv(). train = not train -- run it twice to stop

while wait() do
	if not train then break end
	workspace.Main.RemoteEvent:FireServer(9e9)
	workspace.Main2.RemoteEvent:FireServer(9e9)
	workspace.Main3.RemoteEvent:FireServer(9e9)
  end
   end,
})

local Section = ScriptTab:CreateSection("Get So Many Money 🤑💰")

local MiscTab = Window:CreateTab("🎲Misc", nil) -- Title, Image
local Section = MiscTab:CreateSection("Servers")

local Button = MiscTab:CreateButton({
   Name = "Rejoin",
   Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = MiscTab:CreateButton({
   Name = "ServerHop",
   Callback = function()
        local Player = game.Players.LocalPlayer    
local Http = game:GetService("HttpService")
local TPS = game:GetService("TeleportService")
local Api = "https://[Log in to view URL]"

local _place,_id = game.PlaceId, game.JobId
local _servers = Api.._place.."/servers/Public?sortOrder=Desc&limit=100"
function ListServers(cursor)
   local Raw = game:HttpGet(_servers .. ((cursor and "&cursor="..cursor) or ""))
   return Http:JSONDecode(Raw)
end

local Next; repeat
   local Servers = ListServers(Next)
   for i,v in next, Servers.data do
       if v.playing < v.maxPlayers and v.id ~= _id then
           local s,r = pcall(TPS.TeleportToPlaceInstance,TPS,_place,v.id,Player)
           if s then break end
       end
   end
   
   Next = Servers.nextPageCursor
until not Next
   end,
})
   end,
})

local Section = MiscTab:CreateSection("Close GUI")

local Button = MiscTab:CreateButton({
   Name = "Close GUI",
   Callback = function()
        Rayfield:Destroy()
   end,
})


local FireTab = Window:CreateTab("FireService Script", nil) -- Title, Image
local Section = FireTab:CreateSection("FE Script")

local Button = FireTab:CreateButton({
   Name = "FE FireService Flinger GUI",
   Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]",true))()
   end,
})

local Button = FireTab:CreateButton({
   Name = "FE FireService Fly GUI v1.1",
   Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]",true))()
   end,
})

end

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: