Jump to content

BadCase

Modding Team
  • Posts

    683
  • Joined

  • Last visited

  • Days Won

    33

Posts posted by BadCase

  1. 19 hours ago, Ydnac2110 said:

    I checked it out, the thing is, if you look inside the XML files, it uses a different structure than an average one, eg:

        <Template Na="NotTitan">
          <Conditions>
            <ModExists Na="MOD_TITAN" Not="1"/>
          </Conditions>
        </Template>

    I don't quite know how to change the values on this.

    If you know what you want to edit values to but just not how to do it in lua send more details on exactly what value you want to edit using lua

  2. On 6/28/2023 at 9:24 AM, TomChandler said:

    Hello,

    I know it's possible to hack the notebooks in Hogwarts Mystery. Because I was unable to do so myself a few years ago, somebody here was nice enough to do it for me.

    But after a problem with Facebook, I lost my account. So I would like to start a new one if, hopefully, someone would be willing to help me again with the notebooks. I would start a new game and give you a temporary password so you can access my account.

    I tried again to do it myself, but even with the tutorials I am unable, and it's so frustrating because I am a really big fan of Harry Potter and this game. Just not having to pay a fortune to unlock stuff.

    I thank you in advance.

    You can hack prices instead, of notebooks

  3. 10 minutes ago, MAARS said:

    This is an issue considering nature and philosophy of ggos.execute and io.popen should be optional mean can activate it from the settings, and always warn user when it get used just like gg.makeRequest, what do you think about this @Enyby@Sysadmin @BadCase @NoFear @Lover1500

    If GG ever gets updated I can pretty much guarantee that they will not be enabled, Enyby has been pretty clear about this in the past.

  4. 9 hours ago, 6Mouse said:

    So I need to edit a certain opcode to this: image.thumb.png.4180f6e2341abe85374d55b8c1ffac4c.png (yes I need opcode I can't use hex here) but when I try to edit it it says this: image.thumb.png.b0ec98b7253a920214b8c7871f8c1781.png. Does anybody know to search for these opcodes? I tried changing every little bit of it but nothing worked and it still asks me if I meant SEVL which I didn't. 

    That looks like it might be a arm7 opcode

  5. 19 hours ago, DARK_DEMON_SCRIPTER said:

    @XEKEXwell I mean like I search a function in il2cpp called get_dmg()

    So for getting hacks from other libs which is decoded by Ida will have same functions like get_hp() or set_hp() like in il2cpp or they are different?

    It will be different from game to game, some will have some text strings in method names most will simply be numbered 

  6. On 3/31/2023 at 7:37 AM, DOOM1212 said:

    Need help guys, GG script does not working anymore after I changed my ROM to custom EvolutionX (Android 13), just several script work, but most of it doesn't work, previously I used MIUI and work everything.

    Does this ROM not support GG?

    Btw my phone is rooted.

    Thanks. 

    Nearly every person I speak to that has issues running GG is on Android 12 or 13, my recommendation is that if you want to continue using GG stop updating your android and possibly roll it back

  7. 9 hours ago, DARK_DEMON_SCRIPTER said:

    Hello guys I wanna edit void values in il2cpp to true I want the hex codes for both arm and arm64 pls help me 🙂

    Basically a Void is doing things instead of returning a value, editing it to return a value will not have the desired effect and most times it will just behave as though the void method was not even called 

    instead you will want to find the lines in it were the values it is handling are loaded and modify their LDR

    Also you can easily hook one void method and call another using the B arm instruction

  8. 8 hours ago, kpba said:

    00001.thumb.png.b199139bf3eff0c64fe4b373a39fb4bf.png

    public float get_BaseAttackSpeed() { }

    The set_ under this class can be modified using "A8 MOV W0,#"

    But get_ doesn't work

    If I modify "get_BaseAttackSpeed() { }" with "A8 MOV W0,#", the character will not be able to attack (attack speed is like 0)

    Please how should I modify it

     

    Setting a float using this method will only allow you to set it to a limited number of values, here are reverse hex edits for some valid values

    ["ARM8"] = {{
                ["hex_edits"] = "0000A852r",
                ["float_value"] = 2
            }, {
                ["hex_edits"] = "0020A852r",
                ["float_value"] = 8
            }, {
                ["hex_edits"] = "0040A852r",
                ["float_value"] = 32
            }, {
                ["hex_edits"] = "0060A852r",
                ["float_value"] = 128
            }, {
                ["hex_edits"] = "0080A852r",
                ["float_value"] = 512
            }, {
                ["hex_edits"] = "00A0A852r",
                ["float_value"] = 2048
            }, {
                ["hex_edits"] = "00C0A852r",
                ["float_value"] = 8192
            }, {
                ["hex_edits"] = "00E0A852r",
                ["float_value"] = 32768
            }, {
                ["hex_edits"] = "0000A952r",
                ["float_value"] = 131072
            }, {
                ["hex_edits"] = "0020A952r",
                ["float_value"] = 524288
            }}

  9. 2 hours ago, HatsumeYukashi said:

    Hello, I've tried to look through the forums already and see if there was already a solution which I saw people saying to use X8 sandbox and i tried it but it dont work bc the emulator is a x86 thing, and then it said to use x8 speeder, and its not a virtual space. I was just wondering if anyone knows a solution?
    image.thumb.png.c9baa25d2ec60b101cadad6ff6cac71e.pngI would add gameguardian to my parallel space but when clicking on it, it would get stuck on "starting", and it will never load. I am currently running the image.png.8dedcab02b4decd197ebe46a70405048.pngversion, because the other versions dont seem to work on my emulator. they just immediately crash and it would say, "sorry, parallel space keeps stopping" or something like that. 

    Most emulators have an option to enable root so there is no need to install a virtual space in them.

  10. BadCase's Discord API


    Has Most GET, POST, PUT and DELETE Methods from the Discord API

    I will try to add PATCH methods later

    PUT and DELETE Methods use a PHP curl script on my server, the code is included at the bottom of the script if you want to run it on your own server.


     

  11. BadCase's PasteBin API


    Set these values at top of pasteBin table

        api_dev_key = "YOUR_API_DEV_KEY",
        api_user_name = "YOUR_USERNAME",
        api_user_password = "YOUR_PASSWORD",

     

    Usage:

    -- Upload with username
    -- print(pasteBin.publishPaste(api_paste_code, api_paste_name, true))

    -- Upload without username
    --print(pasteBin.publishPaste(api_paste_code, api_paste_name, false))

    -- List users pastes
    --print(pasteBin.listPastes())

    -- Delete a paste
    -- print(pasteBin.deletePaste("Jef8vQcX")) -- replace "Jef8vQcX" with valid paste key from users paste

    -- Get users info
    -- print(pasteBin.getUser())

    -- Get users private or public paste
    -- print(pasteBin.getUserPasteRaw("zbEbNh2n")) -- replace "zbEbNh2n" with valid paste key from users paste

    -- Get public or unlisted paste
    -- print(pasteBin.getPasteRaw("zbEbNh2n")) -- replace "zbEbNh2n" with valid paste key
     


     

  12. 10 hours ago, _insidious said:

    i was wondering how to make gg.makeRequest posts a message in a paste site like pastebin as example.

    function publishToPastebin(api_dev_key, api_paste_code, api_paste_name, api_user_name, api_user_password)
      local char_to_hex = function(c)
        return string.format("%%%02X", string.byte(c))
      end
    
      local function urlencode(url)
        if url == nil then
          return
        end
        url = url:gsub("\n", "\r\n")
        url = url:gsub("([^%w ])", char_to_hex)
        url = url:gsub(" ", "+")
        return url
      end
    
      local api_user_key = ""
      if api_user_name then
        local url = "https://pastebin.com/api/api_login.php"
        local headers = {
          ["Content-Type"] = "application/x-www-form-urlencoded"
        }
        local data = "api_dev_key=" ..
            api_dev_key .. "&api_user_name=" .. api_user_name .. "&api_user_password=" .. api_user_password
        local result = gg.makeRequest(url, headers, data)
    
        api_user_key = result.content
      end
    
      local url = "https://pastebin.com/api/api_post.php"
      local api_paste_private = "0"
      local api_paste_expire_date = "N"
      local api_paste_format = "lua"
    
    
      api_paste_name = urlencode(api_paste_name)
      api_paste_code = urlencode(api_paste_code)
    
      local headers = {
        ["Content-Type"] = "application/x-www-form-urlencoded"
      }
    
      local data = "api_option=paste" ..
          "&api_dev_key=" .. api_dev_key ..
          "&api_user_key=" .. api_user_key ..
          "&api_paste_private=" .. api_paste_private ..
          "&api_paste_name=" .. api_paste_name ..
          "&api_paste_expire_date=" .. api_paste_expire_date ..
          "&api_paste_format=" .. api_paste_format ..
          "&api_paste_code=" .. api_paste_code
    
      local response = gg.makeRequest(url, headers, data)
    
      if response.code == 200 then
        return response.content
      else
        return "Error: " .. response.message
      end
    end
    
    local api_dev_key = "YOUR_DEV_KEY"
    local api_user_name = "YOUR_USERNAME" -- Only needed if you want paste uploaded with username otherwise paste will be uploaded as Guest
    local api_user_password = "YOUR_PASSWORD" -- Only needed if you want paste uploaded with username otherwise paste will be uploaded as Guest
    local api_paste_code = [[local testText = "Some Text"
    gg.alert(testText)]]
    local api_paste_name = "file name.lua"
    
    --Upload with username 
    print(publishToPastebin(api_dev_key, api_paste_code, api_paste_name, api_user_name, api_user_password))
    
    --Upload without username 
    print(publishToPastebin(api_dev_key, api_paste_code, api_paste_name))

     

  13. 6 hours ago, Liamxt said:

    Can someone please help me hack the VIP of the game Galaxy Attack Alien Shooter? 
     

    I know changing values is possible without the system detecting you if you do all the cheating before you sign up with a username/fb account, and I know how to do everything else using GG except the VIP number so if anyone could help me I’d really appreciate it🙏 
     

    Play store link to the game?

×
×
  • 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.