As I told you before, it runs fine on my windows 7 ultimate x64Bartimaeus wrote:...which is also only a 32bit program, at least currently...unless Haxorico has fixed it. lolowner123 wrote:As it's in Haxorizer.. Just use the one in haxorizer if you want a return-bug checker. .
Return Bug Finder
Moderator: Cheaters
Forum rules
While crediting should be allowed, please keep down the advertising. If you know who it's from, and they have a website, please link to it as a basic courtesy.
While crediting should be allowed, please keep down the advertising. If you know who it's from, and they have a website, please link to it as a basic courtesy.
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: Return Bug Finder
-
- Tyrannical Drama Queen
- Posts: 4430
- Joined: November 19th, 2007, 5:05 am
- Been thanked: 2 times
Re: Return Bug Finder
Well, it didn't work last time I tried. But that was before you switched over to x64, I suppose, so you're probably right. o.ohaxorico wrote:As I told you before, it runs fine on my windows 7 ultimate x64Bartimaeus wrote:...which is also only a 32bit program, at least currently...unless Haxorico has fixed it. lolowner123 wrote:As it's in Haxorizer.. Just use the one in haxorizer if you want a return-bug checker. .
-
- Newcomer
- Posts: 19
- Joined: September 5th, 2009, 2:20 am
Help: Return Bug Finder
haxorico please help me fix this !!! I have a function in map "Hero Defense Pimp 6.0" return bug:
Before that i have function:
function e7 takes handle h returns integer
return h
return 0
endfunction
I fix it to:
function e7 takes handle h returns integer
return GetHandleId(h)
endfunction
EB function use by:
Thank you so much.
Code: Select all
function EB takes handle Ea,string EA returns unit
return GetStoredInteger(w,I2S(e7(Ea)),EA)
return null
endfunction
function e7 takes handle h returns integer
return h
return 0
endfunction
I fix it to:
function e7 takes handle h returns integer
return GetHandleId(h)
endfunction
EB function use by:
Spoiler:
You do not have the required permissions to view the files attached to this post.