Results 1 to 5 of 5

Thread: Changing the process name of Simba?

  1. #1
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default Changing the process name of Simba?

    Hi guys, been a while.

    I'm trying to change the Process name of Simba, on the off chance that the RS Launcher is spying on open programs and checking for the Simba process. How can I do this? I would guess that I would just have to recompile the program with the modified process name.

    Are there any other solutions to this? Another option is to create a VM in the cloud and run Runescape on there, and then target the RDP window via Simba, but there's a pretty hefty monetary cost to this.

    I really only need a keep-alive script, so the other solution seems a bit overkill.

    Cheers

  2. #2
    Join Date
    May 2008
    Location
    Canada
    Posts
    665
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    You can do it manually for now. I'm pretty sure they can detect 'black listed programs by name'
    "To change the name of the process, click the Details tab and then click the Process Name link."

  3. #3
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Well well well

    I'm pretty sure there was a function like disguise ? or something of the like. Not sure if it actually changed the process name though

  4. #4
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Quote Originally Posted by mrpickle View Post
    You can do it manually for now. I'm pretty sure they can detect 'black listed programs by name'
    "To change the name of the process, click the Details tab and then click the Process Name link."
    Appreciate you!
    Unfortunately, this doesn't seem to work.

    Quote Originally Posted by Ashaman88 View Post
    Well well well

    I'm pretty sure there was a function like disguise ? or something of the like. Not sure if it actually changed the process name though
    Hehe. Just a few skills left to 200M all
    I'm afraid I'd like to change the process name, ie what it shows in the TaskManager or whatever the C++ Windows wrapper returns.
    Last edited by Sin; 01-01-2023 at 06:43 PM.

  5. #5
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Double post, but I've always been a renegade;

    I changed the process title and description by recompiling the Simba source and editing Source/Simba.lpi on a few lines.
    I changed the win64 compile filemame:
    Code:
                <Filename Value="../Win64"/>
    and the string table for the info

    Code:
          <StringTable CompanyName="" FileDescription="" OriginalFilename="" ProductName="" ProductVersion="1.5"/>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •