Jump to content

Farmeriscool

Ascended
  • Posts

    58
  • Joined

  • Last visited

Additional Information

  • Android
    9.x (Pie)
  • Device
    Samsung a40

Recent Profile Visitors

8,785 profile views

Farmeriscool's Achievements

Enthusiast

Enthusiast (6/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

25

Reputation

  1. Holy s*** you still hack on gg? Nice I guess
  2. Search your cash amount and add X4 on the end (DWORD) Edit it to 9999999X4 Worked for me
  3. Decrease value search ect ez
  4. I dont get what your saying just that you want to not use editAll Example 1 is using edit all but let's say I want to edit just 3 gg.searchNumber("1;2;3;4::23", gg.TYPE_URTYPE) gg.refineNumber("3", gg.TYPE_FLOAT) gg.getResults(1) gg.editAll("val", gg.TYPE_URTYPE) That will only edit value 3 But now let me show you a different method without editAll local s gg.searchNumber("1;2;3;4::23", gg.TYPE_URTYPE) s = gg.getResults(AMOUNT) for i,v in ipairs(s) do if v.value == "3" and v.flags == "TYPE" then v.value = "amount" end end
  5. Oh I have a laptop and a pc I just dont like going on them
  6. So let's say my default spawn gun walkspeed value is 2.4. You search 2.4 and if it hasnt got loads of addresses or wont crash you when you make it into the script just make sure you have that weapon out And then changing the gun wont lower your walkspeed as long as you freeze it
  7. So in most fps games when you change your weapon itl make you go faster/ or slower I scan Unknown value (DWORD, FLOAT, DOUBLE, depends on the game) So what I would do is change my weapon to my knife or any gun that will make me run faster then i scan increased value And then change back to a gun that makes me run slower then scan Decreased So I keep changing back and fourth scanning each time until I find the correct value -Happy new year
  8. For fps (shooter games) you can do search unknown value change weapon to knife and search increase then switch back search Decreased keep doing that until you find it
  9. Ok so did figure out inf durability but I cant make it into code I've made a walk through wall script but it crashes some times I found the value that makes all animals/mobs white Its rather easy to do
  10. It could be done over server then which is probably impossible to change but my last suggestion is to Do a unknown value search (PUT IT ON AUTO I KNOW ITL TAKE A WHILE) Make the axe lose durability then scan Decreased then scan unchanged (not needed but it makes it 10 times faster) And keep decreasing the durability and scanning Decreased eventually you should find the value. if it doesnt work then it's done by server Have fun.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.