27.8K views
12.6K downloads
8 months ago
This new script for PLS DONATE doesn't come with a lot of features but it has some very useful ones, such as a working anti-AFK and an auto thank. Very useful for making some AFK Robux, enjoy!
Script Features:
Auto Thank
AntiAFK
This script has remained unmodified since its initial release
--BROUGHT TO YOU BY RSCRIPTS.NET--
print("Executed")
local ChatEvent = game:GetService"ReplicatedStorage".DefaultChatSystemChatEvents.SayMessageRequest
print("Locals Loaded")
getgenv().MessageStatus = false
getgenv().Message = "thanks <3"
local debounce = false
print("Globals Loaded")
print("Executed")
game.Players.LocalPlayer.leaderstats.Raised.Changed:Connect(function()
if getgenv().MessageStatus == true then
if not debounce then
debounce = true
wait(1)
print("Try Chat")
ChatEvent:FireServer(getgenv().Message,"All")
wait(3)
debounce = false
end
end
end)
for i,v in pairs(getconnections(game:GetService("Players").LocalPlayer.Idled)) do
v:Disable()
end
local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))()
local w = library:CreateWindow("Box's Auto-Thank") -- Creates the window
local b = w:CreateFolder("Auto-Thank") -- Creates the folder(U will put here your buttons,etc)
b:Label("Auto-Thank",{
TextSize = 25; -- Self Explaining
TextColor = Color3.fromRGB(255,255,255); -- Self Explaining
BgColor = Color3.fromRGB(69,69,69); -- Self Explaining
})
b:Toggle("Toggle Auto-Thank",function(bool)
getgenv().MessageStatus = bool
print(getgenv().MessageStatus)
end)
b:Box("Auto-Thank Message","string",function(value) -- "number" or "string"
getgenv().Message = value
print(value)
end)
b:DestroyGui()
Similiar Scripts
Hungry for more? Check out these Roblox Scripts!
33.9K views
8 months ago

PLS DONATE Script | Rainbow Booth Text (FIXED!)
PLS DONATE
PLS DONATE
21.7K views
11 months ago

PLS DONATE | Rainbow Rickroll Booth
PLS DONATE NUKE
PLS DONATE NUKE
0 Comments
Log in here to comment