|
| 18 Sep 2014 09:42 PM |
Well, this seams kinda like a skid question, but I actually want to know how I would block people with cheat engine?
I know it has something to do with rbxassetid://, but I don't know what I would do with it |
|
|
| Report Abuse |
|
|
Locard
|
  |
| Joined: 13 Apr 2014 |
| Total Posts: 3516 |
|
|
| 18 Sep 2014 09:43 PM |
| How about you not use Cheat Engine and start being legitimate. |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2014 09:45 PM |
The only real way is to do checks on if the playqer is doing something that is not possible like having more fps then 60 or Have gained an impossible amount of score within a second |
|
|
| Report Abuse |
|
|
Funse
|
  |
| Joined: 11 Jun 2012 |
| Total Posts: 7887 |
|
| |
|
|
| 18 Sep 2014 09:45 PM |
| Locard hes asking how to block it and not bypass it... |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2014 09:47 PM |
I don't think you know what I'm asking.
I want to know how to kick people with Cheat Engine,
for example, this is what I think you could do in a local script.
repeat wait() until game.Players.LocalPlayer if rbxassetid://SOMETHING then player:Kick() end |
|
|
| Report Abuse |
|
|
anaIyze
|
  |
| Joined: 29 May 2014 |
| Total Posts: 2048 |
|
|
| 18 Sep 2014 09:50 PM |
There is no solution, idiot; Get over it. The only possible way to actually prevent the most popular type of exploit (script exploiting), is to make a filter to match any words like
`%sfor%s%s+%d=%s+%d.+` = for char or int = char or int -- example, if someone were to chat `for i = 1, anything do` they would get the desired method of removal from your game
Basic formatting like so, or return `game:shutdown''` since most of them have an elevated identity of 4 or higher.
|
|
|
| Report Abuse |
|
|
|
| 18 Sep 2014 09:53 PM |
Don't call me an idiot, I've seen multiple threads about this topic were you search the files for it, the same way you can get textures in game from the roblox files. But instead of going into the roblox files, you check the name of other files(Such as cheat engine)
So I was wondering how you would do this. |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2014 09:54 PM |
for i = 1, 4 do local a = Instance.new("Decal", Workspace.BasePlate); a.Texture = "rbxasset://../../../../../../../../Program Files (x86)/Cheat Engine 6."..i.."/Cheat Engine.exe"; end game:GetService("LogService").MessageOut:connect(function(message, type) if message:match("Failed to resolve texture format") and type == Enum.MessageType.MessageError then game.Players.LocalPlayer:Kick(); end end) |
|
|
| Report Abuse |
|
|
Klocko
|
  |
| Joined: 10 May 2011 |
| Total Posts: 428 |
|
|
| 18 Sep 2014 09:56 PM |
This is possible.. well, until ROBLOX fixes this rbxasset:// bug. Set a visible ImageLabel's image id to rbxasset://../../../../../../../../Program Files (x86)/Cheat Engine 6.4/Cheat Engine.exe
If it says that it could not resolve the image format, then Cheat Engine.exe exists, however since it of course isn't an image, it'll throw that out to the output.
If it says that it couldn't find the file, then the player is a good boy! :)
Use LogService to check if a recently printed message has something to do with Cheat Engine.exe not being resolvable into an image.
Reason 2 Die uses this trick to ban players with Cheat Engine on their system.
|
|
|
| Report Abuse |
|
|
anaIyze
|
  |
| Joined: 29 May 2014 |
| Total Posts: 2048 |
|
|
| 18 Sep 2014 09:59 PM |
God why is everyone so stupid here.
1] CE skids can just move file locations 2] They can also change the name of the executable or icon 3] They can rename their folder
|
|
|
| Report Abuse |
|
|
Klocko
|
  |
| Joined: 10 May 2011 |
| Total Posts: 428 |
|
|
| 18 Sep 2014 10:15 PM |
| Analyze, barely any people using Cheat Engine know that. |
|
|
| Report Abuse |
|
|
Locard
|
  |
| Joined: 13 Apr 2014 |
| Total Posts: 3516 |
|
|
| 18 Sep 2014 10:16 PM |
| I read the question wrong. Whatever. |
|
|
| Report Abuse |
|
|
Nyxis
|
  |
| Joined: 15 Nov 2012 |
| Total Posts: 3374 |
|
| |
|
Nyxis
|
  |
| Joined: 15 Nov 2012 |
| Total Posts: 3374 |
|
| |
|
Locard
|
  |
| Joined: 13 Apr 2014 |
| Total Posts: 3516 |
|
| |
|
Nyxis
|
  |
| Joined: 15 Nov 2012 |
| Total Posts: 3374 |
|
|
| 18 Sep 2014 10:30 PM |
| ur the guy i was in a skype call with who called scripting "coding" |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2014 11:27 PM |
Lol.
Pretends he knew so he doesn't look stupid,
There isn't really a way. |
|
|
| Report Abuse |
|
|
|
| 19 Sep 2014 12:03 AM |
| people know how to use a computer to drag a file/folder somewhere else |
|
|
| Report Abuse |
|
|
|
| 19 Sep 2014 12:13 AM |
| It's impossible to stop it from reading and writing to memory. But it's not impossible to stop them from ruining the game. |
|
|
| Report Abuse |
|
|