Advertisement
VKOPSKS

Untitled

Jan 16th, 2024
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "🏡 RPExploit",
  5. LoadingTitle = "🏡 RPExploit | loading",
  6. LoadingSubtitle = "by Kacper (dc: koper1234)",
  7. ConfigurationSaving = {
  8. Enabled = false,
  9. FolderName = nil, -- Create a custom folder for your hub/game
  10. FileName = "RPExploit"
  11. },
  12. Discord = {
  13. Enabled = false,
  14. Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  15. RememberJoins = false -- Set this to false to make them join the discord every time they load it up
  16. },
  17. KeySystem = true, -- Set this to true to use our key system
  18. KeySettings = {
  19. Title = "🏡 RPExploit | key",
  20. Subtitle = "enter key",
  21. Note = "Best BrookHaven rp script",
  22. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  23. SaveKey = false, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  24. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  25. Key = {"KacperSkibidiDabDabYes"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  26. }
  27. })
  28. local Tab = Window:CreateTab("Trolling", 4483362458) -- Title, Image
  29.  
  30. local SmallerAvatar = Tab:CreateButton({
  31. Name = "Mini Avatar",
  32. Callback = function()
  33. local args = {
  34. [1] = "CharacterSizeDown",
  35. [2] = 1
  36. }
  37.  
  38. game:GetService("ReplicatedStorage"):WaitForChild("RE"):WaitForChild("1Clothe1s"):FireServer(unpack(args))
  39. end,
  40. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement