Kudeta By LeakGTPS t.me/leakgt
Kanalga Telegram’da o‘tish
Ko'proq ko'rsatish
517
Obunachilar
Ma'lumot yo'q24 soatlar
Ma'lumot yo'q7 kunlar
Ma'lumot yo'q30 kunlar
Postlar arxiv
https://t.me/projartemis
Join my project guys, aku butuh bgt saran kalian, jadi kalau punya saran buat fitur yang mendatang bs chat aku
New Login system information:
- You have to make login n register the system on the world_menu
- Send all peers into the world_menu but you must remove all checkers before sending it
- Add loginurl| on your server_data.php
Example:
server|server_ip
port|server_port
type|1
#maint|`5The server has on maintenance mode. Please check information about the server again.
loginurl|your_backend_server.gay
beta_server|127.0.0.1
beta_port|17091
Backend server for loginurl:
https://github.com/YoruAkio/GrowtopiaLogin-Backend
Some information that i got:
- If you are using gt3 src you need to add
pInfo(peer)->requestedName = "DumbDollFucker";
on above onsupermain(peer);
Note:
- save login session using SetHasGrowId
- OnDialogRequest can only appear after you send OnRequestWorldSelectMenu or just send world_menu(peer);
*some information is taken from @/tron_ghx on Nippon Community thanks to himPengen pake qris tapi blum ada ktp? sekali nya ketemu fee nya mahal? kuy download ocean pedia, di jamin aman dan proses cepat, di ocean pedia ga ada kata maintance setiap jam 12:00.
Cus langsung download Ocean Pedia - Layanan digital terbaik link di bawah
https://oceanpedia.olshopku.com/download
Buat kalian yang nyari qris no ktp dengan fee murah aku kasih tau, tidak berbayar
link apk :
https://oceanpedia.olshopku.com/download
*_TorPedia List Product_*
Vps Digital Ocean
*4 GB | 2 Core | 30K*
*8 GB | 4 Core | 40K*
*16 GB | 4 Core | 45K*
*_Guarantee : 15 Days_*
*_Replace : Unlimited_*
```Free Install Panel```
```Free Install Wings```
```Free Subdomain
`
*_Hosting Minecraft : 5K/2Gb_*
*_Hosting Bot Wa : 1K/Gb_*
*SC CAMPURAN V8 : 15K*
*SC CPANEL : 20K*
*_Link Group :_*
https://chat.whatsapp.com/Ck5ihl5Zlcp9GmMkda0TED
*_Link Channel Giveaway :_*
https://whatsapp.com/channel/0029VadieE872WU0HIg2nY0KRepost from LEAKING GTPS | SRC,SC,HTTP,DDOS TOOLS
/deleteworld commands
else if (serverCommand.substr(0, 13) == "/deleteworld " && (playerData(peer)->dev || Info::isOwner(peer))) {
vector<string> args = explode(" ", cmd);
string worldName = to_upper(args[1]);
vector<World>::iterator p = find_if(worlds.begin(), worlds.end(), [worldName](const World& a) { return a.name == worldName; });
if (p != worlds.end()) {
string worldFile = "database/worlds/" + worldName + "_.json";
for (ENetPeer* currentPeer = server->peers; currentPeer < &server->peers[server->peerCount]; ++currentPeer) {
if (currentPeer->state != ENET_PEER_STATE_CONNECTED or currentPeer->data == NULL) continue;
Variants::OnConsoleMessage(currentPeer, "`8The Almighty One has vanished the world " + worldName);
Variants::OnPlaySound(currentPeer, "audio/bigboom.wav");
if (playerData(currentPeer)->world == worldName) {
exit_(currentPeer);
}
}
if (remove(worldFile.c_str()) == 0) {
Variants::OnConsoleMessage(peer, "`4DELETED: `$The world: " + worldName + " has been deleted");
}
}
else {
Variants::OnConsoleMessage(peer, "`$Unable to find the world: " + worldName);
}
}