Jump to content

GunSlingerEA

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

1 Neutral

About GunSlingerEA

  • Rank
    Newbie

Recent Profile Visitors

325 profile views
  1. GunSlingerEA

    Missing Donator Rank on Forums

    Does it give me donator if i bought a bond or do i have to actually donate for it to show up?
  2. GunSlingerEA

    Runex Memory allocator For Java

    Thats why i included the Source code for it because if i didnt lots of players would say and i quote " MEHHH WHY U TRYNNA RAT ME MEHHHHH "
  3. GunSlingerEA

    Missing Donator Rank on Forums

    Im currently missing my donator rank on the forums
  4. GunSlingerEA

    Runex Memory allocator For Java

    How do i use it? 1. Place it in the same folder as Runex.jar 2. Run it and your game will open. Download Link : https://anonfile.com/Z4Y14e9fn8/Runex_Ram_Fix_bat VT Link: https://www.virustotal.com/gui/file/82a5e36eeb570f7ea024fa42caa9465e98c3a72ab0ace27ecefa9b942cd63a60/detection Recommended amount of Memory 4GBs+( Note: Ram NOT Disk space ) Screenshots: : Source Code: @echo off mode con: cols=80 lines=30 call :random_color echo echo @-------------------------------------------@ echo # Runex Ram Allocater # echo # SOFT: GunSlingerEAC # echo @-------------------------------------------@ title Runex.jar java -Xmx2048m -Xms1024m -jar "Runex.jar" pause :random_color set /a random=%random% %% 16 set HEX=0123456789ABCDEF call set random_color=%%HEX:~%random%,1%%%%,1%% color %random_color%
×