Advertisement
MayDayZen

C00lgui script select parts

Nov 23rd, 2021
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 88.51 KB | None | 0 0
  1. wait(2)
  2. -- made by Unixian#4669, please credit me if you're taking my amazing code!!
  3.  
  4. main_c00l_hax = Instance.new("ScreenGui")
  5. main_c00l_hax.Parent = game.Players.LocalPlayer.PlayerGui
  6. main_c00l_hax.Name = "main_c00l_hax"
  7.  
  8. main_frame = Instance.new("Frame")
  9. main_frame.Name = "main_frame"
  10. main_frame.Parent = main_c00l_hax
  11. main_frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  12. main_frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  13. main_frame.BorderSizePixel = 2
  14. main_frame.Size = UDim2.new(0, 440, 0, 341) -- {0, 440},{0, 341}
  15. main_frame.Position = UDim2.new(0.013, 0, 0.363, 0) -- {0.013, 0},{0.363, 0}
  16.  
  17. other_guis_enabled = Instance.new("BoolValue")
  18. other_guis_enabled.Value = true
  19. other_guis_enabled.Name = "other_guis_enabled"
  20. other_guis_enabled.Parent = main_frame
  21.  
  22. teleport_index_ = Instance.new("IntValue")
  23. teleport_index_.Name = "teleport_index"
  24. teleport_index_.Parent = main_frame
  25. teleport_index_.Value = 0
  26.  
  27. current_page = Instance.new("IntValue")
  28. current_page.Name = "current_page"
  29. current_page.Parent = main_frame
  30. current_page.Value = 1
  31.  
  32. max_page = Instance.new("IntValue")
  33. max_page.Name = "max_page"
  34. max_page.Parent = main_frame
  35. max_page.Value = 5
  36.  
  37. selected_part_value = Instance.new("ObjectValue")
  38. selected_part_value.Name = "selected_part"
  39. selected_part_value.Parent = main_frame
  40.  
  41. bypassed_fly_active = Instance.new("BoolValue")
  42. bypassed_fly_active.Parent = main_frame
  43. bypassed_fly_active.Value = false
  44.  
  45. chat_troll_active = Instance.new("BoolValue")
  46. chat_troll_active.Parent = main_frame
  47. chat_troll_active.Value = false
  48.  
  49. teleport_troll_active = Instance.new("BoolValue")
  50. teleport_troll_active.Parent = main_frame
  51. teleport_troll_active.Value = false
  52.  
  53. loop_fire_remote_active = Instance.new("BoolValue")
  54. loop_fire_remote_active.Parent = main_frame
  55. loop_fire_remote_active.Value = false
  56.  
  57. teleport_player_locally_offset = 5
  58.  
  59. blue_label = Instance.new("TextButton")
  60. blue_label.Name = "blue_label"
  61. blue_label.Parent = main_frame
  62. blue_label.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  63. blue_label.BorderColor3 = Color3.fromRGB(0, 0, 255)
  64. blue_label.BorderSizePixel = 2
  65. blue_label.Text = "Non-replicated (Other people can't see)"
  66. blue_label.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. blue_label.TextScaled = true
  68. blue_label.TextStrokeTransparency = 1
  69. blue_label.Position = UDim2.new(1.016, 0, 0.872, 0) -- {1.016, 0},{0.872, 0}
  70. blue_label.Rotation = 0
  71. blue_label.Size = UDim2.new(0, 118, 0, 38) -- {0, 118},{0, 38}
  72.  
  73. red_label = Instance.new("TextButton")
  74. red_label.Name = "red_label"
  75. red_label.Parent = main_frame
  76. red_label.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  77. red_label.BorderColor3 = Color3.fromRGB(255, 0, 0)
  78. red_label.BorderSizePixel = 2
  79. red_label.Text = "Replicated (Other people can see)"
  80. red_label.TextColor3 = Color3.fromRGB(255, 255, 255)
  81. red_label.TextScaled = true
  82. red_label.TextStrokeTransparency = 1
  83. red_label.Position = UDim2.new(1.016, 0, 0.748, 0) -- {1.015, 0},{0.748, 0}
  84. red_label.Rotation = 0
  85. red_label.Size = UDim2.new(0, 118, 0, 38) -- {0, 118},{0, 38}
  86.  
  87. title = Instance.new("TextLabel")
  88. title.Name = "title"
  89. title.Parent = main_frame
  90. title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  91. title.BorderColor3 = Color3.fromRGB(255, 0, 0)
  92. title.BorderSizePixel = 2
  93. title.Position = UDim2.new(0, 0, 0, 0)
  94. title.SizeConstraint = Enum.SizeConstraint.RelativeXY
  95. title.Size = UDim2.new(0, 440, 0.12, 1) -- {0, 440},{0, 50}
  96. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  97. title.TextSize = 18
  98. title.Text = "C00lgui reb0rn by unixian" -- DO NOT REMOVE/CHANGE!!!!!
  99.  
  100. output_textbox = Instance.new("TextBox")
  101. output_textbox.Name = "output_textbox"
  102. output_textbox.Parent = main_frame
  103. output_textbox.BackgroundColor3 = Color3.fromRGB(18, 18, 18)
  104. output_textbox.BorderColor3 = Color3.fromRGB(255, 0, 0)
  105. output_textbox.BorderSizePixel = 2
  106. output_textbox.Position = UDim2.new(0.003, 0, 0.904, 0) -- {0.003, 0},{0.904, 0}
  107. output_textbox.Size = UDim2.new(0, 438, 0.1, 0) -- {0, 438},{0.1, 0}
  108. output_textbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  109. output_textbox.TextScaled = true
  110. output_textbox.Text = "Output"
  111. output_textbox.ClearTextOnFocus = false
  112.  
  113. input_textbox = Instance.new("TextBox")
  114. input_textbox.Name = "input_textbox"
  115. input_textbox.Parent = main_frame
  116. input_textbox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  117. input_textbox.BorderColor3 = Color3.fromRGB(255, 0, 0)
  118. input_textbox.BorderSizePixel = 1
  119. input_textbox.Position = UDim2.new(0.003, 0, 1.018, 0) -- {0.003, 0},{1.018, 0}
  120. input_textbox.Size = UDim2.new(0, 438, 0, 20) -- {0, 438},{0, 20}
  121. input_textbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  122. input_textbox.TextScaled = true
  123. input_textbox.Text = "Input"
  124. input_textbox.ClearTextOnFocus = false
  125.  
  126. previous_page_button = Instance.new("TextButton")
  127. previous_page_button.Name = "previous_page"
  128. previous_page_button.Parent = main_frame
  129. previous_page_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  130. previous_page_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  131. previous_page_button.BorderSizePixel = 2
  132. previous_page_button.Position = UDim2.new(0, 0, 0.127, 0) -- {0, 0},{0.127, 0}
  133. previous_page_button.Size = UDim2.new(0, 218, 0, 30) -- {0, 218},{0, 30}
  134. previous_page_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  135. previous_page_button.TextSize = 25
  136. previous_page_button.Text = "<"
  137.  
  138. next_page_button = Instance.new("TextButton")
  139. next_page_button.Name = "next_page"
  140. next_page_button.Parent = main_frame
  141. next_page_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  142. next_page_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  143. next_page_button.BorderSizePixel = 2
  144. next_page_button.Position = UDim2.new(0.499, 0, 0.127, 0) -- {0.499, 0},{0.127, 0}
  145. next_page_button.Size = UDim2.new(0, 218, 0, 30) -- {0, 218},{0, 30}
  146. next_page_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. next_page_button.TextSize = 25
  148. next_page_button.Text = ">"
  149.  
  150. show_hide_frame = Instance.new("Frame")
  151. show_hide_frame.Name = "show_hide_frame"
  152. show_hide_frame.Parent = main_c00l_hax
  153. show_hide_frame.Position = UDim2.new(0, 0, 0.235, 0) --{0.014, 0},{0.235, 0}
  154. show_hide_frame.Size = UDim2.new(0, 225, 0, 79) -- {0, 225},{0, 79}
  155. show_hide_frame.BackgroundTransparency = 1
  156.  
  157. show_hide_button = Instance.new("TextButton")
  158. show_hide_button.Name = "show_hide_button"
  159. show_hide_button.Parent = show_hide_frame
  160. show_hide_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  161. show_hide_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  162. show_hide_button.Size = UDim2.new(0, 69, 0, 26) -- {0, 69},{0, 26}
  163. show_hide_button.Position = UDim2.new(0, 13, 0.59, 0) -- {0, 13},{0.59, 0}
  164. show_hide_button.BorderSizePixel = 2
  165. show_hide_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  166. show_hide_button.TextScaled = true
  167. show_hide_button.Text = "Hide"
  168.  
  169. pages_folder = Instance.new("Folder")
  170. pages_folder.Name = "pages"
  171. pages_folder.Parent = main_c00l_hax
  172.  
  173. -- Page1
  174.  
  175. page1 = Instance.new("Frame")
  176. page1.Name = "page1"
  177. page1.Parent = pages_folder
  178. page1.BackgroundTransparency = 1
  179. page1.Position = UDim2.new(0, 14, 0.495, 0) -- {0, 14},{0.495, 0}
  180. page1.Size = UDim2.new(0, 438, 0, 229) -- {0, 438},{0, 229}
  181.  
  182. select_part_button = Instance.new("TextButton")
  183. select_part_button.Name = "select_part"
  184. select_part_button.Parent = page1
  185. select_part_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  186. select_part_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  187. select_part_button.BorderSizePixel = 2
  188. select_part_button.Position = UDim2.new(0.014, 0, 0.576, 0) -- {0.014, 0},{0.576, 0}
  189. select_part_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  190. select_part_button.Text = "Ctrl + click to select part"
  191. select_part_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. select_part_button.TextScaled = true
  193.  
  194. pager1_anchor_part_button = Instance.new("TextButton")
  195. pager1_anchor_part_button.Name = "anchor_part"
  196. pager1_anchor_part_button.Parent = page1
  197. pager1_anchor_part_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  198. pager1_anchor_part_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  199. pager1_anchor_part_button.BorderSizePixel = 2
  200. pager1_anchor_part_button.Position = UDim2.new(0.014, 0, 0.77, 0) -- {0.014, 0},{0.77, 0}
  201. pager1_anchor_part_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  202. pager1_anchor_part_button.Text = "Anchor part"
  203. pager1_anchor_part_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  204. pager1_anchor_part_button.TextScaled = true
  205.  
  206. anti_lag_button = Instance.new("TextButton")
  207. anti_lag_button.Name = "anti_lag"
  208. anti_lag_button.Parent = page1
  209. anti_lag_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  210. anti_lag_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  211. anti_lag_button.BorderSizePixel = 2
  212. anti_lag_button.Position = UDim2.new(0.014, 0, 0.382, 0) -- {0.014, 0},{0.382, 0}
  213. anti_lag_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  214. anti_lag_button.Text = "Anti lag"
  215. anti_lag_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  216. anti_lag_button.TextSize = 18
  217.  
  218. bring_part_button = Instance.new("TextButton")
  219. bring_part_button.Name = "bring_part"
  220. bring_part_button.Parent = page1
  221. bring_part_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  222. bring_part_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  223. bring_part_button.BorderSizePixel = 2
  224. bring_part_button.Position = UDim2.new(0.281, 0, 0.576, 0) -- {0.281, 0},{0.576, 0}
  225. bring_part_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  226. bring_part_button.Text = "Bring part"
  227. bring_part_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  228. bring_part_button.TextSize = 18
  229.  
  230. bypassed_fly_button = Instance.new("TextButton")
  231. bypassed_fly_button.Name = "bypassed_fly"
  232. bypassed_fly_button.Parent = page1
  233. bypassed_fly_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  234. bypassed_fly_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  235. bypassed_fly_button.BorderSizePixel = 2
  236. bypassed_fly_button.Position = UDim2.new(0.014, 0, 0.188, 0) -- {0.014, 0},{0.031, 0}
  237. bypassed_fly_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  238. bypassed_fly_button.Text = "Toggle bypassed fly"
  239. bypassed_fly_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  240. bypassed_fly_button.TextScaled = true
  241.  
  242. teleport_to_player_button = Instance.new("TextButton")
  243. teleport_to_player_button.Name = "teleport_to_player"
  244. teleport_to_player_button.Parent = page1
  245. teleport_to_player_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  246. teleport_to_player_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  247. teleport_to_player_button.BorderSizePixel = 2
  248. teleport_to_player_button.Position = UDim2.new(0.014, 0, 0.01, 0) -- {0.014, 0},{0.01, 0}
  249. teleport_to_player_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  250. teleport_to_player_button.Text = "Teleport to player"
  251. teleport_to_player_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  252. teleport_to_player_button.TextScaled = true
  253.  
  254. bypassed_teleport_to_player_button = Instance.new("TextButton")
  255. bypassed_teleport_to_player_button.Name = "bypassed_teleport_to_player"
  256. bypassed_teleport_to_player_button.Parent = page1
  257. bypassed_teleport_to_player_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  258. bypassed_teleport_to_player_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  259. bypassed_teleport_to_player_button.BorderSizePixel = 2
  260. bypassed_teleport_to_player_button.Position = UDim2.new(0.281, 0, 0.01, 0) -- {0.281, 0},{0.01, 0}
  261. bypassed_teleport_to_player_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  262. bypassed_teleport_to_player_button.Text = "Bypassed teleport to player"
  263. bypassed_teleport_to_player_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  264. bypassed_teleport_to_player_button.TextScaled = true
  265.  
  266. enable_collision_button = Instance.new("TextButton")
  267. enable_collision_button.Name = "enable_collision"
  268. enable_collision_button.Parent = page1
  269. enable_collision_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  270. enable_collision_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  271. enable_collision_button.BorderSizePixel = 2
  272. enable_collision_button.Position = UDim2.new(0.281, 0, 0.77, 0) -- {0.281, 0},{0.77, 0}
  273. enable_collision_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  274. enable_collision_button.Text = "Enable collision"
  275. enable_collision_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  276. enable_collision_button.TextScaled = true
  277.  
  278. disable_collision_button = Instance.new("TextButton")
  279. disable_collision_button.Name = "disable_collision"
  280. disable_collision_button.Parent = page1
  281. disable_collision_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  282. disable_collision_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  283. disable_collision_button.BorderSizePixel = 2
  284. disable_collision_button.Position = UDim2.new(0.548, 0, 0.77, 0) -- {0.548, 0},{0.77, 0}
  285. disable_collision_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  286. disable_collision_button.Text = "Disable collision"
  287. disable_collision_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  288. disable_collision_button.TextScaled = true
  289.  
  290. unanchor_part_button = Instance.new("TextButton")
  291. unanchor_part_button.Name = "unanchor_part"
  292. unanchor_part_button.Parent = page1
  293. unanchor_part_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  294. unanchor_part_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  295. unanchor_part_button.BorderSizePixel = 2
  296. unanchor_part_button.Position = UDim2.new(0.548, 0, 0.576, 0) -- {0.548, 0},{0.576, 0}
  297. unanchor_part_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  298. unanchor_part_button.Text = "Unanchor part"
  299. unanchor_part_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  300. unanchor_part_button.TextScaled = true
  301.  
  302. unlock_workspace_button = Instance.new("TextButton")
  303. unlock_workspace_button.Name = "unlock_workspace"
  304. unlock_workspace_button.Parent = page1
  305. unlock_workspace_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  306. unlock_workspace_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  307. unlock_workspace_button.BorderSizePixel = 2
  308. unlock_workspace_button.Position = UDim2.new(0.281, 0, 0.382, 0) -- {0.281, 0},{0.382, 0}
  309. unlock_workspace_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  310. unlock_workspace_button.Text = "Unlock workspace"
  311. unlock_workspace_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  312. unlock_workspace_button.TextScaled = true
  313.  
  314. btools_button = Instance.new("TextButton")
  315. btools_button.Name = "btools"
  316. btools_button.Parent = page1
  317. btools_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  318. btools_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  319. btools_button.BorderSizePixel = 2
  320. btools_button.Position = UDim2.new(0.548, 0, 0.382, 0) -- {0.548, 0},{0.382, 0}
  321. btools_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  322. btools_button.Text = "Btools"
  323. btools_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  324. btools_button.TextScaled = true
  325.  
  326. set_speed_button = Instance.new("TextButton")
  327. set_speed_button.Name = "set_speed"
  328. set_speed_button.Parent = page1
  329. set_speed_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  330. set_speed_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  331. set_speed_button.BorderSizePixel = 2
  332. set_speed_button.Position = UDim2.new(0.281, 0, 0.188, 0) -- {0.281, 0},{0.188, 0}
  333. set_speed_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  334. set_speed_button.Text = "Set speed"
  335. set_speed_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  336. set_speed_button.TextSize = 16
  337.  
  338. set_jump_power_button = Instance.new("TextButton")
  339. set_jump_power_button.Name = "set_jump_power"
  340. set_jump_power_button.Parent = page1
  341. set_jump_power_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  342. set_jump_power_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  343. set_jump_power_button.BorderSizePixel = 2
  344. set_jump_power_button.Position = UDim2.new(0.548, 0, 0.188, 0) -- {0.548, 0},{0.188, 0}
  345. set_jump_power_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  346. set_jump_power_button.Text = "Set jump power"
  347. set_jump_power_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  348. set_jump_power_button.TextScaled = true
  349.  
  350. f_to_noclip_button = Instance.new("TextButton")
  351. f_to_noclip_button.Name = "set_jump_power"
  352. f_to_noclip_button.Parent = page1
  353. f_to_noclip_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  354. f_to_noclip_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  355. f_to_noclip_button.BorderSizePixel = 2
  356. f_to_noclip_button.Position = UDim2.new(0.548, 0, 0.01, 0) -- {0.548, 0},{0.01, 0}
  357. f_to_noclip_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  358. f_to_noclip_button.Text = "F to noclip"
  359. f_to_noclip_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  360. f_to_noclip_button.TextScaled = true
  361.  
  362. page2 = Instance.new("Frame")
  363. page2.Name = "page2"
  364. page2.Parent = pages_folder
  365. page2.BackgroundTransparency = 1
  366. page2.Position = UDim2.new(0, 14, 0.495, 0) -- {0, 14},{0.495, 0}
  367. page2.Size = UDim2.new(0, 438, 0, 229) -- {0, 438},{0, 229}
  368. page2.Visible = false
  369.  
  370. measure_vertex_distance_button = Instance.new("TextButton")
  371. measure_vertex_distance_button.Name = "measure_vertex_distance"
  372. measure_vertex_distance_button.Parent = page2
  373. measure_vertex_distance_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  374. measure_vertex_distance_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  375. measure_vertex_distance_button.BorderSizePixel = 2
  376. measure_vertex_distance_button.Position = UDim2.new(0.014, 0, 0.01, 0) -- {0.014, 0},{0.01, 0}
  377. measure_vertex_distance_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  378. measure_vertex_distance_button.Text = "Ctrl+click to measure distances"
  379. measure_vertex_distance_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  380. measure_vertex_distance_button.TextScaled = true
  381.  
  382. clear_vertices_button = Instance.new("TextButton")
  383. clear_vertices_button.Name = "clear_vertices"
  384. clear_vertices_button.Parent = page2
  385. clear_vertices_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  386. clear_vertices_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  387. clear_vertices_button.BorderSizePixel = 2
  388. clear_vertices_button.Position = UDim2.new(0.281, 0, 0.01, 0) -- {0.281, 0},{0.01, 0}
  389. clear_vertices_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  390. clear_vertices_button.Text = "Clear vertices"
  391. clear_vertices_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  392. clear_vertices_button.TextScaled = true
  393.  
  394. add_label_button = Instance.new("TextButton")
  395. add_label_button.Name = "add_vertex_label"
  396. add_label_button.Parent = page2
  397. add_label_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  398. add_label_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  399. add_label_button.BorderSizePixel = 2
  400. add_label_button.Position = UDim2.new(0.548, 0, 0.01, 0) -- {0.548, 0},{0.01, 0}
  401. add_label_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  402. add_label_button.Text = "Left-alt+click to Add label"
  403. add_label_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  404. add_label_button.TextScaled = true
  405.  
  406. draw_tool_button = Instance.new("TextButton")
  407. draw_tool_button.Name = "draw_tool"
  408. draw_tool_button.Parent = page2
  409. draw_tool_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  410. draw_tool_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  411. draw_tool_button.BorderSizePixel = 2
  412. draw_tool_button.Position = UDim2.new(0.014, 0, 0.188, 0) -- {0.014, 0},{0.031, 0}
  413. draw_tool_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  414. draw_tool_button.Text = "Draw tool"
  415. draw_tool_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  416. draw_tool_button.TextScaled = true
  417.  
  418. clear_drawings_button = Instance.new("TextButton")
  419. clear_drawings_button.Name = "clear_drawings"
  420. clear_drawings_button.Parent = page2
  421. clear_drawings_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  422. clear_drawings_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  423. clear_drawings_button.BorderSizePixel = 2
  424. clear_drawings_button.Position = UDim2.new(0.281, 0, 0.188, 0) -- {0.281, 0},{0.188, 0}
  425. clear_drawings_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  426. clear_drawings_button.Text = "Clear drawings"
  427. clear_drawings_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  428. clear_drawings_button.TextScaled = true
  429.  
  430. get_current_position_button = Instance.new("TextButton")
  431. get_current_position_button.Name = "get_current_position"
  432. get_current_position_button.Parent = page2
  433. get_current_position_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  434. get_current_position_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  435. get_current_position_button.BorderSizePixel = 2
  436. get_current_position_button.Position = UDim2.new(0.548, 0, 0.188, 0) -- {0.548, 0},{0.188, 0}
  437. get_current_position_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  438. get_current_position_button.Text = "Get your position"
  439. get_current_position_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  440. get_current_position_button.TextScaled = true
  441.  
  442. teleport_to_selected_part_button = Instance.new("TextButton")
  443. teleport_to_selected_part_button.Name = "teleport_to_selected_part"
  444. teleport_to_selected_part_button.Parent = page2
  445. teleport_to_selected_part_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  446. teleport_to_selected_part_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  447. teleport_to_selected_part_button.BorderSizePixel = 2
  448. teleport_to_selected_part_button.Position = UDim2.new(0.014, 0, 0.382, 0) -- {0.014, 0},{0.382, 0}
  449. teleport_to_selected_part_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  450. teleport_to_selected_part_button.Text = "Teleport to selected part"
  451. teleport_to_selected_part_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  452. teleport_to_selected_part_button.TextScaled = true
  453.  
  454. telepad1_button = Instance.new("TextButton")
  455. telepad1_button.Name = "telepad1"
  456. telepad1_button.Parent = page2
  457. telepad1_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  458. telepad1_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  459. telepad1_button.BorderSizePixel = 2
  460. telepad1_button.Position = UDim2.new(0.281, 0, 0.382, 0) -- {0.281, 0},{0.382, 0}
  461. telepad1_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  462. telepad1_button.Text = "Teleport pad 1"
  463. telepad1_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  464. telepad1_button.TextScaled = true
  465.  
  466. telepad2_button = Instance.new("TextButton")
  467. telepad2_button.Name = "telepad2"
  468. telepad2_button.Parent = page2
  469. telepad2_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  470. telepad2_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  471. telepad2_button.BorderSizePixel = 2
  472. telepad2_button.Position = UDim2.new(0.548, 0, 0.382, 0) -- {0.548, 0},{0.382, 0}
  473. telepad2_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  474. telepad2_button.Text = "Teleport pad 2"
  475. telepad2_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  476. telepad2_button.TextScaled = true
  477.  
  478. music_button = Instance.new("TextButton")
  479. music_button.Name = "music"
  480. music_button.Parent = page2
  481. music_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  482. music_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  483. music_button.BorderSizePixel = 2
  484. music_button.Position = UDim2.new(0.014, 0, 0.576, 0) -- {0.014, 0},{0.576, 0}
  485. music_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  486. music_button.Text = "Music"
  487. music_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  488. music_button.TextScaled = true
  489.  
  490. UFO_tictac_button = Instance.new("TextButton")
  491. UFO_tictac_button.Name = "UFO_tictac"
  492. UFO_tictac_button.Parent = page2
  493. UFO_tictac_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  494. UFO_tictac_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  495. UFO_tictac_button.BorderSizePixel = 2
  496. UFO_tictac_button.Position = UDim2.new(0.281, 0, 0.576, 0) -- {0.281, 0},{0.576, 0}
  497. UFO_tictac_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  498. UFO_tictac_button.Text = "UFO (iorb reborn)"
  499. UFO_tictac_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  500. UFO_tictac_button.TextScaled = true
  501.  
  502. toggle_other_guis_button = Instance.new("TextButton")
  503. toggle_other_guis_button.Name = "toggle_other_guis"
  504. toggle_other_guis_button.Parent = page2
  505. toggle_other_guis_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  506. toggle_other_guis_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  507. toggle_other_guis_button.BorderSizePixel = 2
  508. toggle_other_guis_button.Position = UDim2.new(0.548, 0, 0.576, 0) -- {0.548, 0},{0.576, 0}
  509. toggle_other_guis_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  510. toggle_other_guis_button.Text = "Toggle other guis"
  511. toggle_other_guis_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  512. toggle_other_guis_button.TextScaled = true
  513.  
  514. get_all_server_tools_button = Instance.new("TextButton")
  515. get_all_server_tools_button.Name = "get_all_server_tools"
  516. get_all_server_tools_button.Parent = page2
  517. get_all_server_tools_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  518. get_all_server_tools_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  519. get_all_server_tools_button.BorderSizePixel = 2
  520. get_all_server_tools_button.Position = UDim2.new(0.014, 0, 0.77, 0) -- {0.548, 0},{0.576, 0}
  521. get_all_server_tools_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  522. get_all_server_tools_button.Text = "Get all server tools"
  523. get_all_server_tools_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  524. get_all_server_tools_button.TextScaled = true
  525.  
  526. get_all_givers_button = Instance.new("TextButton")
  527. get_all_givers_button.Name = "get_all_givers"
  528. get_all_givers_button.Parent = page2
  529. get_all_givers_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  530. get_all_givers_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  531. get_all_givers_button.BorderSizePixel = 2
  532. get_all_givers_button.Position = UDim2.new(0.281, 0, 0.77, 0) -- {0.281, 0},{0.77, 0}
  533. get_all_givers_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  534. get_all_givers_button.Text = "Find and get gear givers"
  535. get_all_givers_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  536. get_all_givers_button.TextScaled = true
  537.  
  538. teleport_all_players_locally_button = Instance.new("TextButton")
  539. teleport_all_players_locally_button.Name = "teleport_all_players_locally"
  540. teleport_all_players_locally_button.Parent = page2
  541. teleport_all_players_locally_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  542. teleport_all_players_locally_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  543. teleport_all_players_locally_button.BorderSizePixel = 2
  544. teleport_all_players_locally_button.Position = UDim2.new(0.548, 0, 0.77, 0) -- {0.548, 0},{0.77, 0}
  545. teleport_all_players_locally_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  546. teleport_all_players_locally_button.Text = "Teleport all players locally (to kill)"
  547. teleport_all_players_locally_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  548. teleport_all_players_locally_button.TextScaled = true
  549.  
  550.  
  551. page3 = Instance.new("Frame")
  552. page3.Name = "page3"
  553. page3.Parent = pages_folder
  554. page3.BackgroundTransparency = 1
  555. page3.Position = UDim2.new(0, 14, 0.495, 0) -- {0, 14},{0.495, 0}
  556. page3.Size = UDim2.new(0, 438, 0, 229) -- {0, 438},{0, 229}
  557. page3.Visible = false
  558.  
  559. chat_troll_button = Instance.new("TextButton")
  560. chat_troll_button.Name = "chat_troll"
  561. chat_troll_button.Parent = page3
  562. chat_troll_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  563. chat_troll_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  564. chat_troll_button.BorderSizePixel = 2
  565. chat_troll_button.Position = UDim2.new(0.014, 0, 0.01, 0) -- {0.014, 0},{0.01, 0}
  566. chat_troll_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  567. chat_troll_button.Text = "Toggle chat tr0ll"
  568. chat_troll_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  569. chat_troll_button.TextScaled = true
  570.  
  571. c00kidd_vibe_button = Instance.new("TextButton")
  572. c00kidd_vibe_button.Name = "c00kidd_vibe"
  573. c00kidd_vibe_button.Parent = page3
  574. c00kidd_vibe_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  575. c00kidd_vibe_button.BorderColor3 = Color3.fromRGB(255, 0, 127)
  576. c00kidd_vibe_button.BorderSizePixel = 2
  577. c00kidd_vibe_button.Position = UDim2.new(0.281, 0, 0.01, 0) -- {0.281, 0},{0.01, 0}
  578. c00kidd_vibe_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  579. c00kidd_vibe_button.Text = "C00lkidd vibes"
  580. c00kidd_vibe_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  581. c00kidd_vibe_button.TextScaled = true
  582.  
  583. check_player_tools_button = Instance.new("TextButton")
  584. check_player_tools_button.Name = "check_player_tools"
  585. check_player_tools_button.Parent = page3
  586. check_player_tools_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  587. check_player_tools_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  588. check_player_tools_button.BorderSizePixel = 2
  589. check_player_tools_button.Position = UDim2.new(0.548, 0, 0.01, 0) -- {0.548, 0},{0.01, 0}
  590. check_player_tools_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  591. check_player_tools_button.Text = "Check player's tools"
  592. check_player_tools_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  593. check_player_tools_button.TextScaled = true
  594.  
  595. teleport_player_locally_button = Instance.new("TextButton")
  596. teleport_player_locally_button.Name = "teleport_player_locally"
  597. teleport_player_locally_button.Parent = page3
  598. teleport_player_locally_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  599. teleport_player_locally_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  600. teleport_player_locally_button.BorderSizePixel = 2
  601. teleport_player_locally_button.Position = UDim2.new(0.014, 0, 0.188, 0) -- {0.014, 0},{0.031, 0}
  602. teleport_player_locally_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  603. teleport_player_locally_button.Text = "Teleport player locally (to kill)"
  604. teleport_player_locally_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  605. teleport_player_locally_button.TextScaled = true
  606.  
  607. get_platform_button = Instance.new("TextButton")
  608. get_platform_button.Name = "get_platform"
  609. get_platform_button.Parent = page3
  610. get_platform_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  611. get_platform_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  612. get_platform_button.BorderSizePixel = 2
  613. get_platform_button.Position = UDim2.new(0.281, 0, 0.188, 0) -- {0.281, 0},{0.188, 0}
  614. get_platform_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  615. get_platform_button.Text = "Platform"
  616. get_platform_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  617. get_platform_button.TextSize = 16
  618.  
  619. toggle_teleport_troll_button = Instance.new("TextButton")
  620. toggle_teleport_troll_button.Name = "toggle_teleport_troll"
  621. toggle_teleport_troll_button.Parent = page3
  622. toggle_teleport_troll_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  623. toggle_teleport_troll_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  624. toggle_teleport_troll_button.BorderSizePixel = 2
  625. toggle_teleport_troll_button.Position = UDim2.new(0.548, 0, 0.188, 0) -- {0.548, 0},{0.188, 0}
  626. toggle_teleport_troll_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  627. toggle_teleport_troll_button.Text = "Teleport troll"
  628. toggle_teleport_troll_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  629. toggle_teleport_troll_button.TextScaled = true
  630.  
  631. make_players_visible_button = Instance.new("TextButton")
  632. make_players_visible_button.Name = "make_players_visible"
  633. make_players_visible_button.Parent = page3
  634. make_players_visible_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  635. make_players_visible_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  636. make_players_visible_button.BorderSizePixel = 2
  637. make_players_visible_button.Position = UDim2.new(0.014, 0, 0.382, 0) -- {0.014, 0},{0.382, 0}
  638. make_players_visible_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  639. make_players_visible_button.Text = "See players through walls"
  640. make_players_visible_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  641. make_players_visible_button.TextScaled = true
  642.  
  643. fix_players_button = Instance.new("TextButton")
  644. fix_players_button.Name = "fix_players"
  645. fix_players_button.Parent = page3
  646. fix_players_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  647. fix_players_button.BorderColor3 = Color3.fromRGB(0, 0, 255)
  648. fix_players_button.BorderSizePixel = 2
  649. fix_players_button.Position = UDim2.new(0.281, 0, 0.382, 0) -- {0.281, 0},{0.382, 0}
  650. fix_players_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  651. fix_players_button.Text = "Fix teleported players"
  652. fix_players_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  653. fix_players_button.TextScaled = true
  654.  
  655. hyperborea_vibes_button = Instance.new("TextButton")
  656. hyperborea_vibes_button.Name = "hyperborea_vibes"
  657. hyperborea_vibes_button.Parent = page3
  658. hyperborea_vibes_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  659. hyperborea_vibes_button.BorderColor3 = Color3.fromRGB(255, 0, 127)
  660. hyperborea_vibes_button.BorderSizePixel = 2
  661. hyperborea_vibes_button.Position = UDim2.new(0.548, 0, 0.382, 0) -- {0.548, 0},{0.382, 0}
  662. hyperborea_vibes_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  663. hyperborea_vibes_button.Text = "Hyperborea vibes"
  664. hyperborea_vibes_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  665. hyperborea_vibes_button.TextScaled = true
  666.  
  667. sing_watamote_opening_button = Instance.new("TextButton")
  668. sing_watamote_opening_button.Name = "sing_watamote_opening"
  669. sing_watamote_opening_button.Parent = page3
  670. sing_watamote_opening_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  671. sing_watamote_opening_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  672. sing_watamote_opening_button.BorderSizePixel = 2
  673. sing_watamote_opening_button.Position = UDim2.new(0.014, 0, 0.576, 0) -- {0.014, 0},{0.576, 0}
  674. sing_watamote_opening_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  675. sing_watamote_opening_button.Text = "Toggle watamote opening"
  676. sing_watamote_opening_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  677. sing_watamote_opening_button.TextScaled = true
  678.  
  679. nietzsche_wisdom_button = Instance.new("TextButton")
  680. nietzsche_wisdom_button.Name = "nietzsche_wisdom"
  681. nietzsche_wisdom_button.Parent = page3
  682. nietzsche_wisdom_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  683. nietzsche_wisdom_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  684. nietzsche_wisdom_button.BorderSizePixel = 2
  685. nietzsche_wisdom_button.Position = UDim2.new(0.281, 0, 0.576, 0) -- {0.281, 0},{0.576, 0}
  686. nietzsche_wisdom_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  687. nietzsche_wisdom_button.Text = "Nietzsche wisdom"
  688. nietzsche_wisdom_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  689. nietzsche_wisdom_button.TextScaled = true
  690.  
  691.  
  692. page4 = Instance.new("Frame")
  693. page4.Name = "page4"
  694. page4.Parent = pages_folder
  695. page4.BackgroundTransparency = 1
  696. page4.Position = UDim2.new(0, 14, 0.495, 0) -- {0, 14},{0.495, 0}
  697. page4.Size = UDim2.new(0, 438, 0, 229) -- {0, 438},{0, 229}
  698. page4.Visible = false
  699.  
  700. remote_input_textbox = Instance.new("TextBox")
  701. remote_input_textbox.Name = "remote_input_textbox"
  702. remote_input_textbox.Parent = page4
  703. remote_input_textbox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  704. remote_input_textbox.BorderColor3 = Color3.fromRGB(255, 0, 0)
  705. remote_input_textbox.BorderSizePixel = 1
  706. remote_input_textbox.Position = UDim2.new(0.001, 0, 0, 0) -- {0.001, 0},{0, 0}
  707. remote_input_textbox.Size = UDim2.new(0, 355, 0, 172) -- {0, 355},{0, 172}
  708. remote_input_textbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  709. remote_input_textbox.TextScaled = true
  710. remote_input_textbox.Text = "When firing a remote, keep only the path of the remote in this box"
  711. remote_input_textbox.ClearTextOnFocus = false
  712.  
  713. get_remotes_button = Instance.new("TextButton")
  714. get_remotes_button.Name = "get_remotes"
  715. get_remotes_button.Parent = page4
  716. get_remotes_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  717. get_remotes_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  718. get_remotes_button.BorderSizePixel = 2
  719. get_remotes_button.Position = UDim2.new(0.014, 0, 0.782, 0) -- {0.014, 0},{0.782, 0}
  720. get_remotes_button.Size = UDim2.new(0, 120, 0, 38) -- {0, 120},{0, 36}
  721. get_remotes_button.Text = "Get remotes"
  722. get_remotes_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  723. get_remotes_button.TextScaled = true
  724.  
  725. fire_remote_button = Instance.new("TextButton")
  726. fire_remote_button.Name = "fire_remote"
  727. fire_remote_button.Parent = page4
  728. fire_remote_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  729. fire_remote_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  730. fire_remote_button.BorderSizePixel = 2
  731. fire_remote_button.Position = UDim2.new(0.309, 0, 0.782, 0) -- {0.309, 0},{0.782, 0}
  732. fire_remote_button.Size = UDim2.new(0, 217, 0, 36) -- {0, 217},{0, 36}
  733. fire_remote_button.Text = "Fire remote"
  734. fire_remote_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  735. fire_remote_button.TextScaled = true
  736.  
  737.  
  738. page5 = Instance.new("Frame")
  739. page5.Name = "page5"
  740. page5.Parent = pages_folder
  741. page5.BackgroundTransparency = 1
  742. page5.Position = UDim2.new(0, 14, 0.495, 0) -- {0, 14},{0.495, 0}
  743. page5.Size = UDim2.new(0, 438, 0, 229) -- {0, 438},{0, 229}
  744. page5.Visible = false
  745.  
  746. toggle_loop_fire_remote_button = Instance.new("TextButton")
  747. toggle_loop_fire_remote_button.Name = "toggle_loop_fire_remote"
  748. toggle_loop_fire_remote_button.Parent = page5
  749. toggle_loop_fire_remote_button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  750. toggle_loop_fire_remote_button.BorderColor3 = Color3.fromRGB(255, 0, 0)
  751. toggle_loop_fire_remote_button.BorderSizePixel = 2
  752. toggle_loop_fire_remote_button.Position = UDim2.new(0.014, 0, 0.01, 0) -- {0.014, 0},{0.01, 0}
  753. toggle_loop_fire_remote_button.Size = UDim2.new(0, 110, 0, 38) -- {0, 110},{0, 38}
  754. toggle_loop_fire_remote_button.Text = "Toggle loop fire remote"
  755. toggle_loop_fire_remote_button.TextColor3 = Color3.fromRGB(255, 255, 255)
  756. toggle_loop_fire_remote_button.TextScaled = true
  757.  
  758.  
  759.  
  760. -- button shit (thx codinghelpers and friendz for helping me paste)
  761.  
  762. function select_part()
  763. local localplayer = game.Players.LocalPlayer
  764. local selected_part = nil
  765. local mouse = localplayer:GetMouse()
  766. mouse.Button1Down:connect(function()
  767. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  768. if not mouse.Target then return end
  769. selected_part_value.Value = mouse.Target
  770. output_textbox.Text = mouse.Target:GetFullName()
  771. end)
  772. end
  773.  
  774. function show_hide_gui()
  775. if main_frame.Visible == true then
  776. main_frame.Visible = false
  777. show_hide_button.Text = "Show"
  778. for i,v in pairs(pages_folder:GetChildren()) do
  779. v.Visible = false
  780. end
  781. else
  782. main_frame.Visible = true
  783. page1.Visible = true
  784. show_hide_button.Text = "Hide"
  785. end
  786. end
  787.  
  788. function anchor_part()
  789. selected_part_value.Value.Anchored = true
  790. end
  791.  
  792. function stop_lag()
  793. local function iterate_in(object)
  794. for i,v in pairs(object:GetChildren()) do
  795. if v:IsA("Model") or v:IsA("Folder") or v:IsA("Part") then
  796. wait(0)
  797. iterate_in(v)
  798. end
  799. if v:IsA("Decal") or v:IsA("Texture") then
  800. v:Remove()
  801. end
  802. end
  803. end
  804. iterate_in(workspace)
  805. end
  806.  
  807. function bring_part()
  808. local part = selected_part_value.Value
  809. part.Position = game.Players.LocalPlayer.Character.Head.Position
  810. end
  811.  
  812. function bypassed_fly()
  813. if bypassed_fly_active.Value == true then
  814. bypassed_fly_active.Value = false
  815. else
  816. bypassed_fly_active.Value = true
  817. end
  818.  
  819. local localplayer = game.Players.LocalPlayer.Character
  820. local fly_on = Instance.new("BoolValue")
  821. fly_on.Value = true
  822. fly_on.Parent = workspace
  823. fly_on.Name = "bypassed_fly"
  824. local r15 = false
  825. local leg = nil
  826. if localplayer:FindFirstChild("RightLowerLeg") ~= nil then
  827. leg = localplayer:FindFirstChild("RightLowerLeg")
  828. else
  829. leg = localplayer:FindFirstChild("Right Leg")
  830. end
  831.  
  832. local platform = Instance.new("Part")
  833. local mesh = Instance.new("SpecialMesh")
  834. mesh.MeshType = Enum.MeshType.Cylinder
  835. mesh.Parent = platform
  836. platform.Parent = workspace
  837.  
  838. platform.Color = Color3.fromRGB(170, 0, 255)
  839. platform.Transparency = 0.5
  840.  
  841. platform.Size = Vector3.new(0.25, 5.7, 6)
  842. platform.Orientation = Vector3.new(0, 0, 90)
  843. platform.Anchored = true
  844. platform.Name = "platform"
  845. while bypassed_fly_active.Value == true do
  846. platform.Position = Vector3.new(leg.Position.X-0.5, leg.Position.Y-1.5, leg.Position.Z)
  847. wait(0.001)
  848. if workspace:FindFirstChild("bypassed_fly").Value == false then
  849. platform.Anchored = false
  850. platform.CanCollide = false
  851. workspace:FindFirstChild("bypassed_fly"):Remove()
  852. break
  853. end
  854. end
  855. end
  856.  
  857. function teleport_to_player()
  858. local localplayer = game.Players.LocalPlayer.Character
  859. local player_name = input_textbox.Text:lower()
  860. local player = nil
  861. for i,v in pairs(game.Players:GetPlayers()) do
  862. if v.Name:lower():match(player_name) then
  863. player = v
  864. end
  865. end
  866. if player ~= nil then
  867. game.Players.LocalPlayer.Character:moveTo(player.Character.Head.Position)
  868. end
  869. end
  870.  
  871. function enable_collisions(object)
  872. for i,v in pairs(object:GetChildren()) do
  873. if v:IsA("Model") or v:IsA("Folder") then
  874. enable_collisions(v)
  875. end
  876. if v:IsA("Part") and v.Anchored == true then
  877. v.CanCollide = true
  878. end
  879. end
  880. end
  881.  
  882. function disable_collisions(object)
  883. for i,v in pairs(object:GetChildren()) do
  884. if v:IsA("Model") or v:IsA("Folder") then
  885. disable_collisions(v)
  886. end
  887. if v:IsA("Part") and v.Anchored == true then
  888. v.CanCollide = false
  889. end
  890. end
  891. end
  892.  
  893. function teleport_to_part(part)
  894. local exploiter_head_position = game.Players.LocalPlayer.Character.Head.Position
  895. local part_position = part.Position
  896. local distance = (exploiter_head_position-part_position).magnitude
  897.  
  898. local part_attachment = Instance.new("Attachment")
  899. part_attachment.Parent = part
  900.  
  901. local exploiter_attachment = Instance.new("Attachment")
  902. exploiter_attachment.Parent = game.Players.LocalPlayer.Character.Head
  903.  
  904. local align_position = Instance.new("AlignPosition")
  905. align_position.Attachment0 = exploiter_attachment
  906. align_position.Attachment1 = part_attachment
  907.  
  908. disable_collisions(workspace)
  909. align_position.Parent = game.Players.LocalPlayer.Character.Head
  910. part.Anchored = true
  911. workspace.Gravity = 0
  912. local x = os.time()
  913. while distance >= 10 do
  914. local exploiter_head_position = game.Players.LocalPlayer.Character.Head.Position
  915. local part_position = part.Position
  916. local distance = tonumber((exploiter_head_position-part_position).magnitude)
  917. wait(0.01)
  918. print(distance)
  919. if distance < 10 then
  920. break
  921. end
  922. if (os.time() - x) >= 20 then
  923. break
  924. end
  925. end
  926. game.Players.LocalPlayer.Character.Head.Anchored = true
  927. enable_collisions(workspace)
  928. part_attachment:Remove()
  929. exploiter_attachment:Remove()
  930. align_position:Remove()
  931. workspace.Gravity = 196.2
  932. game.Players.LocalPlayer.Character.Head.Anchored = false
  933. part.Anchored = false
  934. end
  935.  
  936. function bypassed_teleport_to_player()
  937. local localplayer = game.Players.LocalPlayer.Character
  938. local player_name = input_textbox.Text:lower()
  939. local player = nil
  940. for i,v in pairs(game.Players:GetPlayers()) do
  941. if v.Name:lower():match(player_name) then
  942. player = v
  943. end
  944. end
  945. if player ~= nil then
  946. print(player.Name)
  947. teleport_to_part(player.Character.Head)
  948. else
  949. print("nil")
  950. end
  951. end
  952.  
  953. function enable_part_collision()
  954. selected_part_value.Value.CanCollide = true
  955. end
  956.  
  957. function disable_part_collision()
  958. selected_part_value.Value.CanCollide = false
  959. end
  960.  
  961. function unanchor_part()
  962. selected_part_value.Value.Anchored = false
  963. end
  964.  
  965. function unlock_ws()
  966. local function iterate_in(object)
  967. for i,v in pairs(object:GetChildren()) do
  968. if v:IsA("Model") or v:IsA("Folder") then
  969. iterate_in(v)
  970. end
  971. if v:IsA("Part") then
  972. v.Locked = false
  973. end
  974. end
  975. end
  976. iterate_in(workspace)
  977. end
  978.  
  979. function btools()
  980. local localplayer = game.Players.LocalPlayer
  981. local tool1 = Instance.new("HopperBin")
  982. local tool2 = Instance.new("HopperBin")
  983. local tool3 = Instance.new("HopperBin")
  984. tool1.BinType = 1
  985. tool2.BinType = 4
  986. tool3.BinType = 3
  987. tool1.Parent = localplayer.Backpack
  988. tool2.Parent = localplayer.Backpack
  989. tool3.Parent = localplayer.Backpack
  990. end
  991.  
  992. function set_speed()
  993. local localplayer = game.Players.LocalPlayer
  994. local new_speed = tonumber(input_textbox.Text)
  995. localplayer.Character.Humanoid.WalkSpeed = new_speed
  996. end
  997.  
  998. function set_jump_power()
  999. local localplayer = game.Players.LocalPlayer
  1000. local new_jump_power = tonumber(input_textbox.Text)
  1001. localplayer.Character.Humanoid.JumpPower = new_jump_power
  1002. end
  1003.  
  1004. function e_to_noclip()
  1005. local noclip = false
  1006. game:GetService('RunService').Stepped:connect(function()
  1007. if noclip then
  1008. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1009. end
  1010. end)
  1011. local plr = game.Players.LocalPlayer
  1012. local mouse = plr:GetMouse()
  1013. mouse.KeyDown:connect(function(key)
  1014. if key == "f" then
  1015. noclip = not noclip
  1016. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1017. end
  1018. end)
  1019. end
  1020.  
  1021. function next_page()
  1022. if current_page.Value == max_page.Value then
  1023. current_page.Value = 1
  1024. for i,v in pairs(pages_folder:GetChildren()) do
  1025. v.Visible = false
  1026. end
  1027. page1.Visible = true
  1028. else
  1029. for i,v in pairs(pages_folder:GetChildren()) do
  1030. v.Visible = false
  1031. end
  1032. current_page.Value = current_page.Value+1
  1033. pages_folder:FindFirstChild("page" .. tostring(current_page.Value)).Visible = true
  1034. end
  1035. end
  1036.  
  1037. function previous_page()
  1038. if current_page.Value == 1 then
  1039. current_page.Value = max_page.Value
  1040. for i,v in pairs(pages_folder:GetChildren()) do
  1041. v.Visible = false
  1042. end
  1043. pages_folder:FindFirstChild("page" .. tostring(max_page.Value)).Visible = true
  1044. else
  1045. for i,v in pairs(pages_folder:GetChildren()) do
  1046. v.Visible = false
  1047. end
  1048. current_page.Value = current_page.Value-1
  1049. pages_folder:FindFirstChild("page" .. tostring(current_page.Value)).Visible = true
  1050. end
  1051. end
  1052.  
  1053. function measure_vertex_distance()
  1054. if workspace:FindFirstChild("vertex1") == nil then
  1055. local stoppedatvertex = Instance.new("IntValue")
  1056. stoppedatvertex.Value = 1
  1057. stoppedatvertex.Parent = workspace
  1058. stoppedatvertex.Name = "stoppedatvertex"
  1059.  
  1060. local vertex1 = Instance.new("StringValue")
  1061. vertex1.Parent = workspace
  1062. vertex1.Name = "vertex1"
  1063.  
  1064. local vertex2 = Instance.new("StringValue")
  1065. vertex2.Parent = workspace
  1066. vertex2.Name = "vertex2"
  1067. end
  1068.  
  1069. local Plr = game:GetService("Players").LocalPlayer
  1070. local Mouse = Plr:GetMouse()
  1071.  
  1072. Mouse.Button1Down:connect(function()
  1073. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  1074. if not Mouse.Target then return end
  1075. local sound = Instance.new("Sound")
  1076. sound.SoundId = "rbxassetid://7541642708"
  1077. sound.Parent = workspace
  1078. sound.Volume = 0.5
  1079. sound.Playing = true
  1080. sound.Name = "boowomp"
  1081. local position = Mouse.Hit.p
  1082. local vertex = Instance.new("Part")
  1083. vertex.Shape = Enum.PartType.Ball
  1084. vertex.Size = Vector3.new(0.5,0.5,0.5)
  1085. vertex.Color = Color3.fromRGB(255, 0, 0)
  1086. vertex.Anchored = true
  1087. vertex.Position = position
  1088. vertex.Parent = workspace
  1089. vertex.Name = "vertex" .. tostring(workspace.stoppedatvertex.Value) .. "a"
  1090. local billboard = Instance.new("BillboardGui")
  1091. billboard.ExtentsOffset = Vector3.new(0, 5, 0)
  1092. billboard.Parent = vertex
  1093. billboard.Size = UDim2.new(0, 50, 0, 50) -- {0, 70},{0, 70}
  1094. local label = Instance.new("TextLabel")
  1095. label.BackgroundTransparency = 1
  1096. label.TextScaled = true
  1097. label.TextColor3 = Color3.fromRGB(0, 0, 149)
  1098. label.Parent = billboard
  1099. label.Size = UDim2.new(0, 50, 0, 50) -- {0, 70},{0, 70}
  1100. label.Text = tostring(workspace.stoppedatvertex.Value)
  1101. label.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1102. label.TextStrokeTransparency = 0
  1103. if workspace.stoppedatvertex.Value % 2 == 0 then
  1104. workspace.vertex1.Value = "vertex" .. tostring(workspace.stoppedatvertex.Value) .. "a"
  1105. else
  1106. workspace.vertex2.Value = "vertex" .. tostring(workspace.stoppedatvertex.Value) .. "a"
  1107. end
  1108. workspace.stoppedatvertex.Value = workspace.stoppedatvertex.Value + 1
  1109. for i,v in pairs(workspace:GetChildren()) do
  1110. if v.Name:find("vertex", 1, #"vertex") and v.ClassName == "Part" then
  1111. if v.Name ~= workspace.vertex1.Value and v.Name ~= workspace.vertex2.Value then
  1112. v.Color = Color3.fromRGB(117, 117, 117)
  1113. if v:FindFirstChild("Beam") == true then
  1114. v.Beam.Color = ColorSequence.new(Color3.fromRGB(117, 117, 117))
  1115. end
  1116. end
  1117. end
  1118. end
  1119. if workspace.vertex1.Value ~= "" and workspace.vertex2.Value ~= "" then
  1120. local vertex1a = workspace:FindFirstChild(workspace.vertex1.Value)
  1121. local vertex2a = workspace:FindFirstChild(workspace.vertex2.Value)
  1122. local attachment1 = Instance.new("Attachment")
  1123. attachment1.Parent = vertex1a
  1124. local attachment2 = Instance.new("Attachment")
  1125. attachment2.Parent = vertex2a
  1126. local beam = Instance.new("Beam")
  1127. beam.Parent = vertex1a
  1128. beam.Color = ColorSequence.new(Color3.fromRGB(255, 240, 71))
  1129. beam.Attachment0 = attachment1
  1130. beam.Attachment1 = attachment2
  1131. beam.Width0 = 0.5
  1132. beam.Width1 = 0.5
  1133. end
  1134. if workspace.vertex1.Value ~= "" and workspace.vertex2.Value ~= "" then
  1135. local vertex1a = workspace:FindFirstChild(workspace.vertex1.Value)
  1136. local vertex2a = workspace:FindFirstChild(workspace.vertex2.Value)
  1137. local distance = (vertex1a.Position-vertex2a.Position).Magnitude
  1138. output_textbox.Text = "Distance between last two vertices: " .. tostring(distance)
  1139. end
  1140. wait(1.5)
  1141. for i,v in pairs(workspace:GetChildren()) do
  1142. if v.Name == "boowomp" then
  1143. v:Remove()
  1144. end
  1145. end
  1146. end)
  1147. end
  1148.  
  1149. function clear_vertices()
  1150. for i,v in pairs(workspace:GetChildren()) do
  1151. if v.Name:match("vertex") ~= nil and v.ClassName == "Part" then
  1152. v:Remove()
  1153. end
  1154. end
  1155. if workspace:FindFirstChild("stoppedatvertex") then
  1156. workspace.stoppedatvertex.Value = 1
  1157. workspace.vertex1.Value = ""
  1158. workspace.vertex2.Value = ""
  1159. end
  1160. end
  1161.  
  1162. function add_vertex_label()
  1163. local Plr = game:GetService("Players").LocalPlayer
  1164. local Mouse = Plr:GetMouse()
  1165.  
  1166. Mouse.Button1Down:connect(function()
  1167. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftAlt) then return end
  1168. if not Mouse.Target then return end
  1169. local sound = Instance.new("Sound")
  1170. sound.SoundId = "rbxassetid://7541642708"
  1171. sound.Parent = workspace
  1172. sound.Volume = 0.5
  1173. sound.Playing = true
  1174. sound.Name = "boowomp"
  1175. local position = Mouse.Hit.p
  1176. local vertex = Instance.new("Part")
  1177. vertex.Shape = Enum.PartType.Ball
  1178. vertex.Size = Vector3.new(0.5,0.5,0.5)
  1179. vertex.Color = Color3.fromRGB(106, 106, 106)
  1180. vertex.Anchored = true
  1181. vertex.Position = position
  1182. vertex.Parent = workspace
  1183. vertex.Name = "alabel"
  1184. local billboard = Instance.new("BillboardGui")
  1185. billboard.ExtentsOffset = Vector3.new(0, 5, 0)
  1186. billboard.Parent = vertex
  1187. billboard.Size = UDim2.new(0, 50, 0, 50) -- {0, 70},{0, 70}
  1188. local label = Instance.new("TextLabel")
  1189. label.BackgroundTransparency = 1
  1190. label.TextScaled = true
  1191. label.TextColor3 = Color3.fromRGB(255, 0, 251)
  1192. label.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1193. label.TextStrokeTransparency = 0
  1194. label.Parent = billboard
  1195. label.Size = UDim2.new(0, 50, 0, 50) -- {0, 70},{0, 70}
  1196. label.Text = input_textbox.Text
  1197. end)
  1198. end
  1199.  
  1200. function give_draw_tool()
  1201. local plyr = game.Players.LocalPlayer
  1202. local c = plyr.Character
  1203. local RunService = game:service'RunService'
  1204. local mouse = game.Players.LocalPlayer:GetMouse()
  1205. local draw2 = false
  1206. local colorA = 1
  1207. local lastPos
  1208.  
  1209. local tool = Instance.new("HopperBin", plyr.Backpack)
  1210. tool.Name = "Draw"
  1211.  
  1212.  
  1213.  
  1214. mouse = plyr:GetMouse()
  1215.  
  1216.  
  1217. function draw(obj) --
  1218. local lastPos = obj.CFrame.p
  1219. coroutine.wrap(function()
  1220. while wait() do
  1221. if draw2 then
  1222. while draw2 do
  1223. RunService.Stepped:wait()
  1224. objC = obj:Clone()
  1225. objC.Parent = c
  1226. objC.Anchored = true
  1227. local distance = (lastPos- obj.CFrame.p).magnitude
  1228. objC.Size = Vector3.new(.2,.2,distance)
  1229. objC.CFrame = CFrame.new(lastPos,obj.Position)*CFrame.new(0,0,-distance/2)
  1230. lastPos = obj.CFrame.p
  1231. end
  1232. else
  1233. break
  1234. end
  1235. end
  1236. end)()
  1237. end
  1238.  
  1239. tool.Selected:connect(function(mouse)
  1240.  
  1241. mouse.Button1Down:connect(function(mouse)
  1242. local part = Instance.new("Part", c)
  1243. part.Name = "location"
  1244. part.BottomSurface = 0
  1245. part.TopSurface = 0
  1246. part.BrickColor = BrickColor.Black()
  1247. part.FormFactor = "Custom"
  1248. part.Size = Vector3.new(0.2, 0.2, 0.2)
  1249. part.Anchored = true
  1250. part.Locked = true
  1251. coroutine.wrap(function()
  1252. while part ~= nil do
  1253. part.CFrame = CFrame.new(plyr:GetMouse().Hit.p.x,plyr:GetMouse().Hit.p.y,plyr:GetMouse().Hit.p.z)
  1254. RunService.Stepped:wait()
  1255. end
  1256. end)()
  1257. draw(part)
  1258. draw2 = true
  1259. end)
  1260. mouse.Button1Up:connect(function(mouse)
  1261. game:service'Debris':AddItem(part, 0)
  1262. draw2 = false
  1263. pcall(function()
  1264. lastPos = nil
  1265. end)
  1266.  
  1267. end)
  1268.  
  1269. end)
  1270. end
  1271.  
  1272. function clear_drawings()
  1273. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1274. if v.Name == "location" then
  1275. v:Remove()
  1276. end
  1277. end
  1278. end
  1279.  
  1280. function get_current_position()
  1281. local player_position = tostring(game.Players.LocalPlayer.Character.Head.Position)
  1282. output_textbox.Text = player_position
  1283. end
  1284.  
  1285. function teleport_to_selected_part()
  1286. if selected_part_value.Value ~= nil then
  1287. game.Players.LocalPlayer.Character:moveTo(selected_part_value.Value.Position)
  1288. else
  1289. output_textbox.Text = "No part is selected"
  1290. end
  1291. end
  1292.  
  1293. function teleport_pad_1()
  1294. local LocalPlayer = game.Players.LocalPlayer
  1295. local teleport_index = teleport_index_
  1296. local teleport1 = Instance.new("Part")
  1297.  
  1298. local teleport1_surfaceGui = Instance.new("SurfaceGui")
  1299. teleport1_surfaceGui.Face = Enum.NormalId.Top
  1300. teleport1_surfaceGui.Parent = teleport1
  1301. local teleport1_frame = Instance.new("Frame")
  1302. teleport1_frame.BackgroundTransparency = 1
  1303. teleport1_frame.Size = UDim2.new(0, 800, 0, 600) -- {0, 800},{0, 600}
  1304. teleport1_frame.Parent = teleport1_surfaceGui
  1305.  
  1306. local index_label = Instance.new("TextLabel")
  1307. index_label.Parent = teleport1_frame
  1308. index_label.Text = teleport_index.Value
  1309. index_label.BackgroundTransparency = 1
  1310. index_label.TextColor3 = Color3.fromRGB(255, 255, 255)
  1311. index_label.Size = UDim2.new(0, 800, 0, 600)
  1312. index_label.TextSize = 100
  1313.  
  1314. local Head_position = LocalPlayer.Character.Head.Position
  1315. teleport1.Anchored = true
  1316. teleport1.Color = Color3.fromRGB(0, 0, 255)
  1317. teleport1.Size = Vector3.new(4, 0.25, 4)
  1318. teleport1.Position = Vector3.new(Head_position.X, Head_position.Y-4.3, Head_position.Z)
  1319. teleport1.Parent = workspace
  1320. teleport1.Name = "teleportpad1_" .. tostring(teleport_index.Value)
  1321. telepad1_button.Visible = false
  1322.  
  1323. local function teleport_1_to_2(whattouchedit)
  1324. if whattouchedit.Parent:FindFirstChild("Humanoid") ~= nil then
  1325. local teleport2_name = "teleportpad2" .. "_" .. string.split(teleport1.Name, "_")[2]
  1326. print("Person touched it")
  1327. print(teleport2_name)
  1328. local teleport2 = game.Workspace:FindFirstChild(teleport2_name)
  1329. teleport1.CanTouch = false
  1330. teleport2.CanTouch = false
  1331. LocalPlayer.Character:moveTo(teleport2.Position)
  1332. wait(3)
  1333. teleport1.CanTouch = true
  1334. teleport2.CanTouch = true
  1335. else
  1336. print("Something touched it, not a person")
  1337. end
  1338. end
  1339. teleport1.Touched:Connect(teleport_1_to_2)
  1340. end
  1341.  
  1342. function teleport_pad_2()
  1343. local LocalPlayer = game.Players.LocalPlayer
  1344. local teleport_index = teleport_index_
  1345. local teleport2 = Instance.new("Part")
  1346. local Head_position = LocalPlayer.Character.Head.Position
  1347. teleport2.Anchored = true
  1348. teleport2.Color = Color3.fromRGB(255, 0, 0)
  1349. teleport2.Size = Vector3.new(4, 0.25, 4)
  1350. teleport2.Position = Vector3.new(Head_position.X, Head_position.Y-4.3, Head_position.Z)
  1351. teleport2.Parent = workspace
  1352. telepad1_button.Visible = true
  1353. teleport2.Name = "teleportpad2_" .. tostring(teleport_index.Value)
  1354.  
  1355. local teleport2_surfaceGui = Instance.new("SurfaceGui")
  1356. teleport2_surfaceGui.Face = Enum.NormalId.Top
  1357. teleport2_surfaceGui.Parent = teleport2
  1358. local teleport2_frame = Instance.new("Frame")
  1359. teleport2_frame.BackgroundTransparency = 1
  1360. teleport2_frame.Size = UDim2.new(0, 800, 0, 600) -- {0, 800},{0, 600}
  1361. teleport2_frame.Parent = teleport2_surfaceGui
  1362.  
  1363. local index_label = Instance.new("TextLabel")
  1364. index_label.Parent = teleport2_frame
  1365. index_label.Text = teleport_index.Value
  1366. index_label.BackgroundTransparency = 1
  1367. index_label.TextColor3 = Color3.fromRGB(255, 255, 255)
  1368. index_label.Size = UDim2.new(0, 800, 0, 600)
  1369. index_label.TextSize = 100
  1370.  
  1371. teleport_index.Value = teleport_index.Value + 1
  1372.  
  1373. local function teleport_2_to_1(whattouchedit)
  1374. if whattouchedit.Parent:FindFirstChild("Humanoid") ~= nil then
  1375. local teleport1_name = "teleportpad1" .. "_" .. string.split(teleport2.Name, "_")[2]
  1376. print("Person touched it")
  1377. print(teleport1_name)
  1378. local teleport1 = game.Workspace:FindFirstChild(teleport1_name)
  1379. teleport1.CanTouch = false
  1380. teleport2.CanTouch = false
  1381. LocalPlayer.Character:moveTo(teleport1.Position)
  1382. wait(3)
  1383. teleport1.CanTouch = true
  1384. teleport2.CanTouch = true
  1385. else
  1386. print("Something touched it, not a person")
  1387. end
  1388. end
  1389. teleport2.Touched:Connect(teleport_2_to_1)
  1390. end
  1391.  
  1392. function music_()
  1393. local function iterate_in(object)
  1394. for i,v in pairs(object:GetChildren()) do
  1395. if v:IsA("Folder") or v:IsA("Model") then
  1396. wait(0)
  1397. iterate_in(v)
  1398. end
  1399.  
  1400. if v:IsA("Sound") then
  1401. v:Remove()
  1402. end
  1403. end
  1404. end
  1405. local song = Instance.new("Sound")
  1406. song.Parent = workspace
  1407. song.Volume = math.huge
  1408. song.SoundId = "rbxassetid://142930454"
  1409. song.Looped = true
  1410. song:Play()
  1411. end
  1412.  
  1413. function spawn_UFO()
  1414. local head_attachment = Instance.new("Attachment")
  1415. head_attachment.Parent = game.Players.LocalPlayer.Character.Head
  1416. head_attachment.Position = Vector3.new(4.5, -0, 0)
  1417. head_attachment.Name = "UFO_attachment"
  1418.  
  1419. local UFO = Instance.new("Part")
  1420. UFO.Name = "UFO"
  1421. UFO.Parent = game.Players.LocalPlayer.Character
  1422. UFO.Shape = Enum.PartType.Cylinder
  1423. UFO.Size = Vector3.new(1, 0.5, 0.5)
  1424. UFO.BackSurface = Enum.SurfaceType.Smooth
  1425. UFO.BottomSurface = Enum.SurfaceType.Smooth
  1426. UFO.FrontSurface = Enum.SurfaceType.Smooth
  1427. UFO.LeftSurface = Enum.SurfaceType.Smooth
  1428. UFO.RightSurface = Enum.SurfaceType.Smooth
  1429. UFO.TopSurface = Enum.SurfaceType.Smooth
  1430. UFO.Color = Color3.fromRGB(255, 255, 255)
  1431. UFO.CanCollide = false
  1432.  
  1433. local selectionbox = Instance.new("SelectionBox")
  1434. selectionbox.Parent = UFO
  1435. selectionbox.Adornee = UFO
  1436. selectionbox.LineThickness = 0.01
  1437. selectionbox.Color3 = Color3.fromRGB(0, 255, 85)
  1438.  
  1439. local UFO_attachment = Instance.new("Attachment")
  1440. UFO_attachment.Parent = UFO
  1441. UFO_attachment.Orientation = Vector3.new(0.006, 90, -0.006)
  1442.  
  1443. local align_position = Instance.new("AlignPosition")
  1444. local align_orientation = Instance.new("AlignOrientation")
  1445.  
  1446. align_position.Parent = UFO
  1447. align_orientation.Parent = UFO
  1448.  
  1449. align_position.Attachment0 = UFO_attachment
  1450. align_position.Attachment1 = head_attachment
  1451.  
  1452. align_orientation.Attachment0 = UFO_attachment
  1453. align_orientation.Attachment1 = head_attachment
  1454.  
  1455. local trail = Instance.new("Trail")
  1456. trail.Parent = UFO
  1457. trail.Attachment0 = UFO_attachment
  1458. trail.Attachment1 = head_attachment
  1459.  
  1460. local billboard_gui = Instance.new("BillboardGui")
  1461. billboard_gui.Parent = UFO
  1462. billboard_gui.StudsOffset = Vector3.new(0, 1, 0)
  1463. billboard_gui.Adornee = UFO
  1464. billboard_gui.Size = UDim2.new(0, 200, 1, 0) -- {0, 200},{1, 0}
  1465.  
  1466. local frame = Instance.new("Frame")
  1467. frame.BackgroundTransparency = 1
  1468. frame.Parent = billboard_gui
  1469. frame.Size = UDim2.new(0, 200, 1, 0)
  1470.  
  1471. local textlabel = Instance.new("TextLabel")
  1472. textlabel.TextSize = 50
  1473. textlabel.TextColor3 = Color3.fromRGB(234, 255, 0)
  1474. textlabel.TextStrokeColor3 = Color3.fromRGB(204, 0, 204)
  1475. textlabel.TextStrokeTransparency = 0
  1476. textlabel.Parent = frame
  1477. textlabel.Size = UDim2.new(0, 200, 1, 0)
  1478. textlabel.BackgroundTransparency = 1
  1479. textlabel.Text = ""
  1480. textlabel.TextScaled = true
  1481.  
  1482. local Players = game:GetService("Players")
  1483.  
  1484. Players.PlayerAdded:Connect(function(player)
  1485. textlabel.Text = tostring(player.Name .. " joined the game!")
  1486. wait(5)
  1487. textlabel.Text = ""
  1488. end)
  1489.  
  1490. Players.PlayerRemoving:Connect(function(player)
  1491. textlabel.Text = tostring(player.Name .. " left the game!")
  1492. wait(5)
  1493. textlabel.Text = ""
  1494. end)
  1495.  
  1496. local function get_children(object)
  1497. local table_ = {}
  1498. for i,v in pairs(object:GetChildren()) do
  1499. table.insert(table_, v)
  1500. if v:IsA("Folder") or v:IsA("Model") then
  1501. wait(0)
  1502. get_children(v)
  1503. end
  1504. end
  1505. return table_
  1506. end
  1507.  
  1508. local function is_in_table(object, table_)
  1509. for i,v in pairs(table_) do
  1510. if v == object then
  1511. return true
  1512. end
  1513. end
  1514. return false
  1515. end
  1516.  
  1517. while true do
  1518. local previous_list = get_children(workspace)
  1519. wait(0.1)
  1520. local next_list = get_children(workspace)
  1521.  
  1522. if previous_list ~= next_list then
  1523. for i,v in pairs(next_list) do
  1524. local exists_now = is_in_table(v, next_list)
  1525. local existed_before = is_in_table(v, previous_list)
  1526. if exists_now == false then
  1527. if v.ClassName ~= v.Name then
  1528. textlabel.Text = v.ClassName .. ": " .. v.Name .. " was removed"
  1529. else
  1530. textlabel.Text = v.Name .. " was removed"
  1531. end
  1532. end
  1533.  
  1534. if exists_now == true and existed_before == false then
  1535. if v.ClassName ~= v.Name then
  1536. textlabel.Text = v.ClassName .. ": " .. v.Name .. " was instantiated"
  1537. else
  1538. textlabel.Text = v.Name .. " was instantiated"
  1539. end
  1540. end
  1541. end
  1542. end
  1543. wait(5)
  1544. textlabel.Text = ""
  1545. end
  1546.  
  1547. end
  1548.  
  1549. function toggle_other_guis()
  1550. if other_guis_enabled.Value == true then
  1551. other_guis_enabled.Value = false
  1552. else
  1553. other_guis_enabled.Value = true
  1554. end
  1555.  
  1556. if other_guis_enabled.Value == false then
  1557. for i,v in pairs(game.Players.LocalPlayer.PlayerGui:GetChildren()) do
  1558. if v:IsA("ScreenGui") and v.Name ~= "main_c00l_hax" then
  1559. v.Enabled = false
  1560. end
  1561. end
  1562. else
  1563. for i,v in pairs(game.Players.LocalPlayer.PlayerGui:GetChildren()) do
  1564. if v:IsA("ScreenGui") and v.Name ~= "main_c00l_hax" then
  1565. v.Enabled = true
  1566. end
  1567. end
  1568. end
  1569. end
  1570.  
  1571. function get_all_server_tools()
  1572. local function iterate_in(object)
  1573. for i,v in pairs(object:GetChildren()) do
  1574. if v:IsA("Tool") then
  1575. v.Parent = game.Players.LocalPlayer.Backpack
  1576. end
  1577. wait(0)
  1578. iterate_in(v)
  1579. end
  1580. end
  1581. iterate_in(game)
  1582. end
  1583.  
  1584. function get_all_givers()
  1585. local function get_all_parts_in(object)
  1586. local function iterate_parts_in(model)
  1587. for i,v in pairs(model:GetChildren()) do
  1588. if v:IsA("Part") or v:IsA("MeshPart") then
  1589. v.Position = game.Players.LocalPlayer.Character.Head.Position
  1590. v.CanCollide = false
  1591. v.Transparency = 1
  1592. else
  1593. wait(0)
  1594. iterate_parts_in(v)
  1595. end
  1596. end
  1597. wait(0)
  1598. iterate_parts_in(object)
  1599. end
  1600. end
  1601.  
  1602. local function iterate_through_everything_in(object)
  1603. for i,v in pairs(object:GetChildren()) do
  1604. output_textbox.Text = "Looking for givers in " .. v.Name
  1605. if v.Name:lower():match("giver") and v:IsA("Part") == false and v:IsA("MeshPart") == false then
  1606. output_textbox.Text = "FOUND A GIVER"
  1607. wait(0)
  1608. get_all_parts_in(v)
  1609. end
  1610.  
  1611. if v.Name:lower():match("giver") and (v:IsA("Part") or v:IsA("MeshPart")) then
  1612. v.Position = game.Players.LocalPlayer.Character.Head.Position
  1613. v.CanCollide = false
  1614. v.Transparency = 1
  1615. end
  1616.  
  1617. wait(0)
  1618. iterate_through_everything_in(v)
  1619. end
  1620. end
  1621.  
  1622. iterate_through_everything_in(workspace)
  1623. output_textbox.Text = "All done ;)"
  1624. end
  1625.  
  1626. function teleport_all_players_locally()
  1627. for i,v in pairs(game.Players:GetChildren()) do
  1628. if v ~= game.Players.LocalPlayer then
  1629. local current_player_character = v.Character
  1630. local exploiter_head_position = game.Players.LocalPlayer.Character.Head.Position
  1631. local new_cframe = CFrame.new(exploiter_head_position.X+teleport_player_locally_offset, exploiter_head_position.Y, exploiter_head_position.Z)
  1632. v.Character:SetPrimaryPartCFrame(new_cframe)
  1633. v.Character.Head.Anchored = true
  1634. end
  1635. end
  1636.  
  1637. for i,v in pairs(game.Players:GetChildren()) do
  1638. local player_character = v.Character
  1639. for j,w in pairs(player_character:GetChildren()) do
  1640. if w:FindFirstChild("Handle") ~= nil and w.Parent.Name ~= game.Players.LocalPlayer.Character.Name then
  1641. w:Remove()
  1642. end
  1643. end
  1644. end
  1645. end
  1646.  
  1647. function chat_troll()
  1648. local function say(thing)
  1649. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(thing, "All")
  1650. end
  1651.  
  1652. local Phrases = {
  1653. "YOU ARE NOW JUKjacker's L\2OVE-PUPPY",
  1654. "JUKjacker was here!",
  1655. "JUKjacker was here!",
  1656. "JUKjacker was here!",
  1657. "JUKjacker was here!",
  1658. "JUKjacker was here!!",
  1659. "JUKjacker was here!",
  1660. "Meow.",
  1661. "JUKjacker was here!",
  1662. "1x1x1x1 Was Not Here",
  1663. "JUKjacker was here!",
  1664. "JUKjacker was here!",
  1665. "Oh, let's blow some things up!",
  1666. "JUKjacker was here!",
  1667. "Eat my shirt!",
  1668. "No shirt, no shoes, no torso, no service.",
  1669. "You got owned, bi-yatch.",
  1670. "I heard you like hacks. Me too! Wow, we have so much in common! Want to go out some time?",
  1671. "The Aperture Science Weighted Companion Cube will not stab you, and cannot speak.",
  1672. "Please wait while I warm up the neurotoxins...",
  1673. "Goodbye my only friend... / Wait, did you think I meant you? / That would be funny, / if it weren't so sad.",
  1674. "Yousa gonna dia!",
  1675. "THIS IS SPART- ERR I MEAN JUKjacker!",
  1676. "JUKjacker flashes!",
  1677. "JUKjacker flashes!",
  1678. "I'm wild for JUKjacker.",
  1679. "HURR DURR.",
  1680. "DURR.",
  1681. "HURR.",
  1682. "I'll kick your puppy!",
  1683. "Oh lawdy...",
  1684. "What have I done?!",
  1685. ":3",
  1686. "Who's the noob? You are, hurr.",
  1687. "JUKjacker l\2oves you with hate.",
  1688. "JUKjacker would like to take this moment to tell you how much he hates you.",
  1689. "JUKjacker is your new and old God.",
  1690. "JUKjacker is the cake.",
  1691. "Telamon is mad you took his chicken.",
  1692. "LEROOOOOOOOOOOOOOY JENKIIIIIIIIIIIIIIIIIIIIIIINS",
  1693. "Clockwork was never de-admined D;",
  1694. "We all have hearts of gold! Excuse me while I shatter said gold into pieces.",
  1695. "I shot Santa. Christmas is canceled.",
  1696. "I eat children.",
  1697. "Don't be surprised if the world ends. That's just my way of saying hello.",
  1698. "I'M GOING TO SM\2OKE A LOT OF CR\2ACK.",
  1699. "Life is wonderful. Without it we'd all be dead.",
  1700. "Daddy, why doesn't this magnet pick up this floppy disk?",
  1701. "Give me ambiguity or give me something else.",
  1702. "I.R.S.: We've got what it takes to take what you've got!",
  1703. "We are born naked, wet and hungry. Then things get worse.",
  1704. "Make it idiot proof and someone will make a better idiot.",
  1705. "He who laughs last thinks slowest!",
  1706. "Always remember you're unique, just like everyone else.",
  1707. "\"More hay, Trigger?\" \"No thanks, Roy, I'm stuffed!\"",
  1708. "A flashlight is a case for holding dead batteries.",
  1709. "Lottery: A tax on people who are bad at math.",
  1710. "Error, no keyboard - press F1 to continue.",
  1711. "There's too much blood in my caffeine system.",
  1712. "Artificial Intelligence usually beats real stupidity.",
  1713. "Hard work has a future payoff. Laziness pays off now.",
  1714. "\"Very funny, Scotty. Now beam down my clothes.\"",
  1715. "Puritanism: The haunting fear that someone, somewhere may be happy.",
  1716. "Consciousness: that annoying time between naps.",
  1717. "Don't take life too seriously, you won't get out alive.",
  1718. "I don't suffer from insanity. I enjoy every minute of it.",
  1719. "Better to understand a little than to misunderstand a lot.",
  1720. "The gene pool could use a little chlorine.",
  1721. "When there's a will, I want to be in it.",
  1722. "Okay, who put a \"stop payment\" on my reality check?",
  1723. "We have enough youth, how about a fountain of SMART?",
  1724. "Programming is an art form that fights back.",
  1725. "\"Daddy, what does FORMATTING DRIVE C mean?\"",
  1726. "All wiyht. Rho sritched mg kegtops awound?",
  1727. "My mail reader can beat up your mail reader.",
  1728. "Never forget: 2 + 2 = 5 for extremely large values of 2.",
  1729. "Nobody has ever, ever, EVER learned all of WordPerfect.",
  1730. "To define recursion, we must first define recursion.",
  1731. "Good programming is 99% sweat and 1% coffee.",
  1732. "Home is where you hang your @",
  1733. "The E-mail of the species is more deadly than the mail.",
  1734. "A journey of a thousand sites begins with a single click.",
  1735. "You can't teach a new mouse old clicks.",
  1736. "Great groups from little icons grow.",
  1737. "Speak softly and carry a cellular phone.",
  1738. "C:\\ is the root of all directories.",
  1739. "Don't put all your hypes in one home page.",
  1740. "Pentium wise; pen and paper foolish.",
  1741. "The modem is the message.",
  1742. "Too many clicks spoil the browse.",
  1743. "The geek shall inherit the earth.",
  1744. "A chat has nine lives.",
  1745. "Don't byte off more than you can view.",
  1746. "Fax is stranger than fiction.",
  1747. "What boots up must come down.",
  1748. "Windows will never cease. (ed. oh sure...)",
  1749. "In Gates we trust. (ed. yeah right....)",
  1750. "Virtual reality is its own reward.",
  1751. "Modulation in all things.",
  1752. "A user and his leisure time are soon parted.",
  1753. "There's no place like http://www.home.com",
  1754. "Know what to expect before you connect.",
  1755. "Oh, what a tangled website we weave when first we practice.",
  1756. "Speed thrills.",
  1757. "Give a man a fish and you feed him for a day; teach him to use the Net and he won't bother you for weeks."
  1758. }
  1759.  
  1760. if chat_troll_active.Value == true then
  1761. chat_troll_active.Value = false
  1762. else
  1763. chat_troll_active.Value = true
  1764. end
  1765.  
  1766. while chat_troll_active.Value == true do
  1767. say(Phrases[math.random(1, #Phrases)])
  1768. wait(3)
  1769. end
  1770. end
  1771.  
  1772. function c00lkidd_vibes()
  1773. for i,v in pairs(workspace:GetChildren()) do
  1774. if v:IsA("Sound") then
  1775. v:Remove()
  1776. end
  1777. end
  1778.  
  1779. local song = Instance.new("Sound")
  1780. song.Parent = workspace
  1781. song.Volume = math.huge
  1782. song.SoundId = "rbxassetid://142930454"
  1783. song.Looped = true
  1784. song:Play()
  1785.  
  1786. game.Lighting.Ambient = Color3.fromRGB(255, 38, 38)
  1787. game.Lighting.OutdoorAmbient = Color3.fromRGB(255, 38, 38)
  1788.  
  1789. for i,v in pairs(game.Lighting:GetChildren()) do
  1790. if v:IsA("Sky") then
  1791. v:Remove()
  1792. end
  1793. end
  1794.  
  1795. local new_sky = Instance.new("Sky")
  1796. new_sky.Parent = game.Lighting
  1797. new_sky.SkyboxBk = "http://www.roblox.com/asset/?id=178993745"
  1798. new_sky.SkyboxDn = "http://www.roblox.com/asset/?id=178993745"
  1799. new_sky.SkyboxFt = "http://www.roblox.com/asset/?id=178993745"
  1800. new_sky.SkyboxLf = "http://www.roblox.com/asset/?id=178993745"
  1801. new_sky.SkyboxRt = "http://www.roblox.com/asset/?id=178993745"
  1802. new_sky.SkyboxUp = "http://www.roblox.com/asset/?id=178993745"
  1803. game.Lighting:SetMinutesAfterMidnight(900)
  1804.  
  1805. local function iterate_in(object)
  1806. for i,v in pairs(object:GetChildren()) do
  1807. if v:IsA("Part") then
  1808. local random_number = math.random(0, 10)
  1809. if random_number % 2 == 0 then
  1810. local decal1 = Instance.new("Decal")
  1811. local decal2 = Instance.new("Decal")
  1812. local decal3 = Instance.new("Decal")
  1813. local decal4 = Instance.new("Decal")
  1814. local decal5 = Instance.new("Decal")
  1815. local decal6 = Instance.new("Decal")
  1816. decal1.Face = Enum.NormalId.Back
  1817. decal2.Face = Enum.NormalId.Bottom
  1818. decal3.Face = Enum.NormalId.Front
  1819. decal4.Face = Enum.NormalId.Left
  1820. decal5.Face = Enum.NormalId.Right
  1821. decal6.Face = Enum.NormalId.Top
  1822. decal1.Parent = v
  1823. decal2.Parent = v
  1824. decal3.Parent = v
  1825. decal4.Parent = v
  1826. decal5.Parent = v
  1827. decal6.Parent = v
  1828. decal1.Texture = "http://www.roblox.com/asset/?id=178993745"
  1829. decal2.Texture = "http://www.roblox.com/asset/?id=178993745"
  1830. decal3.Texture = "http://www.roblox.com/asset/?id=178993745"
  1831. decal4.Texture = "http://www.roblox.com/asset/?id=178993745"
  1832. decal5.Texture = "http://www.roblox.com/asset/?id=178993745"
  1833. decal6.Texture = "http://www.roblox.com/asset/?id=178993745"
  1834. end
  1835. end
  1836. wait(0)
  1837. iterate_in(v)
  1838. end
  1839. end
  1840.  
  1841. iterate_in(workspace)
  1842. end
  1843.  
  1844. function check_player_tools()
  1845. local player_name = input_textbox.Text
  1846. local player = nil
  1847. for i,v in pairs(game.Players:GetChildren()) do
  1848. if v.Name:lower():match(player_name:lower()) then
  1849. player = v
  1850. end
  1851. end
  1852. if player == nil then
  1853. output_textbox.Text = "Invalid player"
  1854. else
  1855. local backpack = player.Backpack
  1856. local output = ""
  1857.  
  1858. for i,v in pairs(backpack:GetChildren()) do
  1859. if i == 1 then
  1860. output = output .. v.Name
  1861. else
  1862. output = output .. ", " .. v.Name
  1863. end
  1864. end
  1865. output_textbox.Text = output
  1866. end
  1867. end
  1868.  
  1869. function teleport_specific_player_locally()
  1870. local player_name = input_textbox.Text
  1871. local player = nil
  1872. for i,v in pairs(game.Players:GetChildren()) do
  1873. if v.Name:lower():match(player_name:lower()) then
  1874. player = v
  1875. end
  1876. end
  1877. if player == nil then
  1878. output_textbox.Text = "Invalid player"
  1879. else
  1880. local current_player_character = player.Character
  1881. local exploiter_head_position = game.Players.LocalPlayer.Character.Head.Position
  1882. local new_cframe = CFrame.new(exploiter_head_position.X+teleport_player_locally_offset, exploiter_head_position.Y, exploiter_head_position.Z)
  1883. player.Character:SetPrimaryPartCFrame(new_cframe)
  1884. player.Character.Head.Anchored = true
  1885. for i,v in pairs(player.Character:GetChildren()) do
  1886. if v:FindFirstChild("Hande") then
  1887. v:Remove()
  1888. end
  1889. end
  1890. end
  1891. end
  1892.  
  1893. function make_platform()
  1894. local platform = Instance.new("Part")
  1895. platform.Size = Vector3.new(16, 1, 16)
  1896. platform.Transparency = 0.5
  1897. platform.Color = Color3.fromRGB(255, 0, 255)
  1898. platform.Anchored = true
  1899. platform.Parent = workspace
  1900. local player_position = game.Players.LocalPlayer.Character.Head.Position
  1901. platform.Position = Vector3.new(player_position.X, player_position.Y-5, player_position.Z)
  1902. end
  1903.  
  1904. function toggle_teleport_troll()
  1905. if teleport_troll_active.Value == true then
  1906. teleport_troll_active.Value = false
  1907. else
  1908. teleport_troll_active.Value = true
  1909. end
  1910.  
  1911. while teleport_troll_active.Value == true do
  1912. for i,v in pairs(game.Players:GetChildren()) do
  1913. local current_player_character = v.Character
  1914. game.Players.LocalPlayer.Character:moveTo(current_player_character.Head.Position)
  1915. wait(0.1)
  1916. end
  1917. wait(0.1)
  1918. end
  1919. end
  1920.  
  1921. function see_players_through_walls()
  1922. for i,v in pairs(game.Players:GetChildren()) do
  1923. local player_head = v.Character.Head
  1924.  
  1925. local billboard_gui = Instance.new("BillboardGui")
  1926. billboard_gui.Parent = player_head
  1927. billboard_gui.StudsOffset = Vector3.new(0, 1.5, 0)
  1928. billboard_gui.Adornee = player_head
  1929. billboard_gui.Size = UDim2.new(0, 200, 1, 0) -- {0, 200},{1, 0}
  1930. billboard_gui.AlwaysOnTop = true
  1931.  
  1932. local frame = Instance.new("Frame")
  1933. frame.BackgroundTransparency = 1
  1934. frame.Parent = billboard_gui
  1935. frame.Size = UDim2.new(0, 200, 1, 0)
  1936.  
  1937. local textlabel = Instance.new("TextLabel")
  1938. textlabel.TextSize = 50
  1939. textlabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  1940. textlabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  1941. textlabel.TextStrokeTransparency = 0
  1942. textlabel.Parent = frame
  1943. textlabel.Size = UDim2.new(0, 200, 1, 0)
  1944. textlabel.BackgroundTransparency = 1
  1945. textlabel.Text = player_head.Parent.Name
  1946. textlabel.TextScaled = true
  1947. end
  1948. end
  1949.  
  1950. function fix_players()
  1951. local function iterate_in(object)
  1952. for i,v in pairs(object:GetChildren()) do
  1953. wait(0)
  1954. iterate_in(v)
  1955. print(v.Name)
  1956. if v:IsA("Part") then
  1957. print("Unanchored something")
  1958. v.Anchored = false
  1959. end
  1960. end
  1961. end
  1962.  
  1963. for i,v in pairs(game.Players:GetChildren()) do
  1964. iterate_in(v.Character)
  1965. end
  1966. end
  1967.  
  1968. function hyperborea_vibes()
  1969. local sound_ids = {"4771086906", "4261464174", "6901579149", "710874911", "2019245009"}
  1970. local decal_ids = {"7976982927", "7976983809", "7256967752", "7976986908", "7977092776", "7977092776", "7977092776", "7130906781", "7114753063", "7105927677", "7979060202"}
  1971.  
  1972. for i,v in pairs(workspace:GetChildren()) do
  1973. if v:IsA("Sound") then
  1974. v:Remove()
  1975. end
  1976. end
  1977.  
  1978. local song = Instance.new("Sound")
  1979. song.Parent = workspace
  1980. song.Volume = math.huge
  1981. song.SoundId = "rbxassetid://" .. sound_ids[math.random(1, #sound_ids)]
  1982. song.Looped = true
  1983.  
  1984. song:Play()
  1985.  
  1986. game.Lighting.Ambient = Color3.fromRGB(229, 96, 255)
  1987. game.Lighting.OutdoorAmbient = Color3.fromRGB(229, 96, 255)
  1988.  
  1989. for i,v in pairs(game.Lighting:GetChildren()) do
  1990. if v:IsA("Sky") then
  1991. v:Remove()
  1992. end
  1993. end
  1994.  
  1995. local new_sky = Instance.new("Sky")
  1996. new_sky.Parent = game.Lighting
  1997. local skybox_id = decal_ids[math.random(1, #decal_ids)]
  1998. new_sky.SkyboxBk = "http://www.roblox.com/asset/?id=" .. skybox_id
  1999. skybox_id = decal_ids[math.random(1, 4)]
  2000. new_sky.SkyboxDn = "http://www.roblox.com/asset/?id=" .. skybox_id
  2001. skybox_id = decal_ids[math.random(1, 4)]
  2002. new_sky.SkyboxFt = "http://www.roblox.com/asset/?id=" .. skybox_id
  2003. skybox_id = decal_ids[math.random(1, 4)]
  2004. new_sky.SkyboxLf = "http://www.roblox.com/asset/?id=" .. skybox_id
  2005. skybox_id = decal_ids[math.random(1, 4)]
  2006. new_sky.SkyboxRt = "http://www.roblox.com/asset/?id=" .. skybox_id
  2007. skybox_id = decal_ids[math.random(1, 4)]
  2008. new_sky.SkyboxUp = "http://www.roblox.com/asset/?id=" .. skybox_id
  2009. game.Lighting:SetMinutesAfterMidnight(900)
  2010.  
  2011. local function iterate_in(object)
  2012. local decal_spam_id = "178993745"
  2013. for i,v in pairs(object:GetChildren()) do
  2014. if v:IsA("Part") then
  2015. local random_number = math.random(0, 10)
  2016. if random_number % 2 == 0 then
  2017. decal_spam_id = decal_ids[math.random(1, #decal_ids)]
  2018. local decal1 = Instance.new("Decal")
  2019. local decal2 = Instance.new("Decal")
  2020. local decal3 = Instance.new("Decal")
  2021. local decal4 = Instance.new("Decal")
  2022. local decal5 = Instance.new("Decal")
  2023. local decal6 = Instance.new("Decal")
  2024. decal1.Face = Enum.NormalId.Back
  2025. decal2.Face = Enum.NormalId.Bottom
  2026. decal3.Face = Enum.NormalId.Front
  2027. decal4.Face = Enum.NormalId.Left
  2028. decal5.Face = Enum.NormalId.Right
  2029. decal6.Face = Enum.NormalId.Top
  2030. decal1.Parent = v
  2031. decal2.Parent = v
  2032. decal3.Parent = v
  2033. decal4.Parent = v
  2034. decal5.Parent = v
  2035. decal6.Parent = v
  2036. decal1.Texture = "http://www.roblox.com/asset/?id=" .. decal_spam_id
  2037. decal2.Texture = "http://www.roblox.com/asset/?id=" .. decal_spam_id
  2038. decal3.Texture = "http://www.roblox.com/asset/?id=" .. decal_spam_id
  2039. decal4.Texture = "http://www.roblox.com/asset/?id=" .. decal_spam_id
  2040. decal5.Texture = "http://www.roblox.com/asset/?id=" .. decal_spam_id
  2041. decal6.Texture = "http://www.roblox.com/asset/?id=" .. decal_spam_id
  2042. end
  2043. end
  2044. wait(0)
  2045. iterate_in(v)
  2046. end
  2047. end
  2048.  
  2049. iterate_in(workspace)
  2050. end
  2051.  
  2052. function sing_watamote_opening()
  2053. if chat_troll_active.Value == true then
  2054. chat_troll_active.Value = false
  2055. else
  2056. chat_troll_active.Value = true
  2057. end
  2058.  
  2059. local lyrics = {"When I try",
  2060. "To speak with anyone,",
  2061. "I can't find words",
  2062. "And I run.",
  2063. "Am I dull?",
  2064. "Day after day",
  2065. "I am walking home solo.",
  2066. "People I meet,",
  2067. "I can't even say hello.",
  2068. "Though I admit",
  2069. "That my current life is dull,",
  2070. "You'll see!",
  2071. "Kuroki's day will come!",
  2072. "Research I did",
  2073. "On the net just went so far.",
  2074. "It's been so long",
  2075. "Since I've even talked to BLARG!",
  2076. "Rain, snow, or shine",
  2077. "I am stuck on the default.",
  2078. "I swear!",
  2079. "It's everybody else's fault!",
  2080. "Who cares if my time's all free?",
  2081. "Who cares whether boys like me?",
  2082. "Just a bit of work you'll see",
  2083. "Super popular me!",
  2084. "Hey mirror mirror on the wall,",
  2085. "Tell me true or you’ll get smashed!",
  2086. "If I do all your dreams will be dashed.",
  2087. "Hey mirror mirror on the wall,",
  2088. "Maybe I don’t want to hear!",
  2089. "It’s the truth that you fear.",
  2090. "Hey mirror, mirror on the wall,",
  2091. "What about my inner self!",
  2092. "Such a lie that you tell to yourself.",
  2093. "Hey mirror, mirror on the wall,",
  2094. "When I take a look myself,",
  2095. "All I see is my sad self.",
  2096. "Every day",
  2097. "Is like the day before.",
  2098. "I just don't know",
  2099. "Anymore.",
  2100. "I’m so dull.",
  2101. "Talk to myself, talk to myself, talking talking no end in view.",
  2102. "Who can I talk, who can I talk, who is there to talk to?",
  2103. "All alone, all alone, alone it’s such a joke.",
  2104. "Nightmare, it’s past time I awoke.",
  2105. "Playing alone, playing alone, playing playing solo game.",
  2106. "Who is there, who is there, just who is there to blame?",
  2107. "All alone, all alone, alone is my default.",
  2108. "I swear, it’s got to be someone’s fault!",
  2109. "Worm turns into butterfly.",
  2110. "Won’t I too if I try?",
  2111. "Keeping that goal in view,",
  2112. "I’ll be popular too!",
  2113. "Oh, morning glory, won’t you watch me",
  2114. "While I’m flying on the wing!",
  2115. "Really doubt you will do a damn thing.",
  2116. "The morning sunshine cheers me on",
  2117. "As higher in the sky I climb!",
  2118. "What a waste of the sun’s time.",
  2119. "The next day",
  2120. "Will bring a change I feel.",
  2121. "Yeah, it’s a dream,",
  2122. "It’s not real.",
  2123. "Life’s so dull!",
  2124. "But I try",
  2125. "To speak and I’m a mess.",
  2126. "Anyone",
  2127. "Hearing could care less.",
  2128. "Talking to",
  2129. "The mirror on the wall.",
  2130. "Mirror, dear,",
  2131. "Please listen to it all.",
  2132. "A butterfly",
  2133. "From a lowly bug.",
  2134. "Sorry, dear,",
  2135. "A slug is still a slug.",
  2136. "Tomorrow’s me",
  2137. "Will be completely new.",
  2138. "Will too!",
  2139. "Hey mirror mirror on the wall,",
  2140. "Tell me true or you’ll get smashed!",
  2141. "If I do all your dreams will be dashed.",
  2142. "Hey mirror mirror on the wall,",
  2143. "Maybe I don’t want to hear!",
  2144. "It’s the truth that you fear.",
  2145. "Hey mirror, mirror on the wall,",
  2146. "What about my inner self!",
  2147. "Such a lie that you tell to yourself.",
  2148. "Hey mirror, mirror on the wall,",
  2149. "When I take a look myself,",
  2150. "All I see is my sad self.",
  2151. "Every day",
  2152. "Is like the day before.",
  2153. "I just don't know",
  2154. "Anymore.",
  2155. "I’m so dull."}
  2156.  
  2157. local function say(thing)
  2158. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(thing, "All")
  2159. end
  2160.  
  2161. while chat_troll_active.Value == true do
  2162. for i,v in pairs(lyrics) do
  2163. if chat_troll_active.Value == false then
  2164. break
  2165. end
  2166. say(v)
  2167. wait(3)
  2168. end
  2169. end
  2170. end
  2171.  
  2172. function read_zarathustra()
  2173. if chat_troll_active.Value == true then
  2174. chat_troll_active.Value = false
  2175. else
  2176. chat_troll_active.Value = true
  2177. end
  2178.  
  2179. local lyrics = {'It is time for man to set a goal for himself',
  2180. 'It is time for man to plant the seed of his highest hope',
  2181. 'His soil is still rich enough for it',
  2182. 'But that soil will one day be poor and exhausted, and no lofty tree will any longer be able to grow on it',
  2183. 'Alas',
  2184. 'There will come a time when man will no longer launch the ar-row of his longing beyond man - and the string of his bow will have un-learned to whir! I say to you',
  2185. 'one must still have chaos in oneself to give birth to a dan-cing star',
  2186. 'I say to you',
  2187. 'you still have chaos in yourself',
  2188. 'Alas',
  2189. 'There will come a time when man can no longer give birth to any star',
  2190. 'Alas',
  2191. 'There will come the time of the most despicable man, who can no longer despise himself',
  2192. 'Behold',
  2193. 'I show you the last man',
  2194. '"What is love?',
  2195. ' What is creation?',
  2196. ' What is longing?',
  2197. ' What is a star?',
  2198. '" - so asks the last man and blinks',
  2199. 'The earth has then become small, and on it there hops the last man who makes everything small',
  2200. 'His race is as ineradicable as the flea; the last man lives longest',
  2201. '"We have invented happiness", say the last men, and they blink',
  2202. 'They have left the regions where it was hard to live; for one needs warmth',
  2203. 'One still loves ones neighbor and rubs against him; for one needs warmth',
  2204. 'Becoming ill and being distrustful, they consider sinful',
  2205. 'one proceeds carefully',
  2206. 'He is a fool who still stumbles over stones or men! A lithe poison now and then',
  2207. 'that makes pleasant dreams',
  2208. 'And much poison in the end, for a pleasant death.',
  2209. 'One still works, for work is entertaining',
  2210. 'But one is careful lest the en-tertainment should assault you',
  2211. 'One no longer becomes poor or rich; both are too burdensome',
  2212. 'Who still wants to rule?',
  2213. 'Who still wants to obey?',
  2214. 'Both are too burdensome',
  2215. 'No shepherd and one herd! Everyone wants the same; everyone is the same',
  2216. 'he who feels differently goes voluntarily into the madhouse',
  2217. '"Formerly all the world was insane", say the most refined, and they blink',
  2218. 'They are clever and know all that has happened',
  2219. 'so there is no end to their mockery',
  2220. 'People still quarrel, but they are soon reconciled - other-wise it might spoil their digestion',
  2221. 'They have their little pleasures for the day, and their little pleasures for the night, but they have a regard for health',
  2222. '"We have invented happiness," say the last men, and they blink',
  2223. 'And here ended the first discourse of Zarathustra',
  2224. 'which is also called "The Prologue"',
  2225. 'for at this point the shouting and delight of the crowd interrupted him',
  2226. '"Give us this last man, Zarathustra" - they called out -"Make us into these last men',
  2227. 'Then will we make you a present of the overman!" ',
  2228. 'And all the people laughed and clucked with their tongues',
  2229. 'Zarathustra',
  2230. 'however',
  2231. 'grew sad',
  2232. 'and said to his heart',
  2233. '"They dont understand me',
  2234. 'I am not the mouth for these ears',
  2235. 'Perhaps I have lived too long in the mountains; too long have I listened to the brooks and trees',
  2236. 'now I speak to them as to the goatherds',
  2237. 'Calm is my soul',
  2238. 'and dear',
  2239. 'like the mountains in the molting',
  2240. 'But they think I am cold',
  2241. 'and a mocker with fearful jokes',
  2242. 'And now do they look at me and laugh',
  2243. 'and while they laugh they hate me too',
  2244. 'There is ice in their laughter."'}
  2245.  
  2246. local function say(thing)
  2247. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(thing, "All")
  2248. end
  2249.  
  2250. while chat_troll_active.Value == true do
  2251. for i,v in pairs(lyrics) do
  2252. if chat_troll_active.Value == false then
  2253. break
  2254. end
  2255. say(v)
  2256. wait(3)
  2257. end
  2258. end
  2259. end
  2260.  
  2261. function get_remotes()
  2262. remote_input_textbox.Text = ""
  2263. amount_of_remotes = 0
  2264. local function iterate_in(object)
  2265. for i,v in pairs(object:GetChildren()) do
  2266. if v:IsA("RemoteEvent") or v:IsA("BindableEvent") then
  2267. if amount_of_remotes == 0 then
  2268. remote_input_textbox.Text = remote_input_textbox.Text .. v:GetFullName()
  2269. else
  2270. remote_input_textbox.Text = remote_input_textbox.Text .. ", " .. v:GetFullName()
  2271. end
  2272.  
  2273. amount_of_remotes += 1
  2274. end
  2275.  
  2276. wait(0)
  2277. iterate_in(v)
  2278. end
  2279. end
  2280.  
  2281. iterate_in(game)
  2282. end
  2283.  
  2284. function fire_remote()
  2285. local function GetObject(fullName)
  2286. local segments = fullName:split(".")
  2287. local current = game
  2288.  
  2289. for _,location in pairs(segments) do
  2290. current = current[location]
  2291. end
  2292.  
  2293. return current
  2294. end
  2295.  
  2296. local remote_path = remote_input_textbox.Text
  2297. local remote = GetObject(remote_path)
  2298. remote:FireServer()
  2299. end
  2300.  
  2301. function toggle_loop_fire_remote()
  2302. if loop_fire_remote_active.Value == true then
  2303. loop_fire_remote_active.Value = false
  2304. else
  2305. loop_fire_remote_active.Value = true
  2306. end
  2307.  
  2308. local function GetObject(fullName)
  2309. local segments = fullName:split(".")
  2310. local current = game
  2311.  
  2312. for _,location in pairs(segments) do
  2313. current = current[location]
  2314. end
  2315.  
  2316. return current
  2317. end
  2318.  
  2319. local remote_path = remote_input_textbox.Text
  2320. local remote = GetObject(remote_path)
  2321.  
  2322. while loop_fire_remote_active.Value == true do
  2323. remote:FireServer()
  2324. wait(0.01)
  2325. end
  2326. end
  2327.  
  2328.  
  2329.  
  2330.  
  2331.  
  2332. show_hide_button.MouseButton1Click:Connect(show_hide_gui)
  2333. select_part_button.MouseButton1Click:Connect(select_part)
  2334. pager1_anchor_part_button.MouseButton1Click:Connect(anchor_part)
  2335. anti_lag_button.MouseButton1Click:Connect(stop_lag)
  2336. bring_part_button.MouseButton1Click:Connect(bring_part)
  2337. bypassed_fly_button.MouseButton1Click:Connect(bypassed_fly)
  2338. teleport_to_player_button.MouseButton1Click:Connect(teleport_to_player)
  2339. bypassed_teleport_to_player_button.MouseButton1Click:Connect(bypassed_teleport_to_player)
  2340. enable_collision_button.MouseButton1Click:Connect(enable_part_collision)
  2341. disable_collision_button.MouseButton1Click:Connect(disable_part_collision)
  2342. unanchor_part_button.MouseButton1Click:Connect(unanchor_part)
  2343. unlock_workspace_button.MouseButton1Click:Connect(unlock_ws)
  2344. btools_button.MouseButton1Click:Connect(btools)
  2345. set_speed_button.MouseButton1Click:Connect(set_speed)
  2346. set_jump_power_button.MouseButton1Click:Connect(set_jump_power)
  2347. f_to_noclip_button.MouseButton1Click:Connect(e_to_noclip)
  2348. next_page_button.MouseButton1Click:Connect(next_page)
  2349. previous_page_button.MouseButton1Click:Connect(previous_page)
  2350. measure_vertex_distance_button.MouseButton1Click:Connect(measure_vertex_distance)
  2351. clear_vertices_button.MouseButton1Click:Connect(clear_vertices)
  2352. add_label_button.MouseButton1Click:Connect(add_vertex_label)
  2353. draw_tool_button.MouseButton1Click:Connect(give_draw_tool)
  2354. clear_drawings_button.MouseButton1Click:Connect(clear_drawings)
  2355. get_current_position_button.MouseButton1Click:Connect(get_current_position)
  2356. teleport_to_selected_part_button.MouseButton1Click:Connect(teleport_to_selected_part)
  2357. telepad1_button.MouseButton1Click:Connect(teleport_pad_1)
  2358. telepad2_button.MouseButton1Click:Connect(teleport_pad_2)
  2359. music_button.MouseButton1Click:Connect(music_)
  2360. UFO_tictac_button.MouseButton1Click:Connect(spawn_UFO)
  2361. toggle_other_guis_button.MouseButton1Click:Connect(toggle_other_guis)
  2362. get_all_server_tools_button.MouseButton1Click:Connect(get_all_server_tools)
  2363. get_all_givers_button.MouseButton1Click:Connect(get_all_givers)
  2364. teleport_all_players_locally_button.MouseButton1Click:Connect(teleport_all_players_locally)
  2365. chat_troll_button.MouseButton1Click:Connect(chat_troll)
  2366. c00kidd_vibe_button.MouseButton1Click:Connect(c00lkidd_vibes)
  2367. check_player_tools_button.MouseButton1Click:Connect(check_player_tools)
  2368. teleport_player_locally_button.MouseButton1Click:Connect(teleport_specific_player_locally)
  2369. get_platform_button.MouseButton1Click:Connect(make_platform)
  2370. toggle_teleport_troll_button.MouseButton1Click:Connect(toggle_teleport_troll)
  2371. make_players_visible_button.MouseButton1Click:Connect(see_players_through_walls)
  2372. fix_players_button.MouseButton1Click:Connect(fix_players)
  2373. hyperborea_vibes_button.MouseButton1Click:Connect(hyperborea_vibes)
  2374. sing_watamote_opening_button.MouseButton1Click:Connect(sing_watamote_opening)
  2375. nietzsche_wisdom_button.MouseButton1Click:Connect(read_zarathustra)
  2376. get_remotes_button.MouseButton1Click:Connect(get_remotes)
  2377. fire_remote_button.MouseButton1Click:Connect(fire_remote)
  2378. toggle_loop_fire_remote_button.MouseButton1Click:Connect(toggle_loop_fire_remote)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement