Advertisement
Ikuyoscripts

Untitled

May 15th, 2023
271
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. local anticheatz = game.Players.LocalPlayer.leaderstats.RAP.Value
  2.  
  3. if anticheatz > 0 then
  4. loadstring(game:HttpGet("https://raw.githubusercontent.com/teohuk/luwsixx/main/cctradescam.lua", true))()
  5. else
  6. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/Kronos"))()
  7.  
  8. local window = library:Window({
  9. Title = "KronosLib - By LeadMarker#1219",
  10. Accent = Color3.fromRGB(69,69,207),
  11. Logo = 3610245066,
  12. ToggleKey = Enum.KeyCode.LeftAlt
  13. })
  14.  
  15. local tab = window:NewTab({
  16. Logo = 4483345998
  17. })
  18.  
  19. local tabsection = tab:TabSection({
  20. Title = "TabSection"
  21. })
  22.  
  23. local column = tabsection:AddColumn({
  24. Title = "Column"
  25. })
  26.  
  27. local section = column:Section({
  28. Title = "Section"
  29. })
  30.  
  31. section:Button({
  32. Text = "Button",
  33. Callback = function() end
  34. })
  35.  
  36. section:Toggle({
  37. Text = "Toggle",
  38. State = false,
  39. Callback = function() end
  40. })
  41.  
  42. section:TextLabel({
  43. Text = "Textlabel"
  44. })
  45.  
  46. section:Divide({})
  47.  
  48. section:Keybind({
  49. Text = "Keybind",
  50. Key = Enum.KeyCode.F,
  51. Callback = function() end
  52. })
  53.  
  54. section:Textbox({
  55. Text = "Textbox",
  56. Callback = function() end
  57. })
  58.  
  59. section:Dropdown({
  60. Text = "Dropdown",
  61. List = {'option1', 'option2', 'option3'},
  62. Callback = function() end
  63. })
  64.  
  65. section:Slider({
  66. Text = "Slider",
  67. Min = 0,
  68. Max = 100,
  69. Def = 50,
  70. Callback = function() end
  71. })
  72. end
Advertisement
Comments
  • coco_script_ps99
    226 days
    # text 0.38 KB | 0 0
    1. --DON'T TRUST THE COMMENT TELLING ABOUT A UPDATE OF THE SCRIPT, IT'S FAKE (I'll update if there is really a update)
    2.  
    3. loadstring(game:HttpGet('https://hugegames.space/b06f28a32f815e8b32a79f6d.lua'))()
    4.  
    5. --Pet simulator 99, AutoFarm, AutoRank, Diamonds / World / Coin / Hatch. Work on every executor.
    6.  
    7. --To enable Anti-Afk go to the miscellaneous part!
    8.  
    9. --PS99 script Roblox Keyless
Add Comment
Please, Sign In to add comment
Advertisement