***UNLIMITED FREE 1GBPS WINDOWS RDP***

Carnaged

Supreme Member
Joined
Nov 7, 2017
Messages
1,306
Reaction score
1,499
Unlimited free windows RDP
CPU: 2.3GHZ
RAM: 16GB
BANDWIDTH: 1GBPS
LASTING: ~5Hours

first step:
Go to https://temp-mail.org/en/ which will give you a temp email address

second step:
go to https://circleci.com/signup/ and click "sign up with bitbucket"
create an account with bitbucket & enter your temp email address
you'll then get an email with a link to verify (open link in new window as youll need your email adress later)
create an account/username
skip next part(click skip)
then click "Create Repository"
Put project name and repository name as whatever(can be the same as username)
click "create repository"

third step:
go back to https://circleci.com/signup/ and click "signup with bitbucket and grant access.
once loaded, click "setup project" and then "next" until the end.
in the blackened area, remove all code(select all and delete)

fourth step:
SEE FIRST COMMENT

Fifth Step:
PUT YOUR PWRD AND TOKEN IN HERE



------------------------------------------------------------------------------
Code:
version: 2.1

orbs:
  win: circleci/[email protected]

jobs:
  build:
    executor:
      name: win/default
      size: "medium"

    steps:
      - checkout  
      - run: Set-LocalUser -Name "Administrator" -Password (ConvertTo-SecureString -AsPlainText "YOUR_PASSWORD_HERE" -Force)
      - run: Get-LocalUser -Name "Administrator" | Enable-LocalUser
      - run: Invoke-WebRequest https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip -OutFile ngrok.zip
      - run: tar xf ngrok.zip
      - run: Copy ngrok.exe C:\Windows\System32
      - run: cmd /c echo ./ngrok.exe authtoken "YOUR_NGROK_AUTHTOKEN_HERE" >a.ps1
      - run: cmd /c echo cmd /k start ngrok.exe tcp 3389 >>a.ps1
      - run: cmd /c echo ping -n 999999 10.10.10.10 >>a.ps1
      - run: .\a.ps1

--------------------------------------------------------------------------------------------

sixth step:
copy above and paste into app.circleci.com's code(blackened area).
click "commit and run"
wait approx 2-5 minutes then click "build"
it should be still loading ".\a.ps1"

seventh step:
go back to ngrok and click "endpoints" then "status"
and then refresh page.

you'll now see an URL etc.

Open up RDP, put in the URL (Minus the tcp://)
username: Administrator
password: whatever you put into the code.

DONE

Now you have 5ish hours with a 1gbps connection to transfer or do whatever you need.
Need longer? rince and repeat!
Good to use as a quick seedbox or create accounts with different IP's

I was running 10.
2 died within 3 hours(seems that if you use alot of bandwidth, it then kills the account)
2 died within 5-6 hours
6 running for 6hours so far
 
Last edited:
FOR SOME STUPID REASON, there is an apparent "bad word" in this step.
still couldnt work out what it was, but this'll do then

1615109379265.png
 
Can I run FTP or Rclone on that thing ? I'd need to send 500-1000Gb from one FTP to another. This would be really really great.
 
This still work? I could make a bot to speed this up and shoot out a gazillion accounts. I've done this with other places using that temp mail site, many places still haven't banned it. Combined that with my fingerprint switcher and proxies and I'm unstoppable :-p
 
This still work? I could make a bot to speed this up and shoot out a gazillion accounts. I've done this with other places using that temp mail site, many places still haven't banned it. Combined that with my fingerprint switcher and proxies and I'm unstoppable :p
you and me need to talk, I run multiple CDN's on trial with somewhat 100Tb of content...
 
No .circleci/config.yml was found in your project. Add a configuration file to your repository or refer to https://circleci.com/docs/2.0/configuration-reference/. wheres the token? pls help
 
ill post new way soon
 
man i hate bhw blocking my comments to set it up. hold on guys
 
UPDATED STEPS AND CODE



FIFTH STEP:

In cicleci, click setup project, use existing config, start building.

SIXTH STEP:
Go to project settings, Environment variables, add environment variable
NAME: NGRO K (spaced incase thats why my comment is blocked)
VALUE: AUTHTOKEN

SEVENTH STEP:
Click "back" (tab) twice
click ADD CONFIG,
copy code:
Code:
https://pastebin.com/wuhPVXW0
and paste over code in black area.
click COMMIT AND RUN
wait about 2 minutes...
DONE

you'll now see in the black writing in the "certutil.WWW(actually exe)" dropdown abit of text followed by

Finished!
This is use for testing purposes, please don't abuse
This RDP valid for 5 hours
All done! Connect your VM using RDP.
IP:
tcp://0.tcp.ngrok.io:17255
User: Administrator
password ______ (obviously your password to connect)

5 HOURS PER SETUP
1GBIT
GO FOR IT!!!
 
Can I run FTP or Rclone on that thing ? I'd need to send 500-1000Gb from one FTP to another. This would be really really great.
FYI Rclone & raidrive both work. ive been using both
 
Back
Top