I bet you a dollar you saw this.
Badges

Activity Feed
Created a new thread : [Request] Good Dropdown library?
Throw me some good dropdown libraries other than Wally.
Replied to thread : [HELP] Rayfield Library
I'm pretty sure it's because there's something preventing the new tab function to fire, are you sure you haven't put any infinite loops there? If not, I'd recommend going to the Sirius forums for help.
Replied to thread : Animation script issue
The animations are based on the Humanoid And HumanoidRootPart, It's destroyed when you're character dies so I'd prefer you create a gui to execute the script from within the game. Or else you could modify the script to re-execute the script when HumanoidRootPart is destroyed.
In order to do that you can put the script in a function and put a while true do under the function
You can use if not if it still works in the script below. I'm not sure if this is relevant though.
function Build()
--script here
end
while true do
if game.Players.LocalPlayer.Character.HumanoidRootPart then
--Do nothing cause you haven't died.
else
Build() -- Rexecute script
end
end
Replied to thread : I'm bored I want to code a script for a roblox game.
@marcus__ Something like DomainX? or Orca?
Created a new thread : I'm bored I want to code a script for a roblox game.
I'm very bored and I've always had a desire to create a cheat for a game.
But I've ran into an issue, I can't find a good game. If you have any game in mind feel free to tell me, Not games with overloads of scripts though such as Arsenal, Jailbreak and stuff.
I've tried roville but no one even plays it, If you have any tips for me to learn more about luau scripting please let me know
Thanks for your time =)
Replied to thread : Final goodbye's!
Goodbye Sirweeb, It was nice having you.
May great things come across your path.
Created a new thread : How to use Lxnny's tabs and Monaco?
How do you use lxnny's tabs and monaco? (sorry I'm new to this exploit creation and sh*t)