This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -u -r scripts-ag-nodebug/scripts/com/giab/games/gem0/giab/ctrl/CtrlAmulets.as scripts-local-nodebug/scripts/com/giab/games/gem0/giab/ctrl/CtrlAmulets.as | |
--- scripts-ag-nodebug/scripts/com/giab/games/gem0/giab/ctrl/CtrlAmulets.as 2020-01-22 08:47:42.387173500 +0100 | |
+++ scripts-local-nodebug/scripts/com/giab/games/gem0/giab/ctrl/CtrlAmulets.as 2020-01-22 08:48:23.455888500 +0100 | |
@@ -10,6 +10,7 @@ | |
import com.giab.games.gem0.giab.constants.GameSpecs; | |
import com.giab.games.gem0.giab.constants.LevelSpecId; | |
import com.giab.games.gem0.giab.constants.StatId; | |
+ import com.giab.games.gem0.giab.constants.Url; | |
import com.giab.games.gem0.giab.entity.Player; | |
import com.giab.games.gem0.giab.ingame.Core; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[7:24:26 0964] [MSN] PS_SETSTATUS(40072,0) | |
[7:24:26 0964] KeepStatus: assigning status 40072 to MSN | |
[7:24:26 11F0] [MSN] Starting thread 000011F0 (0676FF00) | |
[7:24:26 11F0] [MSN] Thread started: server='s.gateway.messenger.live.com:443', type=0 | |
[7:24:26 11F0] [MSN] Connection request to s.gateway.messenger.live.com:443 (Flags 10).... | |
[7:24:26 11F0] [MSN] (0000000003E2A250) Connecting to server s.gateway.messenger.live.com:443.... | |
[7:24:26 11F0] [MSN] (0000000003E2A250) Connecting to ip 40.77.226.192:443 .... | |
[7:24:26 11F0] [MSN] (1276) Connected to s.gateway.messenger.live.com:443 | |
[7:24:26 11F0] [MSN] (1276 s.gateway.messenger.live.com) Starting SSL negotiation | |
[7:24:27 11F0] [MSN] (1276 s.gateway.messenger.live.com) SSL negotiation successful |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if( result == SOCKET_ERROR ) { | |
// That is the error we intend, because we want to use a timeout | |
if( sErrno != S_EWOULDBLOCK ) { | |
// All other errors should be reported immediately | |
if( !silent ) | |
ShowError("make_connection: connect failed (socket #%d, %s)!\n", fd, error_msg()); | |
do_close(fd); | |
return -1; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[6:20:19 84B88] [Skype] Send request to https://90-trouter-cus-b.drip.trouter.io:443/socket.io/1/?sr=ARgKAQApdCCgaKCYQKxeuMYS8rzVqe-liDDk1ZTrXOfaEQj50zJpADuG5_tQ07pZ8Ep_&issuer=edf&sp=connect&st=1478794370119&se=1478878859119&sig=q9EU9D84_eFpGGH93yhr2wzqqsPyoZQM-nqrvZrw51M&r=104.43.168.103&v=v2&p=443&ccid=oJhArF64xhLy&tc=%7B%22cv%22%3A%222014.8.26%22%2C%22hr%22%3A%22%22%2C%22ua%22%3A%22Miranda_NG%22%2C%22v%22%3A%22%22%7D&t=1478841619000 | |
[6:20:19 84B88] [Skype] Connection request to 90-trouter-cus-b.drip.trouter.io:443 (Flags 11).... | |
[6:20:19 84B88] [Skype] (0000000004BF5160) Connecting to server 90-trouter-cus-b.drip.trouter.io:443.... | |
[6:20:19 84B88] [Skype] (0000000004BF5160) Connecting to ip 104.43.168.103:443 .... | |
[6:20:20 84B88] [Skype] (535828) Connected to 90-trouter-cus-b.drip.trouter.io:443 | |
[6:20:20 84B88] [Skype] (535828 90-trouter-cus-b.drip.trouter.io) Starting SSL negotiation | |
[6:20:20 84B88] [Skype] (535828 90-trouter-cus-b.drip.trouter.io) SSL negotiation successful | |
[6:20:20 84B88] [Skype] (0000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM SET attrib=+ATTRIB_HIDE | |
SET attrib=-ATTRIB_HIDE | |
REM Harddisk settings | |
powercfg -attributes 0012ee47-9041-4b5d-9b77-535fba8b1442 0b2d69d7-a2a1-449c-9680-f91c70521c60 %attrib% | |
powercfg -attributes 0012ee47-9041-4b5d-9b77-535fba8b1442 80e3c60e-bb94-4ad8-bbe0-0d3195efc663 %attrib% | |
powercfg -attributes 0012ee47-9041-4b5d-9b77-535fba8b1442 dab60367-53fe-4fbc-825e-521d069d2456 %attrib% | |
REM Sleep transition settings |