GTPS LEAK
Ir al canal en Telegram
LEAKING SOURCE CODE GTPS, CODE GTPS, ETC ABOUT GTPS PUBLIC CHANNEL: t.me/gtpsleakpublic
Mostrar más216
Suscriptores
Sin datos24 horas
Sin datos7 días
Sin datos30 días
Archivo de publicaciones
216
Repost from Vertion Community
Simple Web Socket Server
This code i will use for my next project, i just wanna make it public so yea here it is
Please start it 😭🥺
https://github.com/YoruAkio/WebSocket-Server
216
Free Growtopia Private Server source code, you can use this source code as the base for your own Growtopia Private Server. And you can also use this source code to learn about the Growtopia Private Server.
Don't forget to star this Growtopia Private Server Project.
https://github.com/Blud-X/GTServer
216
NEW RGT OSM
[CLIENT]: varlist: param 0: OnSuperMainStartAcceptLogonHrdxs47254722215a
param 1: 2822413780
param 2: ubistatic-a.akamaihd.net
param 3: 0098/89517873665/cache/
param 4: cc.cz.madkite.freedom org.aqua.gg idv.aqua.bulldog com.cih.gamecih2 com.cih.gamecih com.cih.game_cih cn.maocai.gamekiller com.gmd.speedtime org.dax.attack com.x0.strai.frep com.x0.strai.free org.cheatengine.cegui org.sbtools.gamehack com.skgames.traffikrider org.sbtoods.gamehaca com.skype.ralder org.cheatengine.cegui.xx.multi1458919170111 com.prohiro.macro me.autotouch.autotouch com.cygery.repetitouch.free com.cygery.repetitouch.pro com.proziro.zacro com.slash.gamebuster
param 5: proto=210|choosemusic=audio/mp3/about_theme.mp3|active_holiday=0|wing_week_day=0|ubi_week_day=0|server_tick=2135882|clash_active=1|drop_lavacheck_faster=1|isPayingUser=0|usingStoreNavigation=1|enableInventoryTab=1|bigBackpack=1|m_clientBits=|eventButtons={"EventButtonData":[{"Components":[{"Enabled":false,"Id":"Overlay","Parameters":"target_child_entity_name:overlay_layer;var_name:alpha;target:0;interpolation:1;on_finish:1;duration_ms:1000;delayBeforeStartMS:1000","Type":"InterpolateComponent"}],"DialogName":"openLnySparksPopup","IsActive":false,"Name":"LnyButton","Priority":1,"Text":"0/5","TextOffset":"0.01,0.2","Texture":"interface/large/event_button3.rttex","TextureCoordinates":"0,2"},{"Components":[{"Enabled":true,"Parameters":"","Type":"RenderDailyChallengeComponent"}],"DialogName":"dailychallengemenu","IsActive":false,"Name":"DailyChallenge","Priority":3},{"Components":[{"Enabled":false,"Id":"Overlay","Parameters":"target_child_entity_name:overlay_layer;var_name:alpha;target:0;interpolation:1;on_finish:1;duration_ms:1000;delayBeforeStartMS:1000","Type":"InterpolateComponent"}],"DialogName":"openStPatrickPiggyBank","IsActive":false,"Name":"StPatrickPBButton","Priority":1,"Text":"0/0","TextOffset":"0.00,0.05","Texture":"interface/large/event_button4.rttex","TextureCoordinates":"0,0"},{"DialogName":"show_bingo_ui","IsActive":false,"Name":"Bingo_Button","Priority":1,"Texture":"interface/large/event_button4.rttex"},{"Components":[{"Enabled":false,"Id":"Overlay","Parameters":"target_child_entity_name:overlay_layer;var_name:alpha;target:0;interpolation:1;on_finish:1;duration_ms:1000;delayBeforeStartMS:1000","Type":"InterpolateComponent"}],"DialogName":"openPiggyBank","IsActive":false,"Name":"PiggyBankButton","Priority":2,"Text":"0/0","TextOffset":"0.00,0.05","Texture":"interface/large/event_button4.rttex","TextureCoordinates":"0,2"},{"Components":[{"Enabled":false,"Id":"Overlay","Parameters":"target_child_entity_name:overlay_layer;var_name:alpha;target:0;interpolation:1;on_finish:1;duration_ms:1000;delayBeforeStartMS:1000","Type":"InterpolateComponent"}],"DialogName":"claimprogressbar","IsActive":false,"Name":"SummerfestButton","OverlayTexture":"interface/large/event_button.rttex","Priority":1,"Text":"0/5","TextOffset":"0.01,0","Texture":"interface/large/event_button.rttex","TextureCoordinates":"0,2"}]}
param 6: 2436624451216
UPDATE: /STATUS COMMAND
- Free CPP OdysseyPS V0
- Dont Resell
Credit: OdysseyPS
https://mega.nz/file/Ze1x3ShY#2qGikKfMCVU_8lBiXUf05WdyNsefWvWYmPHFhxN7ahA
216
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 him216
t.me/CatCode_GTPS
BANTU SHARE BIAR SMUA ORG TAU, BIAR GA DI RESELL
GROWFLIX 0.3
https://mega.nz/file/lT8VlYwQ#ZENVGiNXtDDPLedlDZQH9mGGIDkkJh3NUMwIA9dy0rM
216
Repost from How To Fix ( CODE )
if (itemsdatVersion >= 11) {
strLen = *(int16_t*)&data[memPos];
memPos += 2; for (int j = 0; j < strLen; j++) {
// def.punchOptions += data[memPos]; memPos++;
}}
if (itemsdatVersion >= 12) memPos += 13;
if (itemsdatVersion >= 13) memPos += 4;
if (itemsdatVersion >= 14) memPos += 4;
if (itemsdatVersion >= 15) {
memPos += 25; int16_t strLen = *(int16_t*)&data[memPos];
memPos += 2 + strLen;
}
if (itemsdatVersion >= 16) {
int16_t strLen = *(int16_t*)&data[memPos];
memPos += 2 + strLen;
}
if (itemsdatVersion >= 17) memPos += 4;
if (itemsdatVersion >= 18) memPos += 4;
itemsdatversion216
*Thanks Buy*
cpp link:
https://www.mediafire.com/file/wrnz6qefnirujda/Chand_V2.rar/file
*Dont Leak CPP*
*Buy Ke #5*
