Description: This is an improved version of my Super Power Training Simulator auto-trainer. There is an Auto-Mover, Auto-Jumper, and Auto-Clicker. This is my second version of the Auto-Trainer, and I might make a more advanced version of it eventually.
Details about Roblox Power Simulator Fragments Locations:
In this page you will find a lot off roblox power simulator fragments locations content uploaded today. Info Roblox Power Simulator Fragments LocationsGaming's fun for the whole family at parereamea.net! Hundreds of free games are at your fingertips, whether you're a kid or a grandparent, a newbie or an expert. Try action games for adventurers, cooking games for gourmets, creation games for artsy types, or family faves like bubble shooter, bingo, and four in a row games! If you love a challenge, work your noggin with tricky puzzle games like Mahjong, or invite friends for a multiplayer tussle game online. Play games that are easy to understand but delightfully difficult to master. With kids games, girls games, and sports games galore, there are plenty of online games for everyone. Are you ready? Watch a video! We have for you 5 sources for whaching! You need to select one and go! Download |
Power Simulator Locations Of Keys
lol i | starsessions | preteen | star sessions | دانلود فیلم ایرانی سوپرایرانی کون بزرگ زن | star | mouse | mouse | secret stars | ella y david | nita star sessions | nita | fogbank | mom | mom | starsessions youngtube | starsessions youngtube | starsessions youngtube | starsessions | star sessions | شیوا | شیوا | xxx | porn | six vidio com | search again... | savanah | secret session | alljbt | |
Feb 22nd, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- SetTitleMatchMode,2
- ListLines Off
- #MaxThreadsBuffer On
- #UseHook Off
- DetectHiddenWindows,1
- ;-----------------------
- Written By: Hyp3rDeath101
- Description: This is an improved version of my Super Power Training Simulator auto-trainer.
- There is an Auto-Mover, Auto-Jumper, and Auto-Clicker.
- This is my second version of the Auto-Trainer, and I might make a more advanced version of it eventually.
- Credits are in the 'Credits' section, which the button is located at the bottom of the GUI for the Auto-Clicker settings.
- Some pieces of the Auto-Clicker's script have been changed to allow it to work properly with other parts of the Auto-Trainer.
- (If you are a Roblox developer or administrator reading this right now, please don't ban me. I will never make a script that would cause havoc to take place in any Roblox servers. I only made this script to make playing some games easier for gamers (like me) who have hand issues. Also, anyone who uses this script is advised to watch their computer at all times, despite all the safety measures I took to prevent the script from causing any damage. It is unlikely that something will go wrong, but it is better safe than sorry.)
- #SingleInstance, Force
- SetMouseDelay,-1
- ;-----------------------
- Global Delay :=0
- Global X :=
- Global Click_At_Cursor :=
- Global Current_Click_Count :=0
- Global SetAmount :=
- Global OnGUI :=
- Global Click_Display :=
- ;-----------------------
- Gui,Add,Checkbox, x10 gAlways_On_Top vAlways Checked,: Always On Top ;E
- Gui,Add,Text, c07FE00 x128.5 y25, Auto-Clicker Settings: ;T
- Gui,Add,Button, x10 y50 w170 h20 gSet_Click_Location, Set Click Location ;B
- Gui,Add,Edit, cblack x+10 w185 h20 vDisplay_Click_Location,;E
- Gui,Add,Edit, cblack x+20 w100 h20 vSet_Delay gSubmitDelay ;T
- Gui,Add,Text, x10, Duration Of Clicker: ;E
- Gui,Add,Radio, x+20 gSubmitAll vForever, Forever ;L
- Gui,Add,Radio, x+20 gSubmitAll vSetAmount, Set Amount ;L
- Gui,Add,Edit, cblack x+20 w225 h20 vNumber_Of_Clicks gSubmitAll,;E
- Gui,Add,Radio, x+20 gSubmitAll vNone, None ;T
- Gui,Add,Radio, x+20 gSubmitAll vOnTooltip,Tooltip;E
- Gui,Add,Edit, cBlack x+20 w150 h20 vClick_Display,;L
- Gui,Add,Button, x+20 w80 h20 gReset_Count, Reset Count ;E
- Gui,Add,Text, c07FE00 x130 y210, Auto-Mover Settings: ;T
- Gui,Add,Text, x10 y235, Set Delay For Pacing Distance: ;N
- Gui,Add,Edit, cblack x+20 w90 h20 vSet_Delay2 gSubmitDelay2 ;T
- Gui,Add,Text, c07FE00 x166 y265,Hotkeys: ;T
- Gui,Add,Text, x10 y285, Press CTRL+C to Start/Pause the Auto-Clicker
- Gui,Add,Text, x10 y305, Press CTRL+J to Start/Pause the Auto-Jumper
- Gui,Add,Text, x10 y325, Press CTRL+M to Start/Pause the Auto-Mover
- Gui,Add,Text, x10 y345, Press CTRL+X to Close the Auto-Trainer
- Gui,Add,Button, x10 w365 h20 gDisplayCredits, Credits ;B
- Gui,+AlwaysOnTop
- Gui,Show, w385 h400, Hyp3rDeath101's Auto-Trainer (V2)
- ; Labels
- ExitApp
- SubmitDelay:
- Delay := Set_Delay
- {
- }
- SubmitDelay2:
- Delay2 := Set_Delay2
- {
- }
- Reset_Count:
- GuiControl,Click_Display,%Current_Click_Count%
- /*
- Reload
- */
- Gui,Submit, NoHide
- {
- }
- {
- }
- DisplayCredits:
- msgbox,4096, Hyp3rDeath101's Auto-Trainer (V2), Auto-Trainer created by Hyp3rDeath101`nAuto-Jumper and Auto-Mover created by Hyp3rDeath101`nAuto-Clicker created by CivReborn`nCivReborn's Youtube Channel: https://www.youtube.com/user/CivReborn`nAuto-Clicker Pastebin Link: https://pastebin.com/LvmJ22Hw`nAlso, special thanks to the people in the AutoHotKey Discord Server for helping me make this script fully functional! :)`n(You can find their Discord server at: https://www.autohotkey.com/boards/)
- SubmitAll:
- return
- Get_X_And_Y()
- ;msgbox, %Number_Of_Clicks%
- Start_Auto_Clicker:
- {
- }
- return
- ;---------------------
- {
- Loop
- MouseGetPos, tempX, tempY
- GetKeyState, Mouse_State,LButton
- if(Mouse_State0)
- pressed :=1
- if(pressed1)
- if(Mouse_State1)
- X := tempX
- pressed :=0
- break
- }
- }
- {
- {
- {
- {
- if(OnGui1)
- Current_Click_Count++
- }
- {
- Tooltip,%Current_Click_Count%
- Sleep,%Delay%
- }
- {
- {
- if(OnGui1)
- Current_Click_Count++
- }
- {
- Tooltip,%Current_Click_Count%
- Sleep,%Delay%
- }
- if(Click_At_Cursor0&&X!=Null)
- if(Forever1)
- Loop
- Click,%X%%Y%
- {
- GuiControl,Click_Display,%Current_Click_Count%
- if(OnTooltip1)
- Current_Click_Count++
- }
- }
- if(SetAmount1)
- Loop%Number_Of_Clicks%
- Click,%X%%Y%
- {
- GuiControl,Click_Display,%Current_Click_Count%
- if(OnTooltip1)
- Current_Click_Count++
- }
- }
- }
- }
- *^c::
- Hotkey,*^j, Toggle,
- loop{
- Hotkey,*^j, Jumper, Off
- IfWinExist, ahk_exe RobloxPlayerBeta.exe
- Click,%x%,%y%,%Number_Of_Clicks%
- ControlClick,%x%%y%, ahk_exe RobloxPlayerBeta.exe, Roblox,LEFT,%Number_Of_Clicks%,
- }
- Hotkey,*^j, Jumper, On
- break
- }
- return
- ;----------------------------
- Jumper:
- If(toggle1 := !toggle1){
- Hotkey,*^m, Toggle,
- if(toggle1 =1){
- Hotkey,*^m, Mover, Off
- WinActivate, ahk_exe RobloxPlayerBeta.exe
- ControlSend, ahk_parent,{Spacedown}, ahk_exe RobloxPlayerBeta.exe
- }
- Hotkey,*^c, Clicker, On
- Send,{Spaceup}
- ControlSend, ahk_parent,{Spaceup}, ahk_exe RobloxPlayerBeta.exe
- }
- }
- *^m::
- Hotkey,*^c, Toggle,
- loop{
- Hotkey,*^c, Clicker, Off
- IfWinExist, ahk_exe RobloxPlayerBeta.exe
- Send,{w down}
- ControlSend, ahk_parent,{w down}, ahk_exe RobloxPlayerBeta.exe,
- Send,{w up}
- ControlSend, ahk_parent,{w up}, ahk_exe RobloxPlayerBeta.exe,
- Hotkey,*^c, Clicker, On
- break
- KeyWait w
- WinActivate, ahk_exe RobloxPlayerBeta.exe
- ControlSend, ahk_parent,{s down}, ahk_exe RobloxPlayerBeta.exe,
- Send,{s up}
- ControlSend, ahk_parent,{s up}, ahk_exe RobloxPlayerBeta.exe,
- elseif(toggle2 =0){
- Hotkey,*^j, Jumper, On
- }
- }
- Hotkey,*^x, On, On
Super Power Simulator Roblox
RAW Paste Data