Advertisement
13ooeo

C00lGUI

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