Results 1 to 14 of 14

Thread: How the F* is this possible?

  1. #1
    Join Date
    Dec 2011
    Posts
    266
    Mentioned
    16 Post(s)
    Quoted
    185 Post(s)

    Default How the F* is this possible?

    I would say this is photoshopped, but looking at the taskbar it appears this guy is legitimately running 15 SMARTS at once. In OGL I can run up to 4, #5 loads in safemode and won't come out. In DX I get a blackscreen crash at 4. I'm 3.6Ghz OC'd to 4.6, 16GB and 1GB GPU on Win7. This guy is on Win8. My RAM could support 12 SMARTs, so this guy has at least 24, probably 32GB. 4 SMARTs put my CPU at 90%, I can squeeze in another 2 if I have to, but scripts fail often at that point. There's just no way this guy could possibly have this many SMARTs open. Even if this is VPS, the only VPS capable of running OGL/DX that I'm aware of is Azure, and their processor is only like 2.6Ghz.

    I know Ghz isn't everything, but unless there's some Superhyperduperthreaded CPU out there that I'm unaware of, I just don't see how this is possible.

    http://postimg.org/image/kvlqgz5yd/full/

  2. #2
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    I used to run 8 simbas with my 6 core CPU. But granted, that was before EOC. 2012.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  3. #3
    Join Date
    Dec 2011
    Posts
    266
    Mentioned
    16 Post(s)
    Quoted
    185 Post(s)

    Default

    Quote Originally Posted by kingarabian View Post
    I used to run 8 simbas with my 6 core CPU. But granted, that was before EOC. 2012.
    Yeah RS2 was good for that, but this pic was taken just about 3 weeks ago.

  4. #4
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Code:
    #persistent
       setbatchlines,-1
       w:=comobjget("winmgmts:{impersonationlevel=impersonate}!\\.\root\cimv2")
       settimer,empty,-2000
    return
    
    empty:
       for p in w.execquery("select processid from win32_process where name='javaw.exe' or name='Simba.exe'"){
          h:=dllcall("OpenProcess",uint,0x001f0fff,int,0,Int,p.processid)
          dllcall("SetProcessWorkingSetSize",uint,h,int,-1,int,-1)
          dllcall("CloseHandle",int,h)
       }
       settimer,empty,-2000
    return
    Clears memory constantly so Simba and SMART use very little resources. Idk if this is what is being used in this situation but it applies. Credit Obscurity.
    Last edited by Clarity; 06-09-2014 at 06:22 AM.

  5. #5
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    Quote Originally Posted by Clarity View Post
    Code:
    #persistent
       setbatchlines,-1
       w:=comobjget("winmgmts:{impersonationlevel=impersonate}!\\.\root\cimv2")
       settimer,empty,-2000
    return
    
    empty:
       for p in w.execquery("select processid from win32_process where name='javaw.exe' or name='Simba.exe'"){
          h:=dllcall("OpenProcess",uint,0x001f0fff,int,0,Int,p.processid)
          dllcall("SetProcessWorkingSetSize",uint,h,int,-1,int,-1)
          dllcall("CloseHandle",int,h)
       }
       settimer,empty,-2000
    return
    Clears memory constantly so Simba and SMART use very little resources. Idk if this is what is being used in this situation but it applies. Credit Obscurity.
    Is this implemented into smart right now or is this something we have to do? if so how?.

    Am running 4 smart's right now, it does kinda of slow down my bf3 gameplay - everything else works.. But dang 16 smart's? who is this guy? must be wilko?.
    Quit gaming

  6. #6
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by samerdl View Post
    Is this implemented into smart right now or is this something we have to do? if so how?.

    Am running 4 smart's right now, it does kinda of slow down my bf3 gameplay - everything else works.. But dang 16 smart's? who is this guy? must be wilko?.
    Not related directly to SMART/SRL. It's an AHK script that my friend wrote for this purpose You need to set up AHK yourself, save that code as a script, and run it while running SMART/Simba.

    http://www.autohotkey.com/

  7. #7
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Let's start by noting he's using directx. Ogl is limited to 4 clients per pc (can be avoided by using vms)
    Secondly, what cpu do you have? thats a major factor. A i7 4930k is capable of running 15 rs3 smarts...

  8. #8
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by The Killer View Post
    Let's start by noting he's using directx. Ogl is limited to 4 clients per pc (can be avoided by using vms)
    Secondly, what cpu do you have? thats a major factor. A i7 4930k is capable of running 15 rs3 smarts...
    I thought DX had that limit too.

    Also, why is he running up the stars with only a partial load finished? http://i.imgur.com/KFkAxrc.png

  9. #9
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    Quote Originally Posted by Clarity View Post
    Not related directly to SMART/SRL. It's an AHK script that my friend wrote for this purpose You need to set up AHK yourself, save that code as a script, and run it while running SMART/Simba.

    http://www.autohotkey.com/
    Only works on rs3 i guess .

    I haven't touched ahk in a few weeks .
    Quit gaming

  10. #10
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    I thought DX had that limit too.

    Also, why is he running up the stars with only a partial load finished? http://i.imgur.com/KFkAxrc.png
    haha, I think the bot is just pre-clicking. Banking bots that do herblore used to do this before the make x progress window became popular.

  11. #11
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    haha, I think the bot is just pre-clicking. Banking bots that do herblore used to do this before the make x progress window became popular.
    Ah, got it. Saves a bit of time.

  12. #12
    Join Date
    Dec 2011
    Posts
    266
    Mentioned
    16 Post(s)
    Quoted
    185 Post(s)

    Default

    Quote Originally Posted by The Killer View Post
    Let's start by noting he's using directx. Ogl is limited to 4 clients per pc (can be avoided by using vms)
    Secondly, what cpu do you have? thats a major factor. A i7 4930k is capable of running 15 rs3 smarts...
    I have an AMD FX4100. It's only quad core, but I don't imagine SMART is coded to utilize more than 4 anyway, not much is yet. As I said it's 3.6Ghz stock, but I have it OC'd to 4.6Ghz just using the multiplier and +0.025V. I've seen this particular processor clocked to 5.0Ghz + stable though, I'm just not willing to tax it that much. It already runs my H100 at 80% with 4 SMARTS. In the benchmark tests it's middle of the road, even being outperformed by some 2.8-9Ghz processors. I realize my CPU isn't the best on the market, but it's still a Bulldozer.

    An i7 gives 4X's the capability? Now THAT is a bot farm. Guess I need to be saving up for an i7...



    Quote Originally Posted by Clarity View Post
    Not related directly to SMART/SRL. It's an AHK script that my friend wrote for this purpose You need to set up AHK yourself, save that code as a script, and run it while running SMART/Simba.

    http://www.autohotkey.com/
    So would you need one AHK running per Simba client? Or it clears ALL javaw and Simba memory constantly? Also, how much would this actually affect CPU usage? I'm pretty stacked on RAM, 16GB, and never get over 30%, usually around 26% even with 4 running scripts for 6+ hrs, so unless clearing memory would significantly decrease my CPU I'm not too sure how useful this would be in my particular situation. However it is a good tool to have regardless. Thanks for the tip.

  13. #13
    Join Date
    Oct 2006
    Posts
    491
    Mentioned
    0 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by Clarity View Post
    Code:
    #persistent
       setbatchlines,-1
       w:=comobjget("winmgmts:{impersonationlevel=impersonate}!\\.\root\cimv2")
       settimer,empty,-2000
    return
    
    empty:
       for p in w.execquery("select processid from win32_process where name='javaw.exe' or name='Simba.exe'"){
          h:=dllcall("OpenProcess",uint,0x001f0fff,int,0,Int,p.processid)
          dllcall("SetProcessWorkingSetSize",uint,h,int,-1,int,-1)
          dllcall("CloseHandle",int,h)
       }
       settimer,empty,-2000
    return
    Clears memory constantly so Simba and SMART use very little resources. Idk if this is what is being used in this situation but it applies. Credit Obscurity.
    Anyone know how to implement this?

  14. #14
    Join Date
    Dec 2011
    Posts
    266
    Mentioned
    16 Post(s)
    Quoted
    185 Post(s)

    Default

    Quote Originally Posted by ry0240 View Post
    Anyone know how to implement this?
    It's explained right here in this thread...

    http://villavu.com/forum/showthread....05#post1296005

    EDIT: So the 15 SMARTs guy replied to my request for more information and directed me to another thread he created outlining the process for making this work. I'm posting a link to a Powerbot thread, so be aware, there are many many 12yr olds beyond this point. I wish you luck!

    http://www.powerbot.org/community/to...-issues-fixed/

    Can someone with the proper understanding explain to me how this applies to SMART, and how I would go about substituting the RSbot.jar name for "whateverSMARTis"?

    EDIT#2: With the help of the guy from Powerbot, I have this figured out. I will be posting a tutorial a bit later on how to accomplish this. My CPU usage has been cut in half from this procedure and I now have 6 DX bots running on one PC. No black screen crashes so far, and the scripts appear to be running fine. That is all the bots I have available at this time, but I believe I could squeeze a few more in. Check the tutorial section in the next day or 2. Stay tuned.

    EDIT#3: The tutorial is now active. Please go here to view it and start running massive amounts of bots at once. Good luck!

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
  •