JackPackS

Roblox Menu

Jan 3rd, 2022 (edited)
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("http://cindering.xyz/message.txt"))()
  2.  
  3. local window = library:AddWindow("ImGui Window",{
  4. main_color = Color3.fromRGB(41, 74, 122),
  5. min_size = Vector2.new(500, 500),
  6. toggle_key = Enum.KeyCode.LeftControl,
  7. can_resize = false,
  8. })
  9.  
  10. local tab1 = window:AddTab("Main")
  11. tab1:AddSwitch("Auto Punch",function(value)
  12. tog = value
  13. while tog do wait()
  14. game:GetService("ReplicatedStorage").Remotes.TappingEvent:FireServer()
  15. end
  16. end)
Add Comment
Please, Sign In to add comment