wfsec
wfsec
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
unlike other
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
they didnt even start egoing for being a small dev lol
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
yes i asked the devs
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
ty
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
works
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
api/lib
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
im creating unofficial api for a game and i dont want someone to steal my idea so i wont tell what game
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
oke
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
a = ['okay', 'smh'] c sharp magic b = a print(b)
['okay', 'smh']
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
ok frick
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
a.insert(bytes(type)) ?
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
frick
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
no
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
huh
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
so its:
A = []
A.insert(type)
SendData(A)
A = []
A.insert(type)
SendData(A)
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
i already tried googling
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
Can someone make that but in Python?
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
BitConverter,GetBytes?
34 replies
CC#
Created by wfsec on 1/25/2023 in #help
❔ Python equilavent
{
var packetData = new byte[data.Length + 5];
Array.Copy(BitConverter.GetBytes(type), packetData, 4);
Array.Copy(data, 0, packetData, 4, data.Length);
SendData(packetData);
}
{
var packetData = new byte[data.Length + 5];
Array.Copy(BitConverter.GetBytes(type), packetData, 4);
Array.Copy(data, 0, packetData, 4, data.Length);
SendData(packetData);
}
What Array.Copy does?
34 replies
CC#
Created by wfsec on 1/23/2023 in #help
❔ please hwlp whats the python equilevant >:(
thank you mr helpful
20 replies