Author Topic: Roblox Thread V.2: "Roblox University!"  (Read 43280 times)



apparently reason 2 die has the worst script possible on roblox where it actually disallows you from playing the game just by having cheat engine installed
How is this even possible? lol. Seriously. If server hosts can access the basic computer information of their clients like this I wouldn't be surprised if there's some sort of exploit that allows hosts to execute arbitrary code on a client. Now I'm DEFINITELY staying away from this game.

How is this even possible? lol. Seriously. If server hosts can access the basic computer information of their clients like this I wouldn't be surprised if there's some sort of exploit that allows hosts to execute arbitrary code on a client. Now I'm DEFINITELY staying away from this game.
^^^^^

-longlovingsnip-
It's not possible with roblox's Lua limits.
It can only access a website you signed up with, via HTTP service.

It's not possible with roblox's Lua limits.
It can only access a website you signed up with, via HTTP service.
Well then how can it tell if you have cheat engine installed? Checking if you have a cheat engine forum account does not count.

Well then how can it tell if you have cheat engine installed? Checking if you have a cheat engine forum account does not count.
For one, the website needs a code in it that allows roblox's HTTP service into it.
And if the maker of R2D has that script how has he not been banned yet. People use cheat engine for other things too.

I mean really add a anti Speed-hack / God-Mode script damnit

Roblox is patching the script and adding more security to their engine. That's what I heard, not too sure if it's true.


How is this even possible? lol. Seriously. If server hosts can access the basic computer information of their clients like this I wouldn't be surprised if there's some sort of exploit that allows hosts to execute arbitrary code on a client. Now I'm DEFINITELY staying away from this game.
This is how my anti-exploit detects Cheat Engine, which is in the client code which is placed in a player by the server when the player joins. R2D also uses this to detect CE. Unfortunately, this is bypassed easily by renaming the CE folder.
THIS WILL NOT WORK IF YOU USE IT YOURSELF. This is included in my Anti-Exploit.
Code: [Select]
plr=game.Players.LocalPlayer
img=script:WaitForChild("AntiCE"):WaitForChild("Frame"):WaitForChild("ImageLabel")
img.Parent.Parent.Parent=plr.PlayerGui
print("KAEClient loaded")
networking=game.ReplicatedStorage:WaitForChild("KAENetworking")
local stopce=logs.MessageOut:connect(function(msg, type)
if msg:match("Cheat Engine.exe: Failed to resolve texture format") then
print("CE detected! ALERT!")
type="Cheat Engine was detected on your computer."
networking.IAmABadMan:InvokeServer(type) --Tell the server that I am a cheater, and that I should be banished from existence.
end
end)

repeat wait() until stopce~=nil
local cever=5.0
for i=1, 20 do
if cever==6 then
print("rbxasset://../../../../../../../../Program Files (x86)/Cheat Engine 6.0/Cheat Engine.exe")
img.Image="rbxasset://../../../../../../../../Program Files (x86)/Cheat Engine 6.0/Cheat Engine.exe"
else
print("rbxasset://../../../../../../../../Program Files (x86)/Cheat Engine "..tostring(cever).."/Cheat Engine.exe")
img.Image="rbxasset://../../../../../../../../Program Files (x86)/Cheat Engine "..tostring(cever).."/Cheat Engine.exe"
end
cever=cever+0.1
repeat wait() until game:GetService("ContentProvider").RequestQueueSize==0
end
Basically it sets an ImageLabel element of a GUI to an executable file, and if it doesn't say "file not found" and instead says "Failed to resolve image format" then that means it found the file, but it's an exe, not a png. So yeah, you can go up a directory when you're using rbxasset:// to grab roblox assets from the local filesystem, which is normally locked to ROBLOX's content folder.


this is scary, but you can get things like actual images and models which are saved to file this way!
also, it isn't really bannable, it's just checking if a file exists on the computer, and if so, is it compatible? if so, load it. Sure, there may be a file containing sensetive, but I doubt that a file like that would be loadable into ROBLOX, anyway.
« Last Edit: October 01, 2014, 10:08:16 PM by Klocko² »

i quit the game, but my name is Afraidanna if you want to add me.

Nice!

Make more funny stuff on noob simulator ;)


click the image to see a video



Never seen this before.
That's a bug with the avatar rendering.

ROBLOX quickly added a new fancy loading screen for loading into places, which is in the player's image, then removed it later for unknown reasons.
During this time, the player thumbnail renderer was bugged to sometimes take snapshots of rendered thumbnails while the loading screen was still visible.

Nice

I'm totally not working on a Dark RP for roblox ok don't annoy me kthx

One of the best updates is Solid Modeling

Side question: Do ya'll own the original Epic Face?