Skip to content

radical clout calculator service - for cool kids only 😎😎😎😎🀟🀟🀟🀟

Notifications You must be signed in to change notification settings

COM1/RCCService

Repository files navigation

RCCService

radical clout calculator service - for cool kids only 😎😎😎😎🀟🀟🀟🀟

What is RCCService?

its a service to add to roblox that let you render ur character and calculate your epic clout on the internet!!!
idk what to say but ummmmmmmmmmmm yeah.

How to use RCCService?

  1. download the repo
  2. run the Roblox.exe file with administrator
  3. patch it patch it patch it patch it patch it patch it (patching guide wuld b below)
  4. press Windows + R and type cmd, then press Enter
  5. now redirect to C:\\Program Files (x86)\Roblox\RCC-(hash) example RCC-CFE0CBB37E5D
  • for dumbasses:
    • directory to go into a folder. example: cd desktop
    • go into multiple directory: cd directory1/directory2
    • go out of a directory: cd ..
  1. to run it: you need a txt file called gameserver.txt. theres a lot of script out there, you got to find it
  • you also need to use cmd too! type rccservice.exe -console -start -placeid:1818 to render!
  • make sure its patched so you can use it or else it will just give you ten billion errors

Patching

Trust check

  • Use x64dbg. If you dont have it, download it here
  • Put the RCCService.exe (after installing it) into x32dbg (included in x64dbg)
  • Press "Symbols"
    image
  • Double-click on your client under the modules column (RCCService.exe)
  • Right-click in assembly view
  • Select Search for... > Current Module > String References
  • Type in trust check and double click on the one that says something like "Trust check failed"
  • Double-click it
  • Look up one line to find a line that contains "jne"
  • Press yo spacebar and change "jne" -> "jmp"
  • Press Enter and leave the small windows you used to change from "jne" to "jmp"
  • It should look something like this:
    image
  • Patch it and done!

not finished

this thing yeah thx brent dont murder me:

Vouch. If you guys don't trust his site, then what about Roblox's client deployment site? http://setup.roblox.com/RCC-RobloxAB1FEC8F0BB9C736E1454364EA6D7D38.exe
It honestly was very easy to put together. Some guy by the name of CPP leaked the installer's hash here: https://v3rmillion.net/showthread.php?tid=286273 He flexed about having a publicly available file that literally anyone can access. He supposedly hacked their admin panel and managed to get an RCCService installer that mao, carrot, coke, and a few others found on an anti-malware site.
Here's proof that it works: https://www.dropbox.com/s/p1jbrpaecpi7q9g/RCCGamermoment.png?dl=0
image
If you're wondering what Roblonium is, it's my revival. I know how to patch Roblox clients. The one I've patched is from 2013. By the way. Use a debugger once in a while. Damn. You guys don't trust what he has on his site but you're too lazy to open up a debugger and verify it yourselves.

Setup Guide:

  1. Run the installer as an administrator
  2. In C:\Program Files (x86)\Roblox\ there should be a folder
  3. Write a gameserver script with a function called start declared.
  4. Save it to the folder and name it "gameserver.txt"
  5. Open a command prompt, cd to the directory.
  6. Enter RCCService.exe -Console -Start -PlaceId:1818
  7. It should work hopefully. Here's my thumbnail rendering script:
function start(placeid, port, baseurl)
game:GetService("ContentProvider"):SetBaseUrl(baseurl)
game:GetService("ScriptContext").ScriptsDisabled = true
local plr = game.Players:CreateLocalPlayer(0)
plr.CharacterAppearance = "https://api.roblox.com/v1.1/avatar-fetch/?userId=15491471"
plr:LoadCharacter(false)
for i,v in pairs(plr.Character:GetChildren()) do
   print(v)
   if v:IsA("Tool") then
       plr.Character.Torso["Right Shoulder"].CurrentAngle = math.pi / 2
   end
end
print(game:GetService("ThumbnailGenerator"):Click("PNG", 1920, 1920, true))
end

As a side note, hosting game servers are basically useless since you can't join them on any clients. This is basically something fun to mess around with. Unless you decide to use it as a thumbnail renderer for your revival like Dshoe10 and I do. Also can I get some thumbs up pls? I've had like three people DM me on Discord thanking me for this along with asking questions, but I've had no one rating the post.

STILL UNFINISHED!

la do not murder me for this i have kids

Note

  • Charapp doesn't work on 2017RCCs or older, unless you used a solution.
  • 2018+ RCCs will logs your ip and history, and can get your ROBLOX account in trouble.

Credit

gSOAP implementation by Yakov
charapp by itteh(?)

About

radical clout calculator service - for cool kids only 😎😎😎😎🀟🀟🀟🀟

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages