Sign up
Login
New
Trending
Archive
English
English
Sign up
Login
New Paste
Add Image
-- KGB-RT Gelişmiş Koruma Sistemi local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local Title = Instance.new("TextLabel") local Status = Instance.new("TextLabel") local Log = Instance.new("TextLabel") -- GUI Kurulumu ScreenGui.Parent = game.CoreGui Frame.Name = "KGB_RT_Ultra" Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(20, 20, 20) Frame.BorderSizePixel = 2 Frame.Position = UDim2.new(0.02, 0, 0.4, 0) Frame.Size = UDim2.new(0, 220, 0, 110) Frame.Active = true Frame.Draggable = true Title.Parent = Frame Title.Text = "KGB-RT PREMIER V1" Title.Size = UDim2.new(1, 0, 0.3, 0) Title.TextColor3 = Color3.fromRGB(255, 50, 50) Title.BackgroundTransparency = 1 Title.Font = Enum.Font.SourceSansBold Status.Parent = Frame Status.Position = UDim2.new(0, 0, 0.3, 0) Status.Size = UDim2.new(1, 0, 0.3, 0) Status.Text = "Koruma: AKTİF" Status.TextColor3 = Color3.fromRGB(0, 255, 100) Status.BackgroundTransparency = 1 Log.Parent = Frame Log.Position = UDim2.new(0, 0, 0.6, 0) Log.Size = UDim2.new(1, 0, 0.4, 0) Log.Text = "Engellenen İşlem: 0" Log.TextColor3 = Color3.fromRGB(255, 255, 255) Log.BackgroundTransparency = 1 local blockedActions = 0 -- Bildirim Fonksiyonu local function notify(msg) game:GetService("StarterGui"):SetCore("SendNotification", { Title = "🛡️ KGB-RT UYARI", Text = msg, Duration = 5, Button1 = "Tamam" }) end -- 1. KISIM: Metatable Hooking (Namecall) local mt = getrawmetatable(game) local oldNamecall = mt.__namecall setreadonly(mt, false) mt.__namecall = newcclosure(function(self, ...) local method = getnamecallmethod() local args = {...} -- Kick ve Teleport metodlarını yakala if tostring(method):lower() == "kick" or tostring(method) == "Teleport" then blockedActions = blockedActions + 1 Log.Text = "Engellenen İşlem: " .. blockedActions notify("Sunucu seni atmaya veya ışınlamaya çalıştı!") return nil end return oldNamecall(self, unpack(args)) end) -- 2. KISIM: Direct Function Hooking (Yedek Koruma) local TeleportService = game:GetService("TeleportService") hookfunction(game.Players.LocalPlayer.Kick, function(self, reason) blockedActions = blockedActions + 1 Log.Text = "Engellenen İşlem: " .. blockedActions notify("Kick fonksiyonu engellendi.") return nil end) hookfunction(TeleportService.Teleport, function(self, ...) blockedActions = blockedActions + 1 Log.Text = "Engellenen İşlem: " .. blockedActions notify("İzinsiz ışınlanma engellendi.") return nil end) setreadonly(mt, true) notify("KGB-RT Sistemi Başarıyla Yüklendi!")
Settings
Title :
[Optional]
Paste Folder :
[Optional]
Select
Syntax :
[Optional]
Select
Markup
CSS
JavaScript
Bash
C
C#
C++
Java
JSON
Lua
Plaintext
C-like
ABAP
ActionScript
Ada
Apache Configuration
APL
AppleScript
Arduino
ARFF
AsciiDoc
6502 Assembly
ASP.NET (C#)
AutoHotKey
AutoIt
Basic
Batch
Bison
Brainfuck
Bro
CoffeeScript
Clojure
Crystal
Content-Security-Policy
CSS Extras
D
Dart
Diff
Django/Jinja2
Docker
Eiffel
Elixir
Elm
ERB
Erlang
F#
Flow
Fortran
GEDCOM
Gherkin
Git
GLSL
GameMaker Language
Go
GraphQL
Groovy
Haml
Handlebars
Haskell
Haxe
HTTP
HTTP Public-Key-Pins
HTTP Strict-Transport-Security
IchigoJam
Icon
Inform 7
INI
IO
J
Jolie
Julia
Keyman
Kotlin
LaTeX
Less
Liquid
Lisp
LiveScript
LOLCODE
Makefile
Markdown
Markup templating
MATLAB
MEL
Mizar
Monkey
N4JS
NASM
nginx
Nim
Nix
NSIS
Objective-C
OCaml
OpenCL
Oz
PARI/GP
Parser
Pascal
Perl
PHP
PHP Extras
PL/SQL
PowerShell
Processing
Prolog
.properties
Protocol Buffers
Pug
Puppet
Pure
Python
Q (kdb+ database)
Qore
R
React JSX
React TSX
Ren'py
Reason
reST (reStructuredText)
Rip
Roboconf
Ruby
Rust
SAS
Sass (Sass)
Sass (Scss)
Scala
Scheme
Smalltalk
Smarty
SQL
Soy (Closure Template)
Stylus
Swift
TAP
Tcl
Textile
Template Toolkit 2
Twig
TypeScript
VB.Net
Velocity
Verilog
VHDL
vim
Visual Basic
WebAssembly
Wiki markup
Xeora
Xojo (REALbasic)
XQuery
YAML
HTML
Expiration :
[Optional]
Never
Self Destroy
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Status :
[Optional]
Public
Unlisted
Private (members only)
Password :
[Optional]
Description:
[Optional]
Tags:
[Optional]
Encrypt Paste
(
?
)
Create Paste
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Site Languages
×
English