Profile Picture

Roman

Reputation: 0 [rate]

Joined: Dec, 2022

Last online:

Badges

badge

Etc

Send Message

Threads List
Possible Alts

Activity Feed

Replied to thread : [QUESTION] how to make a script hub using Rscripts.net?


@AE0N well he could make gui that where you type in a certain script it pop ups multiple and you can select them

Replied to thread : [REQ] basic money script for a small game that I'm pretty sure is abandoned


getgenv().dimension1 = true

getgenv().dimension2 = true

 

 

spawn(function()

while getgenv().dimension1 == true do

local playerHead = game.Players.LocalPlayer.Character.Head

for i,v in pairs(game:GetService("Workspace").D1:GetDescendants()) do

    if v.Name == "TouchInterest" then

        firetouchinterest(playerHead, v.Parent, 0)

        task.wait()

        firetouchinterest(playerHead, v.Parent, 1)

        break;

    end

end

end

end)

 

spawn(function()

while getgenv().dimension2 == true do

local playerHead = game.Players.LocalPlayer.Character.Head

for i,v in pairs(game:GetService("Workspace").D2:GetDescendants()) do

    if v.Name == "TouchInterest" then

        firetouchinterest(playerHead, v.Parent, 0)

        task.wait()

        firetouchinterest(playerHead, v.Parent, 1)

        break;

    end

end

end

end)

clicks everything in every dimension on loop

Replied to thread : Help understanding how bypassing keysystem's work


i dont know much about advanced ones but if its a key system getgenv() or local you can do

print(key) and print(Key) and see if they work

if its a shirt whitelist change your user id and name to a owner

if its a groupwhitelist do the same

Replied to thread : argentinas gonna win


ARGENTINA ARGENTINA THEY WON ON PENALTIES GLORY TO ARGENTINA GLORY TO MESSI ARGENTINA IS THE GREATEST DI MARIA DESERVES MORE!

Replied to thread : How to make a roblox simulator game script using simple spy


its fine you did good im just saying for future and for people who want to as they are a bit more neat

Replied to thread : [QUESTION] how to make a script hub using Rscripts.net?


just click the raw button on a script and then put the code into a ui libary/gui

Replied to thread : How to make a roblox simulator game script using simple spy


some tips use getgenv() and there is no use for ; example getgenv().autofarmtap = true

use turtle spy over simple spy as it does not spam the remotes and is a little neater

use a spawn(function() because getgenv() and _G can not run multiple at a time same with while true on its own

use task.wait() over wait() (it fires much faster)

Replied to thread : [RELEASE] HWID System in login


no problem quite good for just starting but yeah in the right hands it can be hard to bypass u did good

Replied to thread : [HELP]Kavo UI Destroy GUi Option


for i,v in pairs(game.CoreGui:GetDescendants()) do -- every game will have a core gui which most UI libaries place their UI in because its impossible to detect

if v.Name == "Main" then -- kavo ui libary randomly names itself numbers

v.Parent:Destroy() -- destroys kavo because it destroys kavo (the parent)

end

end

this works i tested it it destroys the enitre kavo ui even in coregui + screen

Replied to thread : Exploits and Byfron


there is still gonna be free exploits its not the "greatest" anti cheat ever looking at the games it is in and i think i will stick to roblox

Replied to thread : [HELP]Kavo UI Destroy GUi Option


dont know if u still need this but find the kavo UI in dark dex and copy paste it into ur executer and do :Destroy() after u did the copy pasted code and then make it into a button i dont know if the :Destroy() works on krnl but u can try if not just u can make it invisible does not destroy but hides

Replied to thread : Unsupported version of Roblox


Delete the roblox files manually then the folder then executer it should fix it

Replied to thread : [RELEASE] HWID System in login


Pretty nice but easily bypassed you should hide it in github and obfuscate the code if ur going to use it of the HWIDS