FC25 - How to get hidden players in FC25 game and save them to the squad you are playing
Автор: FIFA TIP
Загружено: 2025-02-10
Просмотров: 1247
Copy this CODE:
-- Example creates Jerzy Dudek in Free Agents team
local playerid = 44897
-- Make sure we won't create duplicate
assert(PlayerExists(playerid) == false, string.format("Can't create. Player with ID: playerid %d already exists", playerid))
-- That will be inserted into players table
-- Missing fields will be replaced with lowest possible value by default (except playerid)
local player_data = {
skintypecode = "2",
trait2 = "0",
haircolorcode = "6",
facialhairtypecode = "3",
curve = "14",
jerseystylecode = "0",
agility = "68",
tattooback = "0",
accessorycode4 = "0",
gksavetype = "0",
positioning = "16",
tattooleftarm = "0",
hairtypecode = "150",
standingtackle = "19",
preferredposition3 = "-1",
longpassing = "27",
penalties = "24",
animfreekickstartposcode = "0",
isretiring = "0",
longshots = "19",
gkdiving = "86",
interceptions = "22",
shoecolorcode2 = "15",
crossing = "14",
potential = "86",
gkreflexes = "90",
finishingcode1 = "0",
reactions = "84",
composure = "50",
vision = "52",
contractvaliduntil = "2025",
finishing = "13",
dribbling = "14",
slidingtackle = "18",
accessorycode3 = "0",
accessorycolourcode1 = "0",
headtypecode = "2508",
driref = "90",
sprintspeed = "56",
height = "187",
hasseasonaljersey = "1",
tattoohead = "0",
preferredposition2 = "-1",
strength = "73",
shoetypecode = "1",
birthdate = "142605",
preferredposition1 = "0",
tattooleftleg = "0",
ballcontrol = "26",
phypos = "85",
shotpower = "59",
trait1 = "268435456",
socklengthcode = "0",
weight = "78",
hashighqualityhead = "0",
gkglovetypecode = "1",
tattoorightarm = "0",
balance = "61",
gender = "0",
headassetid = "44897",
gkkicking = "78",
defspe = "60",
internationalrep = "4",
shortpassing = "33",
freekickaccuracy = "27",
skillmoves = "0",
faceposerpreset = "0",
usercaneditname = "0",
avatarpomid = "0",
attackingworkrate = "0",
finishingcode2 = "0",
aggression = "42",
acceleration = "62",
paskic = "78",
headingaccuracy = "11",
iscustomized = "0",
eyebrowcode = "0",
runningcode2 = "0",
modifier = "1",
gkhandling = "83",
eyecolorcode = "6",
jerseysleevelengthcode = "1",
accessorycolourcode3 = "0",
accessorycode1 = "0",
playerjointeamdate = "160139",
headclasscode = "0",
defensiveworkrate = "0",
tattoofront = "0",
nationality = "37",
preferredfoot = "2",
sideburnscode = "0",
weakfootabilitytypecode = "3",
jumping = "71",
personality = "2",
gkkickstyle = "3",
stamina = "44",
marking = "26",
accessorycolourcode4 = "0",
gkpositioning = "85",
headvariation = "0",
skillmoveslikelihood = "0",
shohan = "83",
skintonecode = "3",
shortstyle = "0",
overallrating = "86",
smallsidedshoetypecode = "500",
emotion = "2",
runstylecode = "0",
jerseyfit = "0",
accessorycode2 = "0",
shoedesigncode = "0",
shoecolorcode1 = "0",
hairstylecode = "0",
bodytypecode = "5",
animpenaltiesstartposcode = "0",
pacdiv = "86",
runningcode1 = "0",
preferredposition4 = "-1",
volleys = "13",
accessorycolourcode2 = "0",
tattoorightleg = "0",
facialhaircolorcode = "3"
}
local created_playerid = CreatePlayer(playerid, player_data)
-- Create the name
local editedplayernames_row_data = {
playerid = string.format("%d", created_playerid),
firstname = "Jerzy",
surname = "Dudek",
playerjerseyname = "Dudek"
}
local row = InsertDBTableRow("editedplayernames", editedplayernames_row_data)
Log(string.format("Created Player - %s %s (ID: %s). Check Free Agents.", editedplayernames_row_data.firstname, editedplayernames_row_data.surname, editedplayernames_row_data.playerid))
#fc25 #liveeditor #luaengine #pogba
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: