-
Posts
346 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by YeetMeister
-
-
@Enyby Do you know if it is possible that the script i make can ask for root Rights? I want to make a Standoff 2 menu with root and no root function, if i grant permission then it will continue to Root version else it goes to No Root. Is that possible? If so How?
- 11 replies
-
-1
-
This is a Encryption method
-
Try to clear cache and clear data of the game
-
-
-
-
-
-
-
View File [GG]Standoff 2 Hacks This cheat uses alot of gg.makeRequest() functions lmao Functions: ▪No Recoil ▪Bigger Hitbox ▪Black Sky Upcoming Features: ▪FoV ▪Instant Kill ▪Player Hight *ᵐᵃʸ ᶜᵒⁿᵗᵃⁱⁿ ᵖᵃʳᵗˢ ᵒᶠ ᵃⁿᵒᵗʰᵉʳ ˢᶜʳⁱᵖᵗ ᵐᵃᵈᵉ ᵇʸ @24matan Submitter YeetMeister Submitted 01/08/19 Category LUA scripts
-
On standoff 2 i can help you Open setting and go to apps and then select standoff 3 and press clear cashe and clear data Restart game and done
-
-
So what i have to do? Just simply add if nil then do something else or what
-
@Enyby why is this not working? Can you please help me in confused ._. Ive tried it like this now but i get an error And this is the "code"
-
-
Im sorry xD i was in hurry Uhm what i wanted to do is a hack with gg.prompt() with checkboxes if they checked they will be executed if not then not BASIC IK But theres another function with custom FOV (so if i check FoV i need to put in the value i want to set it to) Is this explained better for you?
-
So i am making a "Private" script menu for a friend so he gets into hacking too. But i dont know how to solve this problem I hope you get my Idea xD UI = 1 if gg.isVisible(true) then gg.setVisible(false) end CustomFoV = result[4] -- function main() gg.alert("{Press 'OK' to activate Hacks}\nthis hack Contains:\n~NoRecoil\n~Bigger Hitbox\n~FoV") Result = gg.prompt({"No Recoil","Bigger Hitbox", "FoV","Custom FoV(Needed if checked)\nSelect a number between 150 and 360"},nil,{"checkbox", "checkbox","checkbox","number"}) if result[1] then NoRecoil() end if result[2] then BigHitbox() end if result[3] then FoV() end if result[4] == FoV() then CustomFoV end UI =-1 end -- function NoRecoil() end function BigHitbox() end function FoV() end -- function exit() gg.toast("This script is made by \nஜ۩۩ஜ[K/D Destroyer]ஜ۩۩ஜ \nPrivate script made for wifi-iwnl") print("This script is made by \nஜ۩۩ஜ[K/D Destroyer]ஜ۩۩ஜ \nPrivate script made for wifi-iwnl") os.exit() end -- main() while true do if gg.isVisible(true) then gg.setVisible(false) UI = 1 end gg.sleep(100) if UI == 1 then main() end end
-
- 8 comments
-
-1
-
- Standoff 2
- Aimbot
-
(and 3 more)
Tagged with:
-
- 8 comments
-
2
-
- Standoff 2
- Aimbot
-
(and 3 more)
Tagged with:
-
- 8 comments
-
- Standoff 2
- Aimbot
-
(and 3 more)
Tagged with:
-
Version 1.0.1
1,765 downloads
To get a Personal Edition for my V.I.P Script go to this Discord: =>HvH Discord Server <= ==Free Version== Password: 0000 FoV Changer Rain ==Personal (V.I.P) Version== FoV Changer Anti Ban Rain Silent Aim Headshot Aimbot See Through Walls Shoot Through Walls(Magic Bullets) No Flashbang -
View File [Free Version] ScarWare[C-Ops] To get a Personal Edition for my V.I.P Script go to this Discord: =>HvH Discord Server <= ==Free Version== Password: 0000 FoV Changer Rain ==Personal (V.I.P) Version== FoV Changer Anti Ban Rain Silent Aim Headshot Aimbot See Through Walls Shoot Through Walls(Magic Bullets) No Flashbang Submitter YeetMeister Submitted 09/15/18 Category LUA scripts
-
Freeze Value (in a Script) with Freeze Type May Increase
YeetMeister replied to YeetMeister's question in Help
I fixed it myself and i read all of the instructions But the freeze stuff i couldnt fix -
Freeze Value (in a Script) with Freeze Type May Increase
YeetMeister replied to YeetMeister's question in Help
For ranges do I have to make it like this: gg.setRanges(REGION_CODE_APP, REGION_ANONYMOUS) or gg.setRanges(REGION_ANONYMOUS) gg.setRanges(REGION_CODE_APP)