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

max 5 hours, but then u create a new one



what step did u get up to/what error u got? im running 2 right now so probs missed a step

Can I delete entire project and start over or something without making new account ?
 
Please, someone should confirm if this is still working
 
Can I delete entire project and start over or something without making new account ?
just delete code and youll be fine unless u run into the "this breaches our whatever" then u gotta logout and recreate everything again.

what error are u getting?
 
Please, someone should confirm if this is still working
its working right now.

1615554173768.png
 
just delete code and youll be fine unless u run into the "this breaches our whatever" then u gotta logout and recreate everything again.

what error are u getting?
can you just put all the steps back together again but UPdated, I am sure I am F*** up on step 4 or somethin
 
can you just put all the steps back together again but UPdated, I am sure I am F*** up on step 4 or somethin
will do. may have to post as pictures because BHW doesnt like a certain word that i cant figure it out what it is. gimme a few mins
 
UPDATED

1615555960158.png

1615555976598.png


Links:
Code:
https://temp-mail.org/en/
https://circleci.com/signup/
https://ngrok.com/
https://bitbucket.org/
https://pastebin.com/wuhPVXW0

Had to post as dodgy pictures as recently reformatted PC and forgot to install any proper software lol, but also because BHW doesnt allow some of the links/code
 
What about this part :D ?

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
 
What about this part :D ?

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
works or no
 
What about this part :D ?

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

thats the old code. DO NOT USE!
Use the pastebin link
 
thats the old code. DO NOT USE!
Use the pastebin link
I did not uise old code, I skipped it, what do you need the ngrok token for in your pastebin text there is no requirement for username or password or authkey
 
I did not uise old code, I skipped it, what do you need the ngrok token for in your pastebin text there is no requirement for username or password or authkey
correct, ur auth code isnt needed to be pasted into any code, hence why that code uve pasted is the old code.

STEP 6:
1615558889219.png


THEN

1615558934737.png


Thats where you paste the authtoken
 
tcp://0.tcp.ngrok.io:17255 didn't work, I used 0.tcp.ngrok.io:17255 but credentials failed... I tried passwords from NGROK and BITBUCKET
 
Back
Top