which is the best way to open same .exe with python?

megadan90

Newbie
Joined
Mar 31, 2016
Messages
21
Reaction score
3
Hello guys,

I'm kind of new to python and I have this new project that requires me to open the same .exe app multiple times to simulate multiple users.
The app does not allow to run multiples instances concurrently.
Is there a way to somehow "incapsulate" each session?
Should i call the app from different users?
is there a way to make the app read the clock based on the proxy connection?
Any other tips/ best practices/ resources on this topic?

My idea was to run each session via Sandboxie but I'm not sure how to change proxies, I was thinking to do it with Proxifier.
do you guys think there is a better way to do it? cause it's kind of heavy on resources.

What would you recommend for me? Any other advice? You can also DM me. Thank you!

I appreciate any feedback, thanks guys for your time :)
 
Hello guys,

I'm kind of new to python and I have this new project that requires me to open the same .exe app multiple times to simulate multiple users.
The app does not allow to run multiples instances concurrently.
Is there a way to somehow "incapsulate" each session?
Should i call the app from different users?
is there a way to make the app read the clock based on the proxy connection?
Any other tips/ best practices/ resources on this topic?

My idea was to run each session via Sandboxie but I'm not sure how to change proxies, I was thinking to do it with Proxifier.
do you guys think there is a better way to do it? cause it's kind of heavy on resources.

What would you recommend for me? Any other advice? You can also DM me. Thank you!

I appreciate any feedback, thanks guys for your time :)
I'm a bit late lmao, but i'm looking to do the same as you, since your post have you find the best way to do this (SandBoxie + Proxifier?), sorry for my english.
 
You can do that with RDP, RDP's are working even if you main PC is turned off. Good Luck :)
 
You can do that with RDP, RDP's are working even if you main PC is turned off. Good Luck :)
It's not for botting or scripting, so i guess RDP are useless for my case.

I just want multiple discord.exe with 1 proxy attached to each discord.exe, if you have any ideas i'll take it. (sry for my english)
 
Back
Top