Carnaged
Supreme Member
- Nov 7, 2017
- 1,306
- 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
------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
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
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: