Jump to content




Multiple shells

utility

3 replies to this topic

#1 Coolymike

  • New Members
  • 2 posts

Posted 10 August 2016 - 04:04 PM

I need to have a program that allows a hidden second Shell to be running at the same time als the normal startup. Im asking this because i was making a hack where you can controll someones computer. I already have the hack part i just need to have 2 shells running so the hacked user doesnt notice it happening. Please help me.

#2 DoganLark

  • Members
  • 6 posts

Posted 10 August 2016 - 05:39 PM

Please remember that Viruses are not allowed on the forums.(I'm helping you here, just publish it as a remote shell 😛) But if you want to execute code in the background you could put this in startup:

parallels.waitForAny(function()
  --remote control
end,
function()
  shell.run("shell")
end)


#3 KingofGamesYami

  • Members
  • 3,002 posts
  • LocationUnited States of America

Posted 10 August 2016 - 05:41 PM

Speaking of a remote shell...

#4 Coolymike

  • New Members
  • 2 posts

Posted 11 August 2016 - 04:24 PM

 DoganLark, on 10 August 2016 - 05:39 PM, said:

Please remember that Viruses are not allowed on the forums.(I'm helping you here, just publish it as a remote shell ������) But if you want to execute code in the background you could put this in startup:
parallels.waitForAny(function()
--remote control
end,
function()
shell.run("shell")
end)
Thans im now gonna try.
And are virusses really banned here?
I just made em for Fun and to troll my friend

 DoganLark, on 10 August 2016 - 05:39 PM, said:

Please remember that Viruses are not allowed on the forums.(I'm helping you here, just publish it as a remote shell ������) But if you want to execute code in the background you could put this in startup:
parallels.waitForAny(function()
--remote control
end,
function()
shell.run("shell")
end)
It doesnt work. :(/>





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users