Rivals Sem Key e OP Silent aim, rage bot, fly, ESP, e etc...
504 Views
61d atrás
Verificado
Descrição
Nenhuma descrição fornecida.
Como Utilizar?
Script
Script Patched
Clique para revelar
1--[[
2 Rivals Cheat v2.2 - Rayfield UI
3 Optional Mobile Buttons + Fixed Config System + Fixed Aimbot Checks
4]]
5
6local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
7
8local RunService = game:GetService("RunService")
9local Players = game:GetService("Players")
10local LocalPlayer = Players.LocalPlayer
11local Workspace = game:GetService("Workspace")
12local ReplicatedStorage = game:GetService("ReplicatedStorage")
13local UserInputService = game:GetService("UserInputService")
14local Camera = Workspace.CurrentCamera
15
16-- Connection storage for proper cleanup
17local connections = {}
18local mobileButtons = {}
19local mobileButtonsEnabled = {
20 Aimbot = false,
21 Fly = false,
22 NoClip = false
23}
24
25local Window = Rayfield:CreateWindow({
26 Name = "Rivals - thegxx v2.2",
27 LoadingTitle = "Rivals Cheat",
28 LoadingSubtitle = "by thegxx",
29 ConfigurationSaving = {
30 Enabled = true,
31 FolderName = "RivalsCheat",
32 FileName = "RivalsConfig"
33 },
34 Discord = {
35 Enabled = false,
36 Invite = "noinvite",
37 RememberJoins = true
38 },
39 KeySystem = false,
40})
41
42local Tabs = {
43 Aimbot = Window:CreateTab("🎯 Aimbot & Precision", 4483362458),
44 Visuals = Window:CreateTab("👁️ Visuals & ESP", 4483362458),
45 Movement = Window:CreateTab("🏃 Movement & Mobility", 4483362458),
46 Protection = Window:CreateTab("🛡️ Protection & Survival", 4483362458),
47 Extras = Window:CreateTab("⚙️ UI & Extras", 4483362458),
48 Settings = Window:CreateTab("⚙️ Settings", 4483362458),
49}
50
51-- Utility functions
52local function getCharacter()
53 return LocalPlayer.Character
54end
55
56local function getHumanoid()
57 local character = getCharacter()
58 return character and character:FindFirstChild("Humanoid")
59end
60
61local function getRoot()
62 local character = getCharacter()
63 return character and character:FindFirstChild("HumanoidRootPart")
64end
65
66-- Mobile Button Creator
67local function createMobileButton(name, position, callback)
68 local ScreenGui = LocalPlayer.PlayerGui:FindFirstChild("MobileButtons") or Instance.new("ScreenGui")
69 ScreenGui.Name = "MobileButtons"
70 ScreenGui.ResetOnSpawn = false
71 ScreenGui.Parent = LocalPlayer.PlayerGui
72
73 local button = Instance.new("TextButton")
74 button.Name = name
75 button.Size = UDim2.new(0, 80, 0, 80)
76 button.Position = position
77 button.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
78 button.BorderSizePixel = 2
79 button.BorderColor3 = Color3.fromRGB(255, 255, 255)
80 button.Text = name
81 button.TextColor3 = Color3.fromRGB(255, 255, 255)
82 button.TextSize = 14
83 button.Font = Enum.Font.GothamBold
84 button.Visible = false
85 button.Parent = ScreenGui
86
87 local corner = Instance.new("UICorner")
88 corner.CornerRadius = UDim.new(0, 10)
89 corner.Parent = button
90
91 local toggled = false
92 button.MouseButton1Click:Connect(function()
93 if not mobileButtonsEnabled[name] then return end
94 toggled = not toggled
95 button.BackgroundColor3 = toggled and Color3.fromRGB(0, 255, 0) or Color3.fromRGB(40, 40, 40)
96 callback(toggled)
97 end)
98
99 mobileButtons[name] = button
100 return button
101
102-- [[ SCRIPTHUB - RECORTADO PARA MELHOR PERFORMANCE ]]
103-- O script é muito grande para visualização completa no navegador.
104-- Utilize os botões de 'Copiar' ou 'Download' para obter o código completo.Postador do Script
Jogos Suportados
Tags
espsilent aimaimbotrivalsopsem keyno keyfree

