For i = 1 To (Len(tcpbname)-1) Step 1
Print("-")
Next
PrintN("-")
PrintN(tcpbname)
For i = 1 To (Len(tcpbname)-1) Step 1
Print("-")
Next
PrintN("-")
PrintN(sentenceSelect)
PrintN(sentenceGBoostIs + tcpboost + ".")
list:
PrintN("")
PrintN(" 0 = " + wordExit)
For i=1 To nrGuid Step 1
PrintN(" " + Str(i) + " = " + name(i) + " (Boost " + boost(i) + ")")
Next
PrintN(" a = " + sentenceAGBoost + "(" + tcpboost + ")")
PrintN(" d = " + sentenceDGBoost)
PrintN(" L = " + sentenceLang)
PrintN(" r = " + sentenceRWin)
PrintN(" s = " + sentenceSList)
;Choice Menu
chooseadapter:
PrintN("")
Print(sentenceANum + ": ")
choice = Input()
If choice = "" : Goto chooseadapter : EndIf
PrintN("")
If choice = "0" Or LCase(choice) = "exit" : End : EndIf
If LCase(choice) = "l" : Gosub chooseLang : ClearConsole() : Goto Menu : EndIf
If LCase(choice) = "s" : Goto list : EndIf
If LCase(choice) = "r" : Gosub reboot : Goto chooseadapter : EndIf
Lesezeichen