tomoneko

test

Oct 29th, 2023
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. if not game:IsLoaded() then
  2. game:IsLoaded():Wait()
  3. end
  4.  
  5. local speaker = game.Players.LocalPlayer
  6. local plr = game.Players.LocalPlayer
  7. local playerlp = plr
  8. local Characterlp = plr.Character
  9. local Area = game:GetService("Workspace")
  10. local players = game:GetService("Players")
  11. local RunService = game:GetService("RunService")
  12. local UIS = game:GetService("UserInputService")
  13. local coregui = game:GetService("CoreGui")
  14. local Mouse = plr:GetMouse()
  15. local MyView = Area.CurrentCamera
  16. local MyTeamColor = plr.TeamColor
  17. local HoldingM2 = false
  18. local Active = false
  19. local Lock = false
  20. local Epitaph = .187 ---Note: The Bigger The Number, The More Prediction.
  21. local HeadOffset = Vector3.new(0, .1, 0)
  22. Players = game:GetService("Players")
  23. IYMouse = Players.LocalPlayer:GetMouse()
  24. UserInputService = game:GetService("UserInputService")
  25. autoclicking = false
  26. local WalkTo = false
  27. local Guarding = false
  28. local Flinging = false
  29. local Platformstand = false
  30. local viewing = nil
  31. local Control = false
  32. local Lagging = false
  33. local AutoObby = false
  34. local invisRunning = false
  35. local IsInvis = false
  36. local IsRunning = true
  37. local invisFix
  38. local invisDied
  39. local InvisibleCharacter
  40. local CF
  41. local Clip = true
  42. local Regulars = false
  43. local vnoclipParts = {}
  44. local FlingTBL = {}
  45. local frozenParts = {}
  46. local vfreeze = {}
  47. local RestoreCFling = {}
  48. local shownParts = {}
  49. local showninParts = {}
  50. local showninvParts = {}
  51. local shownvisParts = {}
  52. local vstrongParts = {}
  53. local vweakParts = {}
  54. local highlights = {}
  55. local workspace = game.Workspace
  56. local Noclipping = nil
  57. local viewDied
  58. local viewChanged
  59. local triggermd
  60. local triggermp
  61. local cancelAutoClick
  62. local highlight
  63. local highlight2
  64. local closesttouch = nil
  65. local closestclick = nil
  66. local closestprox = nil
  67. local closestseat = nil
  68. local lockcursorman
  69. local unlockcursorman
  70. local fakekicktbl
  71. CFloop = nil
  72. CFspeed = 50
  73. simRadius = false
  74. FLYING = false
  75. QEfly = true
  76. NOWW = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid").WalkSpeed
  77. NOWJ = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid").JumpPower
  78. NOWG = game.Workspace.Gravity
  79. NOWH = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid").HipHeight
  80. iyflyspeed = 1
  81. PlayerVolumeBELIKE = UserSettings():GetService("UserGameSettings").MasterVolume
  82. PlayerGraphicsBELIKE = settings().Rendering.QualityLevel
  83. vehicleflyspeed = 1
  84. local HumanModCons = {}
  85. local flyjump
  86. local simRadLoop
  87. local stareLoop
  88. local currentToolSize = ""
  89. local currentGripPos = ""
  90. local invisRunning = false
  91. local noSit
  92. local nositDied
  93. local proxDied = nil
  94. local clickDied = nil
  95. local selclick = nil
  96. local seltouch = nil
  97. local selprox = nil
  98. local selseat = nil
  99. local selinvisp = nil
  100. local selcanc = nil
  101. local YesRefresh = false
  102. local sethidden = sethiddenproperty or set_hidden_property or set_hidden_prop
  103. local setsimulation = setsimulationradius or set_simulation_radius
  104.  
  105. function round(num, numDecimalPlaces)
  106. local mult = 10^(numDecimalPlaces or 0)
  107. return math.floor(num * mult + 0.5) / mult
  108. end
  109.  
Advertisement
Add Comment
Please, Sign In to add comment